@font-face {
    font-family: 'VilleroyBoch';
    src: url('../font/Roboto-Medium.ttf') format('ttf');
    /* src: url('../font/VilleroyBoch.woff2') format('woff2'),
        url('../font/VilleroyBoch.woff') format('woff'); */
}

div {
    font-family: VilleroyBoch;
}

html {
    font-size: 62.5%;
    font-family: VilleroyBoch;
}

body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
form,
input,
button,
textarea,
p,
th,
td {
    margin: 0;
    padding: 0;
    word-wrap: break-word;
    box-sizing: border-box;
    /* font-size: .44rem; */
    font-size: .0972rem;
}

a:link,
a:visited {
    text-decoration: none;
}

input,
button,
select,
textarea {
    outline: none;
    -webkit-appearance: none;
    border: none;
}

select {
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
}

h1 {
    font-size: 1rem;
}

body {
    font-size: .5rem;
    width: 100%;
    overflow-x: hidden;
}

img {
    display: block;
}

.inline {
    display: inline;
}

.bg1 {
    background: #fff;
}

.bg2 {
    background: #f5f5f5;
}

.btn3 {
    border: 1px solid #9F9F9F;
    background: #fff;
    color: #000;
    display: inline-flex !important;
    padding: 10px 22px;
    border-radius: 4px;
}

.btn1 {
    border: 2px solid #fff;
    background: rgba(2, 62, 132, 0);
    padding: 0px 12px;
    display: inline-flex !important;
    border-radius: 4px;
}

.btn2 {
    border: 2px solid #023E84;
    background: #023E84;
    padding: 10px 22px;
    display: inline-block;
    color: #fff !important;
    border-radius: 4px;
    display: inline-flex !important;
}

.btn4 {
    border: 1px solid #9f9f9f;
    color: #9f9f9f;
    padding: 3px 10px;
    border-radius: 4px;
}

.btn5 {
    background: #fff;
    color: #000;
    border-radius: 4px;
    display: inline-flex !important;
    padding: 10px 20px;
    min-width: 250px;
}

.nowarp {
    white-space: nowrap;
}

.throughLine {
    height: 2px;
    background: #F5F5F5;
}

.overflowX {
    overflow-x: hidden;
}

.overflow {
    overflow: hidden;
}

.overflow2 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.overflow3 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

.overflow4 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
}

.mAuto {
    margin: 0 auto;
}

.white {
    color: #fff;
}

.black {
    color: #000;
}

/*ul,li,ol { list-style: none; }*/
.cp {
    cursor: pointer;
}

.ver {
    vertical-align: middle;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

.clear {
    clear: both;
}

.clearBox {
    zoom: 1;
}

.clearBox:active {
    content: "";
    display: block;
    clear: both;
}

.hide {
    display: none;
}

.b,
.bold,
.bolder {
    font-weight: bold;
}

.p-abs {
    position: absolute;
}

.p-re {
    position: relative;
    width: 100%;
}

.p-st {
    position: sticky;
    top: 0;
}

.flex {
    display: flex;
}

/*  center auto */
.flexc1 {
    display: flex;
    justify-content: center;
}

/* auto center */
.flexc2 {
    display: flex;
    align-items: center;
}

/*  center center */
.flexcc {
    display: flex;
    justify-content: center;
    align-items: center;
}

.flex-between {
    display: flex;
    justify-content: space-between;
}

.flex-around {
    display: flex;
    justify-content: space-around;
}

.flex-column {
    display: flex;
    flex-flow: column;
}

.flex-start {
    display: flex;
    justify-content: flex-start;
}

.flex-end {
    display: flex;
    justify-content: flex-end;
}

.flex-end2 {
    display: flex;
    align-items: flex-end;
}

.flex-wrap {
    flex-wrap: wrap;
}

.shrink {
    flex-shrink: 0;
}

.center {
    text-align: center;
}

.w100 {
    width: 100%;
}

.ptb5 {
    padding: 5px 0;
}

.ptb10 {
    padding: 10px 0;
}

.ptb15 {
    padding: 15px 0;
}

.ptb20 {
    padding: 20px 0;
}

.ptb25 {
    padding: 25px 0;
}

.ptb30 {
    padding: 30px 0;
}

.ptb35 {
    padding: 35px 0;
}

.pt5 {
    padding-top: 5px;
}

.pt10 {
    padding-top: 10px;
}

.pt15 {
    padding-top: 15px;
}

.pt20 {
    padding-top: 20px;
}

.pt25 {
    padding-top: 25px;
}

.pt30 {
    padding-top: 30px;
}

.pt40 {
    padding-top: 40px;
}

.pt45 {
    padding-top: 45px;
}

.pt50 {
    padding-top: 50px;
}

.pt60 {
    padding-top: 60px;
}

.pt70 {
    padding-top: 70px;
}

.pt80 {
    padding-top: .5556rem;
}

.pt90 {
    padding-top: 90px;
}

.pb5 {
    padding-bottom: 5px;
}

.pb10 {
    padding-bottom: 10px;
}

.pb15 {
    padding-bottom: 15px;
}

.pb20 {
    padding-bottom: 20px;
}

.pb25 {
    padding-bottom: 25px;
}

.pb30 {
    padding-bottom: 30px;
}

.pb40 {
    padding-bottom: 40px;
}

.pb50 {
    padding-bottom: 50px;
}

.pb60 {
    padding-bottom: 60px;
}

.pb70 {
    padding-bottom: 70px;
}

.pb80 {
    padding-bottom: 80px;
}

.pb150 {
    padding-bottom: 150px;
}

.pr5 {
    padding-right: 10px
}

.pr10 {
    padding-right: 10px;
}

.pr15 {
    padding-right: 15px;
}

.pr20 {
    padding-right: 20px;
}

.pr25 {
    padding-right: 25px;
}

.pr50 {
    padding-right: 50px;
}

.pl5 {
    padding-left: 5px;
}

.pl10 {
    padding-left: 10px;
}

.pl15 {
    padding-left: 15px;
}

.pl20 {
    padding-left: 20px;
}

.pl25 {
    padding-left: 25px;
}

.pl30 {
    padding-left: 30px;
}

.pl35 {
    padding-left: 35px;
}

.pl50 {
    padding-left: 50px;
}

.pl55 {
    padding-left: 55px;
}

.pl55 {
    padding-left: 55px;
}

.pl130 {
    padding-left: 130px;
}

.mtb5 {
    margin-top: 5px;
    margin-bottom: 5px;
}

.mtb10 {
    margin-top: 10px;
    margin-bottom: 10px;
}

.mtb15 {
    margin-top: 15px;
    margin-bottom: 15px;
}

.mtb20 {
    margin-top: 20px;
    margin-bottom: 20px;
}

.mtb25 {
    margin-top: 25px;
    margin-bottom: 25px;
}

.mtb30 {
    margin-top: 30px;
    margin-bottom: 30px;
}

.mtb35 {
    margin-top: 35px;
    margin-bottom: 35px;
}

.mtb40 {
    margin-top: 40px;
    margin-bottom: 40px;
}

.mtb45 {
    margin-top: 45px;
    margin-bottom: 45px;
}

.mtb50 {
    margin-top: 50px;
    margin-bottom: 50px;
}

.mt5 {
    margin-top: 5px;
}

.mt10 {
    margin-top: 10px;
}

.mt15 {
    margin-top: 15px;
}

.mt20 {
    margin-top: 20px;
}

.mt25 {
    margin-top: 25px;
}

.mt30 {
    margin-top: 30px;
}

.mt40 {
    margin-top: 40px;
}

.mt50 {
    margin-top: 50px;
}

.mt80 {
    margin-top: 80px;
}

.mt90 {
    margin-top: 90px;
}

.mb5 {
    margin-bottom: 5px;
}

.mb10 {
    margin-bottom: 10px;
}

.mb15 {
    margin-bottom: 15px;
}

.mb20 {
    margin-bottom: 20px;
}

.mb25 {
    margin-bottom: 25px;
}

.mb30 {
    margin-bottom: 30px;
}

.mb40 {
    margin-bottom: 40px;
}

.mb50 {
    margin-bottom: 50px;
}

.mb100 {
    margin-bottom: 100px;
}

.mr5 {
    margin-right: 10px
}

.mr10 {
    margin-right: 10px;
}

.mr15 {
    margin-right: 15px;
}

.mr20 {
    margin-right: 20px;
}

.mr25 {
    margin-right: 25px;
}

.ml5 {
    margin-left: 5px;
}

.ml10 {
    margin-left: 10px;
}

.ml15 {
    margin-left: 15px;
}

.ml20 {
    margin-left: 20px;
}

.ml25 {
    margin-left: 25px;
}

.ml30 {
    margin-left: 30px;
}

.fs1 {
    font-size: .7rem;
}

.fs2 {
    font-size: .8rem;
}

.fs3 {
    font-size: .9rem;
}

.fs4 {
    font-size: .6rem;
}

.fs5 {
    font-size: .5rem;
}

.fs6 {
    font-size: .4rem;
}

.fs7 {
    font-size: 1rem
}
.fs018 {
    font-size: .125rem
}
.fs016 {
    font-size: .1111rem
}
.fs014 {
    font-size: .0972rem
}

.plBox {
    padding-left: 2rem;
}

.prBox {
    padding-right: 2rem;
}

.p50box {
    padding: 50px 2rem;
}

.p15Box {
    padding: 15px;
}

.p20Box {
    padding: 20px;
}

.p30Box {
    padding: 30px;
}

.p40Box {
    padding: 40px;
}

.i15 {
    width: 15px
}

.i20 {
    width: 20px;
}

.i30 {
    width: 30px;
}

.i50 {
    width: 50px;
}

.i80 {
    width: 80px;
}

.w40 {
    width: 40%;
}

.w60 {
    width: 60%;
}

.w50 {
    width: 50%;
}

.w33 {
    width: 33%;
}

.w90 {
    width: 90%;
}

.w70 {
    width: 70%;
}

.w30 {
    width: 30%;
}

.w80 {
    width: 80%;
}

.w25 {
    width: 25%;
}

.w90 {
    width: 90%;
}

.pabBox {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, .5) 100%);
}

.oc9 {
    opacity: .9;
}

.right {
    text-align: right;
}

.left {
    text-align: left;
}

.h180 {
    height: 180px;
}

.logo {
    height: 110px;
    object-fit: cover;
}
/* home.css */
.wrapper-swiper2 .title-box.title1 {
    margin-top: .8194rem;
    margin-bottom: .4097rem;
  }
  
  .wrapper-swiper2 .title-box.title1 h2 {
    font-size: .3333rem;
    font-family: VilleroyBoch;
    font-weight: 400;
    color: #313131;
    line-height: .375rem;
  }
  
  .mt124 {
    margin-top: .8611rem;
  }
  
  .mb110 {
    padding-bottom: .7639rem;
  }
  
  .pbm100 {
    padding-bottom: 100px;
  }
  
  .pbm100 div,
  .pbm100 dl,
  .pbm100 dt,
  .pbm100 dd,
  .pbm100 ul,
  .pbm100 ol,
  .pbm100 li,
  .pbm100 h1,
  .pbm100 h2,
  .pbm100 h3,
  .pbm100 h4,
  .pbm100 h5,
  .pbm100 h6,
  .pbm100 form,
  .pbm100 input,
  .pbm100 button,
  .pbm100 textarea,
  .pbm100 p,
  .pbm100 th,
  .pbm100 td {
    font-size: initial;
  }
  
  .pbm100 .bg {
    width: 3.2778rem;
    height: 3.2778rem;
  }
  
  .swiperNavLeft {
    width: 7rem;
    display: flex;
    flex-direction: column;
    flex-shrink: 0;
  }
  
  .swiperNavLeft .navLeftWidth div {
    margin-top: 30px;
    /*display: inline-block;*/
  }
  
  .swiperNavLeft span {
    padding-bottom: 10px;
    font-weight: 300;
  }
  
  .swiperNavLeft .navLeftWidth div:hover span {
    /*transform: scale(1.1);*/
    font-weight: bold;
  }
  
  .swiperNavLeft .navLeftWidth div.active span {
    /*transform: scale(1.1);*/
    font-weight: bold;
    border-bottom: 3px solid #000;
  }
  
  .swiperNavLeft .navLeftWidth div:first-child {
    margin-top: 0px;
  }
  

  
  .title-box {
    max-width: 100%;
  }
  
  .pc-show-false {
    display: none !important;
    }

@media screen and (max-width: 768px) {
    html {
        /* display: none !important; */
    }

    .col-xs-0 {
        display: none !important;
    }

    .mp50box {
        padding: 50px 2rem;
    }

    .fs1 {
        font-size: 1.2rem;
    }

    .mw70 {
        width: 70%;
    }

    .mw80 {
        width: 80%;
    }

    .mw100 {
        width: 100% !important;
    }

    .mbg2 {
        background: #f5f5f5;
    }

    .mbg1 {
        background: #FFFFFF;
    }

    .mpBox {
        padding: 2rem 0;
    }

    .mpb0 {
        padding-bottom: 0;
    }

    .mpd0 {
        padding: 0;
    }

    .mmb10 {
        margin-bottom: 10px;
    }

    .mmb20 {
        margin-bottom: 20px;
    }

    .mmt40 {
        margin-top: 40px;
    }

    .mmt20 {
        margin-top: 20px;
    }

    .mml10 {
        margin-left: 10px;
    }

    .mml20 {
        margin-left: 20px;
    }

    .mml30 {
        margin-left: 30px;
    }

    .mflex-start {
        align-items: flex-start;
    }

    .mNoflex {
        display: initial;
    }

    .mflexc2 {
        display: flex;
        align-items: center;
    }

    .mflexc1 {
        display: flex;
        justify-content: center;
    }

    .logo {
        height: 50px;
        object-fit: cover;
    }
    /* home.css */
    .markContentBox {
        display: flex;
        justify-content: flex-start;
        flex-direction: column;
      }
      .markBtn {
        margin: 5px;
        font-size: 12px;
      }
      .swiperNavLeft {
        width: 100%;
        overflow-x: scroll;
        display: block;
        margin-bottom: 20px;
        margin-top: -30px;
      }
      .swiperNavLeft::-webkit-scrollbar {
        display: none;
      }
}

@media screen and (min-width: 769px) {
    .col-lg-0 {
        display: none !important;
    }

}

@media screen and (max-width: 750px) {
    body,
    div,
    dl,
    dt,
    dd,
    ul,
    ol,
    li,
    h1,
    h2,
    h3,
    h4,
    h5,
    h6,
    form,
    input,
    button,
    textarea,
    p,
    th,
    td {
        font-size : 0.1806rem;
    }
    .pc-show-false{
        display: block!important;
    }
    .fs48_mobile{
        font-size: .3333rem!important;
    }
    .fs24_mobile{
        font-size: .1667rem!important;
    }
    .fs20_mobile{
        font-size: .1389rem!important;
    }
    .line14_mobile{
        line-height: 1.4!important;
    }
    
}
/*modal*/
.modalBoxfc{
	background: rgba(0,0,0,0.3);
	width: 100%;
	height: 100%;
	position: fixed;
	z-index: 9999999;
	top: 0;
	display: flex;
	justify-content: center;
	align-items: center;
	display: none;
}
.modalConfc{
	width: 75%;
	background: #fff;
    padding-top: 10px;
    border-radius: 3px;
    text-align: center;
    font-size: 18px;
}
.modalTextfc{
	color: #999;
	padding-top: 12px;
	padding-bottom: 23px;
	font-size: 15px;
	border-bottom: 1px solid #efefef;
}
.modalbtn{
	width: 50%;
	border: none;
	background: none;
	height: 50px;
	font-size: 18px;
	position: relative;
}
.modalConfirm{
	color: #576b95;
}
.modalCancel::before{
	content: " ";
	width: 1px;
	height: 50px;
	background: #efefef;
	display: inline-block;
	position: absolute;
	right: 0;
	top: 0;
}
.loadingBoxfc{
	background: none;
	width: 100%;
	height: 100%;
	position: fixed;
	z-index: 9999999;
	top: 0;
	display: flex;
	justify-content: center;
	align-items: center;
	display: none;
}
.loadingConfc{
	width: 100px;
	min-height: 80px;
	padding-bottom: 10px;
	padding-top: 10px;
    border-radius: 8px;
    background: rgba(0,0,0,0.3);
   	text-align: center;
   	position: relative;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    align-items: center;
}
/*Loading*/
.loadingIcon{
	width: 30px;
	height: 30px;
	margin-top: 10px;
	text-align: center;
	top: 0;
}
.loadingTextfc{
	color: #fff;
	display: inline-block;
	/*margin-top: 70px;*/
	font-size: 14px;
	width: 90%;
	overflow: hidden;
	margin-top: 70px;
	height: 20px;
}
.showToastTextfc{
	color: #fff;
	display: inline-block;
	/*margin-top: 70px;*/
	font-size: 14px;
	width: 90%;
	overflow: hidden;
}
.loadingT{
	padding-bottom: 10px;
}
.sk-fading-circle {
  width: 40px;
  height: 40px;
  position: absolute;
}

.sk-fading-circle .sk-circle {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}

.sk-fading-circle .sk-circle:before {
  content: '';
  display: block;
  margin: 2px auto 0;
  width: 3px;
  height: 9px;
  background-color: #fff;
  border-radius: 35%;
  -webkit-animation: sk-circleFadeDelay 1.2s infinite ease-in-out both;
          animation: sk-circleFadeDelay 1.2s infinite ease-in-out both;
}
.sk-fading-circle .sk-circle2 {
  -webkit-transform: rotate(30deg);
      -ms-transform: rotate(30deg);
          transform: rotate(30deg);
}
.sk-fading-circle .sk-circle3 {
  -webkit-transform: rotate(60deg);
      -ms-transform: rotate(60deg);
          transform: rotate(60deg);
}
.sk-fading-circle .sk-circle4 {
  -webkit-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
          transform: rotate(90deg);
}
.sk-fading-circle .sk-circle5 {
  -webkit-transform: rotate(120deg);
      -ms-transform: rotate(120deg);
          transform: rotate(120deg);
}
.sk-fading-circle .sk-circle6 {
  -webkit-transform: rotate(150deg);
      -ms-transform: rotate(150deg);
          transform: rotate(150deg);
}
.sk-fading-circle .sk-circle7 {
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
}
.sk-fading-circle .sk-circle8 {
  -webkit-transform: rotate(210deg);
      -ms-transform: rotate(210deg);
          transform: rotate(210deg);
}
.sk-fading-circle .sk-circle9 {
  -webkit-transform: rotate(240deg);
      -ms-transform: rotate(240deg);
          transform: rotate(240deg);
}
.sk-fading-circle .sk-circle10 {
  -webkit-transform: rotate(270deg);
      -ms-transform: rotate(270deg);
          transform: rotate(270deg);
}
.sk-fading-circle .sk-circle11 {
  -webkit-transform: rotate(300deg);
      -ms-transform: rotate(300deg);
          transform: rotate(300deg); 
}
.sk-fading-circle .sk-circle12 {
  -webkit-transform: rotate(330deg);
      -ms-transform: rotate(330deg);
          transform: rotate(330deg); 
}
.sk-fading-circle .sk-circle2:before {
  -webkit-animation-delay: -1.1s;
          animation-delay: -1.1s; 
}
.sk-fading-circle .sk-circle3:before {
  -webkit-animation-delay: -1s;
          animation-delay: -1s; 
}
.sk-fading-circle .sk-circle4:before {
  -webkit-animation-delay: -0.9s;
          animation-delay: -0.9s; 
}
.sk-fading-circle .sk-circle5:before {
  -webkit-animation-delay: -0.8s;
          animation-delay: -0.8s; 
}
.sk-fading-circle .sk-circle6:before {
  -webkit-animation-delay: -0.7s;
          animation-delay: -0.7s; 
}
.sk-fading-circle .sk-circle7:before {
  -webkit-animation-delay: -0.6s;
          animation-delay: -0.6s; 
}
.sk-fading-circle .sk-circle8:before {
  -webkit-animation-delay: -0.5s;
          animation-delay: -0.5s; 
}
.sk-fading-circle .sk-circle9:before {
  -webkit-animation-delay: -0.4s;
          animation-delay: -0.4s;
}
.sk-fading-circle .sk-circle10:before {
  -webkit-animation-delay: -0.3s;
          animation-delay: -0.3s;
}
.sk-fading-circle .sk-circle11:before {
  -webkit-animation-delay: -0.2s;
          animation-delay: -0.2s;
}
.sk-fading-circle .sk-circle12:before {
  -webkit-animation-delay: -0.1s;
          animation-delay: -0.1s;
}

@-webkit-keyframes sk-circleFadeDelay {
  0%, 39%, 100% { opacity: 0.2; }
  40% { opacity: 1; }
}

@keyframes sk-circleFadeDelay {
  0%, 39%, 100% { opacity: 0.2; }
  40% { opacity: 1; } 
}
/*Toast*/
.qin-icon-toast{
	background-image: url(../commonImg/success.png);
	background-position: center center;
	background-size: cover;
	width: 70px;
	height: 50px;
	/*position: absolute;*/
}
.wrong-toast{
	background-image: url(../commonImg/wrong.png);
}
