@import "main.css";
html {
  font-size: 16px;
}
section {
  padding: 3.125rem 0;
}
.mt30 {
  margin-top: 1.875rem;
}
@keyframes move {
  0% {
    left: 100%;
  }
  100% {
    left: 0;
  }
}
.swiper-button-prev::after,
.swiper-button-next::after {
  display: none !important;
}
.swiper-button-prev i,
.swiper-button-next i {
  font-size: 0.875rem;
  color: #fff;
}

.flex_row_justify {
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  -o-justify-content: space-between;
  justify-content: space-between;
}
.xg_wrap .list-select>li{
  position: relative;
  border: 1px solid #eee;
}
.xg_wrap .list-select>li:first-child{
  border-right: none;
}
.xg_wrap .list-select>li>a {
  padding: 10px;
  display: inline-block;
  color: #666;
}
.xg_wrap .list-select select{
  width: 110px !important;
  color: #666 !important;
  border: 1px solid #eee !important;
}
.xg_wrap #jxly {
  padding-right: 0;
}
.xg_wrap .list-select .blank {
  height: 20px;
}
.xg_wrap #relationship {
  text-align: right;
  background-color: transparent;
  border: none;
}

.choice-content{width:400px; padding:10px;}
.choice-list{list-style:none;max-height:220px;overflow:auto;padding:0;margin:0;}
.choice-list li{line-height:24px; padding:8px 0;cursor:pointer;border-bottom:1px solid #ededeb;}


/* 图片居中 */
.picture_container { position: relative; overflow: hidden; background: none; padding-top: 110%; }

.picture_container img { max-width: 100%; max-height: 100%; width: auto !important; display: block; position: absolute; top: 0; left: 0; right: 0; bottom: 0; margin: auto; -webkit-transition: all .3s linear; -moz-transition: all .3s linear; -o-transition: all .3s linear; transition: all .3s linear; }

#alertPic {
  position: fixed;
  width: 100vw;
  height: 100vh;
  display: none;
  justify-content: center;
  align-items: center;
  z-index: 99;
  left: 0;
  top: 0;
  background: rgba(0, 0, 0, 0.6);
}
#alertPic.on {
  display: flex;
}
#alertPic .img {
  position: relative;
  background: #fff;
}
#alertPic .img img {
  width: 25rem;
  padding: 1.25rem;
}
#alertPic .img .close {
  position: absolute;
  width: 2rem;
  height: 2rem;
  border-radius: 50%;
  right: -1rem;
  top: -1rem;
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1;
  cursor: pointer;
}
#alertPic .img .close i {
  font-size: 1rem;
}
#alertLogin {
  position: fixed;
  width: 100vw;
  height: 100vh;
  display: none;
  justify-content: center;
  align-items: center;
  z-index: 99;
  left: 0;
  top: 0;
  background: rgba(0, 0, 0, 0.6);
}
#alertLogin > .item {
  background: #fff;
  width: 28.125rem;
  padding: 2rem;
  position: relative;
  border-radius: 0.3125rem;
  display: none;
  flex-direction: column;
  text-align: center;

}
#alertLogin > .item form {
  display: flex;
  flex-direction: column;
}
#alertLogin > .item form input[type=submit]{
  font-size: 1rem;
  background: #077884;
  color: #fff;
  line-height: 2.375rem;
  height: 2.375rem;
  border: none;
  border-radius: 0.25rem;
  margin-bottom: 1.25rem;
  outline: none;
}
.register-email input[type=text]{
  width: 70%;
}
.register-email input[type=button]{
  font-size: 1rem;
  background: #077884;
  color: #fff;
  line-height: 2.375rem;
  height: 2.375rem;
  border: none;
  border-radius: 0.25rem;
  margin-bottom: 1.25rem;
  outline: none;
  padding: 0 15px;
}
#alertLogin > .item form input[type=submit]:hover,.register-email input[type=submit]:hover {
  background: #0a4f44;
}
#alertLogin > .item form .error {
  font-size: 0.875rem;
  color: red;
  margin: 1.25rem 0;
  display: none;
}
.error.show {
  display: block !important;
}
#alertLogin > .item .ti ul {
  position: relative;
  display: flex;
  align-items: center;
}
#alertLogin > .item .ti ul::before {
  content: '';
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
  height: 1px;
  background: #077884;
}
#alertLogin > .item .ti ul li {
  position: relative;
  z-index: 1;
  width: 0.5rem;
  height: 0.5rem;
  border: 1px solid #077884;
  border-radius: 50%;
  background: #fff;
  margin-left: 1rem;
}
#alertLogin > .item .ti ul li:nth-child(1) {
  margin-left: 0;
}
#alertLogin > .item.on {
  display: flex;
}
#alertLogin > .item .close {
  position: absolute;
  width: 2rem;
  height: 2rem;
  border-radius: 50%;
  right: -1rem;
  top: -1rem;
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1;
  cursor: pointer;
}
#alertLogin > .item .close i {
  font-size: 1rem;
}
#alertLogin > .item h4 {
  font-size: 1.375rem;
  font-weight: 600;
  color: #333;
  margin-bottom: 1.25rem;
}
#alertLogin.on {
  display: flex;
}
#alertLogin .login input[type=text],
#alertLogin .login input[type=password] {
  font-size: 0.875rem;
  background: transparent;
  border: none;
  border-bottom: 1px solid #e1e1e1;
  padding-bottom: 0.625rem;
  outline: none;
  margin-bottom: 1.25rem;
}
#alertLogin .login .input {
  padding-bottom: 1.25rem;
  margin-bottom: 1.25rem;
}
#alertLogin .login .input .it input {
  vertical-align: middle;
  margin-right: 0.25rem;
}
#alertLogin .login .input .it label {
  font-size: 0.875rem;
  margin-bottom: 0;
}
#alertLogin .login .input .it a {
  font-size: 0.875rem;
  color: red;
}
#alertLogin .login > p {
  font-size: 0.875rem;
  color: #666;
  text-align: center;
  margin-bottom: 1.25rem;
}
#alertLogin .login > p a {
  color: red;
}
#alertLogin .login .sj {
  padding-bottom: 0;
}
#alertLogin .login .sj a {
  width: 48%;
  border: none !important;
}
#alertLogin .login .sj a:first-child {
  background: #3a5795;
}
#alertLogin .login .sj a:first-child:hover {
  background: #23407d;
}
#alertLogin .login .sj a:last-child {
  background: #ffcb05;
}
#alertLogin .login .sj a:last-child:hover {
  background: #efbe04;
}
#alertLogin .register.on {
  display: flex;
}
#alertLogin .register input[type=text],
#alertLogin .register input[type=password] {
  font-size: 0.875rem;
  background: transparent;
  border: none;
  border-bottom: 1px solid #e1e1e1;
  padding-bottom: 0.625rem;
  outline: none;
  margin-bottom: 1.25rem;
}
#alertLogin .register > p {
  font-size: 0.875rem;
  color: #666;
  text-align: center;
  margin-bottom: 1.25rem;
}
#alertLogin .register > p a {
  color: red;
}
#alertLogin .register .ti p {
  display: inline-block;
  font-size: 0.875rem;
  color: #666;
  text-align: center;
  margin-bottom: 1.25rem;
}
#alertLogin .register .ti p a {
  color: red;
}
#alertLogin .register .input {
  margin-bottom: 1.25rem;
}
#alertLogin .register .input input {
  vertical-align: middle;
  margin-right: 0.25rem;
}
#alertLogin .register .input label {
  font-size: 0.875rem;
  margin-bottom: 0;
}
#alertLogin .password > p {
  font-size: 0.875rem;
  margin-bottom: 2.5rem;
  color: red;
  display: none;
}
#alertLogin .password input[type=text] {
  font-size: 0.875rem;
  background: transparent;
  border: none;
  border-bottom: 1px solid #e1e1e1;
  padding-bottom: 0.625rem;
  outline: none;
  margin-bottom: 1.25rem;
}
#alertLogin .password ul li:nth-child(1) {
  background: #077884;
}
#alertLogin .code > p {
  font-size: 0.875rem;
  color: #666;
  margin-bottom: 2.5rem;
}
#alertLogin .code input[type=text] {
  font-size: 1rem;
  background: transparent;
  border: none;
  border-bottom: 1px solid #e1e1e1;
  padding-bottom: 0.625rem;
  outline: none;
  margin-bottom: 1.25rem;
  width: 20%;
  text-align: center;
}
#alertLogin .code ul li:nth-child(2) {
  background: #077884;
}
#alertLogin .repwd > p {
  font-size: 0.875rem;
  color: #666;
  margin-bottom: 2.5rem;
}
#alertLogin .repwd input[type=password] {
  font-size: 0.875rem;
  background: transparent;
  border: none;
  border-bottom: 1px solid #e1e1e1;
  padding-bottom: 0.625rem;
  outline: none;
  margin-bottom: 1.25rem;
  width: 100%;
}
#alertLogin .repwd ul li:nth-child(3) {
  background: #077884;
}
#alertLogin > .input .links,
#alertLogin > .cl .links,
#alertLogin > .adv .links {
  margin-top: 1.25rem;
}
#alertLogin > .input .links a,
#alertLogin > .cl .links a,
#alertLogin > .adv .links a {
  width: 48%;
}
.alert {
  position: fixed;
  width: 18.75rem;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  background: #fff;
  padding: 0;
  z-index: 9;
  border-radius: 6px;
  overflow: hidden;
  border: none;
  box-shadow: 0 0 5px 0 #ccc;
  display: none;
}
.alert .ft {
  height: 2rem;
  background: #F3F3F3;
  border-bottom: 1px solid #ECECEC;
  padding: 0 0.625rem;
  line-height: 2rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.alert .ft p {
  font-size: 0.875rem;
  color: #333;
}
.alert .ft a {
  color: #666;
}
.alert .ft a:hover {
  color: #077884;
}
.alert .input {
  padding: 1.25rem 0.625rem;
}
.alert .input p {
  font-size: 0.875rem;
  line-height: 1.5rem;
  margin-bottom: 0.5rem;
}
.alert .input label {
  font-size: 0.875rem;
  color: #333;
}
.alert .input input {
  line-height: 1.625rem;
  height: 1.75rem;
  border: 1px solid #999;
  padding: 0 0.625rem;
  outline: none;
  font-size: 0.875rem;
  color: #333;
}
.alert .fb {
  height: 2rem;
  background: #F3F3F3;
  border-top: 1px solid #ECECEC;
  padding: 0 0.625rem;
  line-height: 2rem;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
.alert .fb input[type=submit] {
  height: 1.5rem;
  line-height: 1.5rem;
  font-size: 0.875rem;
  color: #fff;
  background: #077884;
  width: 2.5rem;
  border: none;
  outline: none;
}
.alert .fb input[type=submit]:hover {
  background: #056069;
}
.alert .fb input[type=button] {
  margin-left: 0.5rem;
  height: 1.5rem;
  line-height: 1.5rem;
  font-size: 0.875rem;
  color: #333;
  background: #ccc;
  width: 2.5rem;
  border: none;
  outline: none;
}
.alert .fb input[type=button]:hover {
  background: #056069;
  color: #fff;
}
.page-list .page {
  display: flex;
  justify-content: center;
  align-items: center;
}
.page-list .page a {
  height: 2.5rem;
  line-height: 2.375rem;
  display: block;
  padding: 0 1.125rem;
  border: 1px solid #e1e1e1;
  border-left: none;
  font-size: 0.875rem;
  color: #999;
}
.page-list .page a:first-child {
  border-left: 1px solid #e1e1e1;
}
.page-list .page a i {
  font-size: 12px;
  vertical-align: middle;
}
.page-list .page a.current {
  color: #077884;
}
.page-list .page a:hover {
  color: #077884;
}
.page-list > a {
  text-align: center;
  font-size: 0.875rem;
  color: #077884;
  line-height: 2.5rem;
  display: block;
}
.index header form input {
  background: #fff !important;
}
.index .subtitle {
  border-bottom: 2px solid #dddddd;
  text-align: center;
  position: relative;
}
.index .subtitle h4 {
  display: inline-block;
  font-size: 1.5rem;
  color: #333;
  position: relative;
  padding-bottom: 0.625rem;
  font-weight: 600;
}
.index .subtitle h4::before {
  content: '';
  position: absolute;
  width: 90%;
  height: 0.125rem;
  left: 50%;
  bottom: -0.125rem;
  transform: translateX(-50%);
  background: #077884;
}
.index .subtitle a {
  font-size: 0.75rem;
  color: #333;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
.index .subtitle a:hover {
  color: #077884;
}
header {
  height: 12.5rem;
  background: #fff;
}
header .container {
  height: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
header .container .logo {
  width: 40%;
}
header .container .logo img {
  height: 6rem;
}
header .container .head {
  padding-left: 2.5rem;
  width: 60%;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  height: 100%;
}
header .container .head .login > ul {
  display: flex;
  justify-content: flex-end;
  align-content: center;
  padding-top: 1.25rem;
}
header .container .head .login > ul > li {
  padding: 0 1.25rem;
  border-left: 1px solid #cccccc;
  line-height: 1.25rem;
  position: relative;
}
header .container .head .login > ul > li:hover .link-list {
  visibility: inherit;
}
header .container .head .login > ul > li .link-list {
  display: flex;
  align-items: center;
  margin-bottom: 1.875rem;
  position: absolute;
  width: 20.75rem;
  left: -14.375rem;
  background: #fff;
  box-shadow: 0 0 4px 2px #eee;
  padding: 1rem;
  visibility: hidden;
}
header .container .head .login > ul > li .link-list p {
  font-size: 0.875rem;
  color: #666;
  width: 3.75rem;
}
header .container .head .login > ul > li .link-list ul li {
  margin-right: 1rem;
}
header .container .head .login > ul > li i {
  font-size: 1.125rem;
  color: #333;
  vertical-align: top;
  font-weight: 600;
}
header .container .head .login > ul > li i:hover {
  color: #077884;
}
header .container .head .login > ul > li.font span {
  font-size: 0.875rem;
}
header .container .head .login > ul > li.font a {
  margin: 0 0.375rem;
}
header .container .head .login > ul > li.font a::before {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -0.375rem;
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-width: 0.3125rem;
  border-style: solid;
  border-color: transparent transparent #077884 transparent;
  display: none;
}
header .container .head .login > ul > li.font a.current {
  color: #077884;
}
header .container .head .login > ul > li.font a.current::before {
  display: block;
}
header .container .head .login > ul > li a {
  font-size: 0.875rem;
  color: #333;
  margin: 0 0.25rem;
  position: relative;
}
header .container .head .login > ul > li a:hover {
  color: #077884;
}
header .container .head .login > ul > li a:hover i {
  color: #077884;
}
header .container .head .login > ul > li a.current {
  color: #077884;
}
header .container .head .login > ul > li a i {
  vertical-align: bottom;
}
header .container .head .login > ul > li:first-child {
  border: none;
  padding-left: 0;
}
header .container .head .login > ul > li:last-child {
  padding-right: 0;
}
header .container .head .search {
  padding-top: 2.25rem;
  width: 90%;
  margin-left: auto;
}
header .container .head .search form {
  display: flex;
  height: 3.125rem;
  margin-bottom: 0.625rem;
}
header .container .head .search form .a {
  line-height: 3rem;
  width: 3.125rem;
  height: 3.125rem;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 3.125rem 0 0 3.125rem;
  border: 1px solid #ccc;
  border-right: none;
  background: transparent;
  outline: none;
}
header .container .head .search form .a:hover i {
  color: #077884;
}
header .container .head .search form .a i {
  color: #ccc;
  font-size: 1.5rem;
}
header .container .head .search form input {
  flex: 1;
  outline: none;
  border: 1px solid #ccc;
  border-left: none;
  border-radius: 0 3.125rem 3.125rem 0;
  font-size: 1rem;
  background: #fff;
}
header .container .head .search form input::-webkit-input-placeholder {
  color: #999;
}
header .container .head .search dl {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
  padding-left: 1rem;
  line-height: 1.5rem;
  color: #999;
}
header .container .head .search dl dt {
  font-size: 0.875rem;
  font-weight: normal;
}
header .container .head .search dl dd {
  font-size: 0.875rem;
  cursor: pointer;
}
header .container .head .search dl dd:hover {
  color: #077884;
}
.nav {
  width: 100%;
  height: 2.875rem;
  line-height: 2.875rem;
  background: #077884;
}
.nav.on {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 1100;
}
.nav ul {
  display: flex;
  justify-content: space-between;
}
.nav ul li a {
  display: block;
  color: #ffffff;
  font-size: 1rem;
  position: relative;
}
.nav ul li a::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 0.25rem;
  display: none;
}
.nav ul li a:hover::before {
  display: block;
}
.nav ul li.current a::before {
  display: block;
}
.nav ul li:nth-child(1n) a::before {
  background: #cccccc;
}
.nav ul li:nth-child(2n) a::before {
  background: #AC2E44;
}
.nav ul li:nth-child(3n) a::before {
  background: #db4d6d;
}
.nav ul li:nth-child(4n) a::before {
  background: #5eb6e4;
}
.index-banner li {
  height: 390px;
}
.index-banner .my-bullet {
  display: inline-block;
  width: 0.5rem;
  height: 0.5rem;
  background: rgb(159 159 159 / 70%);
  position: relative;
  margin: 0 0.3125rem;
}
.index-banner .swiper-pagination-bullet-active {
  background: #077884;
}
.index-1 {
  background: #f7f7f7;
}
.index-1 .my-bullet1 {
  display: inline-block;
  width: 1rem;
  height: 0.25rem;
  background: rgba(255, 255, 255, 0.6);
  position: relative;
  margin: 0 0.125rem;
}
.index-1 .swiper-pagination-bullet-active {
  background: #fff;
}
.index-1 .swiper-button-next,
.index-1 .swiper-button-prev {
  width: 1.875rem;
  height: 1.875rem;
  background: rgba(0, 0, 0, 0.5);
  margin-top: 0;
  transform: translateY(-50%);
}
.index-1 .swiper-button-next:hover,
.index-1 .swiper-button-prev:hover {
  background: rgba(0, 0, 0, 0.8);
}
.index-1 .swiper-button-next::after,
.index-1 .swiper-button-prev::after {
  font-size: 0.875rem;
  color: #fff;
}
.index-1 .swiper-button-next {
  right: 0;
}
.index-1 .swiper-button-prev {
  left: 0;
}
.index-1 .ml .list-bar {
  height: 3.125rem;
  border-bottom: 1px solid #dddddd;
}
.index-1 .ml .list-bar ul {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
}
.index-1 .ml .list-bar ul li {
  margin: 0 0.5rem;
}
.index-1 .ml .list-bar ul li span {
  font-size: 0.75rem;
  display: block;
  height: 1.375rem;
  line-height: 1.375rem;
  padding: 0 0.75rem;
  border-radius: 1.375rem;
  color: #fff;
}
.index-1 .ml .list-bar ul li:nth-child(1) span {
  background: #cc4c02;
}
.index-1 .ml .list-bar ul li:nth-child(2) span {
  background: #3e3986;
}
.index-1 .ml .list-bar ul li:nth-child(3) span {
  background: #015e67;
}
.index-1 .news-list ul {
  padding-top: 0.625rem;
}
.index-1 .news-list ul li {
  border-bottom: 1px dashed #ccc;
  display: flex;
  justify-content: space-between;
  height: 2.625rem;
  align-items: center;
}
.index-1 .news-list ul li div {
  display: flex;
  align-items: center;
  width: 85%;
}
.index-1 .news-list ul li span:first-child {
  font-size: 0.75rem;
  display: block;
  height: 1.375rem;
  line-height: 1.25rem;
  padding: 0 0.75rem;
  border-radius: 1.375rem;
  margin-right: 0.625rem;
  width: 3.125rem;
  white-space: nowrap;
}
.index-1 .news-list ul li span.date {
  font-size: 0.75rem;
  color: #999;
  display: block;
}
.index-1 .news-list ul li span.zs {
  border: 1px solid #3e3986;
  color: #3e3986;
}
.index-1 .news-list ul li span.xw {
  border: 1px solid #cc4c02;
  color: #cc4c02;
}
.index-1 .news-list ul li span.wt {
  border: 1px solid #015e67;
  color: #015e67;
}
.index-1 .news-list ul li a {
  font-size: 1rem;
  color: #333;
  padding-right: 1rem;
}
.index-1 .news-list ul li a:hover {
  color: #077884;
}
.index-1 .mr li > a {
  font-size: 1.75rem;
  color: #fff;
  font-weight: 600;
  text-shadow: 0 0 3px #333;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  letter-spacing: 0.25rem;
  width: 100%;
  text-align: center;
}
.index-1 .mr .subtitle {
  margin-top: 2rem;
}
.index-2 {
  background: url(../img/index-2bg.jpg) no-repeat center center / cover;
}
.index-2 .subtitle {
  margin-bottom: 1.875rem;
  position: relative;
}
.index-2 .swiper {
  position: relative;
}
.index-2 .swiper .swiper-button-next,
.index-2 .swiper .swiper-button-prev {
  width: 2.875rem;
  height: 2.875rem;
  border-radius: 50%;
  background: rgba(0, 0, 0, 0.4);
  outline: none;
}
.index-2 .swiper .swiper-button-next:hover,
.index-2 .swiper .swiper-button-prev:hover {
  background: rgba(0, 139, 152, 0.6);
}
.index-2 .swiper .swiper-button-next::after,
.index-2 .swiper .swiper-button-prev::after {
  font-size: 0.875rem;
  color: #fff;
}
.index-2 .swiper .swiper-button-next {
  right: -1.125rem;
}
.index-2 .swiper .swiper-button-prev {
  left: -1.125rem;
}
.index-2 .swiper li {
  padding: 0.3125rem;
  text-align: center;
}
.index-2 .swiper li:hover .ibox {
  background: #077884;
}
.index-2 .swiper li:hover .ibox .info h4 {
  color: #fff;
}
.index-2 .swiper li:hover .ibox .info p {
  color: #fff;
}
.index-2 .swiper li:hover .ibox > a {
  color: #fff;
}
.index-2 .swiper li .ibox {
  background: #fff;
  box-shadow: 0 0 3px 0px #ddd;
}
.index-2 .swiper li .ibox .info {
  padding: 2.5rem 0.625rem;
}
.index-2 .swiper li .ibox .info h4 {
  font-size: 1rem;
  font-weight: 600;
  margin-bottom: 0.625rem;
}
.index-2 .swiper li .ibox .info p {
  font-size: 0.875rem;
  color: #666666;
}
.index-2 .swiper li .ibox .img {
  overflow: hidden;
}
.index-2 .swiper li .ibox .img img {
  transition: 0.8s;
  width: 100%;
}
.index-2 .swiper li .ibox > a {
  line-height: 2.625rem;
  display: block;
  font-size: 0.875rem;
  color: #666;
}
.index-2 .swiper li .ibox:hover img {
  transform: scale(1.1);
}
.index-3 .subtitle {
  margin-bottom: 1.875rem;
}
.index-3 .item {
  padding: 0 10px;
}
.index-3 .item:nth-child(1) .ibox {
  background: url(../img/ser-bg1.jpg) no-repeat center center;
  background-size: 100% 100%;
}
.index-3 .item:nth-child(1) .ibox .ti i {
  background: url(../img/icon1.png) no-repeat;
  background-size: contain;
}
.index-3 .item:nth-child(2) .ibox {
  background: url(../img/ser-bg2.jpg) no-repeat center center;
  background-size: 100% 100%;
}
.index-3 .item:nth-child(2) .ibox .ti i {
  background: url(../img/icon2.png) no-repeat;
  background-size: contain;
}
.index-3 .item:nth-child(3) .ibox {
  background: url(../img/ser-bg3.jpg) no-repeat center center;
  background-size: 100% 100%;
}
.index-3 .item:nth-child(3) .ibox .ti i {
  background: url(../img/icon3.png) no-repeat;
  background-size: contain;
}
.index-3 .item:nth-child(4) .ibox {
  background: url(../img/ser-bg4.jpg) no-repeat center center;
  background-size: 100% 100%;
}
.index-3 .item:nth-child(4) .ibox .ti i {
  background: url(../img/icon4.png) no-repeat;
  background-size: contain;
}
.index-3 .item .ibox {
  border: 1px solid #cecece;
  border-top: 3px solid #077884;
}
.index-3 .item .ibox .title {
  height: 5rem;
  padding: 0 0.875rem;
  line-height: 5rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.index-3 .item .ibox .title .ti {
  display: flex;
}
.index-3 .item .ibox .title .ti i {
  display: block;
  width: 1.5rem;
  height: 1.5rem;
  border-radius: 50%;
  margin-right: 0.5rem;
}
.index-3 .item .ibox .title .ti h4 {
  font-size: 1.125rem;
  color: #333;
  font-weight: 600;
  letter-spacing: 0.125rem;
}
.index-3 .item .ibox .title a {
  font-size: 0.75rem;
  color: #333;
  font-weight: 600;
}
.index-3 .item .ibox .title a:hover {
  color: #077884;
}
.index-3 .item .ibox ul li {
  border-top: 1px solid #e6e6e6;
}
.index-3 .item .ibox ul li:first-child .info {
  display: block;
}
.index-3 .item .ibox ul li.show .bar .cls {
  display: block;
}
.index-3 .item .ibox ul li.show .bar .open {
  display: none;
}
.index-3 .item .ibox ul li .bar {
  height: 2.875rem;
  line-height: 2.875rem;
  display: flex;
  align-items: center;
  cursor: pointer;
}
.index-3 .item .ibox ul li .bar i {
  display: block;
  width: 2.875rem;
  height: 2.875rem;
  color: #fff;
  background: #077884;
  text-align: center;
  font-size: 1.125rem;
}
.index-3 .item .ibox ul li .bar i.cls {
  display: none;
}
.index-3 .item .ibox ul li .bar p {
  width: calc(100% - 2.875rem);
  padding-left: 1rem;
  font-size: 1rem;
  color: #077884;
  transition: 0.4s;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.index-3 .item .ibox ul li .bar:hover p {
  transform: translateX(1rem);
}
.index-3 .item .ibox ul li .info {
  padding: 1rem;
  display: none;
}
.index-3 .item .ibox ul li .info p {
  font-size: 0.875rem;
  color: #666;
  margin-bottom: 0.625rem;
  text-align: justify;
  height: 40px;
  overflow: hidden;
}
.index-3 .item .ibox ul li .info .img {
  overflow: hidden;
  height: 174px;
}
.index-3 .item .ibox ul li .info .img img {
  width: 100%;
  height: 100%;
  transition: 0.8s;
}
.index-3 .item .ibox ul li .info .img img:hover {
  transform: scale(1.1);
}
.index-4 {
  background: #f0f3f4;
}
.index-4 .subtitle {
  margin-bottom: 1.875rem;
}
.index-4 .swi4 {
  position: relative;
}
.index-4 .swi4 .swiper-button-next,
.index-4 .swi4 .swiper-button-prev {
  width: 2.875rem;
  height: 2.875rem;
  border-radius: 50%;
  background: rgba(0, 0, 0, 0.4);
  outline: none;
}
.index-4 .swi4 .swiper-button-next:hover,
.index-4 .swi4 .swiper-button-prev:hover {
  background: rgba(0, 139, 152, 0.6);
}
.index-4 .swi4 .swiper-button-next::after,
.index-4 .swi4 .swiper-button-prev::after {
  font-size: 0.875rem;
  color: #fff;
}
.index-4 .swi4 .swiper-button-next {
  right: -4rem;
}
.index-4 .swi4 .swiper-button-prev {
  left: -4rem;
}
.index-4 .swi4 .swiper-container {
  border-left: 1px solid #ccc;
}
.index-4 .swi4 li .ibox {
  background: #fff;
  border: 1px solid #ccc;
  padding: 1.25rem;
  border-left: none;
}
.index-4 .swi4 li .ibox .img {
  overflow: hidden;
}
.index-4 .swi4 li .ibox .img img {
  width: 144px;
  height: 189px;
  transition: 0.8s;
}
.index-4 .swi4 li .ibox .img:hover img {
  transform: scale(1.1);
}
.index-4 .swi4 li .ibox p {
  font-size: 0.875rem;
  text-align: center;
  margin-top: 0.625rem;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.index-5 .swi5 {
  position: relative;
}
.index-5 .swi5 .swiper-container {
  width: calc(100% - 6.875rem);
  padding-bottom: 1.875rem;
}
.index-5 .swi5 .swiper-container img {
  height: 2.875rem;
}
.index-5 .swi5 .swiper-button-next,
.index-5 .swi5 .swiper-button-prev {
  top: 0;
  transform: none;
  margin: 0;
  width: 2.875rem;
  height: 2.875rem;
  outline: none;
  background: #008b98;
}
.index-5 .swi5 .swiper-button-next:hover,
.index-5 .swi5 .swiper-button-prev:hover {
  background: #02616b;
}
.index-5 .swi5 .swiper-button-next::after,
.index-5 .swi5 .swiper-button-prev::after {
  font-size: 0.875rem;
  color: #fff;
}
.index-5 .swi5 .swiper-button-next {
  right: 0;
}
.index-5 .swi5 .swiper-button-prev {
  left: 0;
}
.index-5 .swi5 .swiper-pagination {
  left: 50%;
  transform: translateX(-50%);
}
.index-5 .swi5 .my-bullet2 {
  display: inline-block;
  width: 0.5rem;
  height: 0.5rem;
  background: #077884;
  position: relative;
  margin: 0 0.3125rem;
  border-radius: 50%;
}
.index-5 .swi5 .swiper-pagination-bullet-active {
  background: #fff;
  border: 1px solid #077884;
}
footer {
  padding-top: 1.875rem;
  background: #077884;
  color: #fff;
  position: relative;
}
footer .container > p {
  font-size: 0.875rem;
  line-height: 3rem;
}
footer #server {
  position: absolute;
  right: 5rem;
  bottom: 0;
  line-height: 3rem;
  color: #fff;
  width: 15rem;
  font-size: 1rem;
  background: #36b449;
  text-align: center;
  border-radius: 4px 4px 0  0;
  transition: 0.4s;
}
footer #server:hover {
  background: #2b9b3c;
}
footer .foot-info {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-bottom: 1.875rem;
  border-bottom: 1px solid #fff;
  margin-bottom: 1.875rem;
}
footer .foot-info p {
  font-size: 1rem;
  line-height: 1.25rem;
}
footer .foot-info i {
  font-size: 2.375rem;
  margin-right: 0.625rem;
}
footer .foot-info .fl {
  width: 60%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
footer .foot-info .fl h4 {
  font-size: 1.875rem;
  font-weight: bold;
  letter-spacing: 0.125rem;
}
footer .foot-info .fl .server {
  display: flex;
  align-items: center;
}
footer .foot-info .fr {
  width: 30%;
  display: flex;
  align-items: center;
}
footer .foot {
  display: flex;
  justify-content: space-between;
  margin-bottom: 3.125rem;
}
footer .foot .foot-nav {
  display: flex;
  justify-content: space-between;
  width: 60%;
}
footer .foot .foot-nav dl dt {
  font-size: 1.125rem;
  margin-bottom: 0.625rem;
  font-weight: 600;
}
footer .foot .foot-nav dl dd a {
  color: #fff;
  font-size: 0.875rem;
  line-height: 1.875rem;
}
footer .foot .foot-nav dl dd a:hover {
  color: #ccc;
}
footer .foot .links {
  width: 30%;
}
footer .foot .links p {
  font-size: 1.125rem;
  margin-bottom: 1rem;
  font-weight: 600;
}
footer .foot .links ul {
  display: flex;
  align-items: center;
}
footer .foot .links ul li {
  width: 2.25rem;
  height: 2.25rem;
  background: #ffffff;
  margin-right: 0.875rem;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  transition: 0.6s;
}
footer .foot .links ul li a {
  display: block;
  font-size: 1.375rem;
  color: #077884;
}
footer .foot .links ul li:hover {
  transform: rotateZ(360deg);
  background: #ccc;
}
footer .foot .links dl{
	font-size:14px;
	margin-top:16px;
}
.menu {
  height: 2.8125rem;
  line-height: 2.8125rem;
  background: #f2f2f2;
}
.menu p {
  font-size: 1rem;
  color: #333;
}
.menu p a {
  font-size: 1rem;
  color: #666;
}
.menu p a:hover {
  color: #077884;
}
.menu p i {
  color: #333;
}
.funeral-list .main-right .sm,
.funeral-detail .main-right .sm,
.plan-list .main-right .sm,
.search-list .main-right .sm {
  position: relative;
  margin-bottom: 1.5rem;
}
.funeral-list .main-right .sm::before,
.funeral-detail .main-right .sm::before,
.plan-list .main-right .sm::before,
.search-list .main-right .sm::before {
  position: absolute;
  content: '';
  width: calc(100% - 1.875rem);
  height: calc(100% - 1.875rem);
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  background: rgba(0, 0, 0, 0.6);
}
.funeral-list .main-right .sm .info,
.funeral-detail .main-right .sm .info,
.plan-list .main-right .sm .info,
.search-list .main-right .sm .info {
  position: absolute;
  width: 100%;
  height: 100%;
  text-align: center;
  left: 0;
  top: 0;
  padding: 1.25rem;
  display: flex;
  justify-content: center;
  align-content: center;
  flex-direction: column;
}
.funeral-list .main-right .sm .info p,
.funeral-detail .main-right .sm .info p,
.plan-list .main-right .sm .info p,
.search-list .main-right .sm .info p {
  font-size: 18px;
  font-weight: 600;
  color: #fff;
  margin-bottom: 12px;
}
.funeral-list .main-right .sm .info p span,
.funeral-detail .main-right .sm .info p span,
.plan-list .main-right .sm .info p span,
.search-list .main-right .sm .info p span {
  color: #ec5d2f;
}
.funeral-list .main-right .sm .info a,
.funeral-detail .main-right .sm .info a,
.plan-list .main-right .sm .info a,
.search-list .main-right .sm .info a {
  display: inline-block;
  line-height: 32px;
  background: #ec5d2f;
  width: 110px;
  margin: 0 auto;
  border-radius: 2rem;
  color: #fff;
  font-size: 16px;
  transition: 0.4s;
}
.funeral-list .main-right .sm .info a:hover,
.funeral-detail .main-right .sm .info a:hover,
.plan-list .main-right .sm .info a:hover,
.search-list .main-right .sm .info a:hover {
  box-shadow: 0 0 4px 0 #eee;
}
.funeral-list .main-right .like-list,
.funeral-detail .main-right .like-list,
.plan-list .main-right .like-list,
.search-list .main-right .like-list {
  padding: 0 1.25rem;
  background: #fff;
  border: 1px solid #e1e1e1;
}
.funeral-list .main-right .like-list .like,
.funeral-detail .main-right .like-list .like,
.plan-list .main-right .like-list .like,
.search-list .main-right .like-list .like {
  display: flex;
  align-items: center;
  line-height: 46px;
}
.funeral-list .main-right .like-list .like a i,
.funeral-detail .main-right .like-list .like a i,
.plan-list .main-right .like-list .like a i,
.search-list .main-right .like-list .like a i {
  font-size: 1.125rem;
  margin-right: 0.25rem;
  color: #077884;
  font-weight: 600;
  transform: translateY(0.0625rem);
}
.funeral-list .main-right .like-list .like a i:first-child,
.funeral-detail .main-right .like-list .like a i:first-child,
.plan-list .main-right .like-list .like a i:first-child,
.search-list .main-right .like-list .like a i:first-child {
  display: block;
}
.funeral-list .main-right .like-list .like a i:last-child,
.funeral-detail .main-right .like-list .like a i:last-child,
.plan-list .main-right .like-list .like a i:last-child,
.search-list .main-right .like-list .like a i:last-child {
  display: none;
}
.funeral-list .main-right .like-list .like a.on i:first-child,
.funeral-detail .main-right .like-list .like a.on i:first-child,
.plan-list .main-right .like-list .like a.on i:first-child,
.search-list .main-right .like-list .like a.on i:first-child {
  display: none;
}
.funeral-list .main-right .like-list .like a.on i:last-child,
.funeral-detail .main-right .like-list .like a.on i:last-child,
.plan-list .main-right .like-list .like a.on i:last-child,
.search-list .main-right .like-list .like a.on i:last-child {
  display: block;
  transform: translateY(0.0625rem);
}
.funeral-list .main-right .like-list .like p,
.funeral-detail .main-right .like-list .like p,
.plan-list .main-right .like-list .like p,
.search-list .main-right .like-list .like p {
  font-size: 1rem;
  color: #333;
}
.funeral-list .main-right .like-list ul li,
.funeral-detail .main-right .like-list ul li,
.plan-list .main-right .like-list ul li,
.search-list .main-right .like-list ul li {
  margin-bottom: 1.25rem;
  border-bottom: 1px dashed #e1e1e1;
}
.funeral-list .main-right .like-list ul li .img,
.funeral-detail .main-right .like-list ul li .img,
.plan-list .main-right .like-list ul li .img,
.search-list .main-right .like-list ul li .img {
  overflow: hidden;
}
.funeral-list .main-right .like-list ul li .img img,
.funeral-detail .main-right .like-list ul li .img img,
.plan-list .main-right .like-list ul li .img img,
.search-list .main-right .like-list ul li .img img {
  width: 100%;
  transition: 0.8s;
}
.funeral-list .main-right .like-list ul li .img img:hover,
.funeral-detail .main-right .like-list ul li .img img:hover,
.plan-list .main-right .like-list ul li .img img:hover,
.search-list .main-right .like-list ul li .img img:hover {
  transform: scale(1.1);
}
.funeral-list .main-right .like-list ul li .info a,
.funeral-detail .main-right .like-list ul li .info a,
.plan-list .main-right .like-list ul li .info a,
.search-list .main-right .like-list ul li .info a {
  font-size: 0.875rem;
  color: #666;
  margin: 0.625rem 0;
}
.funeral-list .main-right .like-list ul li .info a:hover,
.funeral-detail .main-right .like-list ul li .info a:hover,
.plan-list .main-right .like-list ul li .info a:hover,
.search-list .main-right .like-list ul li .info a:hover {
  color: #077884;
}
.funeral-list .main-right .like-list ul li:last-child,
.funeral-detail .main-right .like-list ul li:last-child,
.plan-list .main-right .like-list ul li:last-child,
.search-list .main-right .like-list ul li:last-child {
  border: none;
}
.funeral-list {
  background: #f8f8f8;
}
.funeral-list .com-main {
  padding: 1.875rem 0 4.375rem;
}
.funeral-list .com-main .main-left .list-bar {
  display: flex;
  justify-content: flex-start;
  border: 1px solid #e1e1e1;
  line-height: 2.5rem;
  height: 2.625rem;
  overflow: hidden;
  background: #fff;
}
.funeral-list .com-main .main-left .list-bar.on {
  height: auto;
  overflow: unset;
}
.funeral-list .com-main .main-left .list-bar.on > a i {
  transform: rotateZ(180deg);
}
.funeral-list .com-main .main-left .list-bar p {
  width: 15%;
  background: #f5f5f5;
  border-right: 1px solid #e1e1e1;
  font-size: 0.875rem;
  color: #999;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.funeral-list .com-main .main-left .list-bar ul {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  width: 80%;
  flex-wrap: wrap;
}
.funeral-list .com-main .main-left .list-bar ul li a {
  padding: 0 1.25rem;
  display: block;
  font-size: 0.875rem;
  color: #666;
}
.funeral-list .com-main .main-left .list-bar ul li a:hover {
  color: #077884;
}
.funeral-list .com-main .main-left .list-bar > a {
  display: flex;
  width: 14px;
  height: 14px;
  border: 1px solid #e1e1e1;
  justify-content: center;
  align-items: center;
  margin-top: 1.25rem;
  transform: translateY(-50%);
}
.funeral-list .com-main .main-left .list-bar > a i {
  font-size: 12px;
  color: #666;
}
.funeral-list .com-main .main-left .content {
  padding: 1.25rem;
  border: 1px solid #e1e1e1;
  background: #fff;
}
.funeral-list .com-main .main-left .content li {
  display: flex;
  padding-bottom: 1.625rem;
  margin-bottom: 1.625rem;
  border-bottom: 1px solid #e1e1e1;
}
.funeral-list .com-main .main-left .content li .img {
  overflow: hidden;
  width: 25%;
  height: 9.1875rem;
}
.funeral-list .com-main .main-left .content li .img img {
  width: 100%;
  transition: 0.8s;
  height: 100%;
}
.funeral-list .com-main .main-left .content li .img img:hover {
  transform: scale(1.1);
}
.funeral-list .com-main .main-left .content li .info {
  width: 75%;
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  padding-left: 1.25rem;
}
.funeral-list .com-main .main-left .content li .info h4 a {
  font-size: 1.25rem;
  color: #1a1a1a;
  font-weight: 600;
}
.funeral-list .com-main .main-left .content li .info h4 a:hover {
  color: #077884;
}
.funeral-list .com-main .main-left .content li .info p a {
  font-size: 0.875rem;
  color: #666;
}
.funeral-list .com-main .main-left .content li .info p a:hover {
  color: #077884;
}
.funeral-list .com-main .main-left .content li .info span {
  font-size: 0.875rem;
  color: #999;
}
.funeral-list .com-main .main-left .content li .info > a {
  display: inline-block;
  height: 1.5rem;
  width: 4rem;
  background: #fafdff;
  color: #999;
  border-right: 4px;
  border: 1px solid #d0d0d0;
  font-size: 0.875rem;
  text-align: center;
  line-height: 1.375rem;
  cursor: auto;
}
.funeral-list .com-main .main-left .content li .info > a.on {
  color: #077884;
}
.funeral-list .com-main .main-left .news-list {
  background: #fff;
  width: 100%;
  margin: 0;
  margin-top: 1.5rem;
  border: 1px solid #e1e1e1;
  padding: 1rem;
}
.funeral-list .com-main .main-left .news-list .news-item {
  padding: 1.5rem;
}
.funeral-list .com-main .main-left .news-list .news-item .title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid #e1e1e1;
  line-height: 2.25rem;
  margin-bottom: 0.75rem;
}
.funeral-list .com-main .main-left .news-list .news-item .title h4 {
  font-size: 1.25rem;
  color: #333;
}
.funeral-list .com-main .main-left .news-list .news-item .title a {
  font-size: 0.875rem;
  color: #999;
}
.funeral-list .com-main .main-left .news-list .news-item .title a:hover {
  color: #077884;
}
.funeral-list .com-main .main-left .news-list .news-item ul li {
  line-height: 2rem;
}
.funeral-list .com-main .main-left .news-list .news-item ul li a {
  font-size: 1rem;
  color: #666;
  display: block;
  padding-left: 1rem;
  position: relative;
  transition: 0.4s;
}
.funeral-list .com-main .main-left .news-list .news-item ul li a::before {
  content: '';
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 4px;
  height: 4px;
  background: #077884;
  border-radius: 50%;
}
.funeral-list .com-main .main-left .news-list .news-item ul li a:hover {
  color: #077884;
  transform: translateX(12px);
}
.funeral-detail {
  background: #f8f8f8;
}
.funeral-detail .com-main {
  padding: 1.875rem 0 4.375rem;
}
.funeral-detail .com-main .main-left .item-box {
  padding: 1.25rem;
  background: #fff;
  margin-bottom: 1.875rem;
}
.funeral-detail .com-main .main-left .item-box .title {
  padding-bottom: 0.625rem;
  border-bottom: 1px solid #e1e1e1;
  margin-bottom: 1.25rem;
}
.funeral-detail .com-main .main-left .item-box .title h4 {
  font-size: 1rem;
  color: #333;
}
.funeral-detail .com-main .main-left .item-box1 .title {
  padding-bottom: 0.625rem;
  border-bottom: 1px solid #e1e1e1;
  margin-bottom: 1.875rem;
}
.funeral-detail .com-main .main-left .item-box1 .title .tl h4 {
  font-size: 1rem;
  color: #333;
  margin-bottom: 0.625rem;
}
.funeral-detail .com-main .main-left .item-box1 .title .tl p {
  font-size: 0.875rem;
  color: #999;
}
.funeral-detail .com-main .main-left .item-box1 .title .tr li {
  margin-left: 1rem;
}
.funeral-detail .com-main .main-left .item-box1 .title .tr li a {
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
  color: #999;
  font-size: 0.875rem;
}
.funeral-detail .com-main .main-left .item-box1 .title .tr li a i {
  font-size: 1.125rem;
}
.funeral-detail .com-main .main-left .item-box1 .title .tr li a:hover,.funeral-detail .com-main .main-left .item-box1 .title .tr li a.active {
  color: #077884;
}
.funeral-detail .com-main .main-left .item-box1 .con .ct .img {
  width: 45%;
  padding: 1.25rem;
  background: #f8f8f8;
}
.funeral-detail .com-main .main-left .item-box1 .con .ct .img img {
  width: 100%;
  height: 300px;
  object-fit: cover;
}
.funeral-detail .com-main .main-left .item-box1 .con .ct .info {
  width: 55%;
  padding-left: 1.25rem;
}
.funeral-detail .com-main .main-left .item-box1 .con .ct .info ul {
  height: 100%;
}
.funeral-detail .com-main .main-left .item-box1 .con .ct .info ul li {
  display: flex;
  align-items: center;
  font-size: 0.875rem;
  margin: 0.625rem 0;
}
.funeral-detail .com-main .main-left .item-box1 .con .ct .info ul li label {
  width: 15%;
  text-align: justify;
  text-align-last: justify;
  font-size: 0.875rem;
  color: #666;
  margin: 0;
}
.funeral-detail .com-main .main-left .item-box1 .con .ct .info ul li p {
  font-size: 0.875rem;
  color: #333;
}
.funeral-detail .com-main .main-left .item-box1 .con .ct .info ul li a {
  display: inline-block;
  height: 1.5rem;
  width: 4rem;
  background: #fafdff;
  color: #999;
  border-right: 4px;
  border: 1px solid #d0d0d0;
  font-size: 0.875rem;
  text-align: center;
  line-height: 1.375rem;
  cursor: auto;
}
.funeral-detail .com-main .main-left .item-box1 .con .ct .info ul li a.on {
  color: #077884;
}
.funeral-detail .com-main .main-left .item-box1 .con .ct .info ul li:last-child p {
  font-size: 1.5rem;
  color: #333;
  font-style: italic;
  font-weight: 600;
}
.funeral-detail .com-main .main-left .item-box1 .con .cb {
  margin-top: 2rem;
  margin-bottom: 1.25rem;
}
.funeral-detail .com-main .main-left .item-box1 .con .cb .swiper {
  width: 45%;
}
.funeral-detail .com-main .main-left .item-box1 .con .cb .swiper .ibox img {
  width: 100%;
  cursor: pointer;
  height: 90px;
  object-fit: cover;
}
.funeral-detail .com-main .main-left .item-box1 .con .cb .swiper .swiper-button-next,
.funeral-detail .com-main .main-left .item-box1 .con .cb .swiper .swiper-button-prev {
  width: 20px;
  height: 100%;
  top: 0;
  margin: 0;
  background: rgba(0, 0, 0, 0.7);
}
.funeral-detail .com-main .main-left .item-box1 .con .cb .swiper .swiper-button-next::after,
.funeral-detail .com-main .main-left .item-box1 .con .cb .swiper .swiper-button-prev::after {
  font-size: 12px;
  color: #fff;
}
.funeral-detail .com-main .main-left .item-box1 .con .cb .swiper .swiper-button-next {
  right: 0;
}
.funeral-detail .com-main .main-left .item-box1 .con .cb .swiper .swiper-button-prev {
  left: 0;
}
.funeral-detail .com-main .main-left .item-box1 .con .cb > p {
  width: 55%;
  align-self: flex-end;
  padding-left: 1.25rem;
  font-size: 0.875rem;
  color: #666;
  margin-bottom: 0.625rem;
}
.funeral-detail .com-main .main-left .item-box1 .con .cb > p a {
  font-size: 0.875rem;
  color: #333;
  margin-left: 0.3125rem;
}
.funeral-detail .com-main .main-left .item-box1 .con .cb > p a:hover {
  color: #077884;
}
.funeral-detail .com-main .main-left .item-box1 .con .cb > p a i {
  vertical-align: top;
}
.funeral-detail .com-main .main-left .item-box2 .list-bar {
  padding-bottom: 0.625rem;
  border-bottom: 1px solid #e1e1e1;
  margin-bottom: 1.25rem;
}
.funeral-detail .com-main .main-left .item-box2 .list-bar li {
  margin-right: 1.25rem;
}
.funeral-detail .com-main .main-left .item-box2 .list-bar li a {
  font-size: 1rem;
  color: #333;
}
.funeral-detail .com-main .main-left .item-box2 .list-bar li a span {
  color: #077884;
}
.funeral-detail .com-main .main-left .item-box2 .list-bar li.on a {
  color: #077884;
}
.funeral-detail .com-main .main-left .item-box2 .list-con .item-con {
  display: none;
}
.funeral-detail .com-main .main-left .item-box2 .list-con .item-con p {
  font-size: 0.875rem;
  color: #333;
  line-height: 1.75rem;
}
.funeral-detail .com-main .main-left .item-box2 .list-con .item-con:first-child {
  display: block;
}
.funeral-detail .com-main .main-left .item-box3 ul li {
  padding: 15px;
}
.funeral-detail .com-main .main-left .item-box3 ul .ibox .img {
  display: block;
  overflow: hidden;
}
.funeral-detail .com-main .main-left .item-box3 ul .ibox .img img {
  width: 100%;
  transition: 0.8s;
  height: 300px;
  object-fit: cover;
}
.funeral-detail .com-main .main-left .item-box3 ul .ibox .img img:hover {
  transform: scale(1.1);
}
.funeral-detail .com-main .main-left .item-box3 ul .ibox > a {
  font-size: 0.875rem;
  color: #666;
  line-height: 2.875rem;
  display: block;
  text-align: center;
}
.funeral-detail .com-main .main-left .item-box3 ul .ibox > a:hover {
  color: #077884;
}
.funeral-detail .com-main .main-left .item-box4 > .info {
  font-size: 0.875rem;
  color: #333;
  line-height: 1.75rem;
}
.funeral-detail .com-main .main-left .item-box5 .keyword {
  background: #f8f8f8;
  display: flex;
  height: 4rem;
  align-items: center;
  padding: 0 1.25rem;
}
.funeral-detail .com-main .main-left .item-box5 .keyword p {
  font-size: 0.875rem;
  color: #999;
  padding: 0.3125rem 1.25rem;
  margin-right: 1.25rem;
  border-right: 1px solid #e1e1e1;
}
.funeral-detail .com-main .main-left .item-box5 .keyword ul li {
  margin-right: 0.375rem;
}
.funeral-detail .com-main .main-left .item-box5 .keyword ul li span {
  display: block;
  font-size: 0.875rem;
  color: #333;
  line-height: 2.125rem;
  background: #fff;
  padding: 0 0.875rem;
}
.funeral-detail .com-main .main-left .item-box5 .radio-list {
  height: 3.125rem;
  border-bottom: 1px solid #e1e1e1;
}
.funeral-detail .com-main .main-left .item-box5 .radio-list ul {
  line-height: 3.125rem;
}
.funeral-detail .com-main .main-left .item-box5 .radio-list ul li {
  margin-right: 1.25rem;
}
.funeral-detail .com-main .main-left .item-box5 .radio-list ul li label {
  font-size: 0.875rem;
  margin-left: 0.25rem;
  color: #666;
  margin-bottom: 0;
}
.funeral-detail .com-main .main-left .item-box5 .radio-list ul li input {
  vertical-align: middle;
  outline: none;
}
.funeral-detail .com-main .main-left .item-box5 .radio-list select {
  line-height: 1.5rem;
  height: 1.5rem;
  outline: none;
  color: #999;
  border-color: #e1e1e1;
  width: 6.875rem;
  font-size: 0.875rem;
}
.funeral-detail .com-main .main-left .item-box5 .message-list ul li {
  display: flex;
  justify-content: space-between;
  padding: 1.875rem 0;
  border-bottom: 1px solid #e1e1e1;
}
.funeral-detail .com-main .main-left .item-box5 .message-list ul li .img {
  display: flex;
  width: 85%;
}
.funeral-detail .com-main .main-left .item-box5 .message-list ul li .img > a {
  display: flex;
  overflow: hidden;
  justify-content: center;
}
.funeral-detail .com-main .main-left .item-box5 .message-list ul li .img > a img {
  width: 3.75rem;
  height: 3.75rem;
  border-radius: 50%;
}
.funeral-detail .com-main .main-left .item-box5 .message-list ul li .img .info {
  padding-left: 1.25rem;
  max-width: 85%;
}
.funeral-detail .com-main .main-left .item-box5 .message-list ul li .img .info p {
  font-size: 0.875rem;
  color: #666;
}
.funeral-detail .com-main .main-left .item-box5 .message-list ul li .img .info p i {
  color: #077884;
}
.funeral-detail .com-main .main-left .item-box5 .message-list ul li .date {
  font-size: 0.875rem;
  color: #999;
}
.funeral-detail .com-main .main-left .item-box6 {
  margin-bottom: 0.875rem;
}
.funeral-detail .com-main .main-left .item-box6 form .input {
  margin-bottom: 1.25rem;
}
.funeral-detail .com-main .main-left .item-box6 form .input .emotion i {
  color: #666;
  font-size: 1rem;
  cursor: pointer;
}
.funeral-detail .com-main .main-left .item-box6 form .input label {
  width: 15%;
  font-size: 0.875rem;
  color: #333;
}
.funeral-detail .com-main .main-left .item-box6 form .input textarea {
  width: 70%;
}
.funeral-detail .com-main .main-left .item-box6 form .input .icon p {
  font-size: 0.875rem;
  color: #999;
}
.funeral-detail .com-main .main-left .item-box6 form .input .icon p i {
  font-size: 1rem;
  cursor: pointer;
  margin-right: 0.25rem;
  color: #999;
}
.funeral-detail .com-main .main-left .item-box6 form .input .icon .clear {
  margin-left: 0.5rem;
  cursor: pointer;
}
.funeral-detail .com-main .main-left .item-box6 form .input textarea {
  resize: none;
  outline: none;
  line-height: 2.25rem;
  color: #333;
  font-size: 0.875rem;
  border-color: #e1e1e1;
  padding: 0 10px;
}
.funeral-detail .com-main .main-left .item-box6 form .input textarea::-webkit-input-placeholder {
  color: #999;
}
.funeral-detail .com-main .main-left .item-box7 {
  text-align: center;
}
.funeral-detail .com-main .main-left .item-box7 button {
  color: #fff;
  font-size: 1rem;
  background: #077884;
  width: 10.625rem;
  height: 2.25rem;
  border-radius: 0.25rem;
  border: none;
  outline: none;
  transition: 0.4s;
}
.funeral-detail .com-main .main-left .item-box7 button:hover {
  box-shadow: 0 0 5px 0 #666;
  opacity: 0.9;
}
.funeral-detail .com-main .main-right .img-list li {
  margin-bottom: 1.25rem;
}
.funeral-detail .com-main .main-right .img-list li img {
  width: 100%;
}
.foot-detail {
  background: #f8f8f8;
}
.foot-detail .com-main {
  padding: 1.875rem 0 4.375rem;
}
.foot-detail .com-main .main-left > h4 {
  font-size: 1.875rem;
  color: #333;
  margin-bottom: 1.25rem;
}
.foot-detail .com-main .main-left .link-list {
  display: flex;
  align-items: center;
  margin-bottom: 1.875rem;
}
.foot-detail .com-main .main-left .link-list p {
  font-size: 1rem;
  color: #666;
  margin-right: 1rem;
}
.foot-detail .com-main .main-left .link-list ul li {
  margin-right: 1rem;
}
.foot-detail .com-main .main-left .info-box {
  padding: 1.5rem;
  background: #fff;
}
.foot-detail .com-main .main-left .info-box h4 {
  font-size: 1.375rem;
  color: #333;
  margin-bottom: 0.625rem;
}
.foot-detail .com-main .main-left .info-box p {
  font-size: 1rem;
  color: #666;
  margin-bottom: 1.25rem;
  line-height: 1.625rem;
}
.foot-detail .com-main .main-left .info-box ul p {
  margin-bottom: 0.625rem;
}
.other-detail {
  background: #f8f8f8;
}
.other-detail .com-main {
  padding: 1.875rem 0 4.375rem;
}
.other-detail .com-main .slide-list .list {
  background: #ececec;
}
.other-detail .com-main .slide-list .list > p {
  font-size: 14px;
  line-height: 40px;
  background: #077884;
  color: #fff;
  text-align: center;
}
.other-detail .com-main .slide-list .list .item-list {
  padding-bottom: 1.25rem;
}
.other-detail .com-main .slide-list .list .item-list .item .ti {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 0.875rem;
  margin-top: 0.75rem;
  cursor: pointer;
}
.other-detail .com-main .slide-list .list .item-list .item .ti p {
  font-size: 0.875rem;
  color: #333;
  line-height: 2.25rem;
}
.other-detail .com-main .slide-list .list .item-list .item .ti i {
  font-size: 0.75rem;
  transition: 0.4s;
}
.other-detail .com-main .slide-list .list .item-list .item ul {
  padding: 0;
}
.other-detail .com-main .slide-list .list ul {
  padding: 0.625rem 0 1.25rem;
}
.other-detail .com-main .slide-list .list ul li {
  padding: 0.6rem 0.875rem;
}
.other-detail .com-main .slide-list .list ul li a {
  font-size: 0.875rem;
  line-height: 1.5;
  display: block;
  color: #077884;
  padding-left: 0.75rem;
  position: relative;
}
.other-detail .com-main .slide-list .list ul li a::before {
  position: absolute;
  left: 0;
  top: 50%;
  width: 0.25rem;
  height: 0.25rem;
  background: #077884;
  content: '';
  transform: translateY(-50%);
}
.other-detail .com-main .slide-list .list ul li a:hover {
  color: #0a4f44;
}
.other-detail .com-main .main-left {
  background: #fff;
  padding: 1.25rem;
}
.other-detail .com-main .main-left > h4 {
  font-size: 1.875rem;
  color: #333;
  margin-bottom: 1.25rem;
}
.other-detail .com-main .main-left .info .img {
  float: left;
  padding: 0.625rem;
  border: 1px solid #e1e1e1;
  margin: 0 1.25rem 1.25rem 0;
}
.other-detail .com-main .main-left .info .img img {
  width: 100%;
}
.other-detail .com-main .main-left .info .word p {
  font-size: 0.875rem;
  color: #333;
  line-height: 1.625rem;
  text-align: justify;
}
.other-detail .com-main .main-left .info > a img {
  width: 100%;
  margin-top: 1.25rem;
}
.other-detail .com-main .main-left .list {
  background: #ebebeb;
  margin-top: 1.875rem;
  padding: 1rem;
}
.other-detail .com-main .main-left .list ul li {
  line-height: 2.625rem;
  border-bottom: 1px dashed #bdbfbc;
}
.other-detail .com-main .main-left .list ul li a {
  font-size: 1rem;
  color: #077884;
  position: relative;
  padding-left: 20px;
  display: block;
}
.other-detail .com-main .main-left .list ul li a::before {
  content: '';
  position: absolute;
  width: 12px;
  height: 12px;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  background: url(../img/bg1.jpg) no-repeat;
  box-sizing: 100% 100%;
}
.other-detail .com-main .main-left .link-list {
  display: flex;
  align-items: center;
  margin: 1.875rem 0;
}
.other-detail .com-main .main-left .link-list p {
  font-size: 1rem;
  color: #666;
  margin-right: 1rem;
}
.other-detail .com-main .main-left .link-list ul li {
  margin-right: 1rem;
}
.other-detail .com-main .main-right .img-list li {
  margin-bottom: 1.25rem;
}
.other-detail .com-main .main-right .img-list li img {
  width: 100%;
}
.news section {
  margin: 2.5rem 0;
  padding: 0;
}
.news .news-1 .col-sm-8 {
  position: relative;
}
.news .news-1 .col-sm-4 .title {
  padding-bottom: 0.625rem;
}
.news .news-1 .col-sm-4 .title p {
  font-size: 16px;
  color: #008b98;
}
.news .news-1 .col-sm-4 .infoList {
  background: #eee;
}
.news .news-1 .col-sm-4 .infoList li a {
  position: relative;
  font-size: 0.875rem;
  color: #333;
  line-height: 1.75rem;
  padding-left: 1.875rem;
}
.news .news-1 .col-sm-4 .infoList li a::before {
  content: '';
  position: absolute;
  left: 0.625rem;
  top: 50%;
  transform: translateY(-50%);
  width: 0.375rem;
  height: 0.375rem;
  background: #333;
  border-radius: 50%;
}
.news .news-1 .col-sm-4 .infoList li a:hover {
  color: #077884;
}
.news .news-2 {
  margin: 2.5rem 0 5rem 0 !important;
}
.news .news-2 .swn2 {
  position: relative;
}
.news .news-2 .swn2 .swiper-slide-prev,
.news .news-2 .swn2 .swiper-slide-next {
  position: relative;
}
.news .news-2 .swn2 .swiper-slide-prev::before,
.news .news-2 .swn2 .swiper-slide-next::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
}
.news .news-2 .swn2 .swiper-button-next,
.news .news-2 .swn2 .swiper-button-prev {
  width: 2.875rem;
  height: 2.875rem;
  border-radius: 50%;
  background: rgba(0, 0, 0, 0.4);
  outline: none;
}
.news .news-2 .swn2 .swiper-button-next:hover,
.news .news-2 .swn2 .swiper-button-prev:hover {
  background: rgba(0, 139, 152, 0.6);
}
.news .news-2 .swn2 .swiper-button-next::after,
.news .news-2 .swn2 .swiper-button-prev::after {
  font-size: 0.875rem;
  color: #fff;
}
.news .news-2 .swn2 .swiper-button-next {
  right: -1.4375rem;
}
.news .news-2 .swn2 .swiper-button-prev {
  left: -1.4375rem;
}
.news .news-2 .swn2 .swiper-pagination {
  left: 50%;
  transform: translateX(-50%);
  padding-top: 1.25rem;
}
.news .news-2 .swn2 .my-bullet2 {
  display: inline-block;
  width: 0.5rem;
  height: 0.5rem;
  background: #cccccc;
  position: relative;
  margin: 0 0.3125rem;
  border-radius: 50%;
  outline: none;
}
.news .news-2 .swn2 .swiper-pagination-bullet-active {
  background: #008b98;
  border: 1px solid #077884;
}
.news .news-3 .section_left {
  height: 37.875rem;
  position: relative;
}
.news .news-3 .section_left .title {
  display: flex;
  justify-content: space-between;
  padding-bottom: 0.75rem;
}
.news .news-3 .section_left .title p {
  font-size: 1rem;
  color: #008b98;
}
.news .news-3 .section_left .title a {
  color: #999;
  font-size: 1rem;
}
.news .news-3 .section_left .title a:hover {
  color: #077884;
}
.news .news-3 .section_left .gallery-top ul li {
  padding: 1rem;
  background-color: #eeeeee;
}
.news .news-3 .section_left .gallery-top ul li a .text p {
  font-size: 1rem;
  line-height: 1.75rem;
  margin: 1.25rem 0;
  color: #333333;
}
.news .news-3 .section_left .gallery-top ul li a .text p:hover {
  color: #077884;
}
.news .news-3 .section_left .swiper-button-next,
.news .news-3 .section_left .swiper-button-prev {
  width: 2.875rem;
  height: 2.875rem;
  border-radius: 50%;
  background: rgba(0, 0, 0, 0.4);
  outline: none;
}
.news .news-3 .section_left .swiper-button-next:hover,
.news .news-3 .section_left .swiper-button-prev:hover {
  background: rgba(0, 139, 152, 0.6);
}
.news .news-3 .section_left .swiper-button-next::after,
.news .news-3 .section_left .swiper-button-prev::after {
  font-size: 0.875rem;
  color: #fff;
}
.news .news-3 .section_left .swiper-button-next {
  right: -0.25rem;
}
.news .news-3 .section_left .swiper-button-prev {
  left: -0.25rem;
}
.news .news-3 .section_right {
  height: 37.875rem;
}
.news .news-3 .section_right .title {
  display: flex;
  justify-content: space-between;
  padding-bottom: 0.75rem;
}
.news .news-3 .section_right .title p {
  font-size: 1rem;
  color: #008b98;
}
.news .news-3 .section_right .title a {
  font-size: 1rem;
  color: #999;
}
.news .news-3 .section_right .title a:hover {
  color: #077884;
}
.news .news-3 .section_right .content {
  height: 35.75rem;
  background-color: #eeeeee;
  overflow: hidden;
}
.news .news-3 .section_right .content ul {
  padding: 0.5rem 1rem;
  width: unset;
}
.news .news-3 .section_right .content ul li {
  margin: 0.5rem 0;
  overflow:hidden;
}
.news .news-3 .section_right .content ul li a {
  display: flex;
}
.news .news-3 .section_right .content ul li a .img {
  width: 28%;
}
.news .news-3 .section_right .content ul li a .img img {
  border-radius: 5px;
}
.news .news-3 .section_right .content ul li a .text {
  padding: 0.3125rem 0 0.3125rem 0.625rem;
  width: 69%;
}
.news .news-3 .section_right .content ul li a .text p {
  color: #888888;
  font-size: 0.875rem;
  line-height: 1.375rem;
}
.news .news-3 .section_right .content ul li a .text p:hover {
  color: #077884;
}
.news .news-3 .section_right .content ul li a .text p:first-child {
  color: #333333;
  font-size: 1rem;
  margin-bottom: 0.625rem;
}
.news .news-3 .section_right .content ul li a .text p:first-child:hover {
  color: #077884;
}
.news .news-4 .swn4 {
  position: relative;
}
.news .news-4 .swn4 .title {
  display: flex;
  justify-content: space-between;
  padding-bottom: 0.75rem;
}
.news .news-4 .swn4 .title p {
  font-size: 1rem;
  color: #008b98;
}
.news .news-4 .swn4 .title a {
  color: #999;
  font-size: 0.875rem;
}
.news .news-4 .swn4 .title a:hover {
  color: #077884;
}
.news .news-4 .swn4 .swiper-container ul li .ibox a p {
  color: #282828;
  padding-top: 0.3125rem;
  font-size: 1rem;
  line-height: 2.25rem;
}
.news .news-4 .swn4 .swiper-container ul li .ibox a p:hover {
  color: #077884;
}
.news .news-4 .swn4 .swiper-container ul li .ibox p {
  color: #999;
  font-size: 1rem;
}
.news .news-4 .swn4 .swiper-button-next,
.news .news-4 .swn4 .swiper-button-prev {
  width: 2.875rem;
  height: 2.875rem;
  border-radius: 50%;
  background: rgba(0, 0, 0, 0.4);
  outline: none;
}
.news .news-4 .swn4 .swiper-button-next:hover,
.news .news-4 .swn4 .swiper-button-prev:hover {
  background: rgba(0, 139, 152, 0.6);
}
.news .news-4 .swn4 .swiper-button-next::after,
.news .news-4 .swn4 .swiper-button-prev::after {
  font-size: 0.875rem;
  color: #fff;
}
.news .news-4 .swn4 .swiper-button-next {
  right: -1.125rem;
}
.news .news-4 .swn4 .swiper-button-prev {
  left: -1.125rem;
}
.news .news-4 .swn4 .swiper-pagination {
  left: 50%;
  transform: translateX(-50%);
}
.news .news-4 .swn4 .my-bullet2 {
  display: inline-block;
  width: 0.5rem;
  height: 0.5rem;
  background: #077884;
  position: relative;
  margin: 0 0.3125rem;
  border-radius: 50%;
}
.news .news-4 .swn4 .swiper-pagination-bullet-active {
  background: #fff;
  border: 1px solid #077884;
}
.news img {
  vertical-align: top;
  border: 0;
}
.news #banner {
  margin-bottom: -10px;
}
.news #carousel {
  position: relative;
  z-index: 2;
  transform-style: preserve-3d;
  perspective: 200px;
}
.news #carousel img {
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -222px;
  transition: transform 0.5s ease-in-out;
  box-shadow: 8px 8px 20px rgba(0, 0, 0, 0.2);
  cursor: pointer;
}
.news #bannerNav {
  position: absolute;
  height: 30px;
  text-align: center;
  z-index: 999;
  right: 5%;
  bottom: 5%;
}
.news #bannerNav ul li {
  cursor: pointer;
  overflow: hidden;
  display: inline-block;
  width: 22px;
  margin: 0 2px;
}
.news #bannerNav ul li a {
  margin: 0 auto;
  display: block;
  width: 6px;
  height: 6px;
  border-radius: 3px;
  background: #5e6671;
  font-size: 0;
}
.news #bannerNav ul li.on a,
.news #bannerNav ul li:hover a {
  background: #00aeff;
}
.news #bannerNav ul li.on a {
  width: 20px;
}
.news #carousel {
  height: 400px;
}
.news #carousel img {
  width: 552px;
  border-radius: 5px;
  opacity: 0;
}
.news .swiper-container {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}
.news .swiper-slide {
  background-size: cover;
  background-position: center;
}
.news .gallery-top {
  height: 78.7%;
  width: 100%;
}
.news .gallery-thumbs {
  height: 16%;
  box-sizing: border-box;
  padding: 10px 0;
}
.news .gallery-thumbs .swiper-slide {
  width: 25%;
  height: 100%;
  opacity: 0.4;
}
.news .gallery-thumbs .swiper-slide-thumb-active {
  opacity: 1;
}
.plan-list {
  background: #f8f8f8;
}
.plan-list .com-main {
  padding: 1.875rem 0 4.375rem;
}
.plan-list .com-main .main-left .list-bar {
  display: flex;
  justify-content: flex-start;
  border: 1px solid #e1e1e1;
  line-height: 2.5rem;
  height: 2.625rem;
  overflow: hidden;
  margin-bottom: 1.5rem;
  background: #fff;
}
.plan-list .com-main .main-left .list-bar.on {
  height: auto;
  overflow: unset;
}
.plan-list .com-main .main-left .list-bar.on > a i {
  transform: rotateZ(180deg);
}
.plan-list .com-main .main-left .list-bar p {
  width: 15%;
  background: #f5f5f5;
  border-right: 1px solid #e1e1e1;
  font-size: 0.875rem;
  color: #999;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.plan-list .com-main .main-left .list-bar ul {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  width: 80%;
  flex-wrap: wrap;
}
.plan-list .com-main .main-left .list-bar ul li a {
  padding: 0 1.25rem;
  display: block;
  font-size: 0.875rem;
  color: #666;
}
.plan-list .com-main .main-left .list-bar ul li a:hover {
  color: #077884;
}
.plan-list .com-main .main-left .list-bar > a {
  display: flex;
  width: 14px;
  height: 14px;
  border: 1px solid #e1e1e1;
  justify-content: center;
  align-items: center;
  margin-top: 1.25rem;
  transform: translateY(-50%);
}
.plan-list .com-main .main-left .list-bar > a i {
  font-size: 12px;
  color: #666;
}
.plan-list .com-main .main-left .content {
  padding: 1.25rem;
  border: 1px solid #e1e1e1;
  background: #fff;
}
.plan-list .com-main .main-left .content li {
  display: flex;
  padding-bottom: 1.625rem;
  margin-bottom: 1.625rem;
  border-bottom: 1px solid #e1e1e1;
}
.plan-list .com-main .main-left .content li .img {
  overflow: hidden;
  width: 25%;
  height: 9.1875rem;
}
.plan-list .com-main .main-left .content li .img img {
  width: 100%;
  transition: 0.8s;
  height: 100%;
}
.plan-list .com-main .main-left .content li .img img:hover {
  transform: scale(1.1);
}
.plan-list .com-main .main-left .content li .info {
  width: 75%;
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  padding-left: 1.25rem;
}
.plan-list .com-main .main-left .content li .info h4 a {
  font-size: 1.375rem;
  color: #666;
  font-weight: 600;
}
.plan-list .com-main .main-left .content li .info h4 a:hover {
  color: #077884;
}
.plan-list .com-main .main-left .content li .info p a {
  font-size: 0.875rem;
  color: #666;
}
.plan-list .com-main .main-left .content li .info p a:hover {
  color: #077884;
}
.plan-list .com-main .main-left .content li .info span {
  font-size: 0.875rem;
  color: #999;
}
.plan-list .com-main .main-left .content li .info > a {
  display: inline-block;
  height: 1.5rem;
  width: 4rem;
  background: #fafdff;
  color: #999;
  border-right: 4px;
  border: 1px solid #d0d0d0;
  font-size: 0.875rem;
  text-align: center;
  line-height: 1.375rem;
  cursor: auto;
}
.plan-list .com-main .main-left .content li .info > a.on {
  color: #077884;
}
.plan-list .com-main .main-left .news-list {
  background: #fff;
  width: 100%;
  margin: 0;
  margin-top: 1.5rem;
  border: 1px solid #e1e1e1;
  padding: 1rem;
}
.plan-list .com-main .main-left .news-list .news-item {
  padding: 1.5rem;
}
.plan-list .com-main .main-left .news-list .news-item .title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid #e1e1e1;
  line-height: 2.25rem;
  margin-bottom: 0.75rem;
}
.plan-list .com-main .main-left .news-list .news-item .title h4 {
  font-size: 1.25rem;
  color: #333;
}
.plan-list .com-main .main-left .news-list .news-item .title a {
  font-size: 0.875rem;
  color: #999;
}
.plan-list .com-main .main-left .news-list .news-item .title a:hover {
  color: #077884;
}
.plan-list .com-main .main-left .news-list .news-item ul li {
  line-height: 2rem;
}
.plan-list .com-main .main-left .news-list .news-item ul li a {
  font-size: 1rem;
  color: #666;
  display: block;
  padding-left: 1rem;
  position: relative;
  transition: 0.4s;
}
.plan-list .com-main .main-left .news-list .news-item ul li a::before {
  content: '';
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 4px;
  height: 4px;
  background: #077884;
  border-radius: 50%;
}
.plan-list .com-main .main-left .news-list .news-item ul li a:hover {
  color: #077884;
  transform: translateX(12px);
}
.cemetery-list {
  background: #f8f8f8;
}
.cemetery-list .com-main {
  padding: 1.875rem 0 4.375rem;
}
.cemetery-list .com-main .main-left .list-bar {
  display: flex;
  justify-content: flex-start;
  border: 1px solid #e1e1e1;
  line-height: 2.5rem;
  height: 2.625rem;
  overflow: hidden;
  background: #fff;
  border-bottom: none;
}

.cemetery-list .com-main .main-left .list-bar.on {
  height: auto;
  overflow: unset;
}
.cemetery-list .com-main .main-left .list-bar.on > a i {
  transform: rotateZ(180deg);
}
.cemetery-list .com-main .main-left .list-bar p {
  width: 15%;
  background: #f5f5f5;
  border-right: 1px solid #e1e1e1;
  font-size: 0.875rem;
  color: #999;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.cemetery-list .com-main .main-left .list-bar ul {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  width: 80%;
  flex-wrap: wrap;
}
.cemetery-list .com-main .main-left .list-bar ul li a {
  padding: 0 1.25rem;
  display: block;
  font-size: 0.875rem;
  color: #666;
}


.cemetery-list .com-main .main-left .list-bar > a {
  display: flex;
  width: 14px;
  height: 14px;
  border: 1px solid #e1e1e1;
  justify-content: center;
  align-items: center;
  margin-top: 1.25rem;
  transform: translateY(-50%);
}
.cemetery-list .com-main .main-left .list-bar > a i {
  font-size: 12px;
  color: #666;
}
.cemetery-list .com-main .main-left .content ul {
  margin-bottom: 1.875rem;
}
.cemetery-list .com-main .main-left .content ul li .ibox {
  padding: 1rem;
  border: 1px solid #e1e1e1;
  background: #fff;
  margin-bottom: 1.25rem;
  display: flex;
}
.cemetery-list .com-main .main-left .content ul li .ibox .img {
  overflow: hidden;
  width: 35%;
  height: 11.0625rem;
}
.cemetery-list .com-main .main-left .content ul li .ibox .img img {
  width: 100%;
  transition: 0.8s;
  height: 100%;
}
.cemetery-list .com-main .main-left .content ul li .ibox .img img:hover {
  transform: scale(1.1);
}
.cemetery-list .com-main .main-left .content ul li .ibox .info {
  width: 65%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding-left: 1.25rem;
}
.cemetery-list .com-main .main-left .content ul li .ibox .info h4 {
  font-weight: 600;
  font-size: 1.25rem;
  color: #333;
  margin-bottom: 0.625rem;
}
.cemetery-list .com-main .main-left .content ul li .ibox .info h4 a {
  font-size: 1.375rem;
  color: #666;
}
.cemetery-list .com-main .main-left .content ul li .ibox .info p {
  font-size: 1rem;
  color: #787878;
  margin-bottom: 0.625rem;
}
.cemetery-list .com-main .main-left .content ul li .ibox .info p a {
  font-size: 0.875rem;
  color: #787878;
}
.cemetery-list .com-main .main-left .content ul li .ibox .info span {
  font-size: 0.875rem;
  color: #999;
}
.cemetery-list .com-main .main-left .content ul li .ibox .info > .rz {
  margin-bottom: 1rem;
  display: inline-block;
  height: 1.5rem;
  width: 4rem;
  background: #fafdff;
  color: #999;
  border-right: 4px;
  border: 1px solid #d0d0d0;
  font-size: 0.875rem;
  text-align: center;
  line-height: 1.375rem;
  cursor: auto;
}
.cemetery-list .com-main .main-left .content ul li .ibox .info > .rz.on {
  color: #999;
}
.cemetery-list .com-main .main-left .content ul li .ibox .info > .rz:hover {
  color: #999;
}
.cemetery-list .com-main .main-left .content ul li .ibox .info > .more {
  line-height: 1.75rem;
  font-size: 0.875rem;
  color: #fff;
  background: #077884;
  display: inline-block;
  width: 5.375rem;
  text-align: center;
}
.cemetery-list .com-main .main-left .content ul li .ibox .info > .more:hover {
  color: #ddd;
}
.cemetery-list .com-main .main-left .content ul li .ibox .info a:hover {
  color: #077884;
}
.cemetery-list .com-main .main-left .news-list {
  background: #fff;
  width: 100%;
  margin: 0;
  margin-top: 3.75rem;
  border: 1px solid #e1e1e1;
  padding: 1rem;
}
.cemetery-list .com-main .main-left .news-list .news-item {
  padding: 1.5rem;
}
.cemetery-list .com-main .main-left .news-list .news-item .title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid #e1e1e1;
  line-height: 2.25rem;
  margin-bottom: 0.75rem;
}
.cemetery-list .com-main .main-left .news-list .news-item .title h4 {
  font-size: 1.25rem;
  color: #333;
}
.cemetery-list .com-main .main-left .news-list .news-item .title a {
  font-size: 0.875rem;
  color: #999;
}
.cemetery-list .com-main .main-left .news-list .news-item .title a:hover {
  color: #077884;
}
.cemetery-list .com-main .main-left .news-list .news-item ul li {
  line-height: 2rem;
}
.cemetery-list .com-main .main-left .news-list .news-item ul li a {
  font-size: 1rem;
  color: #666;
  padding-left: 1rem;
  position: relative;
  transition: 0.4s;
}
.cemetery-list .com-main .main-left .news-list .news-item ul li a::before {
  content: '';
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 4px;
  height: 4px;
  background: #077884;
  border-radius: 50%;
}
.cemetery-list .com-main .main-left .news-list .news-item ul li a:hover {
  color: #077884;
  transform: translateX(12px);
}
.know-list .main-right .img-list li,
.know-detail .main-right .img-list li {
  margin-bottom: 1.25rem;
}
.know-list .main-right .img-list li img,
.know-detail .main-right .img-list li img {
  width: 100%;
}
.know-list .main-right .news-list,
.know-detail .main-right .news-list {
  border-top: 2px solid #077884;
}
.know-list .main-right .news-list h4,
.know-detail .main-right .news-list h4 {
  font-size: 1.625rem;
  color: #077884;
  line-height: 3.75rem;
}
.know-list .main-right .news-list ul li,
.know-detail .main-right .news-list ul li {
  position: relative;
  border-bottom: 1px solid #e1e1e1;
  line-height: 2.625rem;
}
.know-list .main-right .news-list ul li:last-child,
.know-detail .main-right .news-list ul li:last-child {
  border-bottom: none;
}
.know-list .main-right .news-list ul li span,
.know-detail .main-right .news-list ul li span {
  font-size: 0.875rem;
  color: #333;
  font-weight: 600;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.know-list .main-right .news-list ul li a,
.know-detail .main-right .news-list ul li a {
  padding: 0 1.25rem 0 3.125rem;
  font-size: 0.875rem;
  color: #333;
  transition: 0.4s;
}
.know-list .main-right .news-list ul li a:hover,
.know-detail .main-right .news-list ul li a:hover {
  color: #077884;
  transform: translateX(1rem);
}
.know-list .main-right .order-list,
.know-detail .main-right .order-list {
  border-top: 2px solid #077884;
}
.know-list .main-right .order-list h4,
.know-detail .main-right .order-list h4 {
  font-size: 1.625rem;
  color: #077884;
  line-height: 3.75rem;
}
.know-list .main-right .order-list ul li,
.know-detail .main-right .order-list ul li {
  position: relative;
  line-height: 2.625rem;
}
.know-list .main-right .order-list ul li:nth-child(1) span,
.know-detail .main-right .order-list ul li:nth-child(1) span,
.know-list .main-right .order-list ul li:nth-child(2) span,
.know-detail .main-right .order-list ul li:nth-child(2) span,
.know-list .main-right .order-list ul li:nth-child(3) span,
.know-detail .main-right .order-list ul li:nth-child(3) span {
  background: #077884;
}
.know-list .main-right .order-list ul li:last-child,
.know-detail .main-right .order-list ul li:last-child {
  border-bottom: none;
}
.know-list .main-right .order-list ul li span,
.know-detail .main-right .order-list ul li span {
  font-size: 0.875rem;
  font-weight: 600;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  display: block;
  width: 1.5625rem;
  height: 1.5625rem;
  background: #999;
  color: #fff;
  line-height: 1.5625rem;
  text-align: center;
}
.know-list .main-right .order-list ul li a,
.know-detail .main-right .order-list ul li a {
  padding: 0 1.25rem 0 2.25rem;
  font-size: 0.875rem;
  color: #333;
  transition: 0.4s;
}
.know-list .main-right .order-list ul li a:hover,
.know-detail .main-right .order-list ul li a:hover {
  color: #077884;
  transform: translateX(1rem);
}
.know-list {
  background: #f8f8f8;
}
.know-list .com-main {
  padding: 1.875rem 0 4.375rem;
}
.know-list .com-main .main-left .img-slide > .img {
  position: relative;


}
.know-list .com-main .main-left .img-slide > .img > a {
  display: block;
  overflow: hidden;
}
.know-list .com-main .main-left .img-slide > .img > a img {

  transition: 0.8s;

  width: 618px;
  height:430px;
}
.know-list .com-main .main-left .img-slide > .img > a img:hover {
  transform: scale(1.1);
}
.know-list .com-main .main-left .img-slide > .img .info {
  position: absolute;
  width: 100%;
  left: 0;
  bottom: 0;
  padding: 1rem;
  background: rgba(0, 0, 0, 0.7);
}
.know-list .com-main .main-left .img-slide > .img .info h4 a {
  display: block;
  font-size: 1.125rem;
  color: #fff;
  line-height: 2.25rem;
}
.know-list .com-main .main-left .img-slide > .img .info h4 a:hover {
  color: #ddd;
}
.know-list .com-main .main-left .img-slide > .img .info p a {
  font-size: 1rem;
  color: #fff;
}
.know-list .com-main .main-left .img-slide > .img .info p a:hover {
  color: #ddd;
}
.know-list .com-main .main-left .img-slide ul {
  width: 25%;
  padding-left: 0.625rem;
}
.know-list .com-main .main-left .img-slide ul li {
  position: relative;
  cursor: pointer;
  width: 196px;
  height: 130px;
  overflow:hidden;
}
.know-list .com-main .main-left .img-slide ul li.current::before {
  display: none;
}
.know-list .com-main .main-left .img-slide ul li::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.6);
}
.know-list .com-main .main-left .img-slide ul li > a {
  display: block;
  overflow: hidden;
}
.know-list .com-main .main-left .img-slide ul li > a img {
  width: 100%;
  transition: 0.8s;
}
.know-list .com-main .main-left .img-slide ul li > a img:hover {
  transform: scale(1.1);
}
.know-list .com-main .main-left .img-slide ul li .info {
  position: absolute;
  width: 100%;
  left: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.7);
  padding: 0 0.625rem;
}
.know-list .com-main .main-left .img-slide ul li .info h4 a {
  font-size: 0.875rem;
  line-height: 2.25rem;
  color: #fff;
}
.know-list .com-main .main-left .img-slide ul li .info h4 a:hover {
  color: #ddd;
}
.know-list .com-main .main-left .content {
  margin-top: 1.25rem;
}
.know-list .com-main .main-left .content .title-swiper {
  background-color: #fff;
  border-top: 3px solid #077884;
  position: relative;
  background: url(../img/bg.png) no-repeat left top;
  height: 2.625rem;
  line-height: 2.625rem;
}
.know-list .com-main .main-left .content .title-swiper .swiper-container {
  width: 90%;
  margin: 0 auto;
}
.know-list .com-main .main-left .content .title-swiper .swiper-container li.current a {
  color: #077884;
}
.know-list .com-main .main-left .content .title-swiper .swiper-container li a {
  display: block;
  text-align: center;
  font-size: 1rem;
  color: #333;
}
.know-list .com-main .main-left .content .title-swiper .swiper-container li a:hover {
  color: #077884;
}
.know-list .com-main .main-left .content .title-swiper .swiper-button-next,
.know-list .com-main .main-left .content .title-swiper .swiper-button-prev {
  height: 2.625rem;
  outline: none;
  margin: 0;
  top: 50%;
  transform: translateY(-50%);
}
.know-list .com-main .main-left .content .title-swiper .swiper-button-next::after,
.know-list .com-main .main-left .content .title-swiper .swiper-button-prev::after {
  font-size: 14px;
  color: #077884;
}
.know-list .com-main .main-left .content .title-swiper .swiper-button-next {
  right: 1.5rem;
}
.know-list .com-main .main-left .content .title-swiper .swiper-button-prev {
  left: 1.5rem;
}
.know-list .com-main .main-left .content .info-list .info-item {
  display: none;
}
.know-list .com-main .main-left .content .info-list .info-item:first-child {
  display: block;
}
.know-list .com-main .main-left .content .info-list .info-item > .img {
  margin: 1.25rem 0;
}
.know-list .com-main .main-left .content .info-list .info-item > .img img {
  width: 100%;
}
.know-list .com-main .main-left .content .info-list .info-item li {
  display: flex;
  border-bottom: 1px solid #ccc;
}
.know-list .com-main .main-left .content .info-list .info-item li:last-child {
  border-bottom: none;
}
.know-list .com-main .main-left .content .info-list .info-item li:nth-child(odd) {
  background: #eee;
}
.know-list .com-main .main-left .content .info-list .info-item li .img {
  width: 30%;
  overflow: hidden;
}
.know-list .com-main .main-left .content .info-list .info-item li .img img {
  width: 100%;
  transition: 0.6s;
}
.know-list .com-main .main-left .content .info-list .info-item li .img img:hover {
  transform: scale(1.1);
}
.know-list .com-main .main-left .content .info-list .info-item li .info {
  width: 70%;
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  padding: 1.25rem;
}
.know-list .com-main .main-left .content .info-list .info-item li .info h4 a {
  display: block;
  font-size: 1.25rem;
  color: #333;
}
.know-list .com-main .main-left .content .info-list .info-item li .info h4 a:hover {
  color: #077884;
}
.know-list .com-main .main-left .content .info-list .info-item li .info span {
  font-size: 0.875rem;
  color: #999;
}
.know-list .com-main .main-left .content .info-list .info-item li .info p a {
  font-size: 1rem;
  color: #666;
}
.know-list .com-main .main-left .content .info-list .info-item li .info p a:hover {
  color: #077884;
}
.know-list .com-main .main-left .content .page-list {
  margin-top: 2.5rem;
}
.know-detail {
  background: #f8f8f8;
}
.know-detail .com-main {
  padding: 1.875rem 0 4.375rem;
}
.know-detail .com-main .main-left .content {
  box-shadow: 0 0 1.25rem 0 #ccc;
  padding: 2.5rem;
}
.know-detail .com-main .main-left .content .title {
  text-align: center;
}
.know-detail .com-main .main-left .content .title h4 {
  font-size: 1.375rem;
  color: #000;
}
.know-detail .com-main .main-left .content .title p {
  margin: 1rem 0;
  font-size: 1rem;
  color: #666;
}
.know-detail .com-main .main-left .content .info p {
  font-size: 1rem;
  line-height: 2.125rem;
  color: #666666;
}
.know-detail .com-main .main-left .content .cb {
  margin-top: 2.5rem;
}
.know-detail .com-main .main-left .content .cb .links-list li {
  margin-right: 1.25rem;
}
.know-detail .com-main .main-left .content .cb .links-list li p {
  font-size: 1rem;
  line-height: 2.125rem;
  color: #666666;
}
.know-detail .com-main .main-left .content .cb .links-list li a {
  display: block;
  text-align: center;
  line-height: 2.25rem;
  width: 2.25rem;
  border-radius: 50%;
  background: #999;
  transition: 0.6s;
}
.know-detail .com-main .main-left .content .cb .links-list li a:hover {
  transform: rotateZ(360deg);
  background: #077884;
}
.know-detail .com-main .main-left .content .cb .links-list li a i {
  font-size: 1.25rem;
  color: #fff;
}
.know-detail .com-main .main-left .next-prev {
  display: flex;
  flex-direction: column;
  margin: 2.5rem 0;
}
.know-detail .com-main .main-left .next-prev .next,
.know-detail .com-main .main-left .next-prev .prev {
  margin: 0.5rem 1.25rem 0.5rem 0;
  display: flex;
  align-items: center;
}
.know-detail .com-main .main-left .next-prev a {
  display: block;
  line-height: 2rem;
  width: 6.25rem;
  text-align: center;
  background: #077884;
  font-size: 1rem;
  color: #fff;
  border-radius: 0.3125rem;
}
.know-detail .com-main .main-left .next-prev a:hover {
  background: #0a656d;
}
.know-detail .com-main .main-left .next-prev p {
  margin-left: 1.25rem;
  font-size: 1rem;
  color: #666;
}
.know-detail .com-main .main-left .form {
  background: #eee;
  padding-top: 2rem;
  border: 1px solid #e1e1e1;
  border-top: 3px solid #077884;
}
.know-detail .com-main .main-left .form form {
  padding: 1.25rem;
  border-top: 1px solid #e1e1e1;
  display: flex;
  flex-direction: column;
}
.know-detail .com-main .main-left .form form .input {
  margin-bottom: 1.25rem;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.know-detail .com-main .main-left .form form .input label {
  font-size: 0.875rem;
  color: #333;
  margin: 0 0.5rem;
}
.know-detail .com-main .main-left .form form .input input {
  line-height: 2rem;
  height: 2.125rem;
  width: 7.5rem;
  border: 1px solid #e1e1e1;
  padding: 0 0.625rem;
  outline: none;
  margin: 0 0.5rem;
}
.know-detail .com-main .main-left .form form .input a {
  display: block;
  font-size: 0.875rem;
  color: #333;
  line-height: 2rem;
  padding: 0 0.625rem;
  outline: none;
  border: 1px solid #e1e1e1;
  margin: 0 0.5rem;
  padding: 0 1.25rem;
  background: #e1e1e1;
}
.know-detail .com-main .main-left .form form .input a:hover {
  background: #077884;
  color: #fff;
}
.know-detail .com-main .main-left .form form textarea {
  resize: none;
  margin-bottom: 1.25rem;
  outline: none;
  line-height: 2rem;
  color: #333;
  font-size: 1rem;
  border-color: #e1e1e1;
  padding: 0 1rem;
}
.know-detail .com-main .main-left .form form > input[type=submit] {
  width: 7.5rem;
  line-height: 2rem;
  height: 2rem;
  color: #fff;
  font-size: 0.875rem;
  background: #077884;
  align-items: flex-end;
  border: none;
  align-self: flex-end;
}
.know-detail .com-main .main-left .form form > input[type=submit]:hover {
  background: #0a656d;
}
.news-list {
  background: #f8f8f8;
}
.news-list .com-main {
  padding: 1.875rem 0 4.375rem;
}
.news-list .com-main .main-left .content {
  padding: 2.5rem;
}
.news-list .com-main .main-left .content .hot {
  padding-bottom: 2.5rem;
  border-bottom: 1px solid #e1e1e1;
}
.news-list .com-main .main-left .content .hot a {
  display: flex;
}
.news-list .com-main .main-left .content .hot a .img {
  width: 40%;
  overflow: hidden;
}
.news-list .com-main .main-left .content .hot a .img img {
  width: 100%;
  display: block;
  transition: 0.8s;
}
.news-list .com-main .main-left .content .hot a .img img:hover {
  transform: scale(1.1);
}
.news-list .com-main .main-left .content .hot a .info {
  width: 60%;
  padding: 0.625rem 0 0.625rem 1.25rem;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}
.news-list .com-main .main-left .content .hot a .info h4 {
  font-size: 1.125rem;
  color: #333;
}
.news-list .com-main .main-left .content .hot a .info h4:hover {
  color: #077884;
}
.news-list .com-main .main-left .content .hot a .info .date {
  line-height: 1rem;
  margin: 0.75rem 0;
}
.news-list .com-main .main-left .content .hot a .info .date span {
  font-size: 0.875rem;
  color: #333;
  padding-right: 1.25rem;
}
.news-list .com-main .main-left .content .hot a .info .date span:first-child {
  border-right: 3px solid #077884;
}
.news-list .com-main .main-left .content .hot a .info .date span:last-child {
  padding-right: 0;
  padding-left: 1.25rem;
  color: #666;
}
.news-list .com-main .main-left .content .hot a .info p {
  font-size: 0.875rem;
  color: #333;
  line-height: 1.5rem;
}
.news-list .com-main .main-left .content .hot a .info p:hover {
  color: #077884;
}
.news-list .com-main .main-left .content ul li {
  padding: 1.25rem 0;
  border-bottom: 1px solid #e1e1e1;
}
.news-list .com-main .main-left .content ul li a {
  display: flex;
}
.news-list .com-main .main-left .content ul li a .img {
  width: 30%;
  overflow: hidden;
}
.news-list .com-main .main-left .content ul li a .img img {
  width: 100%;
  display: block;
  transition: 0.8s;
}
.news-list .com-main .main-left .content ul li a .img img:hover {
  transform: scale(1.1);
}
.news-list .com-main .main-left .content ul li a .info {
  width: 70%;
  padding-left: 1.25rem;
  display: flex;
  justify-content: space-around;
  flex-direction: column;
}
.news-list .com-main .main-left .content ul li a .info h4 {
  font-size: 1.125rem;
  color: #333;
}
.news-list .com-main .main-left .content ul li a .info h4:hover {
  color: #077884;
}
.news-list .com-main .main-left .content ul li a .info p {
  font-size: 0.875rem;
  color: #666;
  line-height: 1.5rem;
}
.news-list .com-main .main-left .content ul li a .info p:hover {
  color: #077884;
}
.news-list .com-main .main-left .content ul li a .info span {
  font-size: 0.875rem;
  color: #999;
}
.news-list .com-main .main-left .content .page-list {
  margin-top: 2.5rem;
}
.news-list .com-main .main-right .img-list li {
  margin-bottom: 1.25rem;
}
.news-list .com-main .main-right .img-list li img {
  width: 100%;
}
.news-list .com-main .main-right .news-list {
  border-top: 2px solid #077884;
}
.news-list .com-main .main-right .news-list h4 {
  font-size: 1.125rem;
  color: #333;
  font-weight: 600;
  line-height: 3.75rem;
}
.news-list .com-main .main-right .news-list ul li {
  display: flex;
  padding: 0.875rem 0;
  border-bottom: 1px solid #e1e1e1;
}
.news-list .com-main .main-right .news-list ul li > span {
  width: 15%;
  font-size: 1.375rem;
  color: #ec5d2f;
  font-style: italic;
  font-weight: 600;
}
.news-list .com-main .main-right .news-list ul li a {
  width: 85%;
}
.news-list .com-main .main-right .news-list ul li a p {
  font-size: 1rem;
  color: #333;
}
.news-list .com-main .main-right .news-list ul li a p:hover {
  color: #077884;
}
.news-list .com-main .main-right .news-list ul li a span {
  font-size: 0.875rem;
  color: #999;
}
.news-list .com-main .main-right .vx {
  display: flex;
  margin-top: 2.5rem;
}
.news-list .com-main .main-right .vx .img {
  width: 30%;
}
.news-list .com-main .main-right .vx .img img {
  width: 5rem;
  height: 5rem;
}
.news-list .com-main .main-right .vx .info {
  width: 70%;
  padding-left: 1rem;
  display: flex;
  justify-content: center;
  flex-direction: column;
}
.news-list .com-main .main-right .vx .info p {
  color: #333;
  font-size: 1rem;
  font-weight: 600;
  line-height: 2rem;
}
.news-list .com-main .main-right .vx .info span {
  display: block;
  font-size: 0.875rem;
  color: #666;
}
.crematorium {
  background: #f8f8f8;
}
.crematorium .com-main {
  padding: 1.875rem 0 4.375rem;
}
.crematorium .com-main .main-left .list-bar {
  display: flex;
  justify-content: flex-start;
  border: 1px solid #e1e1e1;
  line-height: 2.5rem;
  height: 2.625rem;
  overflow: hidden;
  background: #fff;
  margin-bottom: 1.875rem;
}
.crematorium .com-main .main-left .list-bar.on {
  height: auto;
  overflow: unset;
}
.crematorium .com-main .main-left .list-bar.on > a i {
  transform: rotateZ(180deg);
}
.crematorium .com-main .main-left .list-bar p {
  width: 15%;
  background: #f5f5f5;
  border-right: 1px solid #e1e1e1;
  font-size: 0.875rem;
  color: #999;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.crematorium .com-main .main-left .list-bar ul {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  width: 80%;
  flex-wrap: wrap;
}
.crematorium .com-main .main-left .list-bar ul li a {
  padding: 0 1.25rem;
  display: block;
  font-size: 0.875rem;
  color: #666;
}
.crematorium .com-main .main-left .list-bar ul li a:hover {
  color: #077884;
}
.crematorium .com-main .main-left .list-bar > a {
  display: flex;
  width: 14px;
  height: 14px;
  border: 1px solid #e1e1e1;
  justify-content: center;
  align-items: center;
  margin-top: 1.25rem;
  transform: translateY(-50%);
}
.crematorium .com-main .main-left .list-bar > a i {
  font-size: 12px;
  color: #666;
}
.crematorium .com-main .main-left .content .item {
  padding: 1rem;
  padding-right: 0;
  border: 1px solid #e1e1e1;
  background: #fff;
  margin-bottom: 1.25rem;
}
.crematorium .com-main .main-left .content .item .left,.crematorium .com-main .main-left .content .item .right {
  width: 50%;
}
.crematorium .com-main .main-left .content .item .img {
  width: 50%;
  border: 1px solid #e1e1e1;
  overflow: hidden;
  height: 13.625rem;
}
.crematorium .com-main .main-left .content .item .img img {
  width: 100%;
  height: 100%;
  transition: 0.8s;
}
.crematorium .com-main .main-left .content .item .img img:hover {
  transform: scale(1.1);
}
.crematorium .com-main .main-left .content .item .info {
  width: 50%;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  display: flex;
  flex-direction: column;
  justify-content: space-around;
}
.crematorium .com-main .main-left .content .item .info .title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px dashed #e1e1e1;
  padding-bottom: 0.625rem;
}
.crematorium .com-main .main-left .content .item .info .title h4 {
  font-size: 1.5rem;
  color: #333;
  font-weight: 600;
  max-width: 45%;
}
.crematorium .com-main .main-left .content .item .info .title p {
  max-width: 50%;
  font-size: 0.875rem;
  color: #666;
}
.crematorium .com-main .main-left .content .item .info .title p i {
  margin-right: 4px;
  color: #077884;
}
.crematorium .com-main .main-left .content .item .info p {
  font-size: 0.875rem;
  color: #666;
  text-align: justify;
  line-height: 1.5rem;
}
.crematorium .com-main .main-left .content .item .info a {
  width: 6.25rem;
  line-height: 2.125rem;
  background: #077884;
  color: #fff;
  font-size: 0.875rem;
  text-align: center;
}
.crematorium .com-main .main-left .content .item .info a:hover {
  background: #0a4f44;
}
/* .crematorium .com-main .main-left .content .item:last-child .img {
  order: 1;
} */
.crematorium .com-main .main-left .content .item:last-child .info {
  /* padding-left: 0; */
  padding-right: 1.25rem;
}
.crematorium .com-main .main-left .list-con {
  padding: 1.25rem;
  background: #fff;
  border: 1px solid #e1e1e1;
}
.crematorium .com-main .main-left .list-con li {
  margin-bottom: 1.25rem;
  padding: 0 10px;
}
.crematorium .com-main .main-left .list-con li .ibox {
  border: 1px solid #e1e1e1;
}
.crematorium .com-main .main-left .list-con li .ibox .img {
  overflow: hidden;
}
.crematorium .com-main .main-left .list-con li .ibox .img img {
  width: 100%;
  transition: 0.8s;
}
.crematorium .com-main .main-left .list-con li .ibox .img img:hover {
  transform: scale(1.1);
}
.crematorium .com-main .main-left .list-con li .ibox .info {
  padding: 0.625rem;
  display: flex;
  flex-direction: column;
}
.crematorium .com-main .main-left .list-con li .ibox .info h4 {
  font-size: 1.125rem;
  color: #333;
  line-height: 2rem;
  border-bottom: 1px solid #e1e1e1;
  margin-bottom: 0.625rem;
}
.crematorium .com-main .main-left .list-con li .ibox .info h4:hover {
  color: #077884;
}
.crematorium .com-main .main-left .list-con li .ibox .info p {
  font-size: 0.875rem;
  color: #666;
  line-height: 1.5rem;
}
.crematorium .com-main .main-left .list-con li .ibox .info p:hover {
  color: #077884;
}
.crematorium .com-main .main-left .list-con li .ibox .info a:last-child {
  width: 3.75rem;
  line-height: 1.5rem;
  color: #fff;
  background: #077884;
  font-size: 0.875rem;
  display: block;
  text-align: center;
  margin-top: 0.625rem;
  align-self: flex-end;
}
.crematorium .com-main .main-left .list-con li .ibox .info a:last-child:hover {
  background: #0a4f44;
}
.crematorium .com-main .main-left .list-con .page-list {
  margin: 1.875rem 0;
}
.create-index .banner {
  margin-bottom: 3.75rem;
}
.create-index .banner img {
  width: 100%;
}
.create-index .com-main .swbox .title {
  margin-bottom: 1rem;
}
.create-index .com-main .swbox .title h4 {
  font-size: 1.25rem;
  color: #077884;
}
.create-index .com-main .swbox .title a {
  font-size: 1rem;
  color: #666;
}
.create-index .com-main .swbox .title a:hover {
  color: #077884;
}
.create-index .com-main .swbox .swiper {
  position: relative;
}
.create-index .com-main .swbox .swiper .swiper-button-next,
.create-index .com-main .swbox .swiper .swiper-button-prev {
  width: 1.75rem;
  height: 3.75rem;
  outline: none;
  background: #eee;
  top: 35%;
}
.create-index .com-main .swbox .swiper .swiper-button-next:hover,
.create-index .com-main .swbox .swiper .swiper-button-prev:hover {
  background: #ddd;
}
.create-index .com-main .swbox .swiper .swiper-button-next::after,
.create-index .com-main .swbox .swiper .swiper-button-prev::after {
  color: #077884;
  font-size: 1rem;
}
.create-index .com-main .swbox .swiper .swiper-button-prev {
  left: -2.875rem;
}
.create-index .com-main .swbox .swiper .swiper-button-next {
  right: -2.875rem;
}
.create-index .com-main .swbox .swiper li a {
  font-size: 0.875rem;
  color: #666;
  text-align: center;
}
.create-index .com-main .swbox .swiper li a .img {
  overflow: hidden;
}
.create-index .com-main .swbox .swiper li a .img img {
  width: 100%;
  transition: 0.8s;
}
.create-index .com-main .swbox .swiper li a .img img:hover {
  transform: scale(1.1);
}
.create-index .com-main .swbox .swiper li a p {
  font-size: 0.875rem;
  color: #666;
  line-height: 2.625rem;
}
.create-index .com-main .swbox .swiper li a p:hover {
  color: #077884;
}
.create-index .com-main .create-list {
  border: 1px solid #e1e1e1;
  padding: 1.25rem;
  text-align: center;
  margin: 2.5rem 0;
}
.create-index .com-main .create-list li > i {
  font-size: 2.25rem;
  color: #ddd;
  margin-left: 1.875rem;
}
.create-index .com-main .create-list li:first-child p {
  color: #077884;
}
.create-index .com-main .create-list li p {
  font-size: 1rem;
  color: #666;
  margin-top: 0.625rem;
}
.create-index .com-main .create-list li > a {
  display: block;
  width: 9.0625rem;
  line-height: 2.625rem;
  color: #fff;
  background: #077884;
  border-radius: 0.5rem;
  font-size: 1rem;
}
.create-index .com-main > .img img {
  width: 100%;
}
.create-index .com-main .info-list {
  margin: 2.5rem 0;
}
.create-index .com-main .info-list .item .title {
  padding-bottom: 1rem;
  margin-bottom: 1rem;
  border-bottom: 1px solid #e1e1e1;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.create-index .com-main .info-list .item .title h4 {
  font-size: 1rem;
  color: #333;
}
.create-index .com-main .info-list .item .title a {
  font-size: 0.875rem;
  color: #666;
}
.create-index .com-main .info-list .item .title a:hover {
  color: #077884;
}
.create-index .com-main .info-list .item ul li a {
  font-size: 0.875rem;
  line-height: 2rem;
  color: #666;
  display: block;
  padding-left: 1.25rem;
  position: relative;
}
.create-index .com-main .info-list .item ul li a:hover {
  color: #077884;
}
.create-index .com-main .info-list .item ul li a::before {
  content: '';
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 3px;
  height: 3px;
  background: #077884;
}
.create-index .com-main .img-list {
  margin-bottom: 2.5rem;
}
.create-index .com-main .img-list .title {
  margin-bottom: 1rem;
}
.create-index .com-main .img-list .title h4 {
  font-size: 1.25rem;
  color: #077884;
}
.create-index .com-main .img-list .title a {
  font-size: 1rem;
  color: #666;
}
.create-index .com-main .img-list .title a:hover {
  color: #077884;
}
.create-index .com-main .img-list ul li {
  text-align: center;
}
.create-index .com-main .img-list ul li .img {
  overflow: hidden;
}
.create-index .com-main .img-list ul li .img img {
  width: 100%;
  transition: 0.8s;
}
.create-index .com-main .img-list ul li .img img:hover {
  transform: scale(1.1);
}
.create-index .com-main .img-list ul li p {
  font-size: 1.125rem;
  color: #333;
  line-height: 2.625rem;
}
.create-index .com-main .img-list ul li p:hover {
  color: #077884;
}
.create-index .com-main .slide-box {
  margin-bottom: 2.5rem;
}
.create-index .com-main .slide-box .title {
  margin-bottom: 1rem;
}
.create-index .com-main .slide-box .title h4 {
  font-size: 1.25rem;
  color: #077884;
}
.create-index .com-main .slide-box .title a {
  font-size: 1rem;
  color: #666;
}
.create-index .com-main .slide-box .title a:hover {
  color: #077884;
}
.create-index .com-main .slide-box .bd {
  overflow: hidden;
}
.create-index .com-main .slide-box .bd ul li {
  padding: 1rem;
  background: #fff;
  border: 1px solid #e1e1e1;
  width: 10.3125rem !important;
}
.create-index .com-main .slide-box .bd ul li a {
  font-size: 0.875rem;
  color: #333;
  margin-top: 0.625rem;
  display: block;
  text-align: center;
}
.create-index .com-main .slide-box .bd ul li a:hover {
  color: #077884;
}
.create-index .com-main .slide-box .bd ul li a .img {
  width: 100%;
  height: 9.1374rem;
  overflow: hidden;
}
.create-index .com-main .slide-box .bd ul li a .img img {
  width: 100%;
  height: 100%;
  transition: 0.8s;
}
.create-index .com-main .slide-box .bd ul li a .img img:hover {
  transform: scale(1.1);
}
.create-index .com-main .slide-box .bd ul li a > p {
  margin-top: 0.625rem;
}
.personal .header,
.personal-album .header,
.personal-info .header,
.personal-message .header,
.personal-fk .header {
  position: fixed;
  width: 100%;
  left: 0;
  top: 0;
  height: 4.375rem;
  background: rgba(0, 0, 0, 0.3);
  z-index: 10;
}
.personal .header .container,
.personal-album .header .container,
.personal-info .header .container,
.personal-message .header .container,
.personal-fk .header .container {
  height: 100%;
}
.personal .header .container .personal-logo img,
.personal-album .header .container .personal-logo img,
.personal-info .header .container .personal-logo img,
.personal-message .header .container .personal-logo img,
.personal-fk .header .container .personal-logo img {
  height: 2.6875rem;
}
.personal .header .container .personal-nav > ul > li,
.personal-album .header .container .personal-nav > ul > li,
.personal-info .header .container .personal-nav > ul > li,
.personal-message .header .container .personal-nav > ul > li,
.personal-fk .header .container .personal-nav > ul > li {
  padding: 0 0.75rem;
  position: relative;
}
.personal .header .container .personal-nav > ul > li > a,
.personal-album .header .container .personal-nav > ul > li > a,
.personal-info .header .container .personal-nav > ul > li > a,
.personal-message .header .container .personal-nav > ul > li > a,
.personal-fk .header .container .personal-nav > ul > li > a {
  display: block;
  font-size: 0.875rem;
  color: #fff;
  line-height: 4.375rem;
  position: relative;
}
.personal .header .container .personal-nav > ul > li > a:hover::before,
.personal-album .header .container .personal-nav > ul > li > a:hover::before,
.personal-info .header .container .personal-nav > ul > li > a:hover::before,
.personal-message .header .container .personal-nav > ul > li > a:hover::before,
.personal-fk .header .container .personal-nav > ul > li > a:hover::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 2px;
  background: #fff;
  left: 0;
  bottom: 0;
}
.personal .header .container .personal-nav > ul > li:hover .link-list,
.personal-album .header .container .personal-nav > ul > li:hover .link-list,
.personal-info .header .container .personal-nav > ul > li:hover .link-list,
.personal-message .header .container .personal-nav > ul > li:hover .link-list,
.personal-fk .header .container .personal-nav > ul > li:hover .link-list {
  visibility: inherit;
}
.personal .header .container .personal-nav > ul > li .link-list,
.personal-album .header .container .personal-nav > ul > li .link-list,
.personal-info .header .container .personal-nav > ul > li .link-list,
.personal-message .header .container .personal-nav > ul > li .link-list,
.personal-fk .header .container .personal-nav > ul > li .link-list {
  display: flex;
  align-items: center;
  margin-bottom: 1.875rem;
  position: absolute;
  width: 18.75rem;
  left: -14.375rem;
  background: #fff;
  box-shadow: 0 0 4px 2px #999;
  padding: 1rem;
  visibility: hidden;
}
.personal .header .container .personal-nav > ul > li .link-list p,
.personal-album .header .container .personal-nav > ul > li .link-list p,
.personal-info .header .container .personal-nav > ul > li .link-list p,
.personal-message .header .container .personal-nav > ul > li .link-list p,
.personal-fk .header .container .personal-nav > ul > li .link-list p {
  font-size: 0.875rem;
  color: #666;
  width: 3.75rem;
}
.personal .header .container .personal-nav > ul > li .link-list ul li,
.personal-album .header .container .personal-nav > ul > li .link-list ul li,
.personal-info .header .container .personal-nav > ul > li .link-list ul li,
.personal-message .header .container .personal-nav > ul > li .link-list ul li,
.personal-fk .header .container .personal-nav > ul > li .link-list ul li {
  margin-right: 1rem;
}

.xg_nav{
  margin-left: auto;
  margin-right: auto;
  /* max-width: 1140px; */
  line-height: 2;
  background-color: #fff;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
  justify-content: center;
}
.xg_nav li{
  margin: 0 20px;
  padding: 10px 0;
}
.xg_nav li a{
  color: #333;
}
.xg_nav li a:hover,.xg_nav li a.active{
  color: #077884;
}

.personal .header .container .personal-login,
.personal-album .header .container .personal-login,
.personal-info .header .container .personal-login,
.personal-message .header .container .personal-login,
.personal-fk .header .container .personal-login {
  color: #fff;
}
.personal .header .container .personal-login a,
.personal-album .header .container .personal-login a,
.personal-info .header .container .personal-login a,
.personal-message .header .container .personal-login a,
.personal-fk .header .container .personal-login a {
  color: #fff;
  font-size: 0.875rem;
}
.personal .header .container .personal-login a:hover,
.personal-album .header .container .personal-login a:hover,
.personal-info .header .container .personal-login a:hover,
.personal-message .header .container .personal-login a:hover,
.personal-fk .header .container .personal-login a:hover {
  color: #ccc;
}
.personal .personal-banner,
.personal-album .personal-banner,
.personal-info .personal-banner,
.personal-message .personal-banner,
.personal-fk .personal-banner {
  position: relative;
}
.personal .personal-banner img,
.personal-album .personal-banner img,
.personal-info .personal-banner img,
.personal-message .personal-banner img,
.personal-fk .personal-banner img {
  width: 100%;
}
.personal .personal-banner .container,
.personal-album .personal-banner .container,
.personal-info .personal-banner .container,
.personal-message .personal-banner .container,
.personal-fk .personal-banner .container {
  position: absolute;
  left: 50%;
  top: 60%;
  transform: translate(-50%, -50%);
}
.personal .personal-banner .container .info,
.personal-album .personal-banner .container .info,
.personal-info .personal-banner .container .info,
.personal-message .personal-banner .container .info,
.personal-fk .personal-banner .container .info {
  text-shadow: 2px 2px 2px #838e9a;
}
.personal .personal-banner .container .info h1,
.personal-album .personal-banner .container .info h1,
.personal-info .personal-banner .container .info h1,
.personal-message .personal-banner .container .info h1,
.personal-fk .personal-banner .container .info h1 {
  font-size: 3.5rem;
  color: #fff;
  margin-bottom: 0.625rem;
}
.personal .personal-banner .container .info p,
.personal-album .personal-banner .container .info p,
.personal-info .personal-banner .container .info p,
.personal-message .personal-banner .container .info p,
.personal-fk .personal-banner .container .info p {
  font-size: 1rem;
  color: #fff;
  margin-bottom: 0.625rem;
}
.personal .personal-banner .container .info p a,
.personal-album .personal-banner .container .info p a,
.personal-info .personal-banner .container .info p a,
.personal-message .personal-banner .container .info p a,
.personal-fk .personal-banner .container .info p a {
  font-size: 1.25rem;
  color: #fff;
}
.personal .personal-banner .container .info p a:hover,
.personal-album .personal-banner .container .info p a:hover,
.personal-info .personal-banner .container .info p a:hover,
.personal-message .personal-banner .container .info p a:hover,
.personal-fk .personal-banner .container .info p a:hover {
  color: #077884;
}
.personal .main-con,
.personal-album .main-con,
.personal-info .main-con,
.personal-message .main-con,
.personal-fk .main-con {
  background: #f8f8f8;
  padding: 2.5rem 0;
}
.personal .main-con .row,
.personal-album .main-con .row,
.personal-info .main-con .row,
.personal-message .main-con .row,
.personal-fk .main-con .row {
  background: #fff;
}
.personal .main-con .row .main-left,
.personal-album .main-con .row .main-left,
.personal-info .main-con .row .main-left,
.personal-message .main-con .row .main-left,
.personal-fk .main-con .row .main-left {
  border-radius: 5px;
  padding: 0.875rem;
}
.personal .main-con .row .main-left .introduce,
.personal-album .main-con .row .main-left .introduce,
.personal-info .main-con .row .main-left .introduce,
.personal-message .main-con .row .main-left .introduce,
.personal-fk .main-con .row .main-left .introduce {
  background: #f6f6f6;
  padding: 0.875rem;
  border-radius: 5px;
  padding-bottom: 2.5rem;
  border: 1px solid #eee;
}
.personal .main-con .row .main-left .introduce .img,
.personal-album .main-con .row .main-left .introduce .img,
.personal-info .main-con .row .main-left .introduce .img,
.personal-message .main-con .row .main-left .introduce .img,
.personal-fk .main-con .row .main-left .introduce .img {
  border-radius: 5px;
  overflow: hidden;
  margin-bottom: 1.875rem;
}
.personal .main-con .row .main-left .introduce .img img,
.personal-album .main-con .row .main-left .introduce .img img,
.personal-info .main-con .row .main-left .introduce .img img,
.personal-message .main-con .row .main-left .introduce .img img,
.personal-fk .main-con .row .main-left .introduce .img img {
  width: 100%;
  transition: 0.8s;
}
.personal .main-con .row .main-left .introduce .img img:hover,
.personal-album .main-con .row .main-left .introduce .img img:hover,
.personal-info .main-con .row .main-left .introduce .img img:hover,
.personal-message .main-con .row .main-left .introduce .img img:hover,
.personal-fk .main-con .row .main-left .introduce .img img:hover {
  transform: scale(1.1);
}
.personal .main-con .row .main-left .introduce .info li,
.personal-album .main-con .row .main-left .introduce .info li,
.personal-info .main-con .row .main-left .introduce .info li,
.personal-message .main-con .row .main-left .introduce .info li,
.personal-fk .main-con .row .main-left .introduce .info li {
  line-height: 2.25rem;
  border-bottom: 1px solid #e1e1e1;
}
.personal .main-con .row .main-left .introduce .info li p,
.personal-album .main-con .row .main-left .introduce .info li p,
.personal-info .main-con .row .main-left .introduce .info li p,
.personal-message .main-con .row .main-left .introduce .info li p,
.personal-fk .main-con .row .main-left .introduce .info li p {
  font-size: 0.875rem;
  color: #999;
}
.personal .main-con .row .main-left .introduce .info li p span,
.personal-album .main-con .row .main-left .introduce .info li p span,
.personal-info .main-con .row .main-left .introduce .info li p span,
.personal-message .main-con .row .main-left .introduce .info li p span,
.personal-fk .main-con .row .main-left .introduce .info li p span {
  color: #333;
}
.personal .main-con .row .main-left .introduce .info li p .number,
.personal-album .main-con .row .main-left .introduce .info li p .number,
.personal-info .main-con .row .main-left .introduce .info li p .number,
.personal-message .main-con .row .main-left .introduce .info li p .number,
.personal-fk .main-con .row .main-left .introduce .info li p .number {
  color: #077884;
  font-size: 1rem;
}
.personal .main-con .row .main-left .list,
.personal-album .main-con .row .main-left .list,
.personal-info .main-con .row .main-left .list,
.personal-message .main-con .row .main-left .list,
.personal-fk .main-con .row .main-left .list {
  background: #f6f6f6;
  margin-top: 2.5rem;
  padding: 0.875rem;
  border-radius: 5px;
  border: 1px solid #eee;
}
.personal .main-con .row .main-left .list .title,
.personal-album .main-con .row .main-left .list .title,
.personal-info .main-con .row .main-left .list .title,
.personal-message .main-con .row .main-left .list .title,
.personal-fk .main-con .row .main-left .list .title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 1.25rem;
}
.personal .main-con .row .main-left .list .title h4,
.personal-album .main-con .row .main-left .list .title h4,
.personal-info .main-con .row .main-left .list .title h4,
.personal-message .main-con .row .main-left .list .title h4,
.personal-fk .main-con .row .main-left .list .title h4 {
  font-size: 1rem;
  color: #333;
}
.personal .main-con .row .main-left .list .title a,
.personal-album .main-con .row .main-left .list .title a,
.personal-info .main-con .row .main-left .list .title a,
.personal-message .main-con .row .main-left .list .title a,
.personal-fk .main-con .row .main-left .list .title a {
  font-size: 0.875rem;
  color: #666;
}
.personal .main-con .row .main-left .list .title a:hover,
.personal-album .main-con .row .main-left .list .title a:hover,
.personal-info .main-con .row .main-left .list .title a:hover,
.personal-message .main-con .row .main-left .list .title a:hover,
.personal-fk .main-con .row .main-left .list .title a:hover {
  color: #077884;
}
.personal .main-con .row .main-left .list .row,
.personal-album .main-con .row .main-left .list .row,
.personal-info .main-con .row .main-left .list .row,
.personal-message .main-con .row .main-left .list .row,
.personal-fk .main-con .row .main-left .list .row {
  background: #f6f6f6;
  margin: 0;
}
.personal .main-con .row .main-left .list .row li,
.personal-album .main-con .row .main-left .list .row li,
.personal-info .main-con .row .main-left .list .row li,
.personal-message .main-con .row .main-left .list .row li,
.personal-fk .main-con .row .main-left .list .row li {
  padding: 5px;
}
.personal .main-con .row .main-left .list .row li .img,
.personal-album .main-con .row .main-left .list .row li .img,
.personal-info .main-con .row .main-left .list .row li .img,
.personal-message .main-con .row .main-left .list .row li .img,
.personal-fk .main-con .row .main-left .list .row li .img {
  overflow: hidden;
  border-radius: 0.3125rem;
}
.personal .main-con .row .main-left .list .row li .img img,
.personal-album .main-con .row .main-left .list .row li .img img,
.personal-info .main-con .row .main-left .list .row li .img img,
.personal-message .main-con .row .main-left .list .row li .img img,
.personal-fk .main-con .row .main-left .list .row li .img img {
  width: 100%;
  transition: 0.8s;
}
.personal .main-con .row .main-left .list .row li .img img:hover,
.personal-album .main-con .row .main-left .list .row li .img img:hover,
.personal-info .main-con .row .main-left .list .row li .img img:hover,
.personal-message .main-con .row .main-left .list .row li .img img:hover,
.personal-fk .main-con .row .main-left .list .row li .img img:hover {
  transform: scale(1.1);
}
.personal .main-con .row .main-left .list .row li .info,
.personal-album .main-con .row .main-left .list .row li .info,
.personal-info .main-con .row .main-left .list .row li .info,
.personal-message .main-con .row .main-left .list .row li .info,
.personal-fk .main-con .row .main-left .list .row li .info {
  text-align: center;
}
.personal .main-con .row .main-left .list .row li .info p,
.personal-album .main-con .row .main-left .list .row li .info p,
.personal-info .main-con .row .main-left .list .row li .info p,
.personal-message .main-con .row .main-left .list .row li .info p,
.personal-fk .main-con .row .main-left .list .row li .info p {
  font-size: 0.875rem;
  color: #333;
  margin-top: 0.625rem;
}
.personal .main-con .row .main-left .list .row li .info span,
.personal-album .main-con .row .main-left .list .row li .info span,
.personal-info .main-con .row .main-left .list .row li .info span,
.personal-message .main-con .row .main-left .list .row li .info span,
.personal-fk .main-con .row .main-left .list .row li .info span {
  font-size: 12px;
  color: #999;
}
.personal .main-right {
  padding: 0.875rem;
}
.personal .main-right .content {
  border: 1px solid #eee;
  background: #f6f6f6;
  border-radius: 5px;
  padding: 1.25rem;
}
.personal .main-right .content .title {
  height: 2.25rem;
  border-bottom: 1px solid #eee;
}
.personal .main-right .content .title h4 {
  line-height: 2.25rem;
  font-size: 0.875rem;
  color: #333;
  position: relative;
  font-weight: 600;
}
.personal .main-right .content .title h4::before {
  content: "";
  position: absolute;
  left: -1.25rem;
  bottom: -1px;
  width: calc(100% + 2.5rem);
  height: 2px;
  background: #077884;
}
.personal .main-right .content .title a {
  width: 6.25rem;
  height: 2.25rem;
  line-height: 2.25rem;
  background: #077884;
  color: #fff;
  text-align: center;
  font-size: 0.875rem;
}
.personal .main-right .content .title a i {
  margin-right: 0.3125rem;
  font-size: 12px;
  vertical-align: top;
}
.personal .main-right .content .info {
  padding: 2.5rem 0;
}
.personal .main-right .content .info p {
  font-size: 0.875rem;
  color: #666;
  margin-bottom: 1.25rem;
  text-indent: 2em;
  line-height: 1.625rem;
}
.personal .main-right .slide-box {
  border: 1px solid #eee;
  background: #f6f6f6;
  border-radius: 5px;
  padding: 1.25rem;
  margin-top: 1.25rem;
  margin-bottom: 2.5rem;
}
.personal .main-right .slide-box .title {
  height: 2.25rem;
  border-bottom: 1px solid #eee;
  margin-bottom: 1.25rem;
}
.personal .main-right .slide-box .title h4 {
  line-height: 2.25rem;
  font-size: 0.875rem;
  color: #333;
  position: relative;
  font-weight: 600;
}
.personal .main-right .slide-box .title h4::before {
  content: "";
  position: absolute;
  left: -1.25rem;
  bottom: -1px;
  width: calc(100% + 2.5rem);
  height: 2px;
  background: #077884;
}
.personal .main-right .slide-box .title a {
  font-size: 0.875rem;
  color: #666;
}
.personal .main-right .slide-box .title a:hover {
  color: #077884;
}
.personal .main-right .slide-box .bd {
  overflow: hidden;
}
.personal .main-right .slide-box .bd ul li {
  padding: 1rem;
  background: #fff;
  border: 1px solid #eee;
  border-left: none;
  width: 10.3125rem !important;
}
.personal .main-right .slide-box .bd ul li a {
  font-size: 0.875rem;
  color: #333;
  margin-top: 0.625rem;
  display: block;
  text-align: center;
}
.personal .main-right .slide-box .bd ul li a:hover {
  color: #077884;
}
.personal .main-right .slide-box .bd ul li a .img {
  height: 174px;
  overflow: hidden;
  display: box;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
}
.personal .main-right .slide-box .bd ul li a .img img {
  max-width: 100%;
  max-height: 100%;
  transition: 0.8s;
}
.personal .main-right .slide-box .bd ul li a .img img:hover {
  transform: scale(1.1);
}
.personal .main-right .slide-box .bd ul li a > p {
  margin-top: 0.625rem;
}
.personal-fk .main-right {
  padding: 0.875rem;
}
.personal-fk .main-right .content {
  border: 1px solid #eee;
  background: #f6f6f6;
  border-radius: 5px;
  height: 100%;
  padding: 1.25rem;
}
.personal-fk .main-right .content .title {
  height: 2.25rem;
  border-bottom: 1px solid #eee;
}
.personal-fk .main-right .content .title h4 {
  line-height: 2.25rem;
  font-size: 0.875rem;
  color: #333;
  position: relative;
  font-weight: 600;
}
.personal-fk .main-right .content .title h4::before {
  content: "";
  position: absolute;
  left: -1.25rem;
  bottom: -1px;
  width: calc(100% + 2.5rem);
  height: 2px;
  background: #077884;
}
.personal-fk .main-right .content .title a {
  width: 6.25rem;
  height: 2.25rem;
  line-height: 2.25rem;
  background: #077884;
  color: #fff;
  text-align: center;
  font-size: 0.875rem;
}
.personal-fk .main-right .content .title a i {
  margin-right: 0.3125rem;
  font-size: 12px;
  vertical-align: top;
}
.personal-fk .main-right .content ul {
  background: transparent;
  margin-top: 1.875rem;
}
.personal-fk .main-right .content ul li {
  text-align: center;
  margin-bottom: 1.25rem;
}
.personal-fk .main-right .content ul li p {
  font-size: 0.875rem;
  color: #333;
  margin: 0.5rem 0;
}
.personal-fk .main-right .content ul li span {
  font-size: 0.875rem;
  color: #999;
}
.personal-album .main-right {
  padding: 0.875rem;
}
.personal-album .main-right .img-box {
  border: 1px solid #eee;
  background: #f6f6f6;
  border-radius: 5px;
  padding: 1.25rem 1.25rem 3.75rem;
  margin-bottom: 2.5rem;
}
.personal-album .main-right .img-box .title {
  height: 2.25rem;
  border-bottom: 1px solid #eee;
  margin-bottom: 1.25rem;
}
.personal-album .main-right .img-box .title h4 {
  line-height: 2.25rem;
  font-size: 0.875rem;
  color: #333;
  position: relative;
  font-weight: 600;
}
.personal-album .main-right .img-box .title h4::before {
  content: "";
  position: absolute;
  left: -1.25rem;
  bottom: -1px;
  width: calc(100% + 2.5rem);
  height: 2px;
  background: #077884;
}
.personal-album .main-right .img-box .title a {
  font-size: 0.875rem;
  color: #666;
}
.personal-album .main-right .img-box .title a:hover {
  color: #077884;
}
.personal-album .main-right .img-box .bd > ul {
  background: transparent;
  margin: 0;
}
.personal-album .main-right .img-box .bd > ul > li {
  margin-bottom: 1.25rem;
  padding: 10px;
  border-left: none;
}
.personal-album .main-right .img-box .bd > ul > li .ibox {
  background: #fff;
  border: 1px solid #eee;
  position: relative;
}
.personal-album .main-right .img-box .bd > ul > li .ibox .bar {
  position: absolute;
  right: 1rem;
  top: 1rem;
  width: 1.25rem;
  height: 1.25rem;
  line-height: 20px;
  text-align: center;
  background: #fff;
  z-index: 1;
  display: none;
  border-radius: 3px;
}
.personal-album .main-right .img-box .bd > ul > li .ibox .bar a {
  color: #666;
}
.personal-album .main-right .img-box .bd > ul > li .ibox .bar:hover ul {
  display: block;
}
.personal-album .main-right .img-box .bd > ul > li .ibox .bar > ul {
  position: absolute;
  width: 6.25rem;
  background: #fff;
  display: none;
  padding: 0.625rem;
  left: -5rem;
  border: 1px solid #eee;
  border-radius: 3px;
}
.personal-album .main-right .img-box .bd > ul > li .ibox .bar > ul li {
  text-align: left;
  line-height: 1.5rem;
}
.personal-album .main-right .img-box .bd > ul > li .ibox .bar > ul li a {
  font-size: 0.875rem;
  color: #666666;
}
.personal-album .main-right .img-box .bd > ul > li .ibox .bar > ul li a:hover {
  color: #077884;
}
.personal-album .main-right .img-box .bd > ul > li .ibox .bar > ul li a:hover i {
  color: #077884;
}
.personal-album .main-right .img-box .bd > ul > li .ibox .bar > ul li a i {
  font-size: 1rem;
  color: #666;
  margin-right: 0.3125rem;
  vertical-align: middle;
}
.personal-album .main-right .img-box .bd > ul > li .ibox .img {
  height: 174px;
  overflow: hidden;
  display: box;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;

}
.personal-album .main-right .img-box .bd > ul > li .ibox .img img {
  max-width: 100%;
  max-height: 100%;
  transition: 0.8s;
}
.personal-album .main-right .img-box .bd > ul > li .ibox .info {
  padding: 0.625rem;
}
.personal-album .main-right .img-box .bd > ul > li .ibox .info a {
  font-size: 0.875rem;
  color: #666;
  text-align: center;
  display: block;
  line-height: 1.625rem;
}
.personal-album .main-right .img-box .bd > ul > li .ibox .info a:hover {
  color: #077884;
}
.personal-album .main-right .img-box .bd > ul > li .ibox .info input {
  background: transparent;
  width: 100%;
  text-align: center;
  border: none;
  font-size: 0.875rem;
  color: #666;
  outline: none;
}
.personal-album .main-right .img-box .bd > ul > li .ibox .info input.on {
  border: 1px solid #00aeff;
}
.personal-info .main-right {
  padding: 0.875rem;
}
.personal-info .main-right .content {
  border: 1px solid #eee;
  background: #f6f6f6;
  border-radius: 5px;
  padding: 1.25rem;
}
.personal-info .main-right .content .title {
  height: 2.25rem;
  border-bottom: 1px solid #eee;
}
.personal-info .main-right .content .title h4 {
  cursor: pointer;
  margin-right: 1.25rem;
  line-height: 2.25rem;
  font-size: 0.875rem;
  color: #333;
  position: relative;
  font-weight: 600;
}
.personal-info .main-right .content .title h4::before {
  content: "";
  position: absolute;
  left: -1.25rem;
  bottom: -1px;
  width: calc(100% + 2.5rem);
  height: 2px;
  background: #aaa;
}
.personal-info .main-right .content .title h4.on::before {
  background: #077884;
}
.personal-info .main-right .content .title a {
  width: 6.25rem;
  height: 2.25rem;
  line-height: 2.25rem;
  background: #077884;
  color: #fff;
  text-align: center;
  font-size: 0.875rem;
}
.personal-info .main-right .content .title a i {
  margin-right: 0.3125rem;
  font-size: 12px;
  vertical-align: top;
}
.personal-info .main-right .content .info {
  display: none;
  padding: 2.5rem 0;
}
.personal-info .main-right .content .info:first-child {
  display: block;
}
.personal-info .main-right .content .info p {
  font-size: 0.875rem;
  color: #666;
  margin-bottom: 1.25rem;
  text-indent: 2em;
  line-height: 1.625rem;
}
.personal-message .main-right {
  padding: 0.875rem;
}
.personal-message .main-right .content {
  border: 1px solid #eee;
  background: #f6f6f6;
  border-radius: 5px;
  padding: 1.25rem;
}
.personal-message .main-right .content .title {
  height: 2.25rem;
  border-bottom: 1px solid #eee;
}
.personal-message .main-right .content .title h4 {
  line-height: 2.25rem;
  font-size: 0.875rem;
  color: #333;
  position: relative;
  font-weight: 600;
}
.personal-message .main-right .content .title h4::before {
  content: "";
  position: absolute;
  left: -1.25rem;
  bottom: -1px;
  width: calc(100% + 2.5rem);
  height: 2px;
  background: #077884;
}
.personal-message .main-right .content form {
  margin-top: 1.875rem;
}
.personal-message .main-right .content form select {
  width: 100%;
  background: transparent;
  outline: none;
  border: 1px solid #ccc;
  border-bottom: none;
  font-size: 0.875rem;
  line-height: 1.625rem;
  height: 1.625rem;
  color: #666;
}
.personal-message .main-right .content form .code {
  margin-top: 1.25rem;
}
.personal-message .main-right .content form .code #v_container {
  width: 7.5rem;
  height: 2rem;
}
.personal-message .main-right .content form .code label {
  font-size: 0.875rem;
  color: #333;
  margin: 0;
  margin-right: 0.625rem;
}
.personal-message .main-right .content form .code input {
  margin-left: 1.25rem;
  line-height: 2rem;
  height: 2.125rem;
  border: 1px solid #e1e1e1;
  padding: 0 0.625rem;
  outline: none;
  width: 7.5rem;
  font-size: 0.875rem;
}
.personal-message .main-right .content form .code input::-webkit-input-placeholder {
  color: #999;
}
.personal-message .main-right .content form .code button {
  font-size: 0.875rem;
  color: #fff;
  background: #077884;
  line-height: 2.25rem;
  border: none;
  padding: 0 1rem;
  border-radius: 0.25rem;
}
.personal-message .main-right .content form .code button i {
  font-size: 0.875rem;
  margin-right: 0.3125rem;
}
.personal-message .main-right .content form .code button:hover {
  background: #0f636b;
}
.personal-message .main-right .msg-list > ul > li {
  margin-top: 1.25rem;
  background: #f8f8f8;
  border: 1px solid #e1e1e1;
  border-radius: 0.25rem;
}
.personal-message .main-right .msg-list > ul > li .head-pic {
  width: 10%;
  padding: 0.75rem;
  border-right: 1px solid #e1e1e1;
}
.personal-message .main-right .msg-list > ul > li .head-pic img {
  width: 3.75rem;
  height: 3.75rem;
}
.personal-message .main-right .msg-list > ul > li .head-pic p {
  font-size: 0.875rem;
  color: #333;
  text-align: center;
  line-height: 1.625rem;
}
.personal-message .main-right .msg-list > ul > li .msg-con {
  width: 90%;
}
.personal-message .main-right .msg-list > ul > li .msg-con .info {
  background: #fff;
  line-height: 3.375rem;
  font-size: 0.875rem;
  color: #333;
  padding: 0 0.75rem;
}
.personal-message .main-right .msg-list > ul > li .msg-con .links {
  padding: 0 0.75rem;
  background: #eeeeee;
}
.personal-message .main-right .msg-list > ul > li .msg-con .links ul {
  line-height: 2.375rem;
  margin: 0;
}
.personal-message .main-right .msg-list > ul > li .msg-con .links ul li {
  margin-right: 1rem;
}
.personal-message .main-right .msg-list > ul > li .msg-con .links ul li a {
  font-size: 0.875rem;
  color: #666;
}
.personal-message .main-right .msg-list > ul > li .msg-con .links ul li a:hover {
  color: #077884;
}
.personal-message .main-right .msg-list > ul > li .msg-con .links ul li a i {
  margin-right: 0.25rem;
}
.personal-message .main-right .msg-list > ul > li .msg-con .input {
  padding: 0.75rem;
  background: #fff;
}
.personal-message .main-right .msg-list > ul > li .msg-con .input input {
  border: 0.625rem solid #eee;
  width: 100%;
  line-height: 2rem;
  height: 2.125rem;
  padding: 0 10px;
  font-size: 0.875rem;
  outline: none;
  color: #333;
}
.personal-message .main-right .msg-list .page-list {
  margin: 2.5rem 0;
}
/*.personal-message .main-right .msg-list .page-list .page {
  justify-content: flex-end;
}*/
.park-list header input {
  background: #fff !important;
}
.park-list .com-main {
  padding-top: 2.5rem;
}
.park-list .com-main .main-left .create {
  padding: 1rem;
  border: 1px solid #e1e1e1;
  margin-bottom: 1.875rem;
}
.park-list .com-main .main-left .create .img {
  width: 15%;
}
.park-list .com-main .main-left .create .img img {
  height: 4.75rem;
}
.park-list .com-main .main-left .create .info {
  width: 85%;
}
.park-list .com-main .main-left .create .info > p {
  font-size: 0.875rem;
  color: #666;
  line-height: 1.5rem;
}
.park-list .com-main .main-left .create .info form {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 0.625rem;
}
.park-list .com-main .main-left .create .info form p {
  font-size: 1rem;
  color: #333;
}
.park-list .com-main .main-left .create .info form input[type=text] {
  line-height: 1.75rem;
  height: 1.875rem;
  border-radius: 0.25rem;
  border: 1px solid #e1e1e1;
  outline: none;
  font-size: 14px;
  padding: 0 0.625rem;
}
.park-list .com-main .main-left .create .info form input[type=submit] {
  line-height: 2.25rem;
  height: 2.25rem;
  border-radius: 0.25rem;
  border: none;
  outline: none;
  font-size: 14px;
  padding: 0 1rem;
  color: #fff;
  background: #077884;
}
.park-list .com-main .main-left .create .info form input[type=submit]:hover {
  background: #0f636b;
}
.park-list .com-main .main-left .content .title {
  margin-bottom: 0.625rem;
}
.park-list .com-main .main-left .content .title h4 {
  font-size: 1.125rem;
  color: #333;
}
.park-list .com-main .main-left .content ul {
  margin: 0 -10px 0 -10px;
}
.park-list .com-main .main-left .content ul li {
  padding: 0 0.625rem;
}
.park-list .com-main .main-left .content ul li .ibox .img {
  height: 208px;
  overflow: hidden;
}
.park-list .com-main .main-left .content ul li .ibox .img img {
  width: 100%;
  height: 100%;
  transition: 0.8s;
}
.park-list .com-main .main-left .content ul li .ibox .img img:hover {
  transform: scale(1.1);
}
.park-list .com-main .main-left .content ul li .ibox p {
  font-size: 0.875rem;
  text-align: center;
  color: #333;
  line-height: 2.625rem;
}
.park-list .com-main .main-left .content ul li .ibox p:hover {
  color: #077884;
}
.park-list .com-main .main-left .content .page-list {
  margin: 2.5rem 0;
}
.park-list .com-main .main-right .form {
  border: 1px solid #e1e1e1;
  padding: 1rem;
  background: url(../img/formbg.jpg) no-repeat;
  background-size: 100% 100%;
  margin-bottom: 2.5rem;
}
.park-list .com-main .main-right .form h4 {
  font-size: 1.125rem;
  color: #333;
  text-align: center;
  margin-bottom: 0.625rem;
}
.park-list .com-main .main-right .form form {
  width: 80%;
  margin: 0 auto;
  text-align: center;
}
.park-list .com-main .main-right .form form input[type=text],
.park-list .com-main .main-right .form form input[type=password] {
  width: 100%;
  margin-bottom: 0.625rem;
  padding: 0 0.625rem;
  font-size: 0.875rem;
  line-height: 1.5rem;
  height: 1.625rem;
  outline: none;
  border-color: 1px solid #c8c8c8;
}
.park-list .com-main .main-right .form form .pw {
  margin-bottom: 0.625rem;
}
.park-list .com-main .main-right .form form .pw .input label {
  margin: 0;
  font-size: 0.875rem;
  color: #333;
}
.park-list .com-main .main-right .form form .pw .input input[type=checkbox] {
  vertical-align: middle;
}
.park-list .com-main .main-right .form form .pw a {
  font-size: 0.875rem;
  color: #333;
}
.park-list .com-main .main-right .form form .pw a:hover {
  color: #077884;
}
.park-list .com-main .main-right .form form .sub input {
  width: 45%;
  line-height: 1.75rem;
  height: 1.875rem;
  border: none;
  background: #077884;
  border-radius: 0.25rem;
  color: #fff;
  font-size: 0.875rem;
}
.park-list .com-main .main-right .form form .sub input:hover {
  background: #0f636b;
}
.park-list .com-main .main-right .form form .sub input:last-child {
  background: #999;
}
.park-list .com-main .main-right .form form .sub input:last-child:hover {
  background: #666;
}
.park-list .com-main .main-right .list .title {
  padding-bottom: 0.625rem;
  border-bottom: 1px solid #e1e1e1;
}
.park-list .com-main .main-right .list .title h4 {
  font-size: 1.125rem;
  color: #333;
}
.park-list .com-main .main-right .list .title a {
  font-size: 0.875rem;
  color: #666;
}
.park-list .com-main .main-right .list .title a:hover {
  color: #077884;
}
.park-list .com-main .main-right .list ul li {
  display: flex;
  justify-content: space-between;
  align-items: center;
  line-height: 2.625rem;
}
.park-list .com-main .main-right .list ul li a {
  font-size: 0.875rem;
  color: #333;
  max-width: 60%;
}
.park-list .com-main .main-right .list ul li a:hover {
  color: #077884;
}
.park-list .com-main .main-right .list ul li a i {
  font-size: 1rem;
  color: #077884;
  margin-right: 4px;
}
.park-list .com-main .main-right .list ul li span {
  font-size: 0.875rem;
  color: #999;
  text-align: right;
  display: block;
}
.per-center,
.per-data,
.per-collection,
.per-collection-del,
.per-number,
.per-journal,
.per-edit,
.per-editpwd,
.per-add,
.per-add1,
.per-add2,
.per-add3 {
  background: #fff;
}
.per-center header .search input,
.per-data header .search input,
.per-collection header .search input,
.per-collection-del header .search input,
.per-number header .search input,
.per-journal header .search input,
.per-edit header .search input,
.per-editpwd header .search input,
.per-add header .search input,
.per-add1 header .search input,
.per-add2 header .search input,
.per-add3 header .search input {
  background: #fff !important;
}
.per-center .com-main,
.per-data .com-main,
.per-collection .com-main,
.per-collection-del .com-main,
.per-number .com-main,
.per-journal .com-main,
.per-edit .com-main,
.per-editpwd .com-main,
.per-add .com-main,
.per-add1 .com-main,
.per-add2 .com-main,
.per-add3 .com-main {
  padding: 2.5rem 0;
}
.per-center .com-main .main-left,
.per-data .com-main .main-left,
.per-collection .com-main .main-left,
.per-collection-del .com-main .main-left,
.per-number .com-main .main-left,
.per-journal .com-main .main-left,
.per-edit .com-main .main-left,
.per-editpwd .com-main .main-left,
.per-add .com-main .main-left,
.per-add1 .com-main .main-left,
.per-add2 .com-main .main-left,
.per-add3 .com-main .main-left {
  text-align: center;
}
.per-center .com-main .main-left .slide-list,
.per-data .com-main .main-left .slide-list,
.per-collection .com-main .main-left .slide-list,
.per-collection-del .com-main .main-left .slide-list,
.per-number .com-main .main-left .slide-list,
.per-journal .com-main .main-left .slide-list,
.per-edit .com-main .main-left .slide-list,
.per-editpwd .com-main .main-left .slide-list,
.per-add .com-main .main-left .slide-list,
.per-add1 .com-main .main-left .slide-list,
.per-add2 .com-main .main-left .slide-list,
.per-add3 .com-main .main-left .slide-list {
  padding: 1.25rem;
  background: #fafafa;
}
.slide-list a.active{
  color: #077884 !important;
}
.per-center .com-main .main-left .slide-list .item h4,
.per-data .com-main .main-left .slide-list .item h4,
.per-collection .com-main .main-left .slide-list .item h4,
.per-collection-del .com-main .main-left .slide-list .item h4,
.per-number .com-main .main-left .slide-list .item h4,
.per-journal .com-main .main-left .slide-list .item h4,
.per-edit .com-main .main-left .slide-list .item h4,
.per-editpwd .com-main .main-left .slide-list .item h4,
.per-add .com-main .main-left .slide-list .item h4,
.per-add1 .com-main .main-left .slide-list .item h4,
.per-add2 .com-main .main-left .slide-list .item h4,
.per-add3 .com-main .main-left .slide-list .item h4 {
  font-size: 1.125rem;
  font-weight: 600;
  line-height: 3.375rem;
  color: #333;
  border-bottom: 1px solid #e1e1e1;
}
.per-center .com-main .main-left .slide-list .item ul li,
.per-data .com-main .main-left .slide-list .item ul li,
.per-collection .com-main .main-left .slide-list .item ul li,
.per-collection-del .com-main .main-left .slide-list .item ul li,
.per-number .com-main .main-left .slide-list .item ul li,
.per-journal .com-main .main-left .slide-list .item ul li,
.per-edit .com-main .main-left .slide-list .item ul li,
.per-editpwd .com-main .main-left .slide-list .item ul li,
.per-add .com-main .main-left .slide-list .item ul li,
.per-add1 .com-main .main-left .slide-list .item ul li,
.per-add2 .com-main .main-left .slide-list .item ul li,
.per-add3 .com-main .main-left .slide-list .item ul li {
  line-height: 2.875rem;
}
.per-center .com-main .main-left .slide-list .item ul li a,
.per-data .com-main .main-left .slide-list .item ul li a,
.per-collection .com-main .main-left .slide-list .item ul li a,
.per-collection-del .com-main .main-left .slide-list .item ul li a,
.per-number .com-main .main-left .slide-list .item ul li a,
.per-journal .com-main .main-left .slide-list .item ul li a,
.per-edit .com-main .main-left .slide-list .item ul li a,
.per-editpwd .com-main .main-left .slide-list .item ul li a,
.per-add .com-main .main-left .slide-list .item ul li a,
.per-add1 .com-main .main-left .slide-list .item ul li a,
.per-add2 .com-main .main-left .slide-list .item ul li a,
.per-add3 .com-main .main-left .slide-list .item ul li a {
  font-size: 0.875rem;
  color: #666;
}
.per-center .com-main .main-left .slide-list .item ul li a i,
.per-data .com-main .main-left .slide-list .item ul li a i,
.per-collection .com-main .main-left .slide-list .item ul li a i,
.per-collection-del .com-main .main-left .slide-list .item ul li a i,
.per-number .com-main .main-left .slide-list .item ul li a i,
.per-journal .com-main .main-left .slide-list .item ul li a i,
.per-edit .com-main .main-left .slide-list .item ul li a i,
.per-editpwd .com-main .main-left .slide-list .item ul li a i,
.per-add .com-main .main-left .slide-list .item ul li a i,
.per-add1 .com-main .main-left .slide-list .item ul li a i,
.per-add2 .com-main .main-left .slide-list .item ul li a i,
.per-add3 .com-main .main-left .slide-list .item ul li a i {
  font-size: 1rem;
  margin-right: 0.25rem;
  vertical-align: middle;
}
.per-center .com-main .main-left .slide-list .item ul li a:hover,
.per-data .com-main .main-left .slide-list .item ul li a:hover,
.per-collection .com-main .main-left .slide-list .item ul li a:hover,
.per-collection-del .com-main .main-left .slide-list .item ul li a:hover,
.per-number .com-main .main-left .slide-list .item ul li a:hover,
.per-journal .com-main .main-left .slide-list .item ul li a:hover,
.per-edit .com-main .main-left .slide-list .item ul li a:hover,
.per-editpwd .com-main .main-left .slide-list .item ul li a:hover,
.per-add .com-main .main-left .slide-list .item ul li a:hover,
.per-add1 .com-main .main-left .slide-list .item ul li a:hover,
.per-add2 .com-main .main-left .slide-list .item ul li a:hover,
.per-add3 .com-main .main-left .slide-list .item ul li a:hover {
  color: #077884;
}
.per-center .main-right .member .pic {
  width: 69%;
  background: #f7f7f7;
  box-shadow: 3px 3px 3px 0 #eee;
}
.per-center .main-right .member .pic .img {
  margin-right: 0.875rem;
}
.per-center .main-right .member .pic .img img {
  width: 7.125rem;
  height: 7.125rem;
  border-radius: 50%;
}
.per-center .main-right .member .pic .info h4 {
  font-size: 1.25rem;
  color: #333;
  font-weight: 600;
}
.per-center .main-right .member .pic .info p {
  font-size: 0.875rem;
  color: #666;
  line-height: 2.25rem;
}
.per-center .main-right .member .pic .info a {
  border: 1px solid #077884;
  color: #077884;
  font-size: 0.875rem;
  line-height: 1.5rem;
  width: 4.625rem;
  display: block;
  text-align: center;
  border-radius: 0.1875rem;
}
.per-center .main-right .member .pic .info a:hover {
  background: #077884;
  color: #fff;
}

/*.com-main .main-right .pic {*/
/*  margin-bottom: 30px;*/
/*  padding: 20px 10px;*/
/*  background: #f7f7f7;*/
/*  box-shadow: 3px 3px 3px 0 #eee;*/
/*}*/
.com-main .main-right .pic .img {
  margin-right: 0.875rem;
}
.com-main .main-right  .pic .img img {
  width: 7.125rem;
  height: 7.125rem;
  border-radius: 50%;
}
.com-main .main-right  .pic .info h4 {
  padding: 10px 0;
  font-size: 1.25rem;
  color: #333;
  font-weight: 600;
}
.com-main .main-right  .pic .info p {
  font-size: 0.875rem;
  color: #666;
  line-height: 2.25rem;
}
.com-main .main-right .pic .info a {
  border: 1px solid #077884;
  color: #077884;
  font-size: 0.875rem;
  line-height: 1.5rem;
  width: 4.625rem;
  display: block;
  text-align: center;
  border-radius: 0.1875rem;
}
.com-main .main-right .member .pic .info a:hover {
  background: #077884;
  color: #fff;
}


.per-center .main-right .member .ban {
  width: 30%;
}
.per-center .main-right .member .ban img {
  height: 100%;
  width: 100%;
}
.per-center .main-right .member .date {
  width: 26%;
}
.per-center .main-right .content {
  margin-top: 1.25rem;
  background: #fafafa;
  border-radius: 0.25rem;
  padding: 1.25rem;
}
.per-center .main-right .content .title h4 {
  font-size: 1.25rem;
  color: #333;
  position: relative;
  font-weight: 600;
  padding-bottom: 1rem;
}
.per-center .main-right .content .title h4::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 2px;
  background: #077884;
  left: 0;
  bottom: -1px;
}
.per-center .main-right .content .title a {
  width: 6.75rem;
  height: 2rem;
  background: #077884;
  color: #fff;
  font-size: 0.875rem;
  line-height: 2rem;
  text-align: center;
  border-radius: 3px;
  margin-bottom: 0.625rem;
}
.per-center .main-right .content .title a:hover {
  background: #015e67;
}
.per-center .main-right .content .table-box {
  margin-top: 2.5rem;
}
.per-center .main-right .content .table-box table {
  text-align: center;
}
.per-center .main-right .content .table-box table thead {
  font-size: 1rem;
  color: #333;
}
.per-center .main-right .content .table-box table tbody {
  font-size: 0.875rem;
  color: #666;
}
.per-center .main-right .content .table-box table tbody a {
  font-size: 0.875rem;
  color: #666;
}
.per-center .main-right .content .table-box table tbody a:hover {
  color: #077884;
}
.per-center .main-right .content .table-box table tbody a:first-child {
  color: #999;
}
.per-center .main-right .content .table-box table tbody a:first-child:hover {
  color: #077884;
}
.per-data .main-right .data {
  background: #fafafa;
  border-radius: 0.25rem;
  padding: 1.25rem;
  min-height: 100%;
}
.per-data .main-right .data .title {
  border-bottom: 1px solid #e1e1e1;
}
.per-data .main-right .data .title h4 {
  display: inline-block;
  font-size: 1.25rem;
  color: #333;
  position: relative;
  font-weight: 600;
  padding-bottom: 1rem;
}
.per-data .main-right .data .title h4::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 2px;
  background: #077884;
  left: 0;
  bottom: -1px;
}
.per-data .main-right .data .main {
  margin: 0 auto;
  margin-top: 3.75rem;
  display: flex;
  justify-content: center;
  flex-direction: column;
  width: 26.875rem;
}
.per-data .main-right .data .main .list ul {
  position: relative;
}
.per-data .main-right .data .main .list ul::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0.875rem;
  width: 100%;
  height: 2px;
  background: #ccc;
}
.per-data .main-right .data .main .list ul li {
  position: relative;
  z-index: 1;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  background: #fafafa;
  min-width: 3.5rem;
}
.per-data .main-right .data .main .list ul li span {
  margin-bottom: 0.625rem;
  display: block;
  width: 1.75rem;
  height: 1.75rem;
  border-radius: 50%;
  background: #ccc;
  color: #fff;
  line-height: 1.75rem;
  text-align: center;
  font-size: 0.875rem;
}
.per-data .main-right .data .main .list ul li p {
  font-size: 0.875rem;
  color: #ccc;
}
.per-data .main-right .data .main .list ul li.on span {
  background: #077884;
}
.per-data .main-right .data .main .list ul li.on p {
  color: #077884;
}
.per-data .main-right .data .main .input {
  margin-top: 2.5rem;
  margin-bottom: 1.875rem;
}
.per-data .main-right .data .main .input label {
  font-size: 0.875rem;
  color: #333;
  margin: 0;
  width: 3.75rem;
  text-align: right;
}
.per-data .main-right .data .main .input p {
  font-size: 0.875rem;
  color: #666;
}
.per-data .main-right .data .main .input input[type=button] {
  width: 6.25rem;
  height: 2.375rem;
  text-align: center;
  line-height: 2.375rem;
  border: 1px solid #e1e1e1;
  font-size: 0.875rem;
  color: #333;
  background: #f6f6f6;
  outline: none;
}
.per-data .main-right .data .main .input input[type=button]:hover {
  border-color: #077884;
  background: #077884;
  color: #fff;
}
.per-data .main-right .data .main .input input[type=text] {
  line-height: 2.25rem;
  height: 2.375rem;
  border: 1px solid #e1e1e1;
  outline: none;
  font-size: 0.875rem;
  padding: 0 0.625rem;
  width: 16.875rem;
}
.per-data .main-right .data .main .code {
  margin-bottom: 1.875rem;
  display: flex;
  align-items: center;
}
.per-data .main-right .data .main .code label {
  font-size: 0.875rem;
  color: #333;
  margin: 0;
  width: 3.75rem;
  text-align: right;
}
.per-data .main-right .data .main .code input {
  flex: 1;
  line-height: 2.25rem;
  height: 2.375rem;
  border: 1px solid #e1e1e1;
  outline: none;
  font-size: 0.875rem;
  padding: 0 0.625rem;
}
.per-data .main-right .data .main button {
  outline: none;
  width: 23.125rem;
  align-self: flex-end;
  line-height: 2.625rem;
  color: #fff;
  background: #077884;
  border: none;
}
.per-data .main-right .data .main button:hover {
  background: #015e67;
}
.per-data .main-right .data .main .complete {
  margin-top: 5rem;
}
.per-data .main-right .data .main .complete p {
  font-size: 1rem;
  text-align: center;
}
.per-data .main-right .data .main .complete p i {
  display: inline-block;
  border-radius: 50%;
  width: 2.8125rem;
  height: 2.8125rem;
  background: #077884;
  color: #fff;
  font-size: 1.25rem;
  text-align: center;
  line-height: 2.8125rem;
  margin-right: 1rem;
}
.per-collection .main-right .content {
  background: #fafafa;
  border-radius: 0.25rem;
  padding: 1.25rem;
  min-height: 100%;
}
.per-collection .main-right .content .title h4 {
  font-size: 1.25rem;
  color: #333;
  position: relative;
  font-weight: 600;
  padding-bottom: 1rem;
}
.per-collection .main-right .content .title h4::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 2px;
  background: #077884;
  left: 0;
  bottom: -1px;
}
.per-collection .main-right .content .title a {
  width: 6.75rem;
  height: 2rem;
  background: #077884;
  color: #fff;
  font-size: 0.875rem;
  line-height: 2rem;
  text-align: center;
  border-radius: 3px;
  margin-bottom: 0.625rem;
}
.per-collection .main-right .content .title a:hover {
  background: #015e67;
}
.per-collection .main-right .content .table-box {
  margin-top: 2.5rem;
}
.per-collection .main-right .content .table-box > p {
  font-size: 1rem;
  color: #077884;
  margin-bottom: 1.25rem;
}
.per-collection .main-right .content .table-box table {
  text-align: left;
}
.per-collection .main-right .content .table-box table thead {
  font-size: 1rem;
  color: #333;
}
.per-collection .main-right .content .table-box table tbody {
  font-size: 0.875rem;
  color: #666;
}
.per-collection .main-right .content .table-box table tbody a {
  font-size: 0.875rem;
  color: #666;
}
.per-collection .main-right .content .table-box table tbody a:hover {
  color: #077884;
}
.per-collection .main-right .content .table-box table tbody a.btn {
  color: #fff;
  background: #077884 !important;
  border: none !important;
}
.per-collection .main-right .content .table-box table tbody a.btn:hover {
  background-color: #0a4f44 !important;
}
.per-collection-del .main-right .content {
  background: #fafafa;
  border-radius: 0.25rem;
  padding: 1.25rem;
  min-height: 100%;
}
.per-collection-del .main-right .content .title h4 {
  font-size: 1.25rem;
  color: #333;
  position: relative;
  font-weight: 600;
  padding-bottom: 1rem;
}
.per-collection-del .main-right .content .title h4::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 2px;
  background: #077884;
  left: 0;
  bottom: -1px;
}
.per-collection-del .main-right .content .title a {
  width: 6.75rem;
  height: 2rem;
  background: #077884;
  color: #fff;
  font-size: 0.875rem;
  line-height: 2rem;
  text-align: center;
  border-radius: 3px;
  margin-bottom: 0.625rem;
}
.per-collection-del .main-right .content .title a:hover {
  background: #015e67;
}
.per-collection-del .main-right .content .table-box {
  margin-top: 2.5rem;
}
.per-collection-del .main-right .content .table-box > p {
  font-size: 1rem;
  color: #077884;
  margin-bottom: 1.25rem;
}
.per-collection-del .main-right .content .table-box table {
  text-align: left;
}
.per-collection-del .main-right .content .table-box table thead {
  font-size: 1rem;
  color: #333;
}
.per-collection-del .main-right .content .table-box table tbody {
  font-size: 0.875rem;
  color: #666;
}
.per-collection-del .main-right .content .table-box table tbody a {
  font-size: 0.875rem;
  color: #666;
}
.per-collection-del .main-right .content .table-box table tbody a:hover {
  color: #077884;
}
.per-collection-del .main-right .content .del {
  padding: 0.75rem;
}
.per-collection-del .main-right .content .del label {
  margin: 0;
  font-size: 0.875rem;
  color: #333;
  margin-right: 1rem;
}
.per-collection-del .main-right .content .del label:hover {
  color: #077884;
}
.per-collection-del .main-right .content .del input {
  margin-right: 0.375rem;
}
.per-collection-del .main-right .content .del a {
  display: block;
  line-height: 1.625rem;
  font-size: 0.875rem;
  background: #ddd;
  width: 2.5rem;
  text-align: center;
  color: #333;
  border-radius: 0.1875rem;
}
.per-collection-del .main-right .content .del a:hover {
  color: #fff;
  background: #077884;
}
.per-number .main-right .content {
  background: #fafafa;
  border-radius: 0.25rem;
  padding: 1.25rem;
  min-height: 100%;
}
.per-number .main-right .content .title h4 {
  font-size: 1.25rem;
  color: #333;
  position: relative;
  font-weight: 600;
  padding-bottom: 1rem;
}
.per-number .main-right .content .title h4::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 2px;
  background: #077884;
  left: 0;
  bottom: -1px;
}
.per-number .main-right .content .title a {
  width: 6.75rem;
  height: 2rem;
  background: #077884;
  color: #fff;
  font-size: 0.875rem;
  line-height: 2rem;
  text-align: center;
  border-radius: 3px;
  margin-bottom: 0.625rem;
}
.per-number .main-right .content .title a:hover {
  background: #015e67;
}
.per-number .main-right .content .links ul li {
  display: flex;
  align-items: center;
  margin-top: 2.5rem;
}
.per-number .main-right .content .links ul li a {
  font-size: 1.125rem;
  width: 12.5rem;
  height: 2.625rem;
  line-height: 2.625rem;
  text-align: center;
  background: #077884;
  color: #fff;
  margin-right: 1.25rem;
}
.per-number .main-right .content .links ul li a:hover {
  background: #0a4f44;
}
.per-number .main-right .content .links ul li p {
  font-size: 1rem;
  color: #666;
}
.per-journal .main-right .content {
  background: #fafafa;
  border-radius: 0.25rem;
  padding: 1.25rem;
  min-height: 100%;
}
.per-journal .main-right .content .title h4 {
  font-size: 1.25rem;
  color: #333;
  position: relative;
  font-weight: 600;
  padding-bottom: 1rem;
}
.per-journal .main-right .content .title h4::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 2px;
  background: #077884;
  left: 0;
  bottom: -1px;
}
.per-journal .main-right .content .title a {
  width: 6.75rem;
  height: 2rem;
  background: #077884;
  color: #fff;
  font-size: 0.875rem;
  line-height: 2rem;
  text-align: center;
  border-radius: 3px;
  margin-bottom: 0.625rem;
}
.per-journal .main-right .content .title a:hover {
  background: #015e67;
}
.per-journal .main-right .content .table-box {
  margin-top: 2.5rem;
}
.per-journal .main-right .content .table-box > .p {
  margin-bottom: 2.5rem;
}
.per-journal .main-right .content .table-box > .p h4 {
  font-size: 1rem;
  color: #077884;
  margin-bottom: 1.25rem;
}
.per-journal .main-right .content .table-box > .p p {
  font-size: 0.875rem;
  color: #666;
}
.per-journal .main-right .content .table-box > .p p a {
  color: #077884;
}
.per-journal .main-right .content .table-box table {
  text-align: center;
}
.per-journal .main-right .content .table-box table thead {
  font-size: 1rem;
  color: #333;
}
.per-journal .main-right .content .table-box table tbody {
  font-size: 0.875rem;
  color: #666;
}
.per-journal .main-right .content .table-box table tbody a {
  font-size: 0.875rem;
  color: #666;
}
.per-journal .main-right .content .table-box table tbody a:hover {
  color: #077884;
}
.per-journal .main-right .content .table-box table tbody a:first-child {
  color: #999;
}
.per-journal .main-right .content .table-box table tbody a:first-child:hover {
  color: #077884;
}
.per-journal .main-right .content .security > p {
  font-size: 1rem;
  color: #077884;
  margin-top: 1.875rem;
}
.per-journal .main-right .content .security .info {
  margin-top: 1.875rem;
}
.per-journal .main-right .content .security .info h4 {
  font-size: 1.25rem;
  font-weight: 600;
  color: #333;
  margin-bottom: 1rem;
}
.per-journal .main-right .content .security .info p {
  font-size: 1rem;
  color: #666;
  line-height: 2.25rem;
}
.per-journal .main-right .content .security > a {
  width: 15rem;
  line-height: 2.625rem;
  background: #077884;
  color: #fff;
  text-align: center;
  display: block;
  margin: 1.875rem auto;
}
.per-journal .main-right .content .security > a:hover {
  background: #0a4f44;
}
.per-edit .main-right .data {
  background: #fafafa;
  border-radius: 0.25rem;
  padding: 1.25rem;
  margin-bottom: 1.25rem;
}
.per-edit .main-right .data .title {
  border-bottom: 1px solid #e1e1e1;
}
.per-edit .main-right .data .title h4 {
  display: inline-block;
  font-size: 1.25rem;
  color: #333;
  position: relative;
  font-weight: 600;
  padding-bottom: 1rem;
}
.per-edit .main-right .data .title h4::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 2px;
  background: #077884;
  left: 0;
  bottom: -1px;
}
.per-edit .main-right .data .main {
  margin-top: 1.25rem;
  display: flex;
  justify-content: center;
  flex-direction: column;
}
.per-edit .main-right .data .main .pic {
  display: flex;
  flex-direction: column;
  align-items: start;
}
.per-edit .main-right .data .main .pic .img {
  margin-bottom: 1rem;
}
.per-edit .main-right .data .main .pic .img img {
  padding: 0.25rem;
  border: 1px solid #e1e1e1;
  width: 7.125rem;
  height: 7.125rem;
  border-radius: 0.25rem;
}
.per-edit .main-right .data .main .pic .upload input[type=file] {
  display: none;
}
.per-edit .main-right .data .main .pic .upload button {
  width: 7.125rem;
  outline: none;
  line-height: 2.25rem;
  height: 2.25rem;
  background: #077884;
  border: none;
  color: #fff;
  text-align: center;
  border-radius: 0.25rem;
}
.per-edit .main-right .data .main .pic .upload button:hover {
  background: #0a4f44;
}
.per-edit .main-right .data .main .list {
  margin-top: 2.5rem;
}
.per-edit .main-right .data .main .list > p {
  font-size: 1rem;
  color: #333;
  margin-bottom: 0.625rem;
}
.per-edit .main-right .data .main .list ul li {
  line-height: 3rem;
  border-bottom: 1px solid #e1e1e1;
}
.per-edit .main-right .data .main .list ul li:last-child {
  border: none;
}
.per-edit .main-right .data .main .list ul li .info label {
  font-size: 0.875rem;
  width: 70px;
  text-align: justify;
  text-align-last: justify;
  margin-right: 0.875rem;
  color: #333;
  margin-bottom: 0;
}
.per-edit .main-right .data .main .list ul li .info p {
  font-size: 0.875rem;
  color: #666;
}
.per-edit .main-right .data .main .list ul li > a {
  font-size: 0.875rem;
  color: #999;
}
.per-edit .main-right .data .main .list ul li > a:hover {
  color: #0a4f44;
}
.per-edit .main-right .data .main .list ul li > a i {
  font-size: 0.875rem;
  vertical-align: top;
  margin-right: 0.25rem;
}
.per-editpwd .main-right .data {
  background: #fafafa;
  border-radius: 0.25rem;
  padding: 1.25rem;
  min-height: 100%;
}
.per-editpwd .main-right .data .title {
  border-bottom: 1px solid #e1e1e1;
}
.per-editpwd .main-right .data .title h4 {
  display: inline-block;
  font-size: 1.25rem;
  color: #333;
  position: relative;
  font-weight: 600;
  padding-bottom: 1rem;
}
.per-editpwd .main-right .data .title h4::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 2px;
  background: #077884;
  left: 0;
  bottom: -1px;
}
.per-editpwd .main-right .data .main {
  margin: 0 auto;
  margin-top: 2.5rem;
  display: flex;
  justify-content: center;
  flex-direction: column;
}
.per-editpwd .main-right .data .main > p {
  font-size: 1rem;
  color: #077884;
  margin-bottom: 2.5rem;
}
.per-editpwd .main-right .data .main form .input {
  margin-bottom: 1.25rem;
  display: flex;
  align-items: center;
}
.per-editpwd .main-right .data .main form .input label {
  display: block;
  width: 6.25rem;
  text-align: right;
  margin-right: 1.5rem;
  margin-bottom: 0;
  font-size: 0.875rem;
  color: #666;
}
.per-editpwd .main-right .data .main form .input label span {
  color: #077884;
}
.per-editpwd .main-right .data .main form .input input {
  line-height: 2.25rem;
  height: 2.375rem;
  border: 1px solid #e1e1e1;
  padding: 0 0.75rem;
  outline: none;
  width: 15.625rem;
  font-size: 0.875rem;
  color: #333;
}
.per-editpwd .main-right .data .main form .input input::-webkit-input-placeholder {
  color: #999;
}
.per-editpwd .main-right .data .main form .input button {
  font-size: 0.875rem;
  width: 8.75rem;
  background: #077884;
  color: #fff;
  margin-right: 0.5rem;
  border: none;
  line-height: 2.25rem;
  outline: none;
}
.per-editpwd .main-right .data .main form .input button:hover {
  background: #0a4f44;
}
.per-editpwd .main-right .data .main form .input a {
  font-size: 0.875rem;
  color: #999;
}
.per-editpwd .main-right .data .main form .input a:hover {
  color: #0a4f44;
}
.per-editpwd .main-right .data .main form .input p {
  font-size: 1rem;
  font-weight: 600;
  color: #333;
}
.per-editpwd .main-right .data .main form .input .code input {
  width: 9.375rem;
}
.per-editpwd .main-right .data .main form .input .code #v_container {
  width: 6.25rem;
  height: 2.375rem;
}
.per-add .main-right .data {
  background: #fafafa;
  border-radius: 0.25rem;
  padding: 1.25rem;
  min-height: 100%;
}
.per-add .main-right .data .title {
  border-bottom: 1px solid #e1e1e1;
}
.per-add .main-right .data .title h4 {
  display: inline-block;
  font-size: 1.25rem;
  color: #333;
  position: relative;
  font-weight: 600;
  padding-bottom: 1rem;
}
.per-add .main-right .data .title h4::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 2px;
  background: #077884;
  left: 0;
  bottom: -1px;
}
.per-add .main-right .data .main {
  margin: 0 auto;
  margin-top: 2.5rem;
  display: flex;
  justify-content: center;
  flex-direction: column;
  width: 60%;
}
.per-add .main-right .data .main .list {
  width: 60%;
  margin: 0 auto 2.5rem;
}
.per-add .main-right .data .main .list ul {
  position: relative;
}
.per-add .main-right .data .main .list ul::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0.875rem;
  width: 100%;
  height: 2px;
  background: #ccc;
}
.per-add .main-right .data .main .list ul li {
  position: relative;
  z-index: 1;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  background: #fafafa;
  min-width: 3.5rem;
}
.per-add .main-right .data .main .list ul li span {
  margin-bottom: 0.625rem;
  display: block;
  width: 1.75rem;
  height: 1.75rem;
  border-radius: 50%;
  background: #ccc;
  color: #fff;
  line-height: 1.75rem;
  text-align: center;
  font-size: 0.875rem;
}
.per-add .main-right .data .main .list ul li p {
  font-size: 0.875rem;
  color: #ccc;
}
.per-add .main-right .data .main .list ul li.on span {
  background: #077884;
}
.per-add .main-right .data .main .list ul li.on p {
  color: #077884;
}
.per-add .main-right .data .main form .input {
  display: flex;
  align-items: center;
  margin-bottom: 1.25rem;
}
.per-add .main-right .data .main form .input > label {
  width: 6.25rem;
  margin-bottom: 0;
  font-size: 0.875rem;
  color: #333;
}
.per-add .main-right .data .main form .input .item {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.per-add .main-right .data .main form .input .item input[type=text] {
  width: 48%;
  outline: none;
  border: 1px solid #ddd;
}
.per-add .main-right .data .main form .input .item label {
  margin-bottom: 0;
  font-size: 0.875rem;
  color: #333;
}
.per-add .main-right .data .main form .input .item label a {
  color: #077884;
}
.per-add .main-right .data .main form .input .item #ck {
  margin-right: 0.25rem;
}
.per-add .main-right .data .main form .input .st input {
  margin-right: 0.25rem;
}
.per-add .main-right .data .main form .input .st label {
  margin-right: 1.25rem;
}
.per-add .main-right .data .main form .input > input {
  flex: 1;
  outline: none;
  border: 1px solid #ddd;
}
.per-add .main-right .data .main form .input input {
  height: 2.5rem;
  line-height: 2.375rem;
  padding: 0 0.75rem;
  font-size: 0.875rem;
}
.per-add .main-right .data .main form .input input[type=submit] {
  background: #077884;
  color: #fff;
  border: none;
}
.per-add .main-right .data .main form .input input[type=submit]:hover {
  background: #0a4f44;
}
.per-add1 .main-right .data {
  background: #fafafa;
  border-radius: 0.25rem;
  padding: 1.25rem;
  margin-bottom: 1.25rem;
}
.per-add1 .main-right .data .title {
  border-bottom: 1px solid #e1e1e1;
}
.per-add1 .main-right .data .title h4 {
  display: inline-block;
  font-size: 1.05rem;
  color: #333;
  position: relative;
  font-weight: 600;
  padding-bottom: 1rem;
}
.per-add1 .main-right .data .title h4::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 2px;
  background: #077884;
  left: 0;
  bottom: -1px;
}
.per-add1 .main-right .data .title p {
  padding-bottom: 0.625rem;
  font-size: 1rem;
  color: #333;
}
.per-add1 .main-right .data .title ul {
  padding-bottom: 0.625rem;
}
.per-add1 .main-right .data .title ul li.current a {
  color: #077884;
}
.per-add1 .main-right .data .title ul li a {
  font-size: 0.875rem;
  color: #666;
  margin-left: 16px;
}
.per-add1 .main-right .data .title ul li a:hover {
  color: #077884;
}
.per-add1 .main-right .data .main {
  margin-top: 1.875rem;
  display: flex;
  justify-content: center;
  flex-direction: column;
}
.per-add1 .main-right .data .main .pic .img {
  margin-right: 2.5rem;
}
.per-add1 .main-right .data .main .pic .img img {
  width: 8.75rem;
  height: 9.6875rem;
  padding: 0.625rem;
  background: #ededed;
}
.per-add1 .main-right .data .main .pic .info {
  text-align: center;
}
.per-add1 .main-right .data .main .pic .info h4 {
  font-size: 1.875rem;
  color: #333;
  font-weight: 600;
  margin-bottom: 0.5rem;
}
.per-add1 .main-right .data .main .pic .info .file input[type=file] {
  display: none;
}
.per-add1 .main-right .data .main .pic .info .file a {
  font-size: 1rem;
  color: #077884;
}
.per-add1 .main-right .data .main > form {
  width: 60%;
}
.per-add1 .main-right .data .main > form .input {
  display: flex;
  align-items: center;
  margin-bottom: 1.25rem;
}
.per-add1 .main-right .data .main > form .input > label {
  width: 6.25rem;
  text-align: justify;
  text-align-last: justify;
  font-size: 0.875rem;
  color: #333;
  margin-bottom: 0;
}

.per-add1 .main-right .data .main > form .file_img label {
  height: 100%;
  display: block;
}

.per-add1 .main-right .data .main > form .input #img{
  height: 100%;
  display: box;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
  
}
.per-add1 .main-right .data .main > form .input #img p{
  width: 100%;
  text-align:center;
  color:#666;
  font-size:12px;
}

.per-add1 .main-right .data .main > form .input #img img {
  width: 100%;
  height: 100%;
}

.per-add1 .main-right .data .main > form .input input[type=text] {
  width: 13.375rem;
  height: 2rem;
  border: 1px solid #e1e1e1;
  outline: none;
  line-height: 1.875rem;
  color: #333;
  padding: 0 0.75rem;
  font-size: 0.5rem;
}
.per-add1 .main-right .data .main > form .input select {
  height: 2rem;
  font-size: 0.875rem;
  line-height: 1.875rem;
  outline: none;
  border: 1px solid #e1e1e1;
  width: 5rem;
}
.per-add1 .main-right .data .main > form .input .item > label {
  font-size: 0.875rem;
  color: #333;
  margin-bottom: 0;
  margin-right: 1rem;
}
.per-add1 .main-right .data .main > form .text label {
  font-size: 0.875rem;
  color: #333;
  margin-bottom: 0.625rem;
  margin-right: 1rem;
}
.per-add1 .main-right .data .main > form .text textarea {
  outline: none;
  border: 1px solid #e1e1e1;
  line-height: 1.75rem;
  font-size: 0.875rem;
  color: #333;
  padding: 0 0.5rem;
  resize: none;
}
.per-add1 .main-right .data .main > form .text p {
  text-align: center;
  font-size: 0.875rem;
  color: #333;
  margin: 0.625rem 0;
}
.per-add1 .main-right .data .main > form input[type=submit] {
  line-height: 2rem;
  height: 2rem;
  width: 5rem;
  color: #fff;
  background: #077884;
  font-size: 0.875rem;
  border: none;
  margin-bottom: 2.5rem;
}
.per-add1 .main-right .data .main > form input[type=submit]:hover {
  background: #0a4f44;
}
.per-add1 .main-right .data .main .jurisdiction .list-bar {
  margin-bottom: 1.25rem;
}
.per-add1 .main-right .data .main .jurisdiction .list-bar input {
  vertical-align: middle;
  margin-right: 0.5rem;
}
.per-add1 .main-right .data .main .jurisdiction .list-bar label {
  margin-bottom: 0;
  font-size: 0.875rem;
  color: #333;
  margin-right: 1.25rem;
}
.per-add1 .main-right .data .main .jurisdiction .list-bar span {
  font-size: 0.875rem;
  color: #999;
}
.per-add1 .main-right .data .main .jurisdiction > form label {
  font-size: 0.875rem;
  color: #333;
  margin-right: 0.5rem;
  margin-bottom: 0;
}
.per-add1 .main-right .data .main .jurisdiction > form input[type=text] {
  margin-right: 1.25rem;
  height: 2.5rem;
  line-height: 2.375rem;
  border: 1px solid #e1e1e1;
  outline: none;
  font-size: 0.875rem;
  padding: 0 0.75rem;
}
.per-add1 .main-right .data .main .jurisdiction > form input[type=submit] {
  margin-bottom: 2.5rem;
  margin-top: 1.25rem;
  border: none;
  line-height: 1.875rem;
  height: 1.875rem;
  color: #fff;
  background: #077884;
  font-size: 0.875rem;
  text-align: center;
  width: 4.375rem;
}
.per-add1 .main-right .data .main .jurisdiction > form input[type=submit]:hover {
  background: #0a4f44;
}
.per-add2 .main-right .data {
  background: #fafafa;
  border-radius: 0.25rem;
  padding: 1.25rem;
  margin-bottom: 1.25rem;
}
.per-add2 .main-right .data .title {
  border-bottom: 1px solid #e1e1e1;
}
.per-add2 .main-right .data .title h4 {
  display: inline-block;
  font-size: 1.25rem;
  color: #333;
  position: relative;
  font-weight: 600;
  padding-bottom: 1rem;
}
.per-add2 .main-right .data .title h4::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 2px;
  background: #077884;
  left: 0;
  bottom: -1px;
}
.per-add2 .main-right .data .title p {
  padding-bottom: 0.625rem;
  font-size: 1rem;
  color: #333;
}
.per-add2 .main-right .data .title ul {
  padding-bottom: 0.625rem;
}
.per-add2 .main-right .data .title ul li.current a {
  color: #077884;
}
.per-add2 .main-right .data .title ul li a {
  font-size: 0.875rem;
  color: #666;
  margin-left: 16px;
}
.per-add2 .main-right .data .title ul li a:hover {
  color: #077884;
}
.per-add2 .main-right .data .main {
  margin-top: 1.875rem;
  display: flex;
  justify-content: center;
  flex-direction: column;
}
.per-add2 .main-right .data .main .pic .img {
  margin-right: 2.5rem;
}
.per-add2 .main-right .data .main .pic .img img {
  width: 8.75rem;
  height: 9.6875rem;
  padding: 0.625rem;
  background: #ededed;
}
.per-add2 .main-right .data .main .pic .info {
  text-align: center;
}
.per-add2 .main-right .data .main .pic .info h4 {
  font-size: 1.875rem;
  color: #333;
  font-weight: 600;
  margin-bottom: 0.5rem;
}
.per-add2 .main-right .data .main .pic .info .file input[type=file] {
  display: none;
}
.per-add2 .main-right .data .main .pic .info .file a {
  font-size: 1rem;
  color: #077884;
}
.per-add2 .main-right .data .main .pic .upload-album {
  margin-left: 12.5rem;
}
.per-add2 .main-right .data .main .pic .upload-album input[type=file] {
  display: none;
}
.per-add2 .main-right .data .main .pic .upload-album a {
  display: block;
  font-size: 0.875rem;
  color: #fff;
  line-height: 2.5rem;
  background: #077884;
  padding: 0 1.25rem;
}
.per-add2 .main-right .data .main .pic .upload-album a i {
  margin-right: 0.25rem;
}
.per-add2 .main-right .data .main .pic .upload-album a:hover {
  background: #0a4f44;
}
.per-add2 .main-right .img-box {
  border: 1px solid #eee;
  background: #f6f6f6;
  border-radius: 5px;
  padding: 1.25rem 1.25rem 3.75rem;
  margin-top: 1.25rem;
  margin-bottom: 2.5rem;
}
.per-add2 .main-right .img-box .title {
  height: 2.25rem;
  border-bottom: 1px solid #eee;
  margin-bottom: 1.25rem;
}
.per-add2 .main-right .img-box .title h4 {
  line-height: 2.25rem;
  font-size: 0.875rem;
  color: #333;
  position: relative;
  font-weight: 600;
}
.per-add2 .main-right .img-box .title h4::before {
  content: "";
  position: absolute;
  left: -1.25rem;
  bottom: -1px;
  width: calc(100% + 2.5rem);
  height: 2px;
  background: #077884;
}
.per-add2 .main-right .img-box .title a {
  font-size: 0.875rem;
  color: #666;
}
.per-add2 .main-right .img-box .title a:hover {
  color: #077884;
}
.per-add2 .main-right .img-box .bd > ul {
  background: transparent;
  margin: 0;
}
.per-add2 .main-right .img-box .bd > ul > li {
  margin-bottom: 1.25rem;
  padding: 10px;
  border-left: none;
  display: box;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
.per-add2 .main-right .img-box .bd > ul > li .ibox {
  background: #fff;
  border: 1px solid #eee;
  position: relative;
}
.per-add2 .main-right .img-box .bd > ul > li .ibox:hover .bar {
  display: block;
}
.per-add2 .main-right .img-box .bd > ul > li .ibox .bar {
  position: absolute;
  right: 1rem;
  top: 1rem;
  width: 1.25rem;
  height: 1.25rem;
  line-height: 20px;
  text-align: center;
  background: #fff;
  z-index: 1;
  display: none;
  border-radius: 3px;
}
.per-add2 .main-right .img-box .bd > ul > li .ibox .bar a {
  color: #666;
}
.per-add2 .main-right .img-box .bd > ul > li .ibox .bar:hover ul {
  display: block;
}
.per-add2 .main-right .img-box .bd > ul > li .ibox .bar > ul {
  position: absolute;
  width: 6.25rem;
  background: #fff;
  display: none;
  padding: 0.625rem;
  left: -5rem;
  border: 1px solid #eee;
  border-radius: 3px;
}
.per-add2 .main-right .img-box .bd > ul > li .ibox .bar > ul li {
  text-align: left;
  line-height: 1.5rem;
}
.per-add2 .main-right .img-box .bd > ul > li .ibox .bar > ul li a {
  font-size: 0.875rem;
  color: #666666;
}
.per-add2 .main-right .img-box .bd > ul > li .ibox .bar > ul li a:hover {
  color: #077884;
}
.per-add2 .main-right .img-box .bd > ul > li .ibox .bar > ul li a:hover i {
  color: #077884;
}
.per-add2 .main-right .img-box .bd > ul > li .ibox .bar > ul li a i {
  font-size: 1rem;
  color: #666;
  margin-right: 0.3125rem;
  vertical-align: middle;
}
.per-add2 .main-right .img-box .bd > ul > li .ibox .img {
  height: 180px;
  display: box;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;

  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
  justify-content: center;

  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
  overflow: hidden;
}
.per-add2 .main-right .img-box .bd > ul > li .ibox .img img {
  max-width: 100%;
  max-height: 100%;
  transition: 0.8s;
}
.per-add2 .main-right .img-box .bd > ul > li .ibox .img img:hover {
  transform: scale(1.1);
}
.per-add2 .main-right .img-box .bd > ul > li .ibox .info {
  padding: 0.625rem;
}
.per-add2 .main-right .img-box .bd > ul > li .ibox .info a {
  font-size: 0.875rem;
  color: #666;
  text-align: center;
  display: block;
  line-height: 1.625rem;
}
.per-add2 .main-right .img-box .bd > ul > li .ibox .info a:hover {
  color: #077884;
}
.per-add2 .main-right .img-box .bd > ul > li .ibox .info input {
  background: transparent;
  width: 100%;
  text-align: center;
  border: none;
  font-size: 0.875rem;
  color: #666;
  outline: none;
}
.per-add2 .main-right .img-box .bd > ul > li .ibox .info input.on {
  border: 1px solid #00aeff;
}
.per-add3 .main-right .data {
  background: #fafafa;
  border-radius: 0.25rem;
  padding: 1.25rem;
  margin-bottom: 1.25rem;
}
.per-add3 .main-right .data .title {
  border-bottom: 1px solid #e1e1e1;
}
.per-add3 .main-right .data .title h4 {
  display: inline-block;
  font-size: 1.25rem;
  color: #333;
  position: relative;
  font-weight: 600;
  padding-bottom: 1rem;
}
.per-add3 .main-right .data .title h4::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 2px;
  background: #077884;
  left: 0;
  bottom: -1px;
}
.per-add3 .main-right .data .title p {
  padding-bottom: 0.625rem;
  font-size: 1rem;
  color: #333;
}
.per-add3 .main-right .data .title ul {
  padding-bottom: 0.625rem;
}
.per-add3 .main-right .data .title ul li.current a {
  color: #077884;
}
.per-add3 .main-right .data .title ul li a {
  font-size: 0.875rem;
  color: #666;
  margin-left: 16px;
}
.per-add3 .main-right .data .title ul li a:hover {
  color: #077884;
}
.per-add3 .main-right .data .main {
  margin-top: 1.875rem;
  display: flex;
  justify-content: center;
  flex-direction: column;
}
.per-add3 .main-right .data .main .pic .img {
  margin-right: 2.5rem;
}
.per-add3 .main-right .data .main .pic .img img {
  width: 8.75rem;
  height: 9.6875rem;
  padding: 0.625rem;
  background: #ededed;
}
.per-add3 .main-right .data .main .pic .info {
  text-align: center;
}
.per-add3 .main-right .data .main .pic .info h4 {
  font-size: 1.875rem;
  color: #333;
  font-weight: 600;
  margin-bottom: 0.5rem;
}
.per-add3 .main-right .data .main .pic .info .file input[type=file] {
  display: none;
}
.per-add3 .main-right .data .main .pic .info .file a {
  font-size: 1rem;
  color: #077884;
}
.per-add3 .main-right .data .main .table thead td {
  border-top: none;
  font-size: 0.875rem;
  color: #333;
}
.per-add3 .main-right .data .main .table tbody td {
  font-size: 0.875rem;
  color: #666;
}
.per-add3 .main-right .data .main .table tbody td a {
  font-size: 0.875rem;
  color: #077884;
}
.per-add3 .main-right .data .main .table tbody td a:hover {
  color: #0a4f44;
}
.per-add3 .main-right .data .main .setting .ibox {
  position: relative;
}
.per-add3 .main-right .data .main .setting .ibox:hover .info {
  display: flex;
}
.per-add3 .main-right .data .main .setting .ibox .info {
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.4);
  left: 0;
  top: 0;
  display: none;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.per-add3 .main-right .data .main .setting .ibox .info.current {
  display: flex;
}
.per-add3 .main-right .data .main .setting .ibox .info .icon {
  width: 1.5rem;
  height: 1.5rem;
  background: #077884;
  color: #fff;
  text-align: center;
  line-height: 1.5rem;
  border-radius: 50%;
  position: absolute;
  right: 0.5rem;
  top: 0.5rem;
}
.per-add3 .main-right .data .main .setting .ibox .info > a {
  font-size: 0.875rem;
  color: #fff;
  line-height: 2rem;
}
.per-add3 .main-right .data .main .setting .ibox .info > .define {
  background: #077884;
  line-height: 2rem;
  width: 6.875rem;
  text-align: center;
  border-radius: 0.25rem;
}
.per-add3 .main-right .data .main .setting .ibox .info > .define:hover {
  background: #0a4f44;
}
.merchants,
.merchants1,
.merchants-message,
.merchants-msg-detail,
.merchants-mine,
.merchants-certified,
.merchants-certified1,
.merchants-number,
.merchants-number1,
.merchants-number2 {
  background: #f8f8f8;
}
.merchants .com-main,
.merchants1 .com-main,
.merchants-message .com-main,
.merchants-msg-detail .com-main,
.merchants-mine .com-main,
.merchants-certified .com-main,
.merchants-certified1 .com-main,
.merchants-number .com-main,
.merchants-number1 .com-main,
.merchants-number2 .com-main {
  background: #f6f8fb;
  padding: 1.875rem 0 4.375rem;
}
.merchants .com-main .main-left .left-slide,
.merchants1 .com-main .main-left .left-slide,
.merchants-message .com-main .main-left .left-slide,
.merchants-msg-detail .com-main .main-left .left-slide,
.merchants-mine .com-main .main-left .left-slide,
.merchants-certified .com-main .main-left .left-slide,
.merchants-certified1 .com-main .main-left .left-slide,
.merchants-number .com-main .main-left .left-slide,
.merchants-number1 .com-main .main-left .left-slide,
.merchants-number2 .com-main .main-left .left-slide {
  padding: 3.125rem;
  background: #464545;
  border-top: 10px solid #007166;
  color: #fff;
  min-height: 100%;
}
.merchants .com-main .main-left .left-slide > ul > li,
.merchants1 .com-main .main-left .left-slide > ul > li,
.merchants-message .com-main .main-left .left-slide > ul > li,
.merchants-msg-detail .com-main .main-left .left-slide > ul > li,
.merchants-mine .com-main .main-left .left-slide > ul > li,
.merchants-certified .com-main .main-left .left-slide > ul > li,
.merchants-certified1 .com-main .main-left .left-slide > ul > li,
.merchants-number .com-main .main-left .left-slide > ul > li,
.merchants-number1 .com-main .main-left .left-slide > ul > li,
.merchants-number2 .com-main .main-left .left-slide > ul > li {
  line-height: 3.125rem;
}
.merchants .com-main .main-left .left-slide > ul > li.on > a i,
.merchants1 .com-main .main-left .left-slide > ul > li.on > a i,
.merchants-message .com-main .main-left .left-slide > ul > li.on > a i,
.merchants-msg-detail .com-main .main-left .left-slide > ul > li.on > a i,
.merchants-mine .com-main .main-left .left-slide > ul > li.on > a i,
.merchants-certified .com-main .main-left .left-slide > ul > li.on > a i,
.merchants-certified1 .com-main .main-left .left-slide > ul > li.on > a i,
.merchants-number .com-main .main-left .left-slide > ul > li.on > a i,
.merchants-number1 .com-main .main-left .left-slide > ul > li.on > a i,
.merchants-number2 .com-main .main-left .left-slide > ul > li.on > a i {
  transform: translateY(-50%) rotate(90deg);
}
.merchants .com-main .main-left .left-slide > ul > li > a,
.merchants1 .com-main .main-left .left-slide > ul > li > a,
.merchants-message .com-main .main-left .left-slide > ul > li > a,
.merchants-msg-detail .com-main .main-left .left-slide > ul > li > a,
.merchants-mine .com-main .main-left .left-slide > ul > li > a,
.merchants-certified .com-main .main-left .left-slide > ul > li > a,
.merchants-certified1 .com-main .main-left .left-slide > ul > li > a,
.merchants-number .com-main .main-left .left-slide > ul > li > a,
.merchants-number1 .com-main .main-left .left-slide > ul > li > a,
.merchants-number2 .com-main .main-left .left-slide > ul > li > a {
  font-size: 0.875rem;
  color: #fff;
  position: relative;
  display: block;
  width: 100%;
  text-align: left;
}
.merchants .com-main .main-left .left-slide > ul > li > a:hover,
.merchants1 .com-main .main-left .left-slide > ul > li > a:hover,
.merchants-message .com-main .main-left .left-slide > ul > li > a:hover,
.merchants-msg-detail .com-main .main-left .left-slide > ul > li > a:hover,
.merchants-mine .com-main .main-left .left-slide > ul > li > a:hover,
.merchants-certified .com-main .main-left .left-slide > ul > li > a:hover,
.merchants-certified1 .com-main .main-left .left-slide > ul > li > a:hover,
.merchants-number .com-main .main-left .left-slide > ul > li > a:hover,
.merchants-number1 .com-main .main-left .left-slide > ul > li > a:hover,
.merchants-number2 .com-main .main-left .left-slide > ul > li > a:hover{
  color: #077884;
}
.merchants .com-main .main-left .left-slide > ul > li > a i,
.merchants1 .com-main .main-left .left-slide > ul > li > a i,
.merchants-message .com-main .main-left .left-slide > ul > li > a i,
.merchants-msg-detail .com-main .main-left .left-slide > ul > li > a i,
.merchants-mine .com-main .main-left .left-slide > ul > li > a i,
.merchants-certified .com-main .main-left .left-slide > ul > li > a i,
.merchants-certified1 .com-main .main-left .left-slide > ul > li > a i,
.merchants-number .com-main .main-left .left-slide > ul > li > a i,
.merchants-number1 .com-main .main-left .left-slide > ul > li > a i,
.merchants-number2 .com-main .main-left .left-slide > ul > li > a i {
  font-size: 0.875rem;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  transition: 0.4s;
}
.merchants .com-main .main-left .left-slide > ul > li > ul,
.merchants1 .com-main .main-left .left-slide > ul > li > ul,
.merchants-message .com-main .main-left .left-slide > ul > li > ul,
.merchants-msg-detail .com-main .main-left .left-slide > ul > li > ul,
.merchants-mine .com-main .main-left .left-slide > ul > li > ul,
.merchants-certified .com-main .main-left .left-slide > ul > li > ul,
.merchants-certified1 .com-main .main-left .left-slide > ul > li > ul,
.merchants-number .com-main .main-left .left-slide > ul > li > ul,
.merchants-number1 .com-main .main-left .left-slide > ul > li > ul,
.merchants-number2 .com-main .main-left .left-slide > ul > li > ul {
  padding-left: 1.25rem;
  display: none;
}
.merchants .com-main .main-left .left-slide > ul > li > ul li,
.merchants1 .com-main .main-left .left-slide > ul > li > ul li,
.merchants-message .com-main .main-left .left-slide > ul > li > ul li,
.merchants-msg-detail .com-main .main-left .left-slide > ul > li > ul li,
.merchants-mine .com-main .main-left .left-slide > ul > li > ul li,
.merchants-certified .com-main .main-left .left-slide > ul > li > ul li,
.merchants-certified1 .com-main .main-left .left-slide > ul > li > ul li,
.merchants-number .com-main .main-left .left-slide > ul > li > ul li,
.merchants-number1 .com-main .main-left .left-slide > ul > li > ul li,
.merchants-number2 .com-main .main-left .left-slide > ul > li > ul li {
  line-height: 3.125rem;
}
.merchants .com-main .main-left .left-slide > ul > li > ul li a,
.merchants1 .com-main .main-left .left-slide > ul > li > ul li a,
.merchants-message .com-main .main-left .left-slide > ul > li > ul li a,
.merchants-msg-detail .com-main .main-left .left-slide > ul > li > ul li a,
.merchants-mine .com-main .main-left .left-slide > ul > li > ul li a,
.merchants-certified .com-main .main-left .left-slide > ul > li > ul li a,
.merchants-certified1 .com-main .main-left .left-slide > ul > li > ul li a,
.merchants-number .com-main .main-left .left-slide > ul > li > ul li a,
.merchants-number1 .com-main .main-left .left-slide > ul > li > ul li a,
.merchants-number2 .com-main .main-left .left-slide > ul > li > ul li a {
  font-size: 0.875rem;
  color: #fff;
}
.merchants .com-main .main-left .left-slide > ul > li > ul li a:hover,
.merchants1 .com-main .main-left .left-slide > ul > li > ul li a:hover,
.merchants-message .com-main .main-left .left-slide > ul > li > ul li a:hover,
.merchants-msg-detail .com-main .main-left .left-slide > ul > li > ul li a:hover,
.merchants-mine .com-main .main-left .left-slide > ul > li > ul li a:hover,
.merchants-certified .com-main .main-left .left-slide > ul > li > ul li a:hover,
.merchants-certified1 .com-main .main-left .left-slide > ul > li > ul li a:hover,
.merchants-number .com-main .main-left .left-slide > ul > li > ul li a:hover,
.merchants-number1 .com-main .main-left .left-slide > ul > li > ul li a:hover,
.merchants-number2 .com-main .main-left .left-slide > ul > li > ul li a:hover,
.merchants .com-main .main-left .left-slide a.active,
.merchants1 .com-main .main-left .left-slide a.active,
.merchants-message .com-main .main-left .left-slide a.active,
.merchants-msg-detail .com-main .main-left .left-slide a.active,
.merchants-mine .com-main .main-left .left-slide a.active,
.merchants-certified .com-main .main-left .left-slide a.active,
.merchants-certified1 .com-main .main-left .left-slide a.active,
.merchants-number .com-main .main-left .left-slide a.active,
.merchants-number1 .com-main .main-left .left-slide a.active,
.merchants-number2 .com-main .main-left .left-slide a.active {
  color: #077884;
}
.merchants-number1 .main-right .content {
  background: #fafafa;
  border-radius: 0.25rem;
  padding: 1.25rem;
  min-height: 100%;
}
.merchants-number1 .main-right .content .title h4 {
  font-size: 1.25rem;
  color: #333;
  position: relative;
  font-weight: 600;
  padding-bottom: 1rem;
}
.merchants-number1 .main-right .content .title h4::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 2px;
  background: #077884;
  left: 0;
  bottom: -1px;
}
.merchants-number1 .main-right .content .title a {
  width: 6.75rem;
  height: 2rem;
  background: #077884;
  color: #fff;
  font-size: 0.875rem;
  line-height: 2rem;
  text-align: center;
  border-radius: 3px;
  margin-bottom: 0.625rem;
}
.merchants-number1 .main-right .content .title a:hover {
  background: #015e67;
}
.merchants-number1 .main-right .content .table-box {
  margin-top: 2.5rem;
}
.merchants-number1 .main-right .content .table-box > .p {
  margin-bottom: 2.5rem;
}
.merchants-number1 .main-right .content .table-box > .p h4 {
  font-size: 1rem;
  color: #077884;
  margin-bottom: 1.25rem;
}
.merchants-number1 .main-right .content .table-box > .p p {
  font-size: 0.875rem;
  color: #666;
}
.merchants-number1 .main-right .content .table-box > .p p a {
  color: #077884;
}
.merchants-number1 .main-right .content .table-box table {
  text-align: center;
}
.merchants-number1 .main-right .content .table-box table thead {
  font-size: 1rem;
  color: #333;
}
.merchants-number1 .main-right .content .table-box table tbody {
  font-size: 0.875rem;
  color: #666;
}
.merchants-number1 .main-right .content .table-box table tbody a {
  font-size: 0.875rem;
  color: #666;
}
.merchants-number1 .main-right .content .table-box table tbody a:hover {
  color: #077884;
}
.merchants-number1 .main-right .content .table-box table tbody a:first-child {
  color: #999;
}
.merchants-number1 .main-right .content .table-box table tbody a:first-child:hover {
  color: #077884;
}
.merchants-number1 .main-right .content .security > p {
  font-size: 1rem;
  color: #077884;
  margin-top: 1.875rem;
}
.merchants-number1 .main-right .content .security .info {
  margin-top: 1.875rem;
}
.merchants-number1 .main-right .content .security .info h4 {
  font-size: 1.25rem;
  font-weight: 600;
  color: #333;
  margin-bottom: 1rem;
}
.merchants-number1 .main-right .content .security .info p {
  font-size: 1rem;
  color: #666;
  line-height: 2.25rem;
}
.merchants-number1 .main-right .content .security > a {
  width: 15rem;
  line-height: 2.625rem;
  background: #077884;
  color: #fff;
  text-align: center;
  display: block;
  margin: 1.875rem auto;
}
.merchants-number1 .main-right .content .security > a:hover {
  background: #0a4f44;
}
.merchants-number .main-right .content {
  background: #fafafa;
  border-radius: 0.25rem;
  padding: 1.25rem;
  min-height: 100%;
}
.merchants-number .main-right .content .title h4 {
  font-size: 1.25rem;
  color: #333;
  position: relative;
  font-weight: 600;
  padding-bottom: 1rem;
}
.merchants-number .main-right .content .title h4::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 2px;
  background: #077884;
  left: 0;
  bottom: -1px;
}
.merchants-number .main-right .content .title a {
  width: 6.75rem;
  height: 2rem;
  background: #077884;
  color: #fff;
  font-size: 0.875rem;
  line-height: 2rem;
  text-align: center;
  border-radius: 3px;
  margin-bottom: 0.625rem;
}
.merchants-number .main-right .content .title a:hover {
  background: #015e67;
}
.merchants-number .main-right .content .links ul li {
  display: flex;
  align-items: center;
  margin-top: 2.5rem;
}
.merchants-number .main-right .content .links ul li a {
  font-size: 1.125rem;
  width: 12.5rem;
  height: 2.625rem;
  line-height: 2.625rem;
  text-align: center;
  background: #077884;
  color: #fff;
  margin-right: 1.25rem;
}
.merchants-number .main-right .content .links ul li a:hover {
  background: #0a4f44;
}
.merchants-number .main-right .content .links ul li p {
  font-size: 1rem;
  color: #666;
}
.merchants .main-right .top {
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 1.25rem;
}
.merchants .main-right .top .top-pic {
  width: 20%;
  text-align: center;
}
.merchants .main-right .top .top-pic img {
  display: block;
  border-radius: 50%;
  width: 7.875rem;
  height: 7.875rem;
  margin: 0 auto;
}
.merchants .main-right .top .top-pic a {
  margin-top: 1.25rem;
  font-size: 0.875rem;
  line-height: 1.625rem;
  width: 4.375rem;
  border: 1px solid #077884;
  border-radius: 1.625rem;
  display: block;
  color: #077884;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}
.merchants .main-right .top .top-pic a:hover {
  background: #0a4f44;
  color: #fff;
}
.merchants .main-right .top .top-info {
  width: 80%;
  display: flex;
  flex-direction: column;
  padding-left: 1.25rem;
}
.merchants .main-right .top .top-info .it {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 1.25rem;
  margin-bottom: 1.25rem;
  border-bottom: 1px solid #e1e1e1;
}
.merchants .main-right .top .top-info .it .il {
  display: flex;
  flex-direction: column;
  align-content: flex-start;
}
.merchants .main-right .top .top-info .it .il h4 {
  font-size: 1.125rem;
  color: #333;
}
.merchants .main-right .top .top-info .it .il p {
  font-size: 1rem;
  color: #333;
  margin: 0.625rem 0;
}
.merchants .main-right .top .top-info .it .il a {
  text-align: center;
  font-size: 0.875rem;
  line-height: 1.625rem;
  width: 4.375rem;
  background: #077884;
  border-radius: 1.625rem;
  display: block;
  color: #fff;
}
.merchants .main-right .top .top-info .it .il a:hover {
  background: #0a4f44;
}
.merchants .main-right .top .top-info .it .ir {
  width: 15rem;
  height: 5rem;
  background: url(../img/mcbg.png) no-repeat;
  background-size: 100% 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding-left: 1.875rem;
}
.merchants .main-right .top .top-info .it .ir h4 {
  font-size: 1rem;
  color: #333;
}
.merchants .main-right .top .top-info .it .ir p {
  font-size: 0.875rem;
  color: #333;
}
.merchants .main-right .top .top-info .ib ul {
  display: flex;
  align-items: center;
}
.merchants .main-right .top .top-info .ib ul li {
  margin-right: 2.5rem;
}
.merchants .main-right .top .top-info .ib ul li p {
  font-size: 0.875rem;
  color: #333;
}
.merchants .main-right .top .top-info .ib ul li p span {
  color: #077884;
  margin-left: 0.25rem;
}
.merchants .main-right .top .top-info .ib ul li p span.red {
  color: #f00;
}
.merchants .main-right .list {
  background: #fff;
  margin-top: 1.25rem;
  padding: 0 1.25rem;
  padding-bottom: 2.5rem;
}
.merchants .main-right .list .title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  line-height: 3rem;
  border-bottom: 1px solid #e1e1e1;
}
.merchants .main-right .list .title p {
  font-size: 1rem;
  color: #333;
  position: relative;
}
.merchants .main-right .list .title p::before {
  content: '';
  position: absolute;
  left: -20px;
  top: 50%;
  transform: translateY(-50%);
  width: 0.3125rem;
  height: 1.375rem;
  background: #077884;
}
.merchants .main-right .list .title a {
  background: #077884 !important;
  border: none !important;
  outline: none;
}
.merchants .main-right .list .title a:hover {
  background: #0a4f44 !important;
}
.merchants .main-right .list .tbox {
  margin-top: 1.25rem;
}
.merchants .main-right .list .tbox table {
  font-size: 0.875rem;
}
.merchants .main-right .list .tbox table thead td {
  border-top: none;
  font-size: 1rem;
}
.merchants .main-right .list .tbox table thead td a {
  color: #077884;
}
.merchants .main-right .list .tbox table thead td a:hover {
  color: #0a4f44;
}
.merchants .main-right .list .tbox table tbody td a {
  color: #077884;
}
.merchants .main-right .list .tbox table tbody td a:hover {
  color: #0a4f44;
}
.merchants .main-right .info-item {
  display: flex;
  justify-content: space-between;
}
.merchants .main-right .info-item .item {
  width: 48%;
  background: #fff;
  margin-top: 1.25rem;
  padding: 0 1.25rem;
  padding-bottom: 2.5rem;
}
.merchants .main-right .info-item .item .title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  line-height: 3rem;
  border-bottom: 1px solid #e1e1e1;
}
.merchants .main-right .info-item .item .title p {
  font-size: 1rem;
  color: #333;
  position: relative;
}
.merchants .main-right .info-item .item .title p::before {
  content: '';
  position: absolute;
  left: -20px;
  top: 50%;
  transform: translateY(-50%);
  width: 0.3125rem;
  height: 1.375rem;
  background: #077884;
}
.merchants .main-right .info-item .item .title a {
  background: #077884 !important;
  border: none !important;
  outline: none;
}
.merchants .main-right .info-item .item .title a:hover {
  background: #0a4f44 !important;
}
.merchants .main-right .info-item .item ul {
  margin-top: 1rem;
}
.merchants .main-right .info-item .item ul li {
  display: flex;
  align-items: center;
  line-height: 2rem;
  font-size: 0.875rem;
}
.merchants .main-right .info-item .item ul li a {
  color: #333;
  padding-left: 0.75rem;
  flex: 1;
}
.merchants .main-right .info-item .item ul li a:hover {
  color: #077884;
}
.merchants .main-right .info-item .item ul li span {
  width: 1.125rem;
  height: 1.125rem;
  color: #fff;
  background: #077884;
  border-radius: 50%;
  line-height: 1.125rem;
  text-align: center;
  font-size: 0.875rem;
}
.merchants .main-right .info-item .item ul.on span {
  background: #d3d3d3 !important;
}
.merchants-message .main-right .list {
  background: #fff;
  padding: 0 1.25rem;
  padding-bottom: 2.5rem;
}
.merchants-message .main-right .list .list-bar {
  line-height: 3.125rem;
  border-bottom: 1px solid #e1e1e1;
}
.merchants-message .main-right .list .list-bar ul li a {
  line-height: 3.125rem;
  font-size: 1.125rem;
  color: #077884;
  position: relative;
  display: block;
  margin-right: 1.25rem;
}
.merchants-message .main-right .list .list-bar ul li.on a::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 2px;
  left: 0;
  bottom: -1px;
  background: #077884;
}
.merchants-message .main-right .table-item .item {
  display: none;
}
.merchants-message .main-right .table-item .item:first-child {
  display: block;
}
.merchants-message .main-right .table-item .item table {
  margin-top: 1.25rem;
  font-size: 0.875rem;
}
.merchants-message .main-right .table-item .item table thead {
  background: #fafafa;
}
.merchants-message .main-right .table-item .item table thead td {
  border-top: none;
  color: #333;
}
.merchants-message .main-right .table-item .item table thead td span.ic {
  width: 1.375rem;
  height: 1.375rem;
  display: inline-block;
  border-radius: 50%;
  background: #cdcdcd;
  color: #fff;
  text-align: center;
  line-height: 1.375rem;
  margin-left: 0.25rem;
}
.merchants-message .main-right .table-item .item table tbody tr td {
  color: #666;
}
.merchants-message .main-right .table-item .item table tbody tr td.on {
  color: #077884;
}
.merchants-message .main-right .table-item .item table tbody tr td > a {
  color: #666;
}
.merchants-message .main-right .table-item .item table tbody tr td > a:hover {
  color: #077884;
}
.merchants-message .main-right .table-item .item table tbody tr:first-child td {
  border-top: none;
}
.merchants-message .main-right .table-item .item .all {
  display: flex;
  align-items: center;
  font-size: 0.875rem;
  padding-left: 0.75rem;
}
.merchants-message .main-right .table-item .item .all input[type=checkbox] {
  margin-right: 0.5rem;
}
.merchants-message .main-right .table-item .item .all label {
  margin-bottom: 0;
  margin-right: 1.25rem;
  color: #333;
}
.merchants-message .main-right .table-item .item .all input[type=button] {
  background: #077884 !important;
  border: none !important;
  outline: none;
}
.merchants-message .main-right .table-item .item .all input[type=button]:hover {
  background: #0a4f44 !important;
}
.merchants-msg-detail .main-right .list {
  background: #fff;
}
.merchants-msg-detail .main-right .list .list-bar {
  line-height: 3.125rem;
  border-bottom: 1px solid #e1e1e1;
}
.merchants-msg-detail .main-right .list .list-bar ul li a {
  line-height: 3.125rem;
  font-size: 1.125rem;
  color: #077884;
  position: relative;
  display: block;
  padding: 0 1.875rem;
}
.merchants-msg-detail .main-right .list .list-bar ul li.on a {
  background: #077884;
  color: #fff;
}
.merchants-msg-detail .main-right .table-item {
  padding: 0 1.25rem;
}
.merchants-msg-detail .main-right .table-item .item {
  display: none;
}
.merchants-msg-detail .main-right .table-item .item:first-child {
  display: block;
}
.merchants-msg-detail .main-right .table-item .item table {
  margin-top: 1.25rem;
  font-size: 0.875rem;
}
.merchants-msg-detail .main-right .table-item .item table thead td {
  vertical-align: middle !important;
  border-top: none;
  color: #333;
}
.merchants-msg-detail .main-right .table-item .item table tbody tr td {
  vertical-align: middle !important;
  color: #666;
}
.merchants-msg-detail .main-right .table-item .item table tbody tr td .title {
  color: #333;
  line-height: 1.5rem;
}
.merchants-msg-detail .main-right .table-item .item table tbody tr td .info {
  padding: 0.625rem;
  background: #f6f6f6;
  color: #666;
}
.merchants-msg-detail .main-right .table-item .item table tbody tr td .btn {
  background: #077884 !important;
  border: none !important;
  outline: none !important;
}
.merchants-msg-detail .main-right .table-item .item table tbody tr td .btn:hover {
  background: #0a4f44 !important;
}
.merchants-msg-detail .main-right .table-item .item table tbody tr td .m {
  color: #666;
  line-height: 2rem;
}
.merchants-msg-detail .main-right .table-item .item table tbody tr td .m:hover {
  color: #077884;
}
.merchants-msg-detail .main-right .table-item .item table tr td:nth-child(1) {
  width: 10%;
  text-align: center;
}
.merchants-msg-detail .main-right .table-item .item table tr td:nth-child(1) select {
  border: 1px solid #e1e1e1;
  outline: none;
}
.merchants-msg-detail .main-right .table-item .item table tr td:nth-child(1) i {
  display: block;
  font-size: 1rem;
}
.merchants-msg-detail .main-right .table-item .item table tr td:nth-child(1) i.c1 {
  color: #015e67;
}
.merchants-msg-detail .main-right .table-item .item table tr td:nth-child(1) i.c2 {
  color: #9bc5c9;
}
.merchants-msg-detail .main-right .table-item .item table tr td:nth-child(1) i.c3 {
  color: #999;
}
.merchants-msg-detail .main-right .table-item .item table tr td:nth-child(2) {
  width: 40%;
}
.merchants-msg-detail .main-right .table-item .item table tr td:nth-child(3) {
  width: 15%;
}
.merchants-msg-detail .main-right .table-item .item table tr td:nth-child(4) {
  width: 25%;
}
.merchants-msg-detail .main-right .table-item .item table tr td:nth-child(5) {
  width: 10%;
  text-align: center;
}
.merchants-mine .main-right .list {
  background: #fff;
  padding-bottom: 2.5rem;
}
.merchants-mine .main-right .list .title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  line-height: 3rem;
  border-bottom: 2px solid #077884;
  padding-right: 1.25rem;
}
.merchants-mine .main-right .list .title ul li a {
  color: #333;
  display: block;
  line-height: 3rem;
  padding: 0 1.5rem;
}
.merchants-mine .main-right .list .title ul li.on a {
  background: #077884;
  color: #fff;
}
.merchants-mine .main-right .list .title .search {
  display: flex;
  align-items: center;
}
.merchants-mine .main-right .list .title .search input {
  height: 2rem;
  line-height: 1.875rem;
  border: 1px solid #e1e1e1;
  outline: none;
  padding: 0 0.75rem;
  font-size: 0.875rem;
}
.merchants-mine .main-right .list .title .search input::-webkit-input-placeholder {
  color: #999;
}
.merchants-mine .main-right .list .title .search a {
  width: 2rem;
  height: 2rem;
  line-height: 1.875rem;
  text-align: center;
  display: block;
  border: 1px solid #e1e1e1;
  border-left: none;
}
.merchants-mine .main-right .list .title .search a:hover {
  background: #077884;
  border-color: #077884;
}
.merchants-mine .main-right .list .title .search a:hover i {
  color: #fff;
}
.merchants-mine .main-right .list .title .search a i {
  color: #999;
}
.merchants-mine .main-right .list .tbox {
  padding: 0 1.25rem;
  margin-top: 1.25rem;
}
.merchants-mine .main-right .list .tbox .item {
  display: none;
}
.merchants-mine .main-right .list .tbox .item:first-child {
  display: block;
}
.merchants-mine .main-right .list .tbox table {
  font-size: 0.875rem;
}
.merchants-mine .main-right .list .tbox table thead {
  background: #fafbfc;
}
.merchants-mine .main-right .list .tbox table thead td {
  vertical-align: middle;
  font-size: 1rem;
}
.merchants-mine .main-right .list .tbox table thead td a {
  color: #fff;
  background: #077884 !important;
  outline: none !important;
  border: none !important;
}
.merchants-mine .main-right .list .tbox table thead td a:hover {
  background: #0a4f44 !important;
}
.merchants-mine .main-right .list .tbox table tbody td a {
  color: #666;
  width: 200px;
}
.merchants-mine .main-right .list .tbox table tbody td a:hover {
  color: #0a4f44;
}
.merchants-mine .main-right .list .tbox .all {
  display: flex;
  align-items: center;
  font-size: 0.875rem;
  padding-left: 0.75rem;
}
.merchants-mine .main-right .list .tbox .all input[type=checkbox] {
  margin-right: 0.5rem;
}
.merchants-mine .main-right .list .tbox .all label {
  margin-bottom: 0;
  margin-right: 1.25rem;
  color: #333;
}
.merchants-mine .main-right .list .tbox .all input[type=button] {
  background: #077884 !important;
  border: none !important;
  outline: none;
}
.merchants-mine .main-right .list .tbox .all input[type=button]:hover {
  background: #0a4f44 !important;
}
.merchants-release .list {
  padding: 0 6.25rem 6.25rem;
}
.merchants-release .list .success {
  padding: 3.75rem;
  text-align: center;
}
.merchants-release .list .success p {
  font-size: 1.5rem;
  color: #077884;
  font-weight: 600;
}
.merchants-release .list .success p i {
  width: 2.5rem;
  height: 2.5rem;
  background: #077884;
  line-height: 2.5rem;
  border-radius: 50%;
  color: #fff;
  text-align: center;
  font-size: 20px;
  display: inline-block;
  margin-right: 0.75rem;
  vertical-align: top;
}
.merchants-release .list #re2 ul {
  background: url(../img/rebg.jpg) no-repeat;
  background-position: left bottom;
}
.merchants-release .list .pro {
  margin-top: 2.5rem;
}
.merchants-release .list .pro ul {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: url(../img/rebg.jpg) no-repeat;
  background-position: left top;
}
.merchants-release .list .pro ul li {
  width: 32%;
  height: 40px;
  background-size: 100% 100%;
}
.merchants-release .list .pro ul li a {
  display: block;
  line-height: 40px;
  text-align: center;
  color: #333;
  font-size: 0.875rem;
}
.merchants-release .list .pro ul li a span {
  font-size: 1rem;
  margin-right: 0.25rem;
}
.merchants-release .list .pro ul li.on a {
  color: #fff;
}
.merchants-release .list .max ul li.on a {
  color: #077884;
}
.merchants-release .list .list-bar {
  margin: 2.5rem 0;
}
.merchants-release .list .list-bar ul {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
}
.merchants-release .list .list-bar ul li a {
  line-height: 3.125rem;
  font-size: 1rem;
  color: #333;
  padding: 0 1.5rem;
}
.merchants-release .list .list-bar ul li a:hover {
  color: #077884;
}
.merchants-release .list .min > p {
  font-size: 1rem;
  background: #eee;
  line-height: 2.5rem;
  padding: 0 1.25rem;
  visibility: hidden;
}
.merchants-release .list .min .list-bar .item {
  display: none;
}
.merchants-release .list .min .list-bar .item:first-child {
  display: block;
  visibility: hidden;
}
.merchants-release1 .list {
  padding: 0 6.25rem 5rem;
}
.merchants-release1 .list .pro {
  margin-top: 2.5rem;
}
.merchants-release1 .list .pro ul {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: url(../img/rebg.jpg) no-repeat;
  background-position: left center;
}
.merchants-release1 .list .pro ul li {
  width: 32%;
  height: 40px;
}
.merchants-release1 .list .pro ul li a {
  display: block;
  line-height: 40px;
  text-align: center;
  color: #333;
  font-size: 0.875rem;
}
.merchants-release1 .list .pro ul li a span {
  font-size: 1rem;
  margin-right: 0.25rem;
}
.merchants-release1 .list .pro ul li.on a {
  color: #fff;
}
.merchants-release1 .list form {
  padding: 2.5rem;
}
.merchants-release1 .list form .picBox .pic {
  border: 1px solid #eee;
  margin-right: 0.625rem;
  margin-bottom: 0.625rem;
  cursor: pointer;
}
.merchants-release1 .list form .picBox .pic img {
  width: 9.375rem;
  height: 6.71875rem;
}
.merchants-release1 .list form .picBox .pic a {
  font-size: 0.875rem;
  color: #666;
  border-top: 1px solid #eee;
}
.merchants-release1 .list form .input {
  display: flex;
  align-items: start;
  margin-bottom: 1.25rem;
}
.merchants-release1 .list form .input input[type=file] {
  display: none;
}
.merchants-release1 .list form .input label {
  min-width: 5.625rem;
  text-align: justify;
  text-align-last: justify;
  margin-right: 1.25rem;
  font-size: 0.875rem;
  color: #333;
}
.merchants-release1 .list form .input label span {
  color: #f00;
}
.merchants-release1 .list form .input input,
.merchants-release1 .list form .input textarea {
  border: 1px solid #e1e1e1;
  outline: none;
  line-height: 2rem;
  padding: 0 0.75rem;
  font-size: 0.875rem;
}
.merchants-release1 .list form .input select {
  border: 1px solid #e1e1e1;
  outline: none;
  line-height: 2rem;
  font-size: 0.875rem;
}
.merchants-release1 .list form .input input[type=text] {
  width: 24.75rem;
  height: 2.125rem;
}
.merchants-release1 .list form .input select {
  height: 2.125rem;
}
.merchants-release1 .list form .input textarea {
  width: 24.75rem;
  resize: none;
}
.merchants-release1 .list form .input input[type=submit] {
  background: #077884;
  outline: none !important;
  border: none  !important;
}
.merchants-release1 .list form .input input[type=submit]:hover {
  background: #0a4f44;
}
.merchants-certified .main-right .list {
  background: #fff;
  padding: 0 1.25rem;
}
.merchants-certified .main-right .list .rs {
  padding: 2.5rem 0;
}
.merchants-certified .main-right .list .rs .box {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 15.875rem;
  height: 18.75rem;
  border: 1px solid #e1e1e1;
}
.merchants-certified .main-right .list .rs .box i {
  display: block;
  width: 3.75rem;
  height: 3.75rem;
  background: #d8d8d8;
  color: #fff;
  border-radius: 0.25rem;
  text-align: center;
  line-height: 3.75rem;
  font-size: 1.875rem;
}
.merchants-certified .main-right .list .rs .box p {
  font-size: 1.125rem;
  color: #333;
  font-weight: 600;
  margin: 1.25rem;
}
.merchants-certified .main-right .list .rs .box span {
  font-size: 0.875rem;
  color: #999;
}
.merchants-certified .main-right .list .rs .box a {
  width: 6.25rem;
  height: 2.625rem;
  line-height: 2.5rem;
  border: 1px solid #077884;
  border-radius: 0.25rem;
  color: #077884;
  font-size: 1rem;
  text-align: center;
  margin-top: 1.25rem;
}
.merchants-certified .main-right .list .rs .box a:hover {
  color: #fff;
  background-color: #0a4f44;
}
.merchants-certified .main-right .list .list-bar {
  line-height: 3.125rem;
  border-bottom: 1px solid #e1e1e1;
}
.merchants-certified .main-right .list .list-bar ul li a {
  line-height: 3.125rem;
  font-size: 1.125rem;
  color: #077884;
  position: relative;
  display: block;
  margin-right: 1.25rem;
}
.merchants-certified .main-right .list .list-bar ul li.on a::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 2px;
  left: 0;
  bottom: -1px;
  background: #077884;
}
.merchants-certified .main-right .list .list-bar > a {
  color: #999;
  font-size: 0.875rem;
}
.merchants-certified .main-right .list .list-bar > a:hover {
  color: #077884;
}
.merchants-certified .main-right .list .list-bar > a span {
  width: 1.125rem;
  height: 1.125rem;
  display: inline-block;
  border-radius: 50%;
  background: #077884;
  color: #fff;
  text-align: center;
  line-height: 1.125rem;
  font-size: 0.875rem;
  margin-right: 0.25rem;
}
.merchants-certified .main-right .pic {
  padding: 2.5rem;
  background: #fff;
  margin-bottom: 1.25rem;
}
.merchants-certified .main-right .pic .pl .plt {
  text-align: center;
  padding-right: 2.5rem;
  margin-right: 2.5rem;
  border-right: 1px solid #e1e1e1;
}
.merchants-certified .main-right .pic .pl .plt img {
  width: 6.25rem;
  height: 6.25rem;
  border-radius: 50%;
  margin-bottom: 0.625rem;
}
.merchants-certified .main-right .pic .pl .plt p {
  font-size: 0.875rem;
  color: #333;
}
.merchants-certified .main-right .pic .pl .plb h4 {
  font-size: 1.125rem;
  color: #333;
  font-weight: 600;
}
.merchants-certified .main-right .pic .pl .plb p {
  font-size: 0.875rem;
  color: #333;
  margin: 0.625rem 0;
}
.merchants-certified .main-right .pic .pl .plb a {
  background: #077884 !important;
  border: none !important;
  outline: none !important;
}
.merchants-certified .main-right .pic .pl .plb a:hover {
  background: #0a4f44 !important;
}
.merchants-certified .main-right .pic .pr img {
  width: 6.25rem;
  height: 5rem;
}
.merchants-certified1 .main-right .form {
  background: #fff;
  padding: 2.5rem;
  height: 100%;
}
.merchants-certified1 .main-right .form > p {
  margin-top: 2.5rem;
  color: #077884;
  font-size: 1.125rem;
}
.merchants-certified1 .main-right .form > p i {
  vertical-align: top;
  font-size: 1.125rem;
  margin-right: 0.25rem;
}
.merchants-certified1 .main-right .form .list .load {
  background-position: left center;
}
.merchants-certified1 .main-right .form .list .complete {
  background-position: left bottom;
}
.merchants-certified1 .main-right .form .list ul {
  width: 36.25rem;
  height: 2.5rem;
  line-height: 2.5rem;
  background: url(../img/rebg1.jpg) no-repeat;
  background-position: left top;
  display: flex;
}
.merchants-certified1 .main-right .form .list ul li {
  width: 33.33%;
  text-align: center;
}
.merchants-certified1 .main-right .form .list ul li p {
  font-size: 0.875rem;
  color: #333;
}
.merchants-certified1 .main-right .form .list ul li.on p {
  color: #fff;
}
.merchants-certified1 .main-right .form form {
  padding: 2.5rem;
}
.merchants-certified1 .main-right .form form .input {
  display: flex;
  align-items: center;
  margin-bottom: 1.25rem;
}
.merchants-certified1 .main-right .form form .input label {
  margin-bottom: 0;
  font-size: 0.875rem;
  width: 15%;
}
.merchants-certified1 .main-right .form form .input label span {
  color: #077884;
  margin-right: 0.25rem;
}
.merchants-certified1 .main-right .form form .input input[type=text] {
  width: 16.875rem;
  height: 2.375rem;
  line-height: 2.25rem;
  border: 1px solid #e1e1e1;
  outline: none;
  font-size: 0.875rem;
  padding: 0 0.75rem;
}
.merchants-certified1 .main-right .form form .input .upload p {
  font-size: 0.875rem;
  color: #333;
  background: #f5f5f5;
  line-height: 2.25rem;
  text-align: center;
  border: 1px solid #e1e1e1;
}
.merchants-certified1 .main-right .form form .input .upload .img {
  border: 1px solid #e1e1e1;
  border-top: none;
  cursor: pointer;
}
.merchants-certified1 .main-right .form form .input .upload .img img {
  width: 12.125rem;
  height: 8.6875rem;
}
.merchants-certified1 .main-right .form form .input input[type=submit] {
  font-size: 0.875rem;
  background: #077884 !important;
  outline: none;
  border: none;
}
.merchants-certified1 .main-right .form form .input input[type=submit]:hover {
  background: #0a4f44 !important;
}
.merchants-certified1 .main-right .form form .input input[type=file] {
  display: none;
}
.merchants-certified2 {
  background: #f6f6f6;
}
.merchants-certified2 .main {
  margin-top: 1.25rem;
  background: #fff;
  padding: 1.875rem;
  padding-top: 0;
}
.merchants-certified2 .main .title {
  border-bottom: 1px solid #e1e1e1;
}
.merchants-certified2 .main .title h4 {
  line-height: 3.75rem;
  position: relative;
  font-size: 1.25rem;
  font-weight: 600;
  margin-right: 1.25rem;
}
.merchants-certified2 .main .title h4::before {
  content: '';
  width: 0.25rem;
  height: 2.25rem;
  position: absolute;
  background: #077884;
  left: -1.875rem;
  top: 50%;
  transform: translateY(-50%);
}
.merchants-certified2 .main .title p {
  line-height: 3.75rem;
  padding-left: 1.25rem;
  position: relative;
  font-size: 0.875rem;
  color: #999;
}
.merchants-certified2 .main .title p::before {
  content: '';
  width: 1px;
  height: 1.25rem;
  position: absolute;
  background: #e1e1e1;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.merchants-certified2 .main .input {
  padding: 2.5rem;
}
.merchants-certified2 .main .input p {
  margin-left: 1.25rem;
  line-height: 2.5rem;
  font-size: 0.875rem;
  color: #999;
}
.merchants-certified2 .main .input p a {
  margin-left: 0.875rem;
  color: #389eff;
  text-decoration: underline !important;
}
.merchants-certified2 .main .input .btn {
  padding: 0 0.75rem;
  line-height: 2.5rem;
  font-size: 0.875rem;
  background: #077884 !important;
  border: none !important;
  outline: none !important;
}
.merchants-certified2 .main .input .btn:hover {
  background: #0a4f44 !important;
}
.merchants-certified2 .main .info {
  margin: 2.5rem;
  background: #f8fffe;
  padding: 2.5rem;
}
.merchants-certified2 .main .info h4 {
  font-size: 1rem;
  margin-bottom: 1.25rem;
  color: #1a1a1a;
}
.merchants-certified2 .main .info p {
  font-size: 0.875rem;
  color: #666;
  line-height: 1.875rem;
}
.search-list {
  background: #f8f8f8;
}
.search-list .com-main {
  padding: 1.875rem 0 4.375rem;
}
.search-list .com-main .main-left .list-bar {
  display: flex;
  justify-content: flex-start;
  border: 1px solid #e1e1e1;
  line-height: 2.5rem;
  height: 2.625rem;
  overflow: hidden;
  margin-bottom: 1.5rem;
  background: #fff;
}
.search-list .com-main .main-left .list-bar.on {
  height: auto;
  overflow: unset;
}
.search-list .com-main .main-left .list-bar.on > a i {
  transform: rotateZ(180deg);
}
.search-list .com-main .main-left .list-bar p {
  width: 15%;
  background: #f5f5f5;
  border-right: 1px solid #e1e1e1;
  font-size: 0.875rem;
  color: #999;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.search-list .com-main .main-left .list-bar ul {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  width: 80%;
  flex-wrap: wrap;
}
.search-list .com-main .main-left .list-bar ul li a {
  padding: 0 1.25rem;
  display: block;
  font-size: 0.875rem;
  color: #666;
}
.search-list .com-main .main-left .list-bar ul li a:hover,.search-list .com-main .main-left .list-bar ul li a.active {
  color: #077884;
}
.search-list .com-main .main-left .list-bar > a {
  display: flex;
  width: 14px;
  height: 14px;
  border: 1px solid #e1e1e1;
  justify-content: center;
  align-items: center;
  margin-top: 1.25rem;
  transform: translateY(-50%);
}
.search-list .com-main .main-left .list-bar > a i {
  font-size: 12px;
  color: #666;
}
.search-list .com-main .main-left .mess {
  margin-bottom: 1.25rem;
}
.search-list .com-main .main-left .mess p {
  font-size: 0.875rem;
  color: #666;
  margin-right: 1.25rem;
}
.search-list .com-main .main-left .mess ul li {
  margin-right: 0.875rem;
}
.search-list .com-main .main-left .mess ul li a {
  font-size: 0.875rem;
  color: #999;
}
.search-list .com-main .main-left .mess ul li a:hover {
  color: #077884;
}
.search-list .com-main .main-left .content {
  padding: 1.25rem;
  border: 1px solid #e1e1e1;
  background: #fff;
}
.search-list .com-main .main-left .content li {
  display: flex;
  padding-bottom: 1.625rem;
  margin-bottom: 1.625rem;
  border-bottom: 1px solid #e1e1e1;
}
.search-list .com-main .main-left .content li .img {
  overflow: hidden;
  width: 15%;
}
.search-list .com-main .main-left .content li .img img {
  width: 100%;
  transition: 0.8s;
}
.search-list .com-main .main-left .content li .img img:hover {
  transform: scale(1.1);
}
.search-list .com-main .main-left .content li .info {
  width: 85%;
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  padding-left: 1.25rem;
}
.search-list .com-main .main-left .content li .info h4 a {
  font-size: 1.25rem;
  color: #1a1a1a;
}
.search-list .com-main .main-left .content li .info p a {
  font-size: 0.875rem;
  color: #666;
}
.search-list .com-main .main-left .content li .info span {
  font-size: 0.875rem;
  color: #999;
}
.search-list .com-main .main-left .content li .info > a {
  display: inline-block;
  height: 1.5rem;
  width: 4rem;
  background: #fafdff;
  color: #999;
  border-right: 4px;
  border: 1px solid #d0d0d0;
  font-size: 0.875rem;
  text-align: center;
  line-height: 1.375rem;
}
.search-list .com-main .main-left .content li .info > a.on {
  color: #077884;
}
.search-list .com-main .main-left .content li .info a:hover {
  color: #077884;
}
.search-list .com-main .main-left .news-list {
  background: #fff;
  width: 100%;
  margin: 0;
  margin-top: 1.5rem;
  border: 1px solid #e1e1e1;
  padding: 1rem;
}
.search-list .com-main .main-left .news-list .news-item {
  padding: 1.5rem;
}
.search-list .com-main .main-left .news-list .news-item .title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid #e1e1e1;
  line-height: 2.25rem;
  margin-bottom: 0.75rem;
}
.search-list .com-main .main-left .news-list .news-item .title h4 {
  font-size: 1.25rem;
  color: #333;
}
.search-list .com-main .main-left .news-list .news-item .title a {
  font-size: 0.875rem;
  color: #999;
}
.search-list .com-main .main-left .news-list .news-item .title a:hover {
  color: #077884;
}
.search-list .com-main .main-left .news-list .news-item ul li {
  line-height: 2rem;
}
.search-list .com-main .main-left .news-list .news-item ul li a {
  font-size: 1rem;
  color: #666;
  display: block;
  padding-left: 1rem;
  position: relative;
  transition: 0.4s;
}
.search-list .com-main .main-left .news-list .news-item ul li a::before {
  content: '';
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 4px;
  height: 4px;
  background: #077884;
  border-radius: 50%;
}
.search-list .com-main .main-left .news-list .news-item ul li a:hover {
  color: #077884;
  transform: translateX(12px);
}
.merchants1 .main-right .item {
  background: #fff;
  padding: 1.25rem;
  padding-top: 0;
  margin-bottom: 1.25rem;
}
.merchants1 .main-right .item:last-child {
  margin-bottom: 0;
}
.merchants1 .main-right .item .title {
  line-height: 3.125rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid #e1e1e1;
  margin-bottom: 1.25rem;
}
.merchants1 .main-right .item .title h4 {
  font-size: 1rem;
  position: relative;
}
.merchants1 .main-right .item .title h4::before {
  content: '';
  position: absolute;
  left: -20px;
  top: 50%;
  transform: translateY(-50%);
  width: 0.3125rem;
  height: 1.375rem;
  background: #077884;
}
.merchants1 .main-right .item .title a {
  color: #077884;
  font-size: 0.875rem;
}
.merchants1 .main-right .item .form form .input {
  margin-bottom: 0.875rem;
}
.merchants1 .main-right .item .form form .input label {
  width: 7.5rem;
  margin-bottom: 0;
  font-size: 0.875rem;
  color: #333;
}
.merchants1 .main-right .item .form form .input input[type=submit] {
  outline: none;
  border: none;
  background: #077884 !important;
}
.merchants1 .main-right .item .form .submit-info{
  display: none;
}

.merchants1 .main-right .item .form form .input input[type=submit]:hover {
  background: #0a4f44 !important;
}
.merchants1 .main-right .item .form form .input input[type=text] {
  border: none;
  width: 12.5rem;
  font-size: 0.875rem;
  color: #333;
  outline: none;
  padding: 0 0.75rem;
  line-height: 1.75rem;
  height: 1.875rem;
  background: #fff;
  border: 1px solid transparent;
}
.merchants1 .main-right .item .form form .input input[type=text].on {
  border: 1px solid red !important;
}
.merchants1 .main-right .item .form form .input span {
  font-size: 0.875rem;
  color: #999;
  margin-left: 1.25rem;
}
.merchants1 .main-right .item .form form .input textarea {
  width: 100%;
  border: none;
  font-size: 0.875rem;
  color: #333;
  outline: none;
  padding: 0 0.75rem;
  line-height: 28px;
  resize: none;
  background: #fff;
  border: 1px solid transparent;
}
.merchants1 .main-right .item .form form .input textarea.on {
  border: 1px solid red !important;
}
.model {
  height: 100vh;
  width: 100vw;
  overflow: hidden;
}
.model .myCanvas {
  width: 100%;
  height: 100%;
  position: fixed;
  left: 50%;
  transform: translateX(-50%);
  top: 0;
  z-index: -1;
}
.model.model-1 .pic {
  display: none;
}
.model.model-2 .pic {
  display: none;
}
.model .model-head {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 1.875rem;
  line-height: 1.875rem;
  background: rgba(0, 0, 0, 0.6);
  color: #fff;
  font-size: 0.875rem;
  padding: 0 1.25rem;
  z-index: 1;
}
.model .model-head a {
  color: #fff;
}
.model .model-head a:hover {
  color: #077884;
}
.model .model-head .model-left {
  display: flex;
}
.model .model-head .model-left > p {
  margin-right: 1.25rem;
}
.model .model-head .model-left .slide {
  position: relative;
}
.model .model-head .model-left .slide p i {
  font-size: 0.75rem;
  vertical-align: middle;
}
.model .model-head .model-left .slide ul {
  position: absolute;
  background: rgba(0, 0, 0, 0.6);
  width: 100%;
  text-align: center;
  display: none;
}
.model .model-head .move {
  width: 60%;
  position: relative;
}
.model .model-head .move p {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 100%;
  animation: move 10s linear infinite;
  white-space: nowrap;
  display: block;
  word-break: keep-all;
}
.model .model-head .login > a {
  margin: 0 0.25rem;
}
.model .model-head .login > a:last-child {
  color: #077884;
}
.model .model-nav {
  position: fixed;
  z-index: 10;
  left: 0;
  background: rgba(0, 0, 0, 0.4);
  top: 50%;
  transform: translateY(-50%);
  font-size: 0.875rem;
  text-align: center;
  color: #fff;
  border-radius: 0.375rem;
  padding: 0.75rem 0.75rem;
}
.model .model-nav i {
  font-size: 0.75rem;
  color: #fff;
  display: block;
  text-align: right;
  cursor: pointer;
  margin-bottom: 0.25rem;
}
.model .model-nav ul li {
  margin-bottom: 0.375rem;
}
.model .model-nav ul li:last-child {
  margin-bottom: 0;
}
.model .model-nav ul li a {
  display: block;
  border: 1px solid #8a8a8a;
  color: #fff;
  line-height: 1.8rem;
  border-radius: 0.3125rem;
  background: #242424;
  padding: 0 0.375rem;
}
.model .pic {
  display: none;
}
.model .model-foot {
  position: fixed;
  z-index: 10;
  bottom: 2.5rem;
  left: 50%;
  transform: translateX(-50%);
  height: 3.125rem;
  padding: 0.375rem;
  background: rgba(0, 0, 0, 0.4);
  border-radius: 0.375rem;
}
.model .model-foot ul {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 100%;
}
.model .model-foot ul li a {
  display: block;
  border: 1px solid #8a8a8a;
  color: #fff;
  line-height: 2.25rem;
  margin: 0 0.125rem;
  border-radius: 0.3125rem;
  background: #242424;
  padding: 0 0.875rem;
  font-size: 0.875rem;
}
.model .model-alert {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
  z-index: 11;
  justify-content: center;
  align-items: center;
  display: none;
}
.model .model-alert.on {
  display: flex;
}
.model .model-alert .box {
  padding: 0.3125rem;
  width: 50vw;
  background: #EEDFC2;
  position: relative;
}
.model .model-alert .box .close {
  position: absolute;
  right: 0.625rem;
  top: 0.625rem;
  font-size: 0.875rem;
  cursor: pointer;
}
.model .model-alert .box .list-bar {
  display: flex;
  justify-content: space-between;
  margin-bottom: 0.625rem;
}
.model .model-alert .box .list-bar ul {
  display: flex;
  align-items: center;
}
.model .model-alert .box .list-bar ul li {
  margin-right: 0.125rem;
}
.model .model-alert .box .list-bar ul li a {
  display: block;
  font-size: 0.875rem;
  line-height: 1.625rem;
  padding: 0 1.25rem;
  background: #C38F3C;
  color: #fff;
  border-radius: 4px;
}
.model .model-alert .box .list-bar ul li.on a {
  background: #A77C37;
  color: #FFFF00;
}
.model .model-alert .box .itembox {
  background: #F5EDE0;
  border: 1px solid #C9A666;
  padding: 0.375rem;
}
.model .model-alert .box .itembox .item {
  display: none;
}
.model .model-alert .box .itembox .item:first-child {
  display: block;
}
.model .model-alert .box .itembox .item ul {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
}
.model .model-alert .box .itembox .item ul li {
  width: 20%;
  padding: 0.25rem;
}
.model .model-alert .box .itembox .item ul li a {
  display: flex;
  flex-direction: column;
  background: #fff;
  border: 1px solid #EADFCB;
  justify-content: flex-end;
  height: 100%;
}
.model .model-alert .box .itembox .item ul li a p {
  font-size: 0.875rem;
  text-align: center;
  line-height: 2.5rem;
  color: #333;
}
.model .model-alert .box .itembox .item ul li a img {
  width: 100%;
}
.model .model-alert .box .itembox .item ul li a:hover {
  background: #FFFFCB;
}
.model .model-alert .box .model-pageList {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 0.625rem;
}
.model .model-alert .box .model-pageList a {
  display: block;
  background: #E6CFA3;
  color: #333;
  margin: 0 0.25rem;
  font-size: 0.875rem;
  padding: 0 8px;
  line-height: 1.5rem;
}
.model .model-alert .box .model-pageList a:hover {
  background: #6B4E17;
  color: #fff;
}
.model .model-alert .box .model-pageList a.current {
  background: #6B4E17;
  color: #fff;
}

.merchants1 .main-right .item  .pic {
  display: flex;
  flex-direction: column;
  align-items: start;
}
.merchants1 .main-right .item  .pic .img {
  margin-bottom: 1rem;
}
.merchants1 .main-right .item  .pic .img img {
  padding: 0.25rem;
  border: 1px solid #e1e1e1;
  width: 7.125rem;
  height: 7.125rem;
  border-radius: 0.25rem;
}
.merchants1 .main-right .item  .pic .upload input[type=file] {
  display: none;
}
.merchants1 .main-right .item  .pic .upload button {
  width: 7.125rem;
  outline: none;
  line-height: 2.25rem;
  height: 2.25rem;
  background: #077884;
  border: none;
  color: #fff;
  text-align: center;
  border-radius: 0.25rem;
}
.merchants1 .main-right .item  .pic .upload button:hover {
  background: #0a4f44;
}
.com-main .main-left div.list-bar:not(:nth-last-child(1)){
  margin-bottom:0rem;
  border-bottom:0px;
}
.com-main .main-left div.list-bar:last-child{
  margin-bottom:1.5rem;
  border-bottom:1px solid #e1e1e1;
}

.com-main .main-left .list-bar ul li a:hover,.com-main .main-left .list-bar ul li a.active {
  color: #077884;
}
.file_img {
  position:relative;
}
.xg_close {
  position: absolute;
  top: 10px;
  right: 10px;
  width: 20px;
  height: 20px;
  font-size: 20px;
  font-weight: bold;
  line-height: 17px;
  text-align: center;
  border-radius: 50%;
  background-color: #fff;
  transform: rotateZ(45deg);
  display: none;
}

.flex_row_justify {
  /* 水平方向上等间距排列 */
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  -o-justify-content: space-between;
  justify-content: space-between;
}

#kefu1{position:fixed; right:12px; top:175px; z-index:8000; width: 153px; padding: 15px 10px 10px 10px; background: #fff; border-top: 6px solid #077884; border-bottom: 6px solid #077884; box-shadow: 0 2px 3px #d4d4d4; font-size: 13px;}
#kefu1 a{ color:#077884;}
#kefu1 strong{display: block;margin-bottom: 3px;font-size: 14px;}
.cs_kefu1{font-size:21px;}
.cs_kefu1 img{padding-right: 5px;}
.cs_tel{margin-top:15px;font-size: 20px; font-weight: bold;padding: 4px 0; color: #fff; margin-bottom: 8px;  border-radius: 4px;}
.cs_tel img{width: 30px;vertical-align: bottom;}
.cs_tel a:hover{ text-decoration: underline; }
.cs_tel i{ margin-right:3px;}
.cs_tel_ct{color: #666; line-height: 150%;}
.cs_tel_ct p{padding: 5px 0;}
.cs_tel_num{color: #077884; font-size: 14px; font-weight: bold; display: block; padding: 5px 0px;}
.cs_qcode{ text-align:center;}
.cs_qcode img{ width:96%;}
.cs_spr{border-bottom: 1px dashed #c0c0c0; margin: 6px 0px;}
.cs_space{clear:both; overflow:hidden; height:8px;}
.cs_close{position: absolute; right: 5px; top: 5px; width: 12px; height: 12px; background: url('../img/img.gif') no-repeat 0px -150px;}
.cs_close a{display: block; height: 10px;}
.cs_close a span{display: none;}