html {
  height: 100%;
}
body {
  overflow: auto;
  min-width: 1050px;
  width: 100%;
  height: 100%;
  margin: 0;
  display: flex;
  flex-direction: column;
  padding-top: 100px;
  font-family: "Noto Sans SC", -apple-system, blinkmacsystemfont, "Segoe UI", roboto, Poppins, "Helvetica Neue", "Microsoft YaHei", arial, "Noto Sans";
}
body .modal-ew-code {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 12;
}
body .modal-ew-code .modal-main {
  width: 100%;
  height: 100%;
  position: relative;
}
body .modal-ew-code .modal-main .mask {
  background-color: rgba(0, 0, 0, 0.4);
  width: 100%;
  height: 100%;
}
body .modal-ew-code .modal-main .img {
  max-width: 90%;
  width: 300px;
  height: fit-content;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  padding: 10px;
  background-color: white;
  border-radius: 8px;
}
body .modal-ew-code .modal-main .img img {
  width: 100%;
}
.font-family2 {
  font-family: "Poppins", "Noto Sans SC", -apple-system, blinkmacsystemfont, "Microsoft YaHei";
}
* {
  box-sizing: border-box;
  color: #333333;
}
img {
  display: block;
}
a {
  color: #333;
  text-decoration: none;
  cursor: pointer;
  display: inline-block;
}
h1 {
  font-size: 36px;
}
h2 {
  font-size: 24px;
  color: #000000;
  line-height: 1.6em;
}
p {
  margin: 0;
}
table {
  width: 100%;
  border-color: #D6D6D6;
}
table tr td {
  padding: 12px;
}
table tr td:first-child {
  background: #F4F4F4;
  width: 25%;
}
header {
  background: #ffffff;
  border-bottom: 1px solid #fdfffe;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  min-width: 1050px;
  z-index: 12;
}
header .top {
  width: 100%;
  height: 100px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  box-shadow: 0 1px 18px 0 rgba(0, 0, 0, 0.05);
}
header .top .left {
  display: flex;
  align-items: flex-end;
  margin-left: 30px;
}
header .top .left .logo {
  width: 368px;
}
header .top .left .logo img {
  display: block;
  width: 100%;
}
header .top .right {
  padding-top: 15px;
}
header .top .right a {
  margin-right: 20px;
  font-size: 12px;
}
header .top .right a:hover {
  text-decoration: underline;
}
header .menu {
  width: 100%;
  height: 35px;
}
header .menu .main {
  width: 70%;
  height: 100%;
  margin-left: auto;
  display: flex;
  justify-content: flex-end;
  margin-right: 30px;
}
header .menu .main .menu-item {
  width: 200px;
  height: 100%;
  padding: 23px 0 30px 0;
}
header .menu .main .menu5 {
  background-color: #e02020;	
  border-radius:25px;
  padding: 25px 0;
}
header .menu .main .menu5:hover {
  background-color: #f50606;	
}
header .menu .main .menu5 a {
  color: white !important;
}
header .menu .main .menu-item > a {
  width: 100%;
  height: 100%;
  color: #444;
  font-size: 20px;
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.2s;
}
header .menu .main .menu-item > a:hover {
  color: #e8505c;
}
header .menu .main .menu-item .shadow {
  display: none;
  position: absolute;
  top: 102px;
  left: 0;
  background-color: rgba(0, 0, 0, 0.4);
  width: 100%;
  height: 100vh;
}
header .menu .main .menu-item .shadow .white {
  width: 100%;
  background: white;
}
header .menu .main .menu-item .shadow .white .content {
  width: 70%;
  margin: auto;
  padding: 24px 0;
}
header .menu .main .menu-item .shadow .white .content .title {
  background: url(../img/icon-arrow-right.svg) no-repeat 97% center / 26px;
  padding: 4px 30px 4px 12px;
  font-size: 26px;
  font-weight: bold;
  color: #333333;
}
header .menu .main .menu-item .shadow .white .content .title:hover {
  text-decoration: underline;
}
header .menu .main .menu-item .shadow .white .content .list {
  display: flex;
  flex-wrap: wrap;
  margin-top: 5px;
}
header .menu .main .menu-item .shadow .white .content .list .item {
  width: 20%;
  margin: 20px 15px;
  padding-bottom: 12px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
header .menu .main .menu-item .shadow .white .content .list a {
  box-shadow: 3px 3px 10px rgba(0, 0, 0, 0.3);
  transition: transform 0.5s ease;
  transform: scale(1.04);
}
header .menu .main .menu-item .shadow .white .content .list a:hover {
  transform: scale(1.08);
}
header .menu .main .menu-item .shadow .white .content .list .item img {
  width: 100%;
  transition: all 0.3s;
  height: 140px;
  margin-bottom: 12px;
}
header .menu .main .menu-item .shadow .white .content .list .item span {
  width: 100%;
  margin-right: auto;
  background: url(../img/icon-arrow-right.svg) no-repeat right 8px center;
  font-size: 14px;
  padding-right: 22px;
  padding-left: 13px;
}
header .menu .main .menu-item .shadow .white .content .list .item:nth-child(5n) {
  margin-right: 0;
}
header .menu .main .menu-item .shadow .white .content .list .item:hover img {
  opacity: 0.7;
}
header .menu .main .menu-item .shadow .white .content .list .item:hover span {
  text-decoration: underline;
}
header .menu .main .menu-item .shadow .white .content .close {
  width: 100%;
  margin-top: 26px;
  display: flex;
  justify-content: center;
}
header .menu .main .menu-item .shadow .white .content .close a {
  padding-left: 30px;
  background: url(../img/icon-close.svg) no-repeat left 1px / 22px;
}
header .menu .main .menu-item .shadow .white .content .close a:hover {
  text-decoration: underline;
}
header .menu .main .ew-code {
  display: none;
}
header .menu .main .menu-item.active > a,
header .menu .main .menu-item.highlight > a {
  background-color: white;
  color: #0D146C;
}
header .menu .main .phone-show {
  display: none;
}
header .menu-button {
  display: none;
  width: 50px;
  height: 50px;
  position: absolute;
  right: 0;
  cursor: pointer;
  background: url(../img/icon-menu.svg) no-repeat left top / cover;
}
header .menu-button.active {
  background: url(../img/icon-menu-close.svg) no-repeat left top / cover;
}
main {
  flex-grow: 1;
  width: 100%;
}
main > .content > .position {
  width: 100%;
  font-size: 12px;
  padding: 15px 0;
}
main > .content > .position > a {
  color: #0c3287;
  text-decoration: underline;
}
footer {
  background: #565656;
  margin-top: 100px;
  font-size: 20px;

}
footer a {
  color: #a0a0a0;
  font-size: 14px;
}
footer a:hover {
  text-decoration: underline;
}
footer .main {
  max-width: 1200px;
  margin: auto;
  padding: 120px 0 50px 0;
  position: relative;
  /* .other-app{
      padding: 30px 0;
      display: flex;
      justify-content: center;
      .item{
        margin: 0 16px;
        position: relative;
        width: 40px;
        >img{
          width: 100%;
        }
        .code{
          position: absolute;
          left: 50px;
          top: 0;
          bottom: 0;
          margin: auto;
          width: 0;
          height: 0;
          padding: 0;
          transition: all 0.2s;
          background: white;
          border-radius: 4px;
          z-index: 1;
          .frame {
            width: fit-content;
            position: relative;
            img{
              width: 100%;
            }
            &::before {
              //content: "";
              position: absolute;
              left: -24px;
              top: 0;
              bottom: 0;
              margin: auto;
              height: 0;
              border: 8px solid transparent;
              border-right-color: white;
            }
          }
        }
        .douyin {
          top: auto;
        }
        &:hover{
          .code{
            width: 150px;
            height: 150px;
            padding: 8px;
            .frame::before{
              content: "";
            }
          }
          .douyin{
            width: 300px;
            top: auto;
            .frame::before{
              top: auto;
            }
          }
        }
      }
    }*/
}
footer .main p {
  padding-top: 20px;
  text-align: center;
  color: #a0a0a0;
  font-size: 14px;
}
footer .main .detail {
  width: 100%;
  display: flex;
  justify-content: space-between;
  padding-bottom: 30px;
  border-bottom: 1px solid #AAAAAA;
}
footer .main .detail .list {
  width: 19%;
  color: #a0a0a0;
  display: flex;
  flex-direction: column;
}
footer .main .detail .list .title {
  color: #E5E5E5;
  width: 100%;
  font-size: 16px;
  font-weight: bold;
  padding-bottom: 8px;
  border-bottom: 1px solid #AAAAAA;
  margin-top: 0;
  margin-bottom: 4px;
}
footer .main .detail .list a {
  width: fit-content;
  font-size: 14px;
  font-weight: 400;
  color: #E5E5E5;
  margin-top: 8px;
}
footer .main .detail .other-app .item {
  position: relative;
}
footer .main .detail .other-app .item .code {
  position: absolute;
  right: 194px;
  top: 8px;
  bottom: 0;
  margin: auto;
  width: 0;
  height: 0;
  padding: 0;
  transition: all 0.2s;
  background: white;
  border-radius: 4px;
  z-index: 1;
}
footer .main .detail .other-app .item .code .frame {
  width: fit-content;
  position: relative;
}
footer .main .detail .other-app .item .code .frame img {
  width: 100%;
}
footer .main .detail .other-app .item .code .frame::before {
  position: absolute;
  right: -24px;
  top: 0;
  bottom: 0;
  margin: auto;
  height: 0;
  border: 8px solid transparent;
  border-left-color: white;
}
footer .main .detail .other-app .item:hover .code {
  width: 150px;
  height: 150px;
  padding: 8px;
}
footer .main .detail .other-app .item:hover .code .frame::before {
  content: "";
}
footer .main .top {
  width: 100%;
  display: flex;
  margin-top: 30px;
  border-bottom: #747474 1px solid;
  padding-bottom: 30px;
  justify-content: center;
}
footer .main .top .left {
  display: flex;
  align-items: center;
}
footer .main .top .left a {
  display: block;
  padding: 0 10px;
  position: relative;
  color: #FFFFFF;
}
footer .main .top .left a::after {
  content: "";
  position: absolute;
  width: 1px;
  height: 16px;
  bottom: 0;
  right: 0;
  margin: auto;
  background: #e5e5e5;
}
footer .main .top .left a:first-child {
  padding-left: 0;
}
footer .main .top .left a:last-child::after {
  content: none;
}
footer .main .top .right > p {
  color: #e5e5e5;
  font-size: 12px;
}
footer .main .bottom {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 25px;
}
footer .main .bottom a {
  display: flex;
  align-items: center;
  margin-right: 30px;
}
footer .main .bottom a:last-child {
  margin-right: 0;
}
footer .main .bottom span {
  font-size: 14px;
  color: #a0a0a0;
}
footer .main .consultation-1, footer .main .consultation-2 {
  position: absolute;
  top: -100px;
  width: 50%;
  height: 200px;
  border-radius: 60px;
}
footer .main .consultation-1 {
  background-color: #ff6069;
  left:0;
}
footer .main .consultation-2 {
  background-color: #e74451;
  left:51%;
}
footer .main .consultation-1 h2, footer .main .consultation-2 h2 {
  font-size: 24px;
  color: white;
  text-align: center;
  margin: 15px 0;
}
footer .main .consultation-1 .c_title {
  padding-top: 0;
  color: white;
  font-size: 16px;
  font-weight: bolder;
}
footer .main .consultation-1 .c_text, footer .main .consultation-2 .c_text {
  padding-top: 15px;
  font-size: 14px;
  color: white;
}
footer .main .consultation-2 .c_menu {
  margin: 0 30%;
  width: 40%;
  height: 50px;
  background-color: #FFF;
  border-radius: 25px;
  padding: 10px 0;
  text-align: center;
  font-weight: bolder;
}
footer .main .consultation-2 .c_menu a {
  color: black;
}


footer .main .page-top {
  position: absolute;
  right: 0;
  top: -61px;
  width: 90px;
  height: 61px;
  color: #ffffff;
  font-size: 12px;
  cursor: pointer;
  background: url(../img/icon-page-top.svg) no-repeat center 6px/20px #000000;
  display: flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  padding-top: 8px;
}
footer .main .page-top:hover {
  background-color: #464646;
}
footer .main-pc {
	display: block;	
}
footer .main-phone {
	display: none;	
}

.toTopBox {
    position: fixed;
    right: 15px;
    top: 80%;
    margin-top: -50px;
    display: flex;
    flex-wrap: wrap;
    width: 42px;
    z-index: 10;
}
.toTopBox .toTopList {
    width: 100%;
    height: 42px;
    margin-bottom: 15px;
    font-size: inherit;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #e02020;
    box-shadow: 0 2px 15px 0 rgba(0, 0, 0, 0.1);
    border-radius: 42px;
    cursor: pointer;
}
.toTopBox .toTopList:hover {
    background: #f50606;
}
.toTopBox .toTopList img {
    cursor: pointer;
}
.toTopBox .toTopList a {
    width: 100%;
    display: flex
;
    align-items: center;
    justify-content: center;
    height: 100%;
}
.toTopBox .toTopList .toTopCon {
    display: none;
    width: 255px;
    padding: 15px;
    background: #fff;
    position: absolute;
    right: 65px;
    box-shadow: 1px -1px 38px 0px rgba(0, 0, 0, 0.1);
    border-radius: 2px;
    z-index: 9;
    top: -38px;
}
.toTopBox .toTopList .toTopCon span {
    font-size: 1rem;
    color: #666;
    display: block;
    font-weight: bold;
    margin-bottom: 5px;
}
.toTopBox .toTopList .toTopCon p {
    font-size: 0.875rem;
    color: #666;
}
.toTopBox .toTopList:last-child {
    background: #000;
}


@media screen and (max-width: 1050px) {
  header .menu-button {
    display: block;
  }
  header .menu {
    display: none;
  }

  footer .main-pc {
	display: none;	
  }
  footer .main-phone {
	display: block;	
  }		

  h1 {
    font-size: 20px;
  }
  body {
    min-width: initial;
    padding-top: 50px;
  }
  table tr td {
    padding: 8px 10px;
    font-size: 14px;
  }
  table tr td:first-child {
    width: auto;
    min-width: 80px;
  }
  header {
    border: none;
    min-width: initial;
  }
  header .top {
    width: auto;
    height: fit-content;
    border-bottom: 5px solid #e74451;
  }
  header .top .left {
    padding: 12px 0;
    justify-content: flex-start;
	margin-left: 0;
  }
  header .top .left .logo {
    width: 200px;
    margin: 0 20px;
  }
  header .top .left .name {
    font-size: 12px;
    width: auto;
  }
  header .top .left .name img {
    height: 10px;
    margin: 0;
    padding: 0;
  }
  header .top .right {
    display: none;
  }
  header .menu {
    height: auto;
	display: block;
  }
  header .menu .main {
    display: none;
    width: 100%;
    height: calc(100vh - 50px);
    border: none;
    position: absolute;
    background: rgba(0, 0, 0, 0.4);
    z-index: 2;
    overflow: auto;
    padding-bottom: 120px;
	left: 0;
	top: 53px;
  }
  header .menu .main .menu5 {
    border-radius:0;
    padding: 0;
  }
  header .menu .main .menu5 a {
    color: black !important;
  }
  header .menu .main .menu-item {
    width: 100%;
    height: auto;
    background: #ffffff;
    padding: 0;
  }
  header .menu .main .menu-item a {
    width: 100%;
    height: auto;
    border: none;
    border-bottom: 1px solid #b2b2b2;
    background: url(../img/icon-arrow-right.svg) no-repeat 97% center / 18px;
    line-height: 40px;
    color: black;
    padding: 10px 0 10px 20px;
    font-size: 14px;
    justify-content: flex-start;
  }
  header .menu .main .menu-item a:hover {
    text-decoration: none;
    background-color: white;
  }
  header .menu .main .menu-item .shadow {
    position: initial;
    height: auto;
  }
  header .menu .main .menu-item .shadow .white .content {
    padding: 0;
    width: 100%;
  }
  header .menu .main .menu-item .shadow .white .content .title,
  header .menu .main .menu-item .shadow .white .content .close {
    display: none;
  }
  header .menu .main .menu-item .shadow .white .content .list {
    margin-top: 0;
    background-color: #f5f5f5;
    flex-direction: column;
  }
  header .menu .main .menu-item .shadow .white .content .list a {
    box-shadow: none;
  }
  header .menu .main .menu-item .shadow .white .content .list .item {
    width: 100%;
    margin-top: 0;
    margin-right: 0;
    padding-bottom: 10px;
	margin: 0;
	padding-left: 50px;
  }
  header .menu .main .menu-item .shadow .white .content .list .item img {
    display: none;
  }
  header .menu .main .menu-item .shadow .white .content .list .item span {
    background: none;
  }
  header .menu .main .menu-item .shadow .white .content .list .item:hover {
    background-color: #f5f5f5;
  }
  header .menu .main .menu-item .shadow .white .content .list .item:hover span {
    text-decoration: none;
  }
  header .menu .main .ew-code {
    display: block;
  }
  header .menu .main .menu-item.active > a {
    background-image: url(../img/icon-arrow-down.svg);
  }
  header .menu .main .phone-show {
    float: left;
    display: initial;
    width: 50%;
  }
  header .menu .main .phone-show a {
    background: none;
    padding-left: 0;
    justify-content: center;
  }
  header .menu-button {
    display: block;
  }
  main > .content {
    width: auto;
    padding-left: 16px;
    padding-right: 16px;
  }
  main > .content > .position {
    display: none;
  }
  footer {
    margin-top: 30px;
  }
  footer .main {
    width: auto;
    padding-top: 0;
    padding-bottom: 30px;
  }
  footer .main .detail {
    display: none;
  }
  footer .main .top {
    margin-top: 15px;
    padding-bottom: 15px;
  }
  footer .main .top .left {
    display: flex;
	text-align: center;
    width: 60%;
  }
  footer .main .top .left a {
    width: 100%;
    line-height: 20px;
    padding: 0 15px;
    font-size: 12px;
  }

  footer .main-pc {
	display: none;	
  }
  footer .main-phone {
	display: block;	
  }
  footer .main .bottom {
    margin-top: 8px;
    font-size: 12px;
	text-align: center;
  }
  footer .main .page-top {
    width: 100%;
  }
  footer a {
    font-size: 12px;
  }
  footer .main p {
    font-size: 12px;
	padding-top: 5px;
  }	  
}
