@charset "UTF-8";
[v-cloak] {
    display: none !important;
}
.tz-nav.navbar-area ,.tz-nav.navbar-area .inspire-nav-top-bar{
    background-color: transparent;
}
.tz-nav .inspire-nav .navbar .navbar-nav {
    margin:inherit;
}
.tz-nav .inspire-nav{
    background-color: rgba(255, 255, 255,.5);
}
.move-show {
    display:none;
}
@media only screen and (max-width: 991px) {
    .logo img {
        height:35px;
        width: auto;
    }
    .move-show {
        display:block;
    }
    .tz-nav.navbar-area, .tz-nav.navbar-area .inspire-nav-top-bar {
        background-color: #fff;
    }
}

/**�������o****/
.css-input {
  position: relative;
  display: inline-block;
  margin: 2px 0;
  font-weight: 400;
  cursor: pointer;
}
.css-input input {
  position: absolute;
  opacity: 0;
}
.css-input input:focus + span {
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.25);
}
.css-input input + span {
  position: relative;
  display: inline-block;
  margin-top: -2px;
  margin-right: 3px;
  vertical-align: middle;
}
.css-input input + span:after {
  position: absolute;
  content: "";
}
.css-checkbox {
  margin: 7px 0;
}
.circle input + span {
    border-radius: 50%;
}
.css-checkbox input + span {
  width: 20px;
  height: 20px;
  background-color: #fff;
  border: 1px solid #ddd;
  -webkit-transition: background-color 0.2s;
  transition: background-color 0.2s;
}
.css-checkbox input + span:after {
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  font-family: "Font Awesome 5 Free";
  font-size: 10px;
  color: #fff;
  line-height: 18px;
  content: "\f00c";
  font-weight: 900;
  text-align: center;
}
.css-radius input + span {
border-radius: 50%;
}
.css-checkbox:hover input + span {
  border-color: #ccc;
}
.css-checkbox.css-checkbox-sm {
  margin: 9px 0 8px;
  font-size: 12px;
}
.css-checkbox.css-checkbox-sm input + span {
  width: 16px;
  height: 16px;
}
.css-checkbox.css-checkbox-sm input + span:after {
  font-size: 8px;
  line-height: 15px;
}
.css-checkbox.css-checkbox-lg {
  margin: 3px 0;
}
.css-checkbox.css-checkbox-lg input + span {
  width: 30px;
  height: 30px;
}
.css-checkbox.css-checkbox-lg input + span:after {
  font-size: 12px;
  line-height: 30px;
}
.css-checkbox.css-checkbox-rounded input + span {
  border-radius: 3px;
}
.css-checkbox-default input:checked + span {
  background-color: #999999;
  border-color: #999999;
}
.css-checkbox-primary input:checked + span {
  background-color: #5c90d2;
  border-color: #5c90d2;
}
.css-checkbox-info input:checked + span {
  background-color: #70b9eb;
  border-color: #70b9eb;
}
.css-checkbox-success input:checked + span {
  background-color: #95b138;
  border-color: #95b138;
}
.css-checkbox-warning input:checked + span {
  background-color: #f3b760;
  border-color: #f3b760;
}
.css-checkbox-danger input:checked + span {
  background-color: #d26a5c;
  border-color: #d26a5c;
}
.css-radio {
  margin: 7px 0;
}
.css-radio input + span {
  width: 20px;
  height: 20px;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 50%;
}
.css-radio input + span:after {
  top: 2px;
  right: 2px;
  bottom: 2px;
  left: 2px;
  background-color: #fff;
  border-radius: 50%;
  opacity: 0;
  -webkit-transition: opacity 0.2s ease-out;
  transition: opacity 0.2s ease-out;
}
.css-radio input:checked + span:after {
  opacity: 1;
}
.css-radio:hover input + span {
  border-color: #ccc;
}
.css-radio.css-radio-sm {
  margin: 9px 0 8px;
  font-size: 12px;
}
.css-radio.css-radio-sm input + span {
  width: 16px;
  height: 16px;
}
.css-radio.css-radio-lg {
  margin: 5px 0;
}
.css-radio.css-radio-lg input + span {
  width: 26px;
  height: 26px;
}
.css-radio-default input:checked + span:after {
  background-color: #999999;
}
.css-radio-primary input:checked + span:after {
  background-color: #5c90d2;
}
.css-radio-info input:checked + span:after {
  background-color: #70b9eb;
}
.css-radio-success input:checked + span:after {
  background-color: #95b138;
}
.css-radio-warning input:checked + span:after {
  background-color: #f3b760;
}
.css-radio-danger input:checked + span:after {
  background-color: #d26a5c;
}
.push-10-r {
    margin-right: 10px !important;
}
.switch {
  margin: 3px 0;
}
.switch input + span {
  width: 54px;
  height: 30px;
  background-color: #eee;
  border-radius: 30px;
  -webkit-transition: background-color 0.4s;
  transition: background-color 0.4s;
}
.switch input + span:after {
  top: 2px;
  bottom: 2px;
  left: 2px;
  width: 26px;
  background-color: #fff;
  border-radius: 50%;
  -webkit-box-shadow: 1px 0 3px rgba(0, 0, 0, 0.1);
  box-shadow: 1px 0 3px rgba(0, 0, 0, 0.1);
  -webkit-transition: -webkit-transform 0.15s ease-out;
  transition: transform 0.15s ease-out;
}
.switch input:checked + span {
  background-color: #ddd;
}
.switch input:checked + span:after {
  -webkit-box-shadow: -2px 0 3px rgba(0, 0, 0, 0.2);
  box-shadow: -2px 0 3px rgba(0, 0, 0, 0.2);
  -webkit-transform: translateX(23px);
  -ms-transform: translateX(23px);
  transform: translateX(23px);
}
.switch.switch-sm {
  margin: 8px 0 7px;
  font-size: 12px;
}
.switch.switch-sm input + span {
  width: 36px;
  height: 20px;
}
.switch.switch-sm input + span:after {
  width: 16px;
}
.switch.switch-sm input:checked + span:after {
  -webkit-transform: translateX(15px);
  -ms-transform: translateX(15px);
  transform: translateX(15px);
}
.switch.switch-lg {
  margin: 1px 0;
}
.switch.switch-lg input + span {
  width: 70px;
  height: 34px;
}
.switch.switch-lg input + span:after {
  width: 30px;
}
.switch.switch-lg input:checked + span:after {
  -webkit-transform: translateX(35px);
  -ms-transform: translateX(35px);
  transform: translateX(35px);
}
.switch.switch-square input + span,
.switch.switch-square input + span:after {
  border-radius: 0;
}
.switch-default input:checked + span {
  background-color: #999999;
}
.switch-primary input:checked + span {
  background-color: #5c90d2;
}
.switch-info input:checked + span {
  background-color: #70b9eb;
}
.switch-success input:checked + span {
  background-color: #46c37b;
}
.switch-warning input:checked + span {
  background-color: #f3b760;
}
.switch-danger input:checked + span {
  background-color: #d26a5c;
}
.cursor {
 cursor:pointer;
}
/*banner*/
.home-slider-area.tz-banner {
    min-height: 52vw;
    margin-top:-155px;
}
.tz-banner .home-slider, .home-slider-single-item {
    height: 52vw;
}
.tz-banner .flickity-page-dots .dot::after {
    background-color: #FFFFFF;
    border: 1px solid #FFFFFF;
}
.tz-banner .flickity-page-dots .dot.is-selected::after {
    background-color: #95B138;
}
@media only screen and (max-width: 991px) {
    .home-slider-area.tz-banner {
        min-height: inherit;
        margin-top: 0;
        padding-top: 75px;
    }
    .tz-banner .home-slider, .home-slider-single-item {
        height: 45vw;
    }
    .tz-banner .flickity-dots-absolute .flickity-page-dots {
    bottom: 0px;
    }
}
@media only screen and (max-width: 768px) {
    .tz-banner .home-slider, .home-slider-single-item {
        height: 215px;
    }
}
/**/
.home-sli .swiper-slide {
    width:42%;
}
.home-sli .swiper-slide img{
    width:100%;
}
.home-sli-container {
    position:relative;
    width:calc(100% - 500px);
    margin:16px auto;
}
.tz-container-box {
    width:calc(100% - 500px);
    margin:0 auto;
}
@media only screen and (max-width: 1600px) {
.tz-container-box {
    width:calc(100% - 300px);
}
}
@media only screen and (max-width: 1440px) {
.home-sli .swiper-slide {
    width:50%;
}
.home-sli-container {
    width:calc(100% - 300px);
}
.tz-container-box {
    width:calc(100% - 168px);
}
}
@media only screen and (max-width: 1440px) {
.home-sli .swiper-slide {
    width:75%;
}
.home-sli-container {
    width:calc(100% - 30px);
}
}
@media only screen and (max-width: 1200px) {
.tz-container-box {
    width:calc(100% - 30px);
}
}
.home-sli .swiper-button-prev,.home-sli .swiper-container-rtl .swiper-button-next {
    background-image: url(../images/icon-jtl.png);
    left: -40px;

}
.swiper-button-prev:after, .swiper-container-rtl .swiper-button-next:after,
.swiper-button-next:after, .swiper-container-rtl .swiper-button-prev:after {
  content: '';
}
.swiper-button-next, .swiper-container-rtl .swiper-button-prev {
    /*background-image: url(../images/icon-jtr.png);*/
    /*right: -40px;*/
}
.home-sli .swiper-button-next,.home-sli  .swiper-button-prev {
    position: absolute;
    top: 50%;
    width: 40px;
    height: 30px;
    margin-top: -15px;
    z-index: 10;
    cursor: pointer;
    background-size: 100%;
}
@media only screen and (max-width: 768px) {
.home-sli .swiper-button-next,.home-sli  .swiper-button-prev {
    display: none;
}
}
/**/
.tz-container {
    padding-right: 40px;
    padding-left: 40px;
}
@media only screen and (max-width: 991px) {
.tz-container {
    padding-right: 15px;
    padding-left: 15px;
}
}
.index-title {
    text-align:center;
    padding-bottom:15px;
    position:relative;
    margin-bottom:40px;
}
.index-title h2{
    text-align:center;
    background:url(../images/title-bg.png) no-repeat bottom center;
    padding-bottom:15px;
    position:relative;
    z-index:3;
}
.index-title h3{
    position: absolute;
    left: 0;
    right: 0;
    z-index: 0;
    font-size: 48px;
    font-weight:normal;
    line-height: 1;
    top: -10px;
    z-index: 1;
    color: #fff;
    text-transform: uppercase;
}
.color-h {
    color:#F4F4F4 !important;
}
@media only screen and (max-width: 991px) {
.index-title h2{
    font-size:26px;
}
.index-title h3 {
    font-size: 30px;
    top: 14px;
}
}
.section-top {
    margin-top:50px;
}
/**/
.share {
    position:absolute;
    left:80%;
    top: 6px;
    z-index: 4;
}
.icon-share {
    background-repeat:round;
    background-size:cover;
    width:32px;
    height:32px;
    display:inline-block;
    margin-right:25px;
}
@media only screen and (max-width: 991px) {
.share {
    left: 0;
    top: 15px;
    position: relative;
}
}
.icon-f {
    background-image:url(../images/icon-f.png);
}
.icon-t {
    background-image:url(../images/icon-t.png);
}
.icon-p {
    background-image:url(../images/icon-p.png);
}
.icon-l {
    background-image:url(../images/icon-l.png);
}
.twzx {
    padding-bottom:40px;
}
.twzx img{
    width:100%;
}
.bg-jb {
    background-image:url(../images/bg-jb.png);
    background-size:cover;
}
.section-box {
    padding:70px 0;
}
.using-box {

}
.using-box {

}
.using-box .using-box-wrap{
    text-align:center;
    margin-bottom:40px;
}
.using-box .using-box-wrap img{
    max-width:180px;
    width:100%;
    display:block;
    margin:0 auto;
}
.using-box .using-box-wrap p{
    text-align:center;
    font-size:28px;
    font-weight: 400;
color: #000000;
}
@media only screen and (max-width: 768px) {
    .using-box .col-3 {
        -ms-flex: 0 0 33%;
        flex: 0 0 33%;
        max-width: 33%;
    }
    .using-box .using-box-wrap p {
    font-size: 18px;
}
    .using-box .using-box-wrap {
    text-align: center;
    margin-bottom: 10px;
}
}
.share-wrap {
}
.share-wrap ._item{
}
.share-wrap.owl-carousel .owl-item {
    padding:15px;
}
.share-wrap.owl-theme .owl-dots .owl-dot span {
    background: #DDDDDD;
    transform: scale(.8);
}
.share-wrap.owl-theme .owl-dots .owl-dot.active span, .share-wrap.owl-theme .owl-dots .owl-dot:hover span {
    background-color: transparent;
    border:1px solid #95B138;
    transform: scale(1.4);
}
.share-wrap.owl-theme .owl-nav.disabled+.owl-dots {
    margin-top: 0;
}
.share-wrap ._item ._item-head{
    display:flex;
}
.share-wrap ._item ._item-head ._img{
    width:150px;
}
.share-wrap ._item ._item-head ._img{
    border-radius: 50%;
    width: 90px;
    height: 90px;
    overflow: hidden;
    margin-right: 15px;
    /*border:1px solid #95B138;*/
}
.share-wrap ._item ._item-head ._img img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.share-wrap ._item ._item-head ._txt{
    font-size:20px;
    color: #000000;
    align-self: flex-end;
    margin-bottom:25px;
}

.sharingbg {
    padding: 15px;
    margin: 25px 0 10px;
    box-shadow: 0 0 15px 0 #dddddd;
    border-radius: 10px;
    font-weight: 600;
    text-align:left;
    position: relative;
    background: #fff;
    width:100%;
    font-size: 18px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #95B138;
    height:260px;
    display: flex;
}
.sharingbg::before{
    content: "";
    display: block;
    width: 15px;
    height: 15px;
    background: #fff;
    box-shadow: 0 0 15px 0 #dddddd;
    position: absolute;
    top: -7px;
    left: 36px;
    transform: rotateZ(45deg);
    transform-origin: center center;
      }
.sharingbg::after{
    content: "";
    display: block;
    width: 40px;
    height: 20px;
    background: #fff;
    position: absolute;
    top: 0;
    left: 18px;
      }
.section-padding {
    padding: 70px 0;
}
.sharingbg-txt {
    align-self: center;
    overflow:hidden;
}
@media only screen and (max-width: 768px) {
    .sharingbg {
        font-size: 16px;
    }
}
.news ._item_box {
}
.news ._itme {
    margin-bottom:20px;
}
.news ._item_box {
    background: #FFFFFF;
    box-shadow: 0px 0px 10px 0px #F4F4F4;
    border-radius: 103px;
    padding:20px 30px;
    font-size: 16px;
    color: #000000;
    position:relative;
    display:block;
}
.news ._item_box:before {
    content:"";
    width: 10px;
    height: 10px;
    background: #FA6400;
    position:absolute;
    top:50%;
    left:15px;
    transform:translateY(-50%);
    border-radius:50%;
    display:none;
}
.news ._itme:hover ._item_box:before {
    display:block;
}
.icon-xiaoxi {
    width:48px;
    height:48px;
    background:url(../images/icon-xiaoxi.png) no-repeat;
    position: relative;
    top: -30px;
}
.news-card {
    background: #FFFFFF;
    box-shadow: 0px 0px 20px 0px #F4F4F4;
    border-radius: 35px;
    padding:30px;
}
@media only screen and (max-width: 991px) {
    .icon-xiaoxi {
        top: -10px;
    }
}
@media only screen and (max-width: 768px) {
    .news ._item_box {
        border-radius: 10px;
        padding: 15px;
    }
   .news ._item_box:before {
        width: 5px;
        height: 5px;
        left: 5px;
    }
}
.news ._more{
    text-align:right;
}
.news ._more a{
    font-weight: 500;
    color: #95B138;
}
.footer-area {
    background: #333333;
    padding: 50px 0;
}
.footer-list ul li a {
    display: inline-block;
    font-size: 16px;
    color: #fff;
}
.copyright-area {
    background-color: #666666;
    padding-top: 20px;
    padding-bottom: 20px;
    color: #FFFFFF;
    font-size:16px;
}
footer-list ul li {
    margin-bottom: 15px;
    color: #fff;
}
.footer-contact-info .footer-contact-list li span {
    display: inline-block;
    color: #fff;
    font-size: 16px;
}
@media only screen and (max-width: 768px) {
.footer-area {
    padding: 50px 0 20px;
}
}
.call-to-action {
    text-align: right;
    padding-top: .3125rem;
    padding-bottom: .3125rem;
    height: 47px;
}
.call-to-action ._box {
    height: 47px;
    align-items: center;
    display: flex;
    justify-content: flex-end;
}
/*�����{��*/
.tz-nav .inspire-nav{
    padding-top: 0;
    padding-bottom: 0;
}
.navbar-brand img {
    height:42px;
    width: auto;
}
.navbar-area .inspire-nav-top-bar .call-to-action p{
    font-weight: 400;
    color: #000000;
}
navbar-area .inspire-nav-top-bar .call-to-action p {
    margin: 0 0 0 0;
}
.navbar-area .inspire-nav-top-bar .call-to-action p a {
    color: #000000 !important;
}
/*�����{��***/
.inspire-nav .navbar .navbar-nav .nav-item{
    position:relative;
}
.inspire-nav .navbar .navbar-nav .nav-item.active:after {
    content:"";
    display:block;
    height: 4px;
    background: #95B138;
    border-radius: 3px;
    position:absolute;
    left:15px;
    bottom:0;
    width:calc(100% - 30px);
}
.inspire-nav .navbar .navbar-nav .nav-item:first-child.active:after {
    left:0;
    width:calc(100% - 15px);
}
.pc-show {

}
@media only screen and (max-width: 992px) {
    .pc-show {
        display:none;
    }
}
@media only screen and (max-width: 991px) {
    .mobile-main {
        padding-top: 75px;
    }
}
.btn-appointment {
    padding: 5px 18px;
    color: #fff;
    background-color: #FF6600;
    border-color: #FF6600;
    border-radius: 4px;
}
.btn-appointment:hover {
    background-color: #FF6600;
    opacity:.8;
    color: #fff;
}
.btn-appointment.focus, .btn-appointment:focus {
    outline: 0;
    box-shadow:none;
}
.inspire-nav .navbar .navbar-nav .nav-item:hover a, .inspire-nav .navbar .navbar-nav .nav-item:focus a, .inspire-nav .navbar .navbar-nav .nav-item.active a {
    color: #95B138;
}
/*���*/
.login-wrap,.info-wrap {
    background:url(../images/login-bg.png) round;
    padding-top:60px;
    padding-bottom:60px;
}
.login-wrap .col {
    padding:0;
    position:relative;
        display: flex;
    align-items: center;
}
.login-wrap .col.z-in {
    z-index:6;
}
.login-img-box {
    overflow:hidden;
}
.login-wrap-box {
    width: 100%;
    margin-left:-20px;
    height:calc(100% - 180px);
    background: #FFFFFF;
    border-radius: 0px 20px 20px 0;
    padding:40px 10% 40px 10%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
}
.login-wrap-box ._box h2{
    text-align:center;
    margin-bottom:1rem;
    font-size:20px;
}
.input-group-img {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    padding: 0;
    margin-bottom: 0;
    text-align: center;
    white-space: nowrap;
    background-color: transparent;
    border: 1px solid transparent;
    border-radius: .25rem;
}
.input-group>.input-group-prepend>.input-group-img {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}
.input-group>.input-group-prepend:not(:first-child)>.input-group-img {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}
.tz-input-group {
        border-bottom: 1px solid #DDDDDD;
}
.tz-input-group .form-control{
    height:auto;
    border: none;
}
.tz-input-group select.form-control{
    vertical-align: middle;
    background: #fff url(../images/icon-xl.png) right .75rem center/30px 30px no-repeat;
    border-radius: .25rem;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}
.tz-input-group .input-group-text{
    background-color: transparent;
    border: 1px solid transparent;
    color:#FA6400;
}
.tz-input-group .input-group-text.label{
    color:#000;
}
.cursor {
    cursor:pointer;
}
.text-cs {
    color: #FA6400 !important;
}
.color-lv {
    color: #95B138 !important;
}
.login-wrap-box .color-lv {
    padding: .375rem .75rem;
}
.tz-input-group .form-control:focus {
    box-shadow: none;
}
.form-control::placeholder {
    color: #999999;
    opacity: 1;
}
.form-control::-webkit-input-placeholder {
    color: #999999;
    opacity: 1;
}
.error .form-control::placeholder,.error.form-control::placeholder,.error .el-input__inner::placeholder {
    color: #FA6400;
}
.error .form-control::-webkit-input-placeholder,.error.form-control::-webkit-input-placeholder {
    color: #FA6400;
}
.btn-tz {
    border-radius: 40px;
    color: #fff;
    background-color: #95B138;
    border-color: #95B138;
}
.btn-tz:hover {
    opacity:.8;
    color: #fff;
}
.btn-tz.focus, .btn-tz:focus {
    outline: 0;
    box-shadow:none;
}
.btn-outline-tz {
    border-radius: 40px;
    color: #95B138;
    border-color: #95B138;
}
.btn-outline-tz:hover {
    color: #fff;
    background-color: #95B138;
    border-color: #95B138;
}
.btn-outline-tz.focus, .btn-outline-tz:focus {
    outline: 0;
    box-shadow:none;
}
.login-img-box {
    width:100%;
}
.login-img-box img {
    width:100%;
}
    .login-wrap-box ._box{
        width: 100%;
    }
@media only screen and (max-width: 991px) {
    .login-wrap .col.z-in {
        width: 100%;
        flex: 0 0 100%;
    }
    .login-wrap-box {
        width: 100%;
        margin-left: 0;
        height: auto;
        background: #FFFFFF;
        border-radius: 20px;
    }
    .login-wrap .col {
        padding: 0 15px;
    }
    .login-wrap {
        padding-top: 20px;
    }
}

@media only screen and (min-width: 1330px) {

}
.box-wrap {
    background: #FFFFFF;
    box-shadow: 0px 0px 20px 0px #F4F4F4;
    border-radius: 20px;
}
.info-nav {
    padding:20px;
}
.info-nav li{
    margin:10px 0;
}
.info-nav li a{
    background: #fff;
    border-radius: 15px;
    text-align:center;
}
.info-nav li a.active{
    background: #95B138;
    border-radius: 15px;
    color:#fff;
}
.info-main {
    padding:50px 90px;
}
.info-wrap .form-control{
   background: #F7F7F7;
    border-radius: 30px;
    border-color:#F7F7F7;
}
.custom-time {
    padding: .375rem 1.75rem .375rem .75rem;
    padding-right: 1.75rem !important;
    background: #F7F7F7 url(../images/icon-rl.png) no-repeat right .75rem center/30px 30px !important;
}
.user-img {
    color:#000;
}
input.hide {
    position: absolute;
    opacity: 0;
}
.user-img-box {
    width:100px;
    height:100px;
    overflow:hidden;
    border-radius:50%;
    display:inline-block;
    border:1px solid #95B138;
}
.user-img-box img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
@media only screen and (max-width: 992px) {
    .info-main {
        padding: 50px 20px;
    }
}
.select.form-control {
    vertical-align: middle;
    background: #F7F7F7 url(../images/icon-xl.png) right .75rem center/30px 30px no-repeat;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}
.info-wrap .select.form-control {
    vertical-align: middle;
    background: #F7F7F7 url(../images/icon-xl.png) right .75rem center/20px 20px no-repeat;
}
.type-img {
    width:25px;
    height:25px;
    margin-right:15px;
}
.address-item {
    margin-bottom:10px;
}
.address-item ._title{
    background: #586820;
    border-radius: 10px;
    margin-bottom:10px;
    color:#fff;
    padding:5px 10px;
}
.address-item ._body .box-wrap{
    padding:20px 35px;
    margin-bottom:10px;
}
body {
    font-size:16px;
}
.state-box {
    background: #95B138;
    border-radius: 10px 20px 10px 20px;
    padding:3px 16px;
    color:#fff;
    margin-top: 5px;
    min-width:96px;
    text-align:center;
}
.state-box.arrears {
    background: #FA6400;
}
.order-item {
    margin-bottom:10px;
}
.order-item ._body{
    padding:20px 35px;
    margin-bottom:10px;
}
@media only screen and (max-width: 786px) {
.order-item ._body {
    padding: 20px 15px;
}
}
.order-item .box-wrap ._list{
    border-bottom: 1px dashed #95B138;
    padding:5px 0;
}
.order-item .box-wrap ._list:last-child{
    border-bottom: 0px dashed #95B138;
}

.order-item ._body ._item{
    padding:5px 0;
}
.order-item ._body ._item ._tb{
    display:inline-block;
}
.order-page .page-item{
    padding: 5px 10px;
}
.order-page .page-item  .page-link{
    padding:0;
    margin-left: 0;
    color: #000000;
    background: #FFFFFF;
    box-shadow: 0px 0px 4px 0px #F4F4F4;
    border-radius: 100%;
    border: 1px solid #FFFFFF;
        width: 40px;
    line-height: 40px;
    height: 40px;
    text-align: center;
}
.order-page .page-item.active .page-link,.order-page .page-item:hover .page-link{
    color: #fff;
    background: #95B138;
    border: 1px solid #95B138;
}
.info-wrap .btn-tz {
    border-radius: 10px;
}
.info-wrap a:hover {
    color: inherit;
}
.box-p {
    padding: 20px 35px;
    margin-bottom: 35px;
}
.details-items {
    padding:5px 0;
}
.details-item {
    padding:5px 0;

}
.order-table{
   border-radius:10px;
}
.order-table table {
    margin-bottom: 0;
    border:none;
}
.order-table td {
   border: 1px solid #000000;
}
.order-table td {
    vertical-align: middle;
    text-align: center;
}
.order-table .colspan {
    padding:0;
}
.order-table .colspan table td{
   border: 1px solid transparent;
}
.order-table .colspan table tr:first-child td{
    border-top:none;
}
.order-table .colspan table tr td:first-child{
    border-left:none;
}
.order-table .colspan table tr td:last-child{
     border-right:none;
}
.order-table .colspan table tr:last-child td{
    border-bottom:none;
}
/*.order-table .colspan table tr:last-child td:last-child{
    border-left:none;
}*/
.details>[class*="col-"] {
    margin-bottom:20px;
}
.details .card {
    background: #FFFFFF;
    box-shadow: 0px 0px 20px 0px #F4F4F4;
    border-radius: 20px;
        border: none;
        height: 100%;
}
.details .card-header {
   background-color: transparent;
    border-bottom: none;
    color:#95B138;
}
.details .card-header img{
    width: 25px;
    vertical-align: bottom;
}
.details .card-header:first-child {
    border-radius: 20px 20px 0 0;
}
.box-control {
    background: #F7F7F7;
    border-radius: 30px;
    border-color: #F7F7F7;
    display: block;
    width: 100%;
    height: calc(1.5em + .75rem + 2px);
    padding: .375rem .75rem;
}
.border-radius {
    border-radius:40px  !important;
}
.info .modal-content{
border-radius: 20px;
}
.close {
    font-size: 30px;
}
.label-item {
    font-weight:bold;
}
.label-txt {
        width: 4em;
    text-align-last: justify;
}
@media only screen and (max-width: 1440px) {
    .type-img {
    margin-right: 1px;
}
    .info-main {
    padding: 30px 30px;
}
}
.price_title {
    background: #FFFFFF;
    box-shadow: 0px 0px 20px 0px #F4F4F4;
    border-radius: 30px;
    padding:10px;
    margin-bottom:10px;
}
.price_title ._item{
    background: transparent;
    border-radius: 30px;
    padding:15px;
    /* min-width: calc((100%/4) - 40px); */
    min-width: calc((100%/2) - 20px);
    text-align: center;
    color:#95B138;
    cursor:pointer;
}
.price_title ._item.active{
    background: #95B138;
    color:#fff;
}
.price_box {
    margin-left:-10px;
    margin-right:-10px;
}
.price_box [class*="col-"]{
    padding-left:10px;
    padding-right:10px;
}
.price_box ._imgbox{
    border-radius: 20px;
    background:#fff;
}
.btn-alt {
    background: #95B138;
    border-radius: 30px;
    border: 1px solid #95B138;
    color:#fff;
    align-self: start;
    min-width:200px;
}
.btn-alt:hover {
    background: #95B138;
    border: 1px solid #FFFFFF;
    color:#ffffff !important;
}

.btn-details {
    background: #FFFFFF;
    border-radius: 24px;
    border: 1px solid #95B138;
    box-shadow: none;
    color:#95B138;
    min-width:127px;
    text-align:center;
}
.btn-details:hover {
    background: #95B138;
    border: 1px solid #FFFFFF;
    color:#ffffff !important;
}
.faq-accordion .accordion .accordion-item {
    box-shadow: 0px 0px 20px 0px #F4F4F4;
    border-radius: 20px;
}
.faq-accordion .accordion .accordion-item .accordion-title {
    padding: 10px 20px;
    color: #000000;
    position: relative;
    background: #ffffff;
    font-size: 18px;
    font-weight: 600;
    display: block;
    border: none;
    box-shadow: 0px 0px 20px 0px #F4F4F4;
    border-radius: 0;
}
.faq-accordion .accordion .accordion-item .accordion-title.active i::before {
    content: "\f106";
}

.box-m {
    padding:20px 35px;
    margin-bottom:20px;
}
.bg-checkbox {
        padding: 2px;
    width:100%;
}
.bg-checkbox img{
    position:relative;
    z-index:2;
    width:100%;
}
.bg-checkbox input + span {
   border: 1px solid #95b138;
    position: absolute;
    top: 17px;
    right: 14px;
    z-index: 3;
    background: transparent;
}
.bg-checkbox input + span:after {
    color:transparent;
}
.bg-checkbox input:checked + span:after {
    color:#fff;
}
.bg-checkbox input + span + b{
    position:absolute;
    width:100%;
    height:100%;
    top:0;
    left:0;
    content:"";
    background:transparent;
    border-radius:20px;
    z-index:1;
}
.bg-checkbox input + span + b + img{
    border-radius:20px;
}
.bg-checkbox input:checked + span + b{
    background:#95b138;
}
.address-bg {
    background: #FFFFFF;
    box-shadow: 0px 0px 20px 0px #F4F4F4;
    border-radius: 20px;
    border: 1px solid transparent;
    padding:20px 30px;
}
.address-bg.active,.address-bg:hover {
    border: 1px solid #95B138;
}
.order-table.ck .colspan table td {
    /*border: 1px solid #999999;*/
}
.price-box {
}
.price-box .price-box-img{
    background:#fff;
    box-shadow: 0px 0px 20px 0px #F4F4F4;
    border-radius: 20px;
}
.price-content {
    font-weight:bold;
    color:#000000;
}
.price-content h3{
    font-size:20px;
}
.price-content p{
    font-size:16px;
}
.price-content h3,.price-content p{
    margin-bottom:10px;
    font-weight:bold;
    color:#000000;
}
.price-content ._tag-box{
    margin-bottom:12px;
}
.price-content ._tag-box ._tag{
    background: #586820;
    border-radius: 10px;
    color:#FFFFFF;
    padding: 6px 12px;
    display: inline-block;
    min-width: 150px;
    text-align: center;

}
.price-content p._price{
    color: #FA6400;
    font-size:30px;
}
@media only screen and (max-width: 991px){
.price-box .price-box-img{
    margin-bottom:20px;
}
    .login-wrap, .info-wrap {
        padding-top:20px;
        padding-bottom:20px;
    }
}
.return {

}
.return ._item{
    border-radius:20px 20px 0 0;
    background:#95B138;
    font-weight: 500;
    color: #FFFFFF;
    padding:3px 16px;
    margin:0 5px;
    width:calc((100% / 5) - 10px);
    text-align:center;
    cursor:pointer;
}
.bg-ret {
     background:#FEFFF7;
}
.return ._item.active{
     background:#FEFFF7;
     color:#95B138
}
@media only screen and (max-width: 991px) {
    .box-m {
        padding:15px;
    }
.return ._item{
    border-radius:20px;
    padding:3px 5px;
    margin:0 5px 10px;
    width:calc((100% / 2) - 10px);
}
}
.faq-title .row{
    margin-left:-10px;
    margin-right:-10px;
}
.faq-title [class*="col-"]{
    padding-left:10px;
    padding-right:10px;
}
.faq-title .faq-item{
    background:#95B138;
    border-radius:10px 20px 10px 20px;
    padding:12px;
    text-align:center;
    color:#fff;
    cursor:pointer;
    margin-bottom:10px;

}
.faq-title .faq-item.active{
    background:#fff;
    color:#95B138;

}
.card-deck .card {
    margin-bottom: 15px;
}
.card-pro {
    color:#000000;
}
.card-pro.card {
    background: #FFFFFF;
    box-shadow: 0px 0px 20px 0px #F4F4F4;
    border-radius: 20px;
    border: 1px solid rgba(0,0,0,.0);
}
.card-pro p{
    color:#333333;
}
.widgets-icons {
    width: 80px;
    height: 80px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #95B138;
    font-size: 40px;
    border-radius: 10px;
    color:#fff;
}
/****/
@font-face {
  font-family: "iconfont"; /* Project id  */
  src: url('../fonts/iconfont.ttf?t=1636612491708') format('truetype');
}

.iconfont {
  font-family: "iconfont" !important;
  font-size: inherit;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-shoucang:before {
  content: "\f0144";
}

.icon-zhengque:before {
  content: "\e664";
}

.icon-suoding:before {
  content: "\e6e6";
}

.icon-yanjing:before {
  content: "\e62b";
}

.icon-route:before {
  content: "\e602";
}

.icon-qiandai:before {
  content: "\e624";
}

.icon-fangan:before {
  content: "\e636";
}

.icon-jiantour:before {
  content: "\e63a";
}

.icon-suo:before {
  content: "\e620";
}

.icon-shouji:before {
  content: "\e615";
}

.icon-dunpai:before {
  content: "\e604";
}

.icon-shandian:before {
  content: "\e8c5";
}

.icon-suoding_huaban:before {
  content: "\e625";
}

.icon-daojishitime-circle:before {
  content: "\e609";
}

.icon-shenqing:before {
  content: "\e650";
}

.icon-fanhuandizhi:before {
  content: "\e659";
}

.icon-shiyong:before {
  content: "\ea04";
}

.icon-LV4000:before {
  content: "\e510";
}
.text-h {
    font-size: 28px;
}
.small-ms {
    font-size: 50%;
    font-weight: 400;
    color:#E9E9E9;
}
.small-text {
    font-size: 16px;
    line-height: 1;
    color: #B9B9B9;
}
.border-xr {
    /*border-right: 1px solid #E9F1CD*/
}
.process-yd {
    background:url(../images/process-yd.png) no-repeat;
    width:24px;
    margin:0 auto;
    display:block;
    height: 24px;
    background-size: contain;
    transform: scale(2);
}
.no-gutters {
    position:relative;
    padding-bottom: 30px;
}
.no-gutters:before {
       position:absolute;
       height:100%;
       width:1px;
       background:#E9F1CD;
       content:"";
       display:block;
       margin:0 auto;
       position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);
}
.no-gutters.frist:before {
    height:50%;
    bottom:0;
    transform:translate(-50%,0%);
}
.t-box-l{
    /*background-image: linear-gradient(270deg, #FF7B54 0%, #F83600 100%);
    box-shadow: 0 20px 64px -6px rgba(252,96,51,0.40);
    border-radius: 100px 12px 12px 100px;*/
    padding: 10px 20px;
    position:relative;
    margin-bottom: 10px;
}
.t-box-l::after, .t-box-l:before {
    position:absolute;
    height:100%;
    top:0;
    right:0;
    content:"";
    display:block;
    background-image: linear-gradient(270deg, #FF7B54 0%, #F83600 100%);
    box-shadow: 0 20px 64px -6px rgba(252,96,51,0.40);

}
.t-box-l::after{
    width:50%;
    border-radius: 100px 12px 12px 100px;
    transform: skewX(-15deg);
}
.t-box-l:before{
    width:100%;
    border-radius: 100px 12px 153px 100px;
    z-index: 2;
}
.t-box-l._t-box-r::after, .t-box-l._t-box-r:before {
    position:absolute;
    height:100%;
    top:0;
    right:0;
    content:"";
    display:block;
    background-image: linear-gradient(90deg, #9FC818 0%, #8CB30B 100%);
    box-shadow: 0 20px 64px -6px rgba(140,179,11,0.40);

}
.t-box-l._t-box-r::after{
    width:50%;
    border-radius: 12px 100px 100px 12px;
    transform: skewX(-15deg);
    left:0;
}
.t-box-l._t-box-r:before{
    width:100%;
    border-radius: 153px 100px 100px 12px;
    z-index: 2;
}
.t-box-l .media {
    position:relative;
    z-index:3;
}
.t-box-l .media {
    color:#FFFFFF;
}
.t-box-l .widgets-social {
    height: 45px;
    width: 75px;
}
.widgets-social img{
    width: 100%;
    object-fit: contain;
    height: 100%;
}
.t-box-l .media p{
    color: rgba(255, 255, 255, .8);
    font-size: 14px;
}
.widget-box  ul {
    padding-left: 0;
    margin-bottom: 0;
    list-style-type: none;
}
.widget-box  ul li {
    position: relative;
    margin-bottom: 12px;
    color: #747576;
    padding-left: 14px;
    font-size: 15.5px;
    font-weight: 400;
    text-align: left;
}
.widget-box  ul li::before {
    background: #5764ec;
    width: 6px;
    height: 6px;
    background: #95B138;
    content: '';
    left: 0;
    top: 7px;
    position: absolute;
    border-radius: 50%;
}
.widget-box  .card-pro {
    /*background: transparent;
    box-shadow: 0px 0px 20px 0px #F4F4F4;
    border-radius: 20px;
    border: 1px solid rgba(0,0,0,.0);*/
    margin-bottom:40px;
}
.widget-box  .card-pro ._box{
        background: #FFFFFF;
    box-shadow: 0px 0px 20px 0px #F4F4F4;
    border-radius: 20px;
    border: 1px solid rgba(0,0,0,.0);
}
.widget-box  ul li a {
    color: #000000;
    display: block;
}
.widget-box .card-header {
    position:relative;
        background: transparent;
    border-bottom: none;
    text-align:center;
        padding: 0;
    height: 52px;
}
.widget-box .card-header:before{
    content:"";
    width:100%;
    height:100%;
    position:absolute;
    left:0;
    top:-15px;
    background:url(../images/widget-title-bg.png) no-repeat top center;
    background-size:contain;

}
.widget-box .card-header ._title{
    color: #FFFFFF;
    position:relative;
        display: flex;
    justify-content: center;
    align-items: center;
        font-size: 18px;
}
.widget-box .card-header ._title:before,.widget-box .card-header ._title:after {
    content:"";
    display:inline-block;
    margin:0 5px;
    width: 30px;
    height: 2px;
    background: linear-gradient(270deg, rgba(255, 255, 255, 0) 0%, #FFFFFF 100%);
    border-radius: 1px;

}
.widget-box .card-header ._title:before {
    transform: rotate(180deg);
}
.widget-box .card-header ._title:after{
}
.process-faq {
    margin-top:-30px;
}
.inspire-nav .navbar .navbar-nav .nav-item .dropdown-menu li.active a {
    color: #a5bd56;
}
.yc_box {
    font-weight: 400;
    color: #95B138;
    line-height: 28px;
}
.yc_box {

}
ul.horn {
    padding-left: 0;
    margin-bottom: 0;
    list-style-type: none;
}
ul.horn li {
    position: relative;
    margin-bottom: 12px;
    color: #95B138;
    padding-left: 14px;
    font-size: 15.5px;
    font-weight: 400;
}
ul.horn li::before {
    /*background: #5764ec;
    background: #95B138;*/
    content: attr(data-horn);
    left: 0;
    position: absolute;
    border-radius: 50%;
}
.ycsm {
}
.ycsm .card-pro.card {
    background: transparent;
    box-shadow: none;
    max-width:172px;
}
.ycsm .card-pro.jt {
    max-width:76px;
    padding-top: 86px;
}
.ycsm h4{
    position:relative;
    display: flex;
    justify-content: center;
    align-items: center;
}
.ycsm h4:before{
    content:"";
    width:11px;
    height:11px;
    margin-right: 5px;
    background:#8CB30B;
    border-radius: 50%;
}
.yc-box {
    position:relative;
}
.yc-box:before{
    position:absolute;
    content:"";
    box-shadow: 20px 20px 64px -6px rgba(140,179,11,0.40);
    width: 75%;
    height: 75%;
    left: 10%;
    top: 10%;
    border-radius: 32px;
    transform: rotate(-315deg);
}
.yc-box img{
    width:100%;
        position: relative;
}
@media (max-width: 991px) {
    .ycsm .card-pro.card {
    max-width: 214px;
    margin: 0 auto;
    justify-content: center;
}
    .ycsm .card-pro.jt {
        max-width: max-content;
    padding-top: 0;
    height: 76px;
    margin: 20px auto;
    transform: rotate(90deg);
}
}
.color-cs {
    color:#FF6600 !important;
}
.fanlianshuo-box {
    max-width: 860px;
    margin: 60px auto;
    text-align: center;
    padding: 25px 0;
    background: #FFFFFF;
    box-shadow: 0px 22px 140px -10px rgba(0, 0, 0, 0.05);
    border-radius: 8px;
    border: 1px solid #E9E9E9;
}
.fanlianshuo-box h3 {
            font-size: 24px;
}
.fanlianshuo-box ._p {
    font-weight: 400;
    color: #676767;
    line-height: 25px;
}
.timeline-box {
    /*width: 42px;
height: 42px;*/
}
.timeline-box ._badge{
    width: 35px;
    height: 35px;
    background: #8CB30B;
    box-shadow: 0px 10px 25px -2px rgba(140, 179, 11, 0.3);
    display: block;
        border-radius: 50%;
        color: #FFFFFF;
    line-height: 35px;
    font-size: 16px;
}
.timeline-box.orange-line ._badge{
    background: #FF9D5C;
    box-shadow: 0px 10px 25px -2px rgba(255, 157, 92, 0.3);
}
.timeline-body {
    background:url(../images/flsm-bg.png) no-repeat center right;
    background-position-y:20px;
    background-size:contain;
    padding:0 80px 40px;
}
@media only screen and (max-width: 991px) {
.timeline-body {
    padding:0;
}

}
.timeline-body .card{
    background-color:transparent;
}
.timeline-body .card-text{
    padding-top:8px;
    max-width: 40%;

}
.timeline-body .card-text ._box{
    background:#F7F7F7;
    padding:10px 20px;
    border-radius:10px;
    color:#676767;
    position:relative;
    display:block;
}
.timeline-body .card-text ._box:before{
    content:"";
    display: block;
    width: 0px;
    height: 0px;
    border: 6px solid transparent;
    border-right-color: #F7F7F7;
    position: absolute;
    top: 10px;
    left: -12px;
}
.timeline-right {
    border-right: 3px solid #8CB30B;
}
.timeline-right-dashed {
    border-right: 2px dashed #FF9D5C;
}
.teshu-top {
    padding-top:42px;
}

@media only screen and (max-width: 991px) {
.timeline-body .card-text{
        max-width:100%;
    }
    .timeline-body .h-50 {
        height:auto !important;
    }
    .timeline-body .h-50.last {
        height:50% !important;
    }
    .teshu-top {
    padding-top: 24px;
}
}
.fanlianshuo-box ._p ._mb {
    display:inline-block;
}
@media only screen and (max-width: 768px) {
.fanlianshuo-box ._p ._mb {
    display:block;
}
    .fanlianshuo-box {
    margin: 40px auto;
    text-align: left;
    padding: 15px;
    background: #FFFFFF;
}
.fanlianshuo-box h3 {
    font-size: 16px;
}
}
.section-top {

}
.needing_attention {
    padding-top:40px;
}
.needing_attention .card-header:first-child {
    border-radius: 20px 20px 0px 0px;
}
.needing_attention .card-header {
    border-bottom: 1px solid #95B138;
    background: #95B138;
    text-align: center;
    color: #FFFFFF;
}
.needing_attention .card {
    background: #FFFFFF;
    box-shadow: 0px 0px 20px 0px #F4F4F4;
    border-radius: 20px;
    border-color:#fff;
}
.needing_attention .horn li {
    color:#000000;
    padding-left: 23px;
}
.needing_attention .horn li:before {
    color:#95B138;
     content: "\f0144";
      font-family: "iconfont" !important;
      font-size: inherit;
      font-style: normal;
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;

}
.about {
    background:url(../images/about-bg.png) no-repeat 100%;
    color:#fff;
}
.about .table{
    color:#fff;
}
.about_box ._items{
  border: 1px solid #fff;
    border-radius: 20px 90px 20px 90px;
    overflow:hidden;
}
.about_box ._items ._item{
  border-bottom: 1px solid #fff;
  position:relative;

}
.about_box ._items ._item ._td{
padding: 1rem;
vertical-align:middle;
}
.about_box ._items ._item ._td::after{
content:"";
position:absolute;
height:100%;
width:1px;
background:#fff;
left:25%;
top:0;
}
.about_box ._items ._item ._td:first-child{
    flex:0 0 25%;
        align-self: center;
    text-align:center;
}
.about_box ._items ._item:last-child{
  border-bottom: none;
}
.about ._img{
    width:200px;
    margin:0 auto;
    display:block;
    margin:0 auto;
}
.color-j {
color: rgba(244, 244, 244, 0.1) !important;
}
.about-title h2 {
    background-image:none;
}
.about-title::after {
    content:"";
    position:absolute;
    width: 180px;
    height: 4px;
    background: linear-gradient(270deg, rgba(255, 255, 255, 0) 0%, #FFFFFF 55%, rgba(255, 255, 255, 0) 100%);
    border-radius: 2px;
    left: 50%;
    transform: translate(-50%,-50%);
}
.__title {
    font-size:18px;
    font-weight:bold;
}
.order-faq {
    padding-top:40px;
}
.order-faq ._list-title{
    margin-bottom:30px;
    font-weight:bold;
    font-size:18px;
}
.order-faq .__list{
    margin-bottom:20px;
    padding:20px 30px;
    background: #F7F7F7;
    border-radius: 20px;
}
.info-wrap .form-group .btn-tz {
    border-radius: 40px;
}
.apply_wrap{
  color:#000000;
}
.apply_wrap ul li{
    margin-bottom:10px;
}
.apply_wrap .__title{
    font-size:16px;
}
.apply_wrap .apply_item{
    margin-bottom:20px;
}
.apply_title {
    margin:30px 0 20px;
    font-size:20px;
}
.apply-bg {
    background-image:url(../images/sqbj.png);
}
.apply_wrap .form-control {
    background: #FFFFFF;
    border-radius: 30px;
    border-color: #FFFFFF;
}
.go-top {
    background-color: #333333;
}
.row-10 {
    margin-left:-5px;
    margin-right:-5px;
}
.row-10 [class*="col"]{
    padding-left:5px;
    padding-right:5px;
}
.max-width {
    max-width:120px;
}
.row-10 [class*="col-"]:nth-child(1){
}
.row-10 [class*="col-"]:nth-child(2){
}
.use_wrap {
    font-size: 16px;
    font-weight: 400;
    color: #333333;
    line-height: 30px;
}
.use_wrap {
    font-size: 16px;
    font-weight: 400;
    color: #333333;
    line-height: 30px;
}
.use_wrap p{
    font-size: 16px;
    font-weight: 400;
    color: #333333;
    line-height: 30px;
}
.use_wrap h2{
    font-size: 24px;
    font-weight: 500;
    color: #95B138;
    line-height: 28px;
    margin-bottom:35px;
}
.use_wrap h3{
    font-size: 20px;
    font-weight: 500;
    color: #95B138;
    line-height: 28px;
}
 .use_wrap p,.use_wrap h3 {
     margin-bottom:15px;
}
.single-privacy {
    max-width:1230px;
    margin:0 auto;
    padding:0 15px;
}
.single-privacy {
    max-width:1230px;
    margin:0 auto;
    padding:0 15px;
}
.privacy-dl {
    border-radius: 20px;
    border: 2px solid #000000;
    text-align:center;
    min-width: 520px;
    margin-bottom:30px;
    font-size: 20px;
    font-weight: 400;
    color: #000000;
}
.privacy-dl .flex-5{
    -webkit-box-flex: 1;
    -ms-flex: 0 0 calc(100%/5);
    -webkit-flex: 0 0 calc(100%/5);
    flex: 0 0 calc(100%/5);
    border-left: none;
}
.privacy-dl .flex-3{
    -webkit-box-flex: 1;
    -ms-flex: 0 0 calc(100%/3);
    -webkit-flex: 0 0 calc(100%/3);
    flex: 0 0 calc(100%/3);
    border-left: none;
   min-height: 50px;

}
.privacy-dt>div {
    padding-top:25px;
    padding-bottom:25px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-right:1px solid #000000;
    font-weight:bold;
}
.privacy-dd {
    border-top: 1px solid #000000;
    position:relative;
}
.privacy-dd>div{
    position:relative;
    padding-top:5px;
    padding-bottom:5px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-right:1px solid #000000;
}
.privacy-dd>div:last-child,.privacy-dt>div:last-child{
   border-right: 0px solid #000000;
}
.privacy-dd:first-child {
    border-top: 0px solid #000000;
}
.sign {
    width:40px;
    height:40px;
    display:block;
    margin:0 auto;
    overflow:hidden;
    background-size:contain;
    background-repeat:no-repeat;
}
.sign.icon-sy{
    background-image:url(../images/icon-sy.png);
}
.sign.icon-oy{
    background-image:url(../images/icon-oy.png);
}
.sign.icon-sj{
    background-image:url(../images/icon-sj.png);
}
.privacy-title {
    padding:0px 0 30px;
    font-size: 26px;
    font-weight: 500;
    color: #000000;
    line-height: 37px;
    text-align:center;
}
.__p {
    font-size: 20px;
    font-weight: 400;
    color: #000000;
    line-height: 28px;
}

/**調整*/
.home-slider-area.tz-banner {
    min-height: 52vw;
    margin-top:0px;
}
.tz-nav .inspire-nav {
    background-color: #95B138;
}
.inspire-nav .navbar .navbar-nav .nav-item a {
    color: #fff !important;
}
 .inspire-nav .navbar .navbar-nav .nav-item:hover a, .inspire-nav .navbar .navbar-nav .nav-item:focus a, .inspire-nav .navbar .navbar-nav .nav-item.active a {
     color: #fefca8;
 }
.bannerswiper{
    position: relative;
    width: 100%;
    overflow: hidden;
}

.mySwiper .swiper-slide-thumb-active {
    opacity: 1;
}
.bannerswiper .swiper-button-next,.bannerswiper  .swiper-button-prev {
    /*position: absolute;*/
    /*top: 50%;*/
    /*width: 40px;*/
    /*height: 30px;*/
    /*margin-top: -15px;*/
    /*z-index: 10;*/
    /*cursor: pointer;*/
    /*background-size: 100%;*/
    width: 44px;
    height: 44px;
    border-radius: 50%;
    background-color: #fff;
    background-size: 14px;
    border: 0;
}
.bannerswiper .swiper-button-prev,.bannerswiper .swiper-container-rtl .swiper-button-next {


}
.bannerswiper .swiper-button-next,.bannerswiper .swiper-container-rtl .swiper-button-prev {

}
.bannerswiper .swiper-slide{
    background-size: cover;
    background-position: center;
}
.bannerswiper .swiper-slide img{
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.bannerswiperX {
    height: 20%;
    box-sizing: border-box;
    padding: 10px 0;
    overflow: hidden;
}
.bannerswiperX .swiper-slide {
    width: 25%;
    height: 100%;
    opacity: 0.4;
    cursor: pointer;
}

.bannerswiperX .swiper-slide-thumb-active {
    opacity: 1;
}
.swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
@media only screen and (max-width: 991px){
}
input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
    -webkit-transition-delay: 111111s;
    -webkit-transition: color 11111s ease-out, background-color 111111s ease-out;
}
.custom-date-picker{
    width: auto !important;
    flex-grow: 1;
}
.custom-date-picker.custom-date-bg{
    width: 100% !important;
}
.custom-date-picker .el-input__inner{
    border:none;
    font-size: 1rem;
}
.custom-date-picker.custom-date-bg .el-input__inner{
    background: #F7F7F7;
    border-radius: 30px;
    border-color: #F7F7F7;
}
.custom-date-picker .el-input__prefix {
    left: auto;
    transition: all .3s;
    right: 5px;
    color: #000;
    font-size: 24px;
}
.custom-date-picker .el-input__suffix {
    right: auto;
    transition: all .3s;
    left: 5px;
}

/**/
.bg-checkbox {
    padding: 15px 3px;
    width: 100%;
}

.bg-checkbox input + span {
    border: 1px solid #95b138;
    position: absolute;
    top: 10px;
    right: 8px;
    z-index: 3;
    background: transparent;
}
.bg-checkbox input + span + b {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    content: "";
    background: transparent;
    border-radius: 20px;
    z-index: 1;
    border: 3px solid transparent;
}
.bg-checkbox input:checked + span + b {
    background: transparent;
    border-color: #95b138;
}
@media only screen and (max-width: 768px) {
.about_box ._items {
    border-radius: 20px 20px 20px 20px;
}
.about_box ._items ._item ._td:first-child {
    flex: 0 0 100px;
    flex-shrink: 0;
}
.about_box ._items ._item ._td::after {
    left: 100px;
}
.box-m {
    padding: 15px 8px;
}
.input-group-prepend.error {
    position: absolute;
    bottom: -1.3rem;
    z-index: 5;
}
.input-group-prepend.error .input-group-text {
    padding: 0 !important;
    line-height: 1 !important;
}
.login-wrap-box {
    padding: 40px 4%;
}
.tz-input-group.address .form-control{
	-ms-flex: 1 1 auto;
	flex: 1 1 auto;
}
}
@media only screen and (max-width: 375px) {
.return ._item ._h6,.return ._item ._txt{
	font-size:14px;
}
.tz-input-group.address .form-control{
    padding: .375rem .25rem;
}
}
@media only screen and (max-width: 375px) {
.input-group-img {
    width: 40px;
}
}
@media only screen and (max-width: 320px) {
.form-control,.tz-input-group .input-group-text{
    font-size: 12px;
}
.input-group-text {
    padding: .375rem .25rem;
	}
	.tz-input-group.address .form-control + select.form-control{
		max-width:105px !important;
	}
}

.sp_br {
    display:none;
}
@media only screen and (max-width: 768px) {
    .sp_br {
        display:block;
    }
    .chang-order ._body{
        position:relative;
    }
    .chang-order ._body .state-box{
        position:absolute;
        right:15px;
        top:15px;
    }

.address-item {
    min-width:120px;
    max-width:initial;
}
input,select{
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}
.info-main {
    padding: 15px 15px;
}
    .user-img-box {
        width: 60px;
        height: 60px;
    }
    .user-img {
        margin-bottom:0;
    }
}
/*.order-table>td:first-child{width:150px;}*/
/*.order-table td table td:first-child{width:185px;}*/
/*.order-table td table td:nth-child(2){width:50px;}*/
/*.order-table td table td:last-child{width:100px;}*/
.colspan table{word-wrap:break-word;word-break:break-all;}
.colspan table tr.td4 td:nth-child(1){width:25%;}
/*.colspan table tr.td4 td:nth-child(2){width:10%;}*/
.colspan table tr.td4 td:nth-child(3){width:10%;min-width: 70px;}
.colspan table tr.td4 td:nth-child(4){width:12%;min-width: 100px;}
.colspan table tr.td5 td:nth-child(1){width:25%;}
/*.colspan table tr.td5 td:nth-child(2){width:10%;}*/
/*.colspan table tr.td5 td:nth-child(3){width:10%;}*/
/*.colspan table tr.td5 td:nth-child(4){width:10%;}*/
.colspan table tr.td5 td:nth-child(5){width:12%;min-width: 100px;}
.colspan table tr.td3 td:nth-child(1){width:25%;}
.colspan table tr.td3 td:nth-child(3){width:10%;min-width: 70px;}
.colspan table tr.td3 td:nth-child(4){width:12%;min-width: 100px;}
.mySwiper2{margin-top:10px;}
.mySwiper2 .swiper-slide{ height:500px;}
@media only screen and (max-width: 1300px){
    .mySwiper2 .swiper-slide {
        height: auto;
    }
}
@media only screen and (max-width: 992px){
    .mySwiper2 .swiper-slide {
    height: auto;
}
    .btn-appointment {
    padding: 2px 6px;
    color: #fff;
    background-color: #FF6600;
    border-color: #FF6600;
    border-radius: 4px;
    position: fixed;
    top: 8px;
    width: 54px;
    height: 40px;
    background: #FF6600;
    border-radius: 4px;
    right: 68px;
    line-height: 1.23;
    display: block;
    font-size: 14px;
}
}
.login-wrap-box{
  height: 84.74%;
}
@media only screen and (max-width: 991px){
    .login-wrap-box{
      height: auto;
    }
}
@media (min-width: 576px){}
@media (min-width: 768px){}
@media (min-width: 992px){}
@media (min-width: 1200px){
    .tz-container-box,.tz-container{max-width: 1140px;}
    .tz-container .tz-container-box{width:100%;}
    .inspire-nav-top-bar .tz-container-box,
    .inspire-nav .tz-container-box {max-width: 1000px;}
    .tz-container-box2 {max-width: 1000px;}
    .tz-container-box, .tz-container {max-width: 1000px;}
}
