/*
* Prefixed by https://autoprefixer.github.io
* PostCSS: v8.3.6,
* Autoprefixer: v10.3.1
* Browsers: last 4 version
*/

@charset "utf-8";
/* usually */
body {
    font-family: "Noto Sans JP", serif;
    font-size: 14px;
    color: #000;
}
html {
    scroll-behavior: smooth;
}
body,div,h1,h2,h3,h4,h5,h6,hr,p,span,blockquote,dl,dt,dd,ul,ol,li,pre,form,fieldset,legend,button,input,textarea,th,td,a,:after,:before{margin:0;padding:0;box-sizing: border-box;}
ul,ol,li{list-style:none;}
a{text-decoration: none;color: #000}
.auto{margin-left:auto;margin-right:auto;}
.l{float:left;}.r{float:right;}.tc{text-align: center;}.ti2{text-indent: 2em;}
.db{display:block;}.dn{display:none;}.dib{display: inline-block;}
.ovh{overflow:hidden;}.rel{position:relative;}.abs{position:absolute;}
.fix:after{display:block;content:"clear";height:0;clear:both;overflow:hidden;visibility:hidden;}
.fix-flex:after{display:block;content:"clear";height:0;clear:both;overflow:hidden;visibility:hidden;}
.fix-web:after{display:block;content:"clear";height:0;clear:both;overflow:hidden;visibility:hidden;}
.fix-phone:after{display:block;content:"clear";height:0;clear:both;overflow:hidden;visibility:hidden;}
.img-responsive{max-width: 100%; height: auto; display: block;}
.ellipsis{-o-text-overflow: ellipsis;text-overflow: ellipsis; overflow: hidden; display: block; white-space: nowrap;}
.ellipsis1{-o-text-overflow: ellipsis;text-overflow: ellipsis; overflow: hidden; display: inline-block; white-space: nowrap;}
img {border:none;display: inline-block;height: auto;max-width: 100%;}
.swiper-slide {user-select: none;}
/* .showmenu.nav-ul-box {
  transform: translate(0,100%);
  opacity: 1;
  visibility:visible;
} */
/*margin*/
.m0{margin: 0px;}
.m1{margin: 1px;}.ml1{margin-left: 1px;}.mt1{margin-top: 1px;}.mr1{margin-right: 1px;}.mb1{margin-bottom: 1px;}
.m2{margin: 2px;}.ml2{margin-left: 2px;}.mt2{margin-top: 2px;}.mr2{margin-right: 2px;}.mb2{margin-bottom: 2px;}
.m5{margin: 5px;}.ml5{margin-left: 5px;}.mt5{margin-top: 5px;}.mr5{margin-right: 5px;}.mb5{margin-bottom: 5px;}
.m10{margin: 10px;}.ml10{margin-left: 10px;}.mt10{margin-top: 10px;}.mr10{margin-right: 10px;}.mb10{margin-bottom: 10px;}
.m15{margin: 15px;}.ml15{margin-left: 15px;}.mt15{margin-top: 15px;}.mr15{margin-right: 15px;}.mb15{margin-bottom: 15px;}
.m20{margin: 20px;}.ml20{margin-left: 20px;}.mt20{margin-top: 20px;}.mr20{margin-right: 20px;}.mb20{margin-bottom: 20px;}
.mr25 {margin-right: 25px;}
.ml30 {margin-left: 30px;}
/*padding*/
.p0{padding: 0px;}
.p1{padding: 1px;}.pl1{padding-left: 1px;}.pt1{padding-top: 1px;}.pr1{padding-right: 1px;}.pb1{padding-bottom: 1px;}
.p2{padding: 2px;}.pl2{padding-left: 2px;}.pt2{padding-top: 2px;}.pr2{padding-right: 2px;}.pb2{padding-bottom: 2px;}
.p5{padding: 5px;}.pl5{padding-left: 5px;}.pt5{padding-top: 5px;}.pr5{padding-right: 5px;}.pb5{padding-bottom: 5px;}
.p10{padding: 10px;}.pl10{padding-left: 10px;}.pt10{padding-top: 10px;}.pr10{padding-right: 10px;}.pb10{padding-bottom: 10px;}
.p15{padding: 15px;}.pl15{padding-left: 15px;}.pt15{padding-top: 15px;}.pr15{padding-right: 15px;}.pb15{padding-bottom: 15px;}
.p20{padding: 20px;}.pl20{padding-left: 20px;}.pt20{padding-top: 20px;}.pr20{padding-right: 20px;}.pb20{padding-bottom: 20px;}
.mt30 {margin-top: 30px;}
.mt40 {margin-top: 40px;}
.mt60 {margin-top: 60px;}
.mb25 {margin-bottom: 25px;}
.heigh100 {height: 100%;}

.icon-plus1 {display: inline-block;width: 18px;height: 18px;position: relative;cursor: pointer;display: none;}
.icon-plus1::before,.icon-plus1:after {content: "";display: block;width: 100%;height: 2px;background-color: rgba(255, 255, 255, .4);border-radius: 4px;position: absolute;left: 50%;transform: translate(-50%,-50%);top: 50%;transition: transform .3s ease-in;border-radius: 4px;}
.icon-plus1:after {transform: translate(-50%,-50%) rotate(90deg);}
.icon-plus1.rotate:after {transform: translate(-50%,-50%) rotate(0);}

 .swiper-button-next.swiper-button-disabled, .swiper-button-prev.swiper-button-disabled {
    opacity: 1;
    pointer-events: all;
 }

.pages1 {
  text-align: center;
  padding: 50px 0;
}

.pages li {
  display: inline-flex;
  color: #1C1C1C;
  border-top: 1px solid transparent;
  border-bottom: 1px solid transparent;
  position: relative;
  margin: 0 5px;
}

.pages li:hover {text-decoration: underline;}
.underline {text-decoration: underline;}

.pages li a {
  height:30px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  color: #000;
  padding: 0 12px;
}

.pages li span {
  height:30px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  color: #000;
  padding: 0 12px;
}

.pages .iconfont {font-size: 14px;}

.pages-select {
  -webkit-appearance: none;
  appearance:none;
  -moz-appearance: none;
  -webkit-appearance: none;
  background: url(../img/arrow-down-fill.png) no-repeat 96% center;
  border:1px solid #dadada;
  outline: none;
  font-size: 14px;
  border-radius: 4px;
  padding: 5px;
  padding-right: 16px;
}

.pages li.thisclass {
  border-color: #1C1C1C;
}

.pages li.thisclass::after {
  content: "";
  width: 5px;
  height: 5px;
  background-color: #000;
  position: absolute;
  left: 0;
  transform: translate(-100%,-50%);
  top: 50%;
  border-radius: 50%;
}


.pages li.noborder {border: none;background-color: transparent;padding: 0;}
.pages li .turn-input {color: #666666;padding: 8px 12px 7px;background-color: #fff;width: 48px;}

input[type="text"],input[type="password"],input[type="number"],textarea,button,input[type="email"],input[type="date"] {
  border: none;
  outline: none;
  background-color: transparent;
}
input.el-input-date{
  position: absolute;
  width: 100%;
  height: 100%;
  opacity: 0;
  left: 0;
  top: 0;
}

input.el-input-date::-webkit-calendar-picker-indicator {
  position: absolute;
  right: 0;
  padding-left: 100%;
}

.flex-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}

.inline-flex {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}

.flex-column {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.flex-wrap {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.align-center {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.flex-reverse {
  flex-direction: row-reverse;
}
.align-start {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.align-end {
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
.space-between {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.space-around {
  -ms-flex-pack: distribute;
      justify-content: space-around;
}
.flex-end {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.just-end {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.flex1 {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.just-center {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.no {
  -webkit-tap-highlight-color: rgba(0,0,0,0);
}
.abs-center {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%,-50%);
      -ms-transform: translate(-50%,-50%);
          transform: translate(-50%,-50%);
}

.banner {position: relative;}
.banner-i {
  width: 100%;
  display: block;
}

.lan {
  -webkit-appearance: none;
  appearance:none;
  -moz-appearance: none;
  -webkit-appearance: none;
  background: url(../img/arrow-down.png) no-repeat right center;
  padding-right: 16px;
}

.normal-table {width: 100%;border-collapse: collapse;}
.normal-select {
  -webkit-appearance: none;
  appearance:none;
  -moz-appearance: none;
  -webkit-appearance: none;
  border: none;
  outline: none;
  background-color: transparent;
}

.mobile-img {display: none;}

/*.menu {*/
/*    cursor: pointer;*/
/*    width: 43px;*/
/*    height: 43px;*/
/*    display: flex;*/
/*    flex-direction: column;*/
/*    align-items: center;*/
/*    justify-content: center;*/
/*    background: #fff;*/
/*    position: fixed;*/
/*    top: 110px;*/
/*    right: 15px;*/
/*    z-index: 100;*/
/*    cursor: pointer;*/
/*    border-radius: 50%;*/
/*    box-shadow: 1px 1px 3px 0px rgb(0 0 0 / 20%);*/
/*    display: none;*/
/*}*/


/*.menu img {*/
/*    width: 50%;*/
/*}*/
/*.menu i {*/
/*  display: block;*/
/*  width: 28px;*/
/*  height: 2px;*/
/*  background-color: #5A4A37;*/
/*  margin-top:8px;*/
/*  -webkit-transform-origin: 28% center;*/
/*      -ms-transform-origin: 28% center;*/
/*          transform-origin: 28% center;*/
/*  transition:all 0.3s ease;*/
/*}*/

/*.menu i:first-child {*/
/*  margin-top: 0;*/
/*}*/
/*.menu.rotate i:nth-of-type(1) {*/
/*  width: 45px;*/
/*  -webkit-transform: rotate(32deg);*/
/*      -ms-transform: rotate(32deg);*/
/*          transform: rotate(32deg);*/
/*}*/

/*.menu.rotate i:nth-of-type(2){*/
/*  width: 45px;*/
/*  -webkit-transform: rotate(-32deg);*/
/*      -ms-transform: rotate(-32deg);*/
/*          transform: rotate(-32deg);*/
/*}*/

.menu {
  margin-left: 2.08vw;
  cursor: pointer;
  display: none;
  position: sticky;
  position: -webkit-sticky;
  z-index: 999;
}

.menu i {
  display: block;
  width: 25px;
  height: 2px;
  background-color: #000;
  margin-top: 7px;
  -webkit-transform-origin: left center;
  -ms-transform-origin: left center;
  transform-origin: left center;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  -o-transition: transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}


.menu i:first-child {
  margin-top: 0;
}

.menu.rotate i:nth-of-type(1) {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.menu.rotate i:nth-of-type(2) {
  opacity: 0;
}

.menu.rotate i:nth-of-type(3) {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.normal-place ::-webkit-input-placeholder{
  font-size: 14px;
  color: #B7B7B7;
  font-family:"Noto Serif JP", serif;
}
.normal-place :-moz-placeholder{
  font-size: 14px;
  color: #B7B7B7;
  font-family:"Noto Serif JP", serif;
}
.normal-place :-ms-input-placeholder{
  font-size: 14px;
  color: #B7B7B7;
  font-family:"Noto Serif JP", serif;
}

img[class*=avatar] {border-radius: 50%;}
.hover-theme a:hover,.hover-a a:hover,.forgot-pass:hover,.prev-next-box a:hover {color: #A2181D;}
.hover-show-a a:hover {opacity: 0.6;}
.hover-show-btn:hover,.hover-show:hover,.resume-btn:hover,.summary-btn:hover,.payment-btn:hover,.poss-sub-btn:hover,.apply-sub-btn:hover {opacity: 0.6;}
.hover-tit a:hover [class*=tit] {color: #A2181D;}
._h-img {transition: transform .3s ease;}
.hover-img a:hover ._h-img {transform: scale(1.1);}

[class*=btn] {cursor: pointer;}
.col-red {color: #E7240E;}
input.upload-file,input.upload-file1 {
  position: absolute;
  width: 100%;
  height: 100%;
  opacity: 0;
  left: 0;
  top: 0;
  cursor: pointer;
  font-size:0
}


@-webkit-keyframes circleMove {
  from {
    -webkit-transform: rotateZ(0deg);
            transform: rotateZ(0deg);
  }
  to {
    -webkit-transform: rotateZ(360deg);
            transform: rotateZ(360deg);
  }
}
@keyframes circleMove {
  from {
    -webkit-transform: rotateZ(0deg);
            transform: rotateZ(0deg);
  }
  to {
    -webkit-transform: rotateZ(360deg);
            transform: rotateZ(360deg);
  }
}

.lg_sfdh {
  animation: play_btn 0.5s infinite alternate;
}

@keyframes play_btn{
  0%{transform:scale(1.0)}
  100%{transform:scale(1.1)}
}

@keyframes hideIndex{
  0%{ opacity: 0; padding-top: 40px; }
  100%{opacity: 1; padding-top: 20px; }
}



input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
     -webkit-transition-delay: 99999s;
     -webkit-transition: color 99999s ease-out, background-color 99999s ease-out;
}



.responsive-y {overflow-y: auto;}
.responsive-x {overflow-x: auto;}


.head-sticky {position: sticky;position: -webkit-sticky;width: 100%;z-index: 99;top: 0;box-shadow: 0px 4px 20px -8px #00000029;}
.head-fixed {position: fixed;width: 100%;z-index: 99;top: 0;color: #fff;}

.gx_ {width: 16px;height: 16px;position: relative;vertical-align: middle;}
.gx_::after {content: "";display: block;width: 100%;height: 100%;top: 50%;transform: translate(-50%,-50%);background-color: #fff;border: 1px solid #000;border-radius: 50%;left: 50%;position: absolute;}
.gx_:checked::after {background: #000 url(../img/gx.png) no-repeat center;background-size: 80% auto;}


@keyframes scroll {
  0% {
      transform: translateX(-100%);
  }

  100% {
      transform: translateX(100%);
  }
}

input.el-input-date {
  position: absolute;
  width: 100%;
  height: 100%;
  opacity: 0;
  left: 0;
  top: 0;
}

input.el-input-date::-webkit-calendar-picker-indicator {
  position: absolute;
  right: 0;
  padding-left: 100%;
}

.eye-img {
  position: absolute;
  top: 0;
  left: 0;
}
.eye-on {
  opacity: 0;
}

.eye-btn {
  width: 16px;
  height: 16px;
  position: relative;
}

.passeye .eye-normal {
  opacity: 0;
}

.passeye .eye-on {
  opacity: 1;
}


.logo-img {
  display: block;
  max-width: 195px;
}


.center-box {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}


.head-top {background-color: #A2181D;padding: 5px 0;font-size: 16px;}
.head-pd {padding: 0 30px;}
.head {padding: 15px 0;}
.swiper-banner .swiper-slide {
    width: calc(100% - 950px);
    min-width: 950px;
}

.hg-top .iconfont {
  font-size: 20px;
}

.head-right-group>li {
  margin-left: 2.08vw;
  font-size: 12px;
}

.hg-top {
  position: relative;
}
.cart-num {
  display: inline-flex;
  width: 15px;
  height: 15px;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  background-color: #AAAAAA;
  color: #fff;
  font-size: 10px;
  position: absolute;
  right: 0;
  top: 0;
}

.head-drop-search {
    position: absolute;
    bottom: 0;
    width: 100%;
    transform: translate(0,100%);
    padding-top: 20px;
    display:none;
}

.head-nav-ul>li {
  font-size: 16px;
  margin-right: 2.08vw;
  position: relative;
}

.i-plus {
  display: inline-flex;
  width: 22px;
  height: 22px;
  background: url(../img/arr-down.png) no-repeat center;
  background-size: auto;
  transition: all .3s ease;
}

.i-plus.rotate {
    transform: rotate(180deg);
}

.swiper-banner-pagination {
  position: static;
  padding: 5px 0 10px;
}

.swiper-banner-pagination .swiper-pagination-bullet {
  background-color: #888888;
  opacity: 1;
}

.swiper-banner-pagination .swiper-pagination-bullet-active {
  background-color: #1C1C1C;
}

.swiper-partner .swiper-slide {
  display: flex;
  justify-content: center;
  align-items: center;
}

.partner-bj {
  background-color: #F8F8F8;
}

.normal-pd {
  padding: 50px 0;
}

.normal-pt {
  padding-top: 50px;
}

.normal-pb {
  padding-bottom: 50px;
}

.normal-tit {
  font-weight: 500;
  font-size: 24px;
  letter-spacing: 1.08px;
}

.normal-desc {
  font-weight: 500;
  font-size: 16px;
  letter-spacing: 0.27px;
}

.swiper-topics {
  max-width: 920px;
  margin-left: auto;
  margin-right: auto;
}

.topics-img {
  width: 100%;
  display: block;
}

.topics::before {
  content: "";
  width: 100%;
  height: 50%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: #fff;
}

.swiper-topics-name {
  font-weight: 600;
  font-size: 18px;
  letter-spacing: 0.29px;
}

.swiper-topics-desc {
  font-size: 16px;
  letter-spacing: 0.29px;
}

.swiper-topics-bott {
  padding: 15px;
}

.swiper-topics .swiper-slide {
  background-color: #fff;
}

.swiper-topics-pagination {
  position: static;
  padding: 30px 0;
}

.swiper-topics-pagination .swiper-pagination-bullet-active {
  background-color: #A41D22;
}

.normal-tit-line::before,.normal-tit-line::after {
  content: "";
  position: absolute;
  width: 12px;
  height: 12px;
  background-color: #A41D22;
  position: absolute;
  top: 50%; 
}

.normal-tit-line::before{
  left: 0;
  transform: translate(-100%,-50%) rotate(45deg);
}

.normal-tit-line::after {
  right: 0;
  transform: translate(100%,-50%) rotate(45deg);
}

.normal-tit-line {
  padding: 0 20px;
  background: var(--bj);
}

.normal-tit-group-line::before {
  content: "";
  width: 100%;
  height: 5px;
  background: linear-gradient(to right,transparent,#A2181D,transparent);
  position: absolute;
  top: 50%;
  transform: translate(0,-50%);
  left: 0;
}

.coll-posi {
  position: absolute;
  right: 12px;
  top: 12px;
  z-index: 10;
}

.coll-posi {
  font-size: 20px;
}

.pro-list-ul>li {
  position: relative;
  width: 18.33%;
  margin-left: 2.08%;
  line-height: 1.6em;
  margin-top: 40px;
}

.product-swiper .swiper-slide {
    background-color: #F8F8F8;
    height:auto;
} 

.pro-list-gg {line-height:1.75em}

.pro-list-ul>li:nth-of-type(5n+1) {
  margin-left: 0;
}

.pro-list-ul1>li {
  width: 23.16%;
  margin-left: 2.44%;
  margin-top: 30px;
  background-color: #F8F8F8;
}
.pro-list-ul1>li:nth-of-type(4n+1) {
  margin-left: 0;
}
.pro-list-top {
  padding-top: 100%;
  position: relative;
  border: 1px solid #F2F2F2;
  background-color: #fff;
}

.w-img-posi {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
}

.pro-list-name {
  font-size: 16px;
  letter-spacing: 0.22px;
}

.pro-span {
  background-color: #EAD0D0;
}

.pro-list-price {
  font-size: 20px;
  color: #DD0000;
  font-weight: 600;
}

.swiper-normal-btn {
  width: 50px;
  height: 50px;
  background-color: #F2F2F2;
  border-radius: 50%;
}

.swiper-normal-btn::after {
  font-size: 20px;
  color: #000;
}



.footer-nav-ul>li {
  width: 23.5%;
  margin-left: 2%;
  padding: 20px;
  border: 2px solid transparent;
}

.footer-nav-ul>li:nth-of-type(4n+1) {
  margin-left: 0;
}
.footer-nav-ul>li:nth-of-type(4n+1) {
  border-color: #77B900;
}

.footer-nav-ul>li:nth-of-type(4n+2) {
  border-color: #EF6E46;
}

.footer-nav-ul>li:nth-of-type(4n+3) {
  border-color: #8A54CE;
}

.footer-nav-ul>li:nth-of-type(4n+4) {
  border-color: #0B2289;
}


.footer-nav-ul>li a {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  width: 100%;
}

.footer-nav-en {
  font-size: 10.8px;
  letter-spacing: 0.22px;
  color: #888888;
}

.footer-nav-tit {
  font-size: 16.2px;
  letter-spacing: 0.22px;
  margin-top: 5px;
}

.footer-nav-img-group,.footer-nav-text {
  margin-top: 15px;
}

.footer-nav-text {
  color: #363636;
}

.foorer {
  background-color: #262626;
}

.footer-top-tit {
  font-weight: 600;
  font-size: 32px;
  letter-spacing: 0.94px;
}

.footer-bott {
  border-top: 1px solid #5B5B5B;
}
.footer-ul>li {
  margin-top: 60px;
}

.footer-ul-top {
  font-size: 16px;
}
.media-links {
  margin: 0 5px;
}
.footer-ul2 {
  margin-top: 20px;
}
.footer-ul2>li {
  margin: 5px;
}
.footer-ul2>li a {
  color: #AAAAAA;
}

.pro-list-bott {
  /*background-color: #F8F8F8;*/
  padding: 5px;
}

.main-val {
  height: 33px;
  width: 100%;
  flex: 1;
  padding: 0 10px;
}

.main-sbtn {
  width: 208px;
  height: 33px;
  border-radius: 2px;
  background-color: #A2181D;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 16px;
  color: #fff;
  padding: 0 10px;
}
.main-s-box {border: 1px solid #A2181D;padding: 3px 3px 3px 10px;}
.nav-posi-pd {
  padding: 20px 0;
}

.normal-vice-tit {
  font-weight: 700;
  font-size: 20px;
  letter-spacing: 0.31px;
}

.normal-vice-tit0 {
  font-size: 30px;
}

.normal-vice-tit1 {
  font-size: 32px;
}

.normal-vice-pd {
  padding: 30px 0;
}

.bb {
  border-bottom: 1px solid #D8D8D8;
}
.bt {
  border-top: 1px solid #D8D8D8;
}

.pro-summary-left {
  width: calc(100% - 210px - 36px);
}

.pro-summary-right {
  width: 210px;
}

.pro-select {
  height: 35px;
  background: url(../img/Vector3.png) no-repeat calc(100% - 15px) center;
  background-size: auto;
}

.pro-val {
  height: 35px;
  width: 100%;
  flex: 1;
}

.pro-input-box {
  border: 1px solid #CCCCCC;
  width: 100%;
  padding: 0 15px;
}

.pro-dl>dt {
  font-weight: 600;
}

.pro-s-filter {
  background-color: #F8F8F8;
}

.pro-s-tit {
  padding: 10px;
  color: #A2181D;
  border-bottom: 2px solid #A2181D;
}

.pro-s-filter-item {
  padding: 15px;
}

.pro-s-btn {
  display: flex;
  height: 35px;
  border: 1px solid #A2181D;
  justify-content: center;
  align-items: center;
  color: #A2181D;
  width: 100%;
}
.pro-s-btn.on {
  background-color: #A2181D;
  color: #fff;
}

._pro-deta_left {
  width: 46.66%;
}

.swiper-main-box {
    padding-top: 100%;
    border: 1px solid #C8C8C8;
}

._pro-deta-coll {
    position: absolute;
    top: 20px;
    right: 20px;
    z-index: 20;
}

._pro-deta-coll .iconfont {
    font-size: 32px;
    cursor: pointer;
}

.main-img,.thumbs-img {
  display: block;
}

#swiper-main {
    position: absolute;
    width: 100%;
    height: 100%;
    transform: translate(-50%,-50%);
    top: 50%;
    left: 50%;
}

#swiper-thumbs .swiper-slide {
    border: 1px solid #C8C8C8;
    cursor: pointer;
    overflow: hidden;
    height: auto;
    display: flex;
    justify-content: center;
    align-items: center;
}

#swiper-thumbs .swiper-slide.swiper-slide-thumb-active {
    border-color: #00A2E6;
}

.swiper-thumbs-text {
  font-size: 12px;
  letter-spacing: 0.66px;
  color: #7F7F7F;
}

._pro-inner-tit {
  /* font-family: Roboto; */
  font-weight: 700;
  font-size: 15px;
  letter-spacing: 0.45px;
}

._pro-deta-right {
  width: 50%;
}

._pro-deta-tit {
  font-weight: 600;
  font-size: 22px;
  line-height: 1.5em;
  letter-spacing: 0.22px;
}

._pro-inner-dl>dt {
  width: 26px;
}

._pro-dl>dt {
  font-weight: 600;
  font-size: 18px;
}
._pro-inner-dl {
  margin-top: 15px;
}

._pro-dl-btn {
  display: inline-flex;
  width: 296px;
  height: 57px;
  border-radius: 999px;
  border-width: 1px;
  max-width: calc(50% - 5px);
  border: 1px solid #A2181D;
  justify-content: center;
  align-items: center;
  font-size: 16px;
  color: #A2181D;
}

._pro-dl-btn.on {
  background-color: #A2181D;
  color: #fff;
}

.select-ul>li {
  width: 33.33%;
}

.filter-select {
    display: block;
  height: 60px;
  line-height: 60px;
  border: 1px solid #000000;
  text-align: center;
  width: 100%;
  background: url(../img/arr-down.png) no-repeat calc(100% - 15px) center;
  background-size: auto;
  padding: 0 15px;
}

._pro-vselect {
  height: 70px;
  border: 1px solid #A2181D;
  text-align: center;
  width: 100%;
  background: url(../img/arr-down1.png) no-repeat calc(100% - 15px) center;
  background-size: auto;
  padding: 0 15px;
  color: #A2181D;
  font-size: 16px;
  color: transparent;
}
._pro-vselect option {
    color: #A2181D;
}

._pro-vselect-val {
    position: absolute;
    width: 100%;
    height: 100%;
    pointer-events: none;
    color: #A2181D;
    top: 0;
    left: 0;
    font-size: 16px;
    text-align: center;
    padding: 0 160px;
    display: flex;
    justify-content: center;
    align-items: center;
    resize: none;
}
._pro-vice-ul>li {
  padding: 30px;
  background-color: #F6F6F6;
  border-top: 4px solid #A2181D;
  position: relative;
}

._pro-vi {
  font-weight: 700;
  font-size: 20px;
  letter-spacing: 1.2px;
}

._pro-vice-tit {
  font-weight: 500;
  font-size: 24px;
  text-align: center;
  padding: 40px 0 40px;
}

._pro-vprice {
  font-weight: 700;
  font-size: 20px;
  line-height: 30px;
  letter-spacing: 0.8px;
  color: #A2181D;
}

._pro-posi {
  right: 3.125vw;
  top: 50%;
  transform: translate(0,-50%);
  position: absolute;
  pointer-events: none;
}

._pro-table {
  color: #484848;
}

._pro-table th{
  width: 30%;
  background-color: #F6F6F6;
}

._pro-table th,._pro-table td {
  padding: 15px;
  border-bottom: 1px solid #C8C8C8; 
}

._pro-table-tit {
  font-weight: 700;
  font-size: 16px;
  letter-spacing: 0.96px;
   border-top: 2px solid #C8C8C8;
   padding: 15px;
}

.sticky-footer {
  /*background-color: #EACCCD;*/
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 100;
  opacity: 0;
  transform: translate(0,100%);
}

.fixed-footer-pd {
  padding: 10px 0;
}

.fixed-footer-right-btn {
  display: inline-flex;
  width: 456px;
  height: 60px;
  border-radius: 4px;
  background-color: #A2181D;
  color: #fff;
  justify-content: center;
  align-items: center;
  font-size: 16px;
}

.fixed-flag {
  width: 75px;
  height: 30px;
  display: inline-flex;
  border: 2px solid #E43344;
  justify-content: center;
  align-items: center;
  color: #E43344;
  padding: 0 5px;
}

.fixed-footer-text {
  font-weight: 700;
  font-size: 20px;
  letter-spacing: 0.84px;
}

.fixed-footer-price {
  font-weight: 700;
  font-size: 30px;
  letter-spacing: 2.88px;
  color: #E43344;
}

.sticky-footer-inner {
  padding: 20px;
}

.store-img {
  height: 128px;
}

.store-ul>li {
  position: relative;
  width: 30.62%;
  margin-left: 4.05%;
  background-color: #fff;
  padding: 40px 15px;
  border-bottom:6px solid #A2181D;
  border-radius: 10px;
  margin-top: 40px;
}

.store-ul>li::after {
  content: "";
  border-left: 20px solid #A2181D;
  border-top: 10px solid transparent;
  position: absolute;
  bottom: 0;
  right: 0;
}
.store-ul>li:nth-of-type(3n+1) {
  margin-left: 0;
}
.store-box-bj {
  padding: 40px;
  background-color: #F8F8F8;
}

.letter-info-box {
  padding: 40px;
}

.store-tit {
  width: 190px;
  height: 44px;
  border-radius: 999px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  font-size: 22px;
  background-color: #A2181D;
}

.store-tit1 {
  font-weight: 500;
  font-size: 26px;
  text-align: center;
  padding: 25px 0;
}

.store-flag {
  position: absolute;
  display: flex;
  width: 110px;
  height: 25px;
  border-radius:0 12px 12px 0;
  background-color: #A2181D;
  justify-content: center;
  align-items: center;
  color: #fff;
  font-weight: 600;
  top: 12px;
  left: 0;
}

.store-desc {
  font-size: 13px;
  line-height: 1.7em;
  margin-top: 20px;
}

.step-itlt {
  font-weight: 700;
  font-size: 28px;
  letter-spacing: 2.1px;
}

.step-iflag {
  display: inline-flex;
  width: 90px;
  height: 32px;
  border-radius: 16px;
  background-color: #A2181D;
  justify-content: center;
  align-items: center;
  font-size: 16px;
  color: #fff;
}

.step-idata {
  font-weight: 700;
  font-size: 26px;
}

.step-show {
  font-size: 16px;
  line-height: 1.7em;
}

.step-link-btn {
  display: inline-flex;
  min-width: 260px;
  height: 48px;
  border-radius: 5px;
  background-color: #A2181D;
  padding: 8px 10px;
  color: #fff;
  align-items: center;
  margin-right: 20px;
}

.step-link-btn.on {
  background-color: #20D01C;
}


.step-box-group {
  margin-top: -30px;
}

.hand-right {
  width: 250px;
  padding: 8px 15px;
  line-height: 1.7em;
  max-width: 100%;
}

.hand-text {
  font-size: 24px;
  letter-spacing: 4.2px;
  color: #A2181D;
  margin-top: 15px;
}

.hand-c {
  margin-right: 30px;
}

.map-left {
  font-weight: 500;
  font-size: 16px;
  line-height: 2.2em;
}
.map-right {
  width: 42.5%;
}

.mpa-iframe {
  width: 100%;
  height: 220px;
}

.mpa-iframe2 {
  width: 100%;
  height: 300px;
}

.apply-tit {
  background-color: #E82525;
  padding: 10px;
  text-align: center;
  font-weight: 500;
  font-size: 22px;
}

.apply-inner-tit {
  padding: 10px 0;
  border-radius: 5px;
  position: relative;
}
.apply-inner-tit::after {
  content: "";
  border-top: 10px solid #fff;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate(-50%,100%);
}
.apply-dl>dt {
  background-color: #A2181D;
  padding: 10px;
  font-weight: 500;
  font-size: 20px;
  color: #fff;
}

.apply-dl>dt small {
  font-size: 12px;
  margin-left: 10px;
}
.apply-inner-dl>dt {
  width: 270px;
}

.apply-inner-dl2>dt {
  width: 205px;
}

.apply-inner-dl>dd {
  width: 100%;
  flex: 1;
}

.apply-inner-dl {
  font-size: 18px;
  color: #333;
}

.require-input-box {
  border: 1px solid #CCCCCC;
  border-radius: 5px;
}

.require-input-width0 {
  width: 80px;
}

.require-val {
  width: 100%;
  flex: 1;
  height: 35px;
  padding: 0 10px;
}

.require-btn {
  display: inline-flex;
  font-size: 12px;
  width: 44px;
  height: 25px;
  border-radius: 4px;
  justify-content: center;
  align-items: center;
  background-color: #A2181D;
  color: #fff;
  margin-left: 5px;
}

.require-select {
  width: 100%;
  flex: 1;
  height: 35px;
  background: url(../img/arr-down.png) no-repeat calc(100% - 10px) center;
  background-size: auto;
  padding: 0 10px;
}

.normal-bj {
  background-color: #F5F5F5;
}

.apply-inner-box {
  padding: 30px;
}

.require-text {
  height: 110px;
  padding: 10px;
  resize: none;
}

.require-input-width {
  width: 440px;
  max-width: 100%;
}

.require-input-width1 {
  width: 390px;
  max-width: 100%;
}

.require-input-width2 {
  width: 180px;
  max-width: 100%;
}

.require-input-width3 {
  width: 540px;
  max-width: 100%;
}

.require-input-width0 {
  width: 90px;
  max-width: 100%;
}

.apply-sub-btn {
  display: inline-flex;
  width: 260px;
  height: 56px;
  background-color: #A2181D;
  justify-content: center;
  align-items: center;
  color: #fff;
}

.apply-vice-tit {
  font-weight: 600;
  font-size: 20px;
}

.apply-vice-desc {
  line-height: 1.78em;
  margin-top: 15px;
}

.apply-box-bj {
  background-color: #F5F5F5;
  padding: 20px;
}

.apply-box-bj1 {
  background-color: #F5F5F5;
  padding: 4.16vw;
}

.apply-box-width {
  max-width: 968px;
  margin-left: auto;
  margin-right: auto;
}

.normal-mt {
  margin-top: 60px;
}

.step-f {
  margin-right: 5px;
}

.step-iflag2 {
  min-width: 186px;
  height: 30px;
  border-radius: 999px;
  border: 1px solid #A2181D;
  color: #A2181D;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  padding: 0 10px;
  font-weight: 600;
}

.step-warning {
  background-color: #A2181D;
  padding: 10px;
  border-radius: 999px;
}

.step-warning-text{
  font-weight: 700;
  font-size: 18px;
  line-height: 2em;
}

.calendar-img {
  position: absolute;
  right: 15px;
  top: 50%;
  transform: translate(0,-50%);
  pointer-events: none;
}

.fee-circle-box {
  margin-bottom: -4.68vw;
}

.fee-circle {
  width: 370px;
}

.fee-circle-inner {
  padding-top: 100%;
  max-width: 100%;
  border-radius: 50%;
}

.utilize-ul {
  background-color: #F8F8F8;
  padding: 0 20px;
}

.utilize-ul>li {
  padding: 15px 0;
  font-size: 12px;
}

.utilize-left {
  width: 225px;
}

.utilize-right {
  width: calc(100% - 225px - 25px);
}

.apply-dl-box {
  margin-top: -40px;
}

.apply-dd-box {
  line-height: 1.5em;
  letter-spacing: 0.34px;
  background-color: #F8F8F8;
  padding: 30px 20px;
}

.th-width {
  width: 16.66%;
}

.th2 {
  background-color: rgba(162, 24, 29, 0.2);
}
.apply-table {
  font-size: 16px;
  line-height: 1.68em;
  border: 1px solid #CCCCCC;
}
.apply-table th,.apply-table td {
  padding: 20px 10px;
  border-bottom: 1px solid #CCCCCC;
}

.apply-inner-dl1>dt {
  background-color: #FFFFFF;
  padding: 10px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 310px;
}

.apply-inner-dl1 .require-btn {
  width: 32px;
  height: 22px;
  background-color: #FF0000;
  border-radius: 0;
}

.apply-inner-dl1>dd {
  padding: 10px;
}

.apply-inner-dl1 {
  border-bottom: 1px solid #A2181D;
  font-size: 14px;
}

.apply-dl-tit {
  font-size: 22px;
}
.apply-dl-tit::before {
  content: "";
  position: absolute;
  width: 40px;
  height: 1px;
  background-color: #fff;
  left: 0;
  top: 50%;
  transform: translate(-50%,-50%);
}

.apply-poss-desc {
  font-weight: 500;
  font-size: 16px;
  line-height: 2em;
  letter-spacing: 0.96px;
}

.apply-poss-ul>li {
  width: 19%;
  margin-left: 1.25%;
  background-color: #EFEFEF;
  padding: 10px;
  margin-top: 10px;
}

.apply-poss-ul1>li {
  background-color: #EFEFEF;
  padding: 10px;
  margin-top: 10px;
}

.apply-poss-ul>li:nth-of-type(5n+1) {
  margin-left: 0;
}

.apply-poss-inner-ul>li {
  width: calc(33.33% - 10px);
  margin-right: 10px;
  margin-top: 10px;
  position: relative;
}

.apply-poss-tit {
  font-weight: 700;
  font-size: 16px;
  letter-spacing: 0.96px;
  margin-top: 10px;
}

.apply-poss-sn {
  font-weight: 250;
  font-size: 9px;
  letter-spacing: 0.96px;
  color: #999;
}

.apply-poss-desc1 {
  font-weight: 500;
  letter-spacing: 0.96px;
  line-height: 1.8em;
  margin-top: 15px;
  font-size: 12px;
}

.apply-poss-inner {
  padding: 20px 10px;
  height: 100%;
}

.apply-poss-step {
  position: absolute;
  top: 0;
  left: 0;
  transform: translate(-50%,-50%);
  width: 80px;
  height: 80px;
  background-color: #A2181D;
  color: #fff;
  font-size: 20px;
  justify-content: center;
  align-items: center;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
}


.poss-main-tit {
  font-weight: 700;
  font-size: 32px;
}

.poss-main-desc {
  font-size: 18px;
  line-height: 2em;
}

.swiper-poss .swiper-slide {
  --color:#A2181D;
  display: flex;
  flex-direction: column;
  height: auto;
  width: 25%;
  background-color: #fff;
  border: 1px solid #A2181D;
  padding: 20px 10px;
  font-size: 12px;
}

.swiper-poss .swiper-slide:first-child {
  width: calc(100% - 75% - 60px);
  --color:#fff;
  background-color: #A2181D;
  color: #fff;
}

.poss-main-ul>li {
  --color:#A2181D;
  margin-right: 15px;
  flex: 1;
  padding: 15px 10px;
  background-color: #fff;
  border: 1px solid #A2181D;
  margin-top: 30px;
  font-size: 13px;
}

li.poss-li-left {
  --color:#fff;
  background-color: #A2181D;
  color: #fff;
  flex: none;
  flex-basis: 200px;
}

.poss-li-left a {
  color: #fff;
}

.poss-mu-tit {
  font-weight: 700;
  font-size: 20px;
}

.poss-mu-item {
  border-bottom: 1px dashed var(--color);
  height: 40px;
  display: flex;
  align-items: center;
}

.poss-mu-desc {
  font-size: 16px;
  line-height: 1.8em;
  color: #484848;
}

.poss-mu-text {
  font-weight: 700;
  font-size: 20px;
  line-height: 2em;
}

.poss-warning-text {
  font-size: 16px;
  line-height: 1.8em;
  color: #484848;
  margin-top: 15px;
}

.ap-text {
  font-size: 12.8px;
  line-height: 1.6em;
  color: #605B5A;
}

.apply-flag-ul>li {
  width: calc(25% - 10px);
  height: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #fff;
  color: #605B5A;
  border-radius: 4px;
  border: 2px solid #CCCCCC;
  margin-right: 10px;
  margin-bottom: 10px;
}

.apply-inner-show {
  border: 1px solid #CCCCCC;
  border-radius: 5px;
  font-size: 15px;
  line-height: 1.5em;
}

.poss-sub-btn {
  width: 193px;
  height: 46px;
  background-color: #A2181D;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  font-size: 16px;
}

.topic-ul>li {
  width: 32%;
  margin-left: 2%;
  margin-top: 40px;
}

.topic-ul>li:nth-of-type(3n+1) {
  margin-left: 0;
}

.topic-tit {
  font-weight: 600;
  font-size: 18px;
  letter-spacing: 0.29px;
  color: #1C1C1C;
  margin-top: 20px;
}

.topic-desc {
  font-size: 14px;
  line-height: 2em;
  letter-spacing: 0.29px;
  margin-top: 10px;
}

.td-show {
  padding: 40px 0;
  line-height: 2em;
}

.td-show strong {
  font-size: 18px;
}

.prev-next-box {
  padding: 50px 0;
}

.form-widt {
  margin-left: auto;
  margin-right: auto;
  max-width: 800px;
}

.form-widt1 {
   margin-left: auto;
  margin-right: auto;
  max-width: 900px;
}

.form-widt2 {
   margin-left: auto;
  margin-right: auto;
  max-width: 1000px;
}

.form-dl>dt {
  font-weight: 500;
}

.form-val {
  width: 100%;
  height: 50px;
  flex: 1;
}

.form-row-width0 {
  width: 100%;
}
.form-row-width {
  width: 48.5%;
}

.form-text {
  width: 100%;
  height: 217px;
  resize: none;
  padding: 15px 0;
}

label {cursor: pointer;}

.form-table th {
  background-color: #F8F8F8;
  text-align: left;
}
.form-table th,.form-table td {
  padding: 15px;
  border: 1px solid #AAAAAA;
}

.form-table {
  line-height: 1.7em;
  width: 100%!important;
word-break: break-all;
}

.company-box-tr-flag {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  background-color: #A2181D;
  color: #fff;
  font-size: 18px;
  width: 100%;
  height: 45px;
  border-radius: 4px;
}

.company-box{
  box-shadow: 0px 4px 21.1px 0px rgba(0, 0, 0, 0.1);
  padding: 3.125vw;
}

.infomation-ul>li {
  width: 23.75%;
  margin: 0 15px;
  background-color: #fff;
  border: 1px solid transparent;
   font-size: 20px;
}

.infomation-ul>li>a {
  height: 53px;
  display: flex;
  justify-content: center;
  align-items: center;
 
  letter-spacing: 0.31px;
}
.infomation-ul>li.on {
  border-color: #A2181D;
}

.infomation-ul>li.on a {
  color: #A2181D;
}

.info-table th,.info-table td{
  border-bottom:1px solid #E5E5E5;
  padding: 20px;
  font-weight: 400;
  text-align: left;
}

.infomation-box-flag-name {
  font-weight: 500;
  font-size: 24px;
}

.infomation-box-flag-desc {
  font-weight: 500;
  font-size: 13.9px;
  letter-spacing: 0.63px;
}

.infomation-box-flag {
  background-color: #A2181D;
  position: absolute;
  left: 50%;
  transform: translate(-50%,-50%);
  color: #fff;
  min-width: 365px;
  top: 0;
  padding: 10px;
  max-width: 100%;
}

.infomation-box {
  margin-top: 5.625vw;
  padding: 4.16vw;
}

.info-table  {
  word-break:break-all;
}

.payment-dl>dt {
    font-size: 16px;
    line-height: 2em;
}

.payment-dl {
    margin-top: 15px;
}

.payment-itit {
    font-size: 20px;
    font-weight: 500;
    line-height: 1.6em;
}

.buy-table-ver th, .buy-table-ver td {
    vertical-align: top;
}

.payment-info + .payment-info {
    margin-top: 10px;
}


.payment-table {
    color: #333333;
    table-layout: fixed;
    font-size: 14px;
}






.pay-input-width {
    width: 164px;
    max-width: 100%;
}

.mine-drop-ul>li{
  font-weight: 500;
  font-size: 16px;
  letter-spacing: 0.5px;
  margin-top: 25px;
}

.mine-tab {
  font-weight: 600;
  font-size: 18px;
  letter-spacing: 0.5px;
  display: block;
}

.mine-ul>li {
  padding: 25px 0;
}

.mine-ul>li:first-child {
  padding-top: 0;
}

.mine-ul>li + li {
  border-top: 1px solid #ACACAC;
}

.mine-bleft {
  width: 270px;
  padding-right: 45px;
  padding-bottom: 35px;
}



.mine-br-tit {
  font-weight: 600;
  font-size: 24px;
  letter-spacing: 0.5px;
}

.mine-br-vice {
  font-size: 16px;
}

.mine-br-name {
  font-size: 20px;
  letter-spacing: 0.5px;
}

.mine-br-desc {
  letter-spacing: 0.5px;
  line-height: 2.4em;
}

.login-form-width {
  max-width: 520px;
}



@media (min-width:1440px) { 
  .swiper-normal-prev {
    left: -5px;
    transform: translate(-100%,0);
  }

  .swiper-normal-next {
    right: -5px;
    transform: translate(100%,0);
  }

  .swiper-normal-prev1 {
    transform: translate(-100%,0);
    left: -20px;
  }

  .swiper-normal-next1 {
    right: -20px;
    transform: translate(100%,0);
  }
}

.swiper-normal-prev::after,.swiper-normal-next::after {
  font-size: 20px;
  color: #000;
}

.partner {
  padding: 15px 0;
}

.footer-bott {
  padding: 20px 0;
}


._pro-ul>li {
  width: 185px;
  padding: 15px;
  border: 1px solid #C8C8C8;
  border-radius: 8px;
  margin-right: 20px;
  white-space: initial;
  margin-top: 15px;
  flex-shrink: 0;
  cursor: pointer;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

._pro-ul>li.on {
  border-color: #A2181D;
}

.pro-ul-price-data {
  font-weight: 700;
  font-size: 20px;
  letter-spacing: 0.4px;
}

.fee-price {
  font-size: 40px;
  font-weight: 500;
  color: #A2181D;
}
.fee-price-data {
  font-size: 120px;
}

.fee-price-posi {
  position: absolute;
  left: 50%;
  transform: translate(-50%,0);
  top: -20px;
}

.fee-btn {
  display: inline-flex;
  width: 190px;
  height: 44px;
  border: 1px solid #A2181D;
  border-radius: 999px;
  justify-content: center;
  align-items: center;
  font-weight: 700;
  font-size: 22px;
  position: absolute;
  color: #A2181D;
}


.banner-list-word {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translate(0,-50%);
  width: 100%;
}

.banner-list-tit {
  font-weight: 600;
  font-size: 34px;
  line-height: 1.4em;
  letter-spacing: 4%;
}

.banner-list-desc {
  font-weight: 700;
  font-size: 14px;
  line-height: 2em;
  letter-spacing: 0.96px;
}

.poss-tit {
  font-weight: 700;
  font-size: 35px;
  line-height: 1.8em;
  letter-spacing: 0.96px;
  position: relative;
  display: inline-block;
}
.poss-tit::before {
  content: "";
  width: 100%;
  height: 40px;
  background-color: #FFCDCF;
  bottom: 0;
  left: 0;
  position: absolute;
}

.poss-desc {
  font-weight: 500;
  font-size: 16px;
  line-height: 2em;
  letter-spacing: 0.96px;
}

.main-box-bj {
  position: relative;
}

.main-box-bj::before {
  content: "";
  background: linear-gradient(90deg, #EBEDEE 0%, #FDFBFB 100%);
  height: 350px;
  position: absolute;
  width: 100%;
  left: 0;
  top: 0;
  z-index: -1;
}

.company-box-tleft {
  width: 50%;
}

.company-box-tright {
  width: 46.85%;
}

.company-box-tdesc {
  font-size: 18px;
  line-height: 2.66em;
}

.letter-info-dl {
    font-size: 16px;
    line-height: 2em;
}



.letter-info-dl>dd {
    margin-left: 20px;
    padding: 30px 0;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    flex: 1;
    color: #222222;
}



.letter-info-dl>dt {
    padding: 30px 0;
    width: 200px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.3);
    font-weight: 600;
    color: #424242;
}

.login-form {
    padding-top: 40px;
}


.login-form-left {
    width: 52%;
}

.login-form-right {
    width: calc(100% - 52% - 30px);
}


.table-vice-tit {
    background-color: #151515;
    color: #fff;
    padding: 10px;
    text-align: center;
}

.table-vice-tit-bj {
  background-color: #A2181D;
}

.payment-table {
    color: #333333;
    table-layout: fixed;
    font-size: 14px;
}

.payment-table th, .payment-table td {
    padding: 5px;
    border: 1px solid #CBCBCB;
}

.payment-table-bj th {
    background-color: #ECECEC;
}
.payment-table th {
    background-color: #F7F7F7;
}

.pay-input-box {
    border: 1px solid #CBCBCB;
    padding: 0 10px;
    background-color: #fff;
}

.pay-val {
    width: 100%;
    flex: 1;
    height: 34px;
}

.payment-sub-btn {
    display: inline-flex;
    width: 170px;
    height: 40px;
    background-color: #A2181D;
    border-radius: 2px;
    color: #fff;
    font-size: 16px;
    justify-content: center;
    align-items: center;
}

.forgot-pass {
    font-weight: 700;
    letter-spacing: 0.7px;
}

.login-form-tit {
    font-weight: 700;
    line-height: 2.2em;
    letter-spacing: 0.7px;
}

.login-form-desc {
    font-weight: 500;
    letter-spacing: 0.7px;
    line-height: 1.6em;
}


.varify-btn {
    display: inline-flex;
    width: 84.66px;
    height: 36px;
    background-color: #A2181D;
    color: #fff;
    justify-content: center;
    align-items: center;
    font-size: 14px;
}

.varify-btn-bj {
  background-color: #151515;
}

.web-opacity {
  opacity: 0;
  visibility: hidden;
}

.table-tit {
    margin: 40px 0;
    font-size: 20px;
}

.table-img-group-left {
  width: 133px;
  height: 133px;
  border: 1px solid #E0E0E0;
  display: flex;
  justify-content: center;
  align-items: center;
}

.table-name {
  font-weight: 600;
  letter-spacing: 0.7px;
  line-height: 1.5em;
}

.buy-table th, .buy-table td {
    padding: 10px 10px;
    border: 1px solid #E0E0E0;
}

.buy-table th {
    background-color: #F7F7F7;
    font-weight: 500;
}

.table-cate {
  line-height: 2em;
  font-size: 12px;
  word-break: break-all;
}

.buy-table {
    font-size: 16px;
    text-align: center;
    color: #333;
}

input.input-num {
  width: 33px;
  height: 34px;
  border: 1px solid #CBCBCB;
  text-align: center;
}

.step-icon {
  display: inline-flex;
  background-color: #A2181D;
  justify-content: center;
  align-items: center;
  position: relative;
  width: 20px;
  height: 15px;
  position: absolute;
  right: 0;
  cursor: pointer;
}

.step-icon-up {
  top: 0;
}

.step-icon-down {
  bottom: 0;
}

.step-icon-up::before {
  content: "";
  border-bottom: 7px solid #fff;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
}

.step-icon-down::before {
  content: "";
  border-top: 7px solid #fff;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
}

.step-group {
  width: 58px;
  padding-right: 21px;
  display: inline-flex;
}

.cancel-btn {
    display: inline-flex;
    height: 35px;
    background-color: #F7F7F7;
    justify-content: center;
    align-items: center;
    padding: 5px;
    border: 1px solid #CBCBCB;
    text-align: center;
    min-width: 40px;
    white-space: nowrap;
}

.summary-btn {
    display: inline-flex;
    height: 35px;
    justify-content: center;
    align-items: center;
    padding: 0 15px;
    border: 1px solid #D9D9D9;
    font-size: 12px;
    min-width: 130px;
}

.summary-btn.on {
  background-color: #151515;
  color: #fff;
}

.buy-table2 {
    width: 523px;
    max-width: 100%;
}

.payment-btn {
    display: inline-flex;
    width: 525px;
    height: 55px;
    border: 1px solid #A2181D;
    border-radius: 2px;
    font-size: 16px;
    justify-content: center;
    align-items: center;
    color: #A2181D;
    max-width: 100%;
}

.payment-btn.on {
  background-color: #A2181D;
  color: #fff;
}

.table-img-group-right {
  padding-left: 10px;
}

.pay-input-width1 {
    width: 332px;
    max-width: 100%;
}

.payment-item {
    margin-top: 20px;
}

.pay-info-tit {
  font-weight: 600;
  font-size: 18px;
  letter-spacing: 0.7px;
}

.pay-info-text {
  font-weight: 500;
  letter-spacing: 0.7px;
}

.buy-table3 {
  width: 452px;
  max-width: 100%;
}

.suit-btn {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 61px;
  height: 34px;
  border: 1px solid #CBCBCB;
  color: #333;
}
.exit-btn {
  display: flex;
  height: 55px;
  background-color: #A2181D;
  justify-content: center;
  align-items: center;
  font-size: 16px;
  color: #fff;
}

.exit-btn .iconfont {
  font-size: 18px;
}

.mine-drop-ul>li.on,.mine-drop-ul>li.on a,.mine-drop-ul>li:hover,.mine-drop-ul>li:hover a,.mine-tab:hover {
  color: #A2181D;
}

.resume-box {
    padding: 10px 20px;
    border: 1px solid #E0E0E0;
    border-top: none;
    line-height: 1.88em;
    color: #000000;
    font-weight: 600;
}

.resume-box-bj {background-color: #F7F7F7;}
.resume-sum-price {font-size: 16px;}
.resume-btn {
  display: inline-flex;
  width: 146px;
  height: 40px;
  border: 1px solid #A2181D;
  justify-content: center;
  align-items: center;
  color: #A2181D;
  font-size: 16px;
}

.buy-table-item + .buy-table-item {
    margin-top: 30px;
}

.mine-table-box {
  max-height: 310px;
  max-width: 412px;
}

.mine-table {
  color: #333;
  text-align: center;
}

.mine-table th,.mine-table td {
  padding: 15px;
  border: 1px solid #E0E0E0;
}
.mine-table th {
  background-color: #F7F7F7;
}

.mask {
    position: fixed;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .4);
    top: 0;
    left: 0;
    z-index: 99999;
    display: none;
}

.mask-inner1 {
    width: 690px;
    border-radius: 8px;
    overflow: hidden;
    max-width: 94%;
}

.mask-inner1-top {
    background-color: #151515;
    color: #fff;
    text-align: center;
    padding: 15px;
    font-size: 22px;
}

.mask-inner1-bott {
    padding: 30px 15px;
    font-size: 16px;
    font-weight: 700;
    line-height: 2em;
    text-align: center;
    background-color: #fff;
}
@media (min-width:1920px) {
    ._pro-posi {
        right: 60px;
    }
  .infomation-box {
  margin-top: 108px;
  padding: 80px;
}
  .company-box{
    padding: 60px;
  }
  .banner-posi {
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
    color: #fff;
  }

  .banner-posi a {
    color: #fff;
  }
  .apply-box-bj1 {
    padding:80px;
  }
  .utilize-ul-sticky {
  position: sticky;
  position: -webkit-sticky;
  top: 140px;
}
  .fee-circle-box {
    margin-bottom: -90px;
  }
  .head-right-group>li {
    margin-left: 40px;
  }
  .head-nav-ul>li {
    margin-right: 40px;
  }
}

@media (min-width:992px) {
    .drop-ul {
    padding: 10px;
    white-space: nowrap;
    width: fit-content;
    background-color: #fff;
    min-width: 120px;
    text-align: center;
    box-shadow: 0px 0px 5px  #00000029;
}

.drop-ul>li {
    padding: 5px 0;
}
    .drop-cont {
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translate(-50%,100%);
    z-index: 9;
    padding-top: 20px;
    display: none;
}
    .head-nav-ul>li:hover .drop-cont{
        display: block;
        animation: hideIndex .3s ease;
    }
    
    .head-nav-ul>li:hover .i-plus {
        transform: rotate(180deg);
    }
  .mine-bright {
  border-left: 1px solid #ACACAC;
  padding-left: 45px;
}
}
.bold {font-weight: 600;}
.tl {text-align: left;}
.block {display: block;width: 100%;}
.mt25 {margin-top: 25px;}
.tr {text-align: right;}
.hide-pc {display: none;}
.webkit {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  -webkit-line-clamp: 1; 
}
.line2 {
  -webkit-line-clamp: 2;
}
.line3 {
  -webkit-line-clamp: 3;
}
.line4 {
  -webkit-line-clamp: 4;
}
.line5 {
  -webkit-line-clamp: 5;
}
.col-000 {
  color: #000;
}
.col-333 {
  color: #333;
}
.col-666 {
  color: #666;
}
.col-999 {
  color: #999;
}

.fs12 {
  font-size: 12px;
}
.fs14 {
  font-size: 14px;
}
.fs16 {
  font-size: 16px;
}
.col-fff {
  color: #fff;
}
.col-fff a {
  color: #fff;
}
.col-fb {
  color: #FBFBFD;
}
.bgfff {
  background-color: #fff;
}
.theme{color: #A2181D;}
.footer-links {
  margin-top: 15px;
}
.footer-links a {
  color: #AAAAAA;
}

