@font-face {
  font-family: 'Verdana';
  src: url(../images/verdana_bbb984ec97f57451b7b1.ttf);
}
@font-face {
  font-family: 'Verdanab';
  src: url(../images/verdanab_f215519fd114ce78214a.ttf);
}
@font-face {
  font-family: 'Arial';
  src: url(../images/arial_5afb1f7c7464ace62524.ttf);
}
@font-face {
  font-family: 'arial';
  src: url(../images/arial_5afb1f7c7464ace62524.ttf);
}
@font-face {
  font-family: 'FotonType';
  src: url(../images/FotonType-Light_7c1eb91e293f73042e2f.ttf);
}
@font-face {
  font-family: 'FotonTypeB';
  src: url(../images/FotonType-Bold_57de77f358a7ed800572.ttf);
}
@font-face {
  font-family: 'ArialBlk';
  src: url(../images/ariblk_56ef8cad50d303ef9372.ttf);
}
.main .main_2.main_block {
  padding-top: 0;
}
.img-block:hover .hover-mask {
  width: 100%;
  height: 100%;
  background: #000000;
  opacity: 0.7;
  position: absolute;
  top: 0;
}
.admin .editList .editListMask {
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 3;
}
#banner .bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media (min-width: 900px) {
  body {
    max-width: 1920px;
    margin: 0 auto;
    background-color: #fff;
    overflow-x: hidden;
  }
  .blue_txt {
    display: inline-block;
    vertical-align: top;
    margin-left: 10px;
    width: calc(100% - 30px);
    text-align: left;
    margin-top: -2px;
  }
  .Australia.main .fill_2 .blue_text {
    margin-left: 50%;
    transform: translateX(-50%);
    width: fit-content;
    white-space: nowrap;
  }
  .mask {
    width: 100%;
    height: 100%;
    background: #000000;
    opacity: 0.7;
    position: absolute;
    top: 0;
  }
  p {
    margin: 0;
  }
  #banner {
    width: 100%;
    height: 100vh;
    overflow: hidden;
    position: relative;
    padding-top: 0;
  }
  #banner .b-swiper {
    width: 100%;
    height: 100%;
  }
  #banner .bg img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .main .main_2.main_block .sub-price-block {
    margin-top: 0;
  }
  .main .main_2.main_block .imagePanel {
    margin-top: 0;
  }
  .main .main_block.main_2 .sub-block {
    margin-right: 0;
    margin-left: 115px;
    margin-top: -8px;
  }
  #banner .circleLine {
    display: none;
  }
  #banner .bg {
    width: 100%;
    max-width: 1920px;
    height: 100%;
    margin: 0 auto;
    overflow: hidden;
  }
  #banner .info {
    width: 610px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 1000px;
    -webkit-transform-origin-y: 0;
  }
  #banner .info .title {
    font-size: 62px;
    color: #fff;
    line-height: 1;
    font-weight: bold;
    line-height: 80px;
    font-family: 'FotonTypeB';
  }
  #banner .info .line {
    width: 100%;
    height: 0;
    border-bottom: solid 2px #fff;
    /* margin: 40px 0 30px 0; */
    margin: 20px 0 10px 0;
  }
  #banner .info .subTitle {
    font-size: 24px;
    font-family: "Arial";
    color: #ffffff;
    font-weight: bold;
    line-height: 2;
    /* margin-bottom: 20px; */
    margin-bottom: 10px;
  }
  #banner .info .p {
    font-size: 16px;
    line-height: 32px;
    color: #fff;
    font-family: 'arial';
  }
  #banner .timeline {
    width: 1160px;
    height: 1160px;
    border: solid 2px #fff;
    border-radius: 50%;
    position: absolute;
    left: -600px;
    top: 50%;
    transform: translateY(-50%);
    /* transform-origin: 50% 50%;
        transition: transform .3s; */
    -webkit-transform-origin-y: 0;
  }
  #banner .timeline .item {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
  #banner .timeline .item .content {
    width: 16px;
    height: 16px;
    border: 8px solid #fff;
    border-radius: 50%;
    box-sizing: border-box;
    overflow: hidden;
    position: absolute;
    left: 580px;
    top: 0;
    transform: translate(-50%, -50%);
    transition: all 0.3s;
  }
  #banner .timeline .item:not(.active) .content:hover {
    width: 80px;
    height: 80px;
    border-width: 0;
    transform: translate(-50%, -50%);
  }
  #banner .timeline .item img {
    width: 100%;
    height: 100%;
  }
  #banner .timeline .item.active .content {
    width: 560px;
    height: 560px;
    padding: 0px;
    transform: translate(-50%, -50%);
    border-width: 1px;
  }
  /* 按钮 */
  #banner .btns {
    position: absolute;
    right: 70px;
    bottom: 100px;
    color: #fff;
    z-index: 2;
  }
  #banner .btns .btn {
    cursor: pointer;
    color: #fff;
    display: flex;
  }
  #banner .btns .btn .icon {
    width: 50px;
    height: 50px;
    border: solid 1px #fff;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  #banner .btns .btn .icon svg {
    width: 22px;
  }
  #banner .btns .btn .icon svg path {
    fill: #fff;
  }
  #banner .btns .btn p {
    width: fit-content;
    font-size: 16px;
    text-align: right;
    line-height: 52px;
    white-space: nowrap;
    margin-left: 5px;
    font-family: 'arial';
  }
  #banner .btns .btn.prev .icon {
    transform: rotate(90deg);
  }
  #banner .btns .btn.next {
    margin-top: 30px;
  }
  #banner .btns .btn.next .icon {
    transform: rotate(-90deg);
  }
  #banner .swiper-slide {
    height: 100%;
    overflow: hidden;
  }
  /* 按钮禁用 */
  #banner .btns .btn.disabled {
    color: #999;
    cursor: not-allowed;
  }
  #banner .btns .btn.disabled .icon {
    border-color: #999;
  }
  #banner .btns .btn.disabled .icon svg path {
    fill: #999;
  }
  .main {
    width: 1301px;
    height: auto;
    color: #999;
    font-size: 16px;
    line-height: 24px;
    line-height: 36px;
    margin: 0 auto;
  }
  .fill_swiper_text {
    display: none;
  }
  .fill_swiper_text:first-of-type {
    display: block;
  }
  .main > .title {
    padding-top: 120px;
    font-size: 62px;
    line-height: 1;
    color: #fff;
    text-align: center;
  }
  .line {
    width: 5px;
    height: 16px;
    background-color: #0068b7;
    vertical-align: top;
    margin-right: 10px;
    display: inline-block;
  }
  .blue_text {
    font-size: 16px;
    font-family: "Arial";
    line-height: 36px;
    color: #0068b7;
    text-align: center;
    margin-top: 20px;
  }
  .sub-block .line {
    width: 5px;
    height: 16px;
    background-color: #041954;
    vertical-align: middle;
    margin-right: 10px;
    display: inline-block;
    margin-top: -4px;
    display: none;
  }
  .line-text {
    height: 16px;
    display: inline-block;
    line-height: 16px;
  }
  .main .subTitle {
    margin-top: 20px;
    margin-bottom: 60px;
  }
  .main .row {
    width: 100%;
    margin-bottom: 24px;
    overflow: hidden;
  }
  .main .row .left {
    float: left;
  }
  .main .row .right {
    float: right;
  }
  .main .row .img {
    width: 670px;
  }
  .main .row .img img {
    width: 100%;
  }
  .main .row .text {
    width: 560px;
  }
  .main .row .right.text {
    padding-top: 16px;
  }
  .main .row .text .t {
    font-size: 28px;
    font-weight: blod;
    line-height: 1;
    color: #fff;
  }
  .main .row .text p:not(.t) {
    margin-top: 24px;
  }
  .main .bigRow .img {
    width: 100%;
  }
  .main .bigRow .img img {
    width: 100%;
  }
  .main .bigRow .text {
    width: 100%;
    padding: 40px 0;
  }
  .main .bigRow .text .t {
    margin-top: 12px;
  }
}
/* 移动端 */
@media (max-width: 899px) {
  .blue_text {
    font-size: 13px;
    font-family: "Arial";
    color: #0068b7;
  }
  .panel {
    font-size: 16px;
    font-family: Arial;
    /* font-weight: bold; */
    color: #000000;
    float: left;
    margin-left: 20px;
    margin-right: 20px;
    line-height: 46px;
  }
  .blue_text .bule_img {
    margin-right: 5px;
  }
  .blc_1 .imagePanel {
    margin-bottom: 40px;
  }
  .blc_details .imagePanle {
    margin-bottom: 40px;
  }
  .fill_1 .yinhao.top {
    margin-top: 20px;
  }
  .last .swiper-slide {
    height: calc((100vw - 46px)/16*9);
  }
  .swiper_block .swiper-slide {
    height: calc((100vw - 120px)/16*9);
  }
  .swiper_block .detailsMoreBtn {
    display: none;
  }
  .fill_all_block .fill-image {
    width: 100%;
    height: 100%;
  }
  .sub-block .line {
    width: 5px;
    height: 16px;
    background-color: #041954;
    vertical-align: middle;
    margin-right: 10px;
    display: inline-block;
    margin-top: -4px;
    display: none;
  }
  .fill_2 .yinhao.top {
    margin-top: 20px;
  }
  .blue_txt {
    width: calc(100% - 24px);
    /* display: inline-block; */
    line-height: 26px;
    vertical-align: top;
    position: relative;
    top: -5px;
  }
  html,
  body {
    font-size: calc(100vw / 3.75);
    background-color: #fff;
    margin: 0;
    padding: 0;
    /* margin-top: 20px; */
  }
  p {
    margin: 0;
  }
  .prev .radio_btn,
  .next .radio_btn {
    padding-right: 42px;
    position: relative;
    padding-left: 0;
    left: 0;
    transform: translateX(-22px);
    transition: 0.4s ease transform;
  }
  /* .prev:hover .radio_btn,
    .next:hover .radio_btn {
        transform: translateX(20px);
    } */
  .iconIro {
    overflow: hidden;
  }
  .iconIro {
    width: 46px;
    height: 46px;
    border: 1px solid #000000;
    border-radius: 50%;
    box-sizing: border-box;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .radio_btn {
    background: url(../images/arrow-black_93ffab902999017d365f.svg) no-repeat center center;
    background-size: 100% 100%;
    width: 23px;
    height: 23px;
  }
  /* .prev .radio_btn {
        scale: -1;
    } */
  .prev .iconIro {
    transform: scale(-1);
  }
  .hasClick .radio_btn,
  .swiper .detailsMoreBtn.hasClick .radio_btn {
    background: url(../images/arrow_4778035185d1ae5aa948.svg) no-repeat center center;
    background-size: 100% 100%;
  }
  .hasClick .iconIro,
  .swiper .detailsMoreBtn.hasClick .iconIro {
    background: #000000;
  }
  .swiper_block {
    width: 100vw;
    overflow: hidden;
    padding-top: 70px;
  }
  .details .mobile .sub-price-block {
    padding-top: 70px;
  }
  #banner {
    width: 100%;
    height: 100%;
    position: relative;
    overflow: hidden;
    padding-top: 64px;
    box-sizing: border-box;
  }
  #banner .b-swiper {
    width: 100%;
    height: 100%;
  }
  #banner .swiper-slide {
    height: 100%;
  }
  #banner .circleLine {
    width: 100%;
    position: absolute;
    left: 0;
    /* bottom: .96rem; */
    bottom: 0.5rem;
    transform: rotate(2deg);
    transform-origin: center bottom;
  }
  #banner .circleLine img {
    width: 100%;
  }
  #banner .bg {
    width: 100%;
    height: 100%;
    margin: 0 auto;
    position: relative;
  }
  #banner .bg img {
    width: 100%;
  }
  #banner .bg .mask {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background-color: rgba(0, 0, 0, 0.6);
  }
  #banner .info {
    width: 100%;
    padding: 0 0.23rem;
    box-sizing: border-box;
    position: absolute;
    left: 0;
    top: 0.46rem;
    z-index: 2;
  }
  #banner .viewBtn {
    margin-top: 0.1rem;
  }
  .swiper_block .swiper {
    margin-left: auto;
    margin-right: auto;
    position: relative;
    overflow: unset;
    list-style: none;
    padding: 0;
    z-index: 1;
    width: calc(100% - 120px);
  }
  #banner .info .title {
    font-size: 24px;
    font-family: 'FotonTypeB';
    color: #ffffff;
    font-weight: bold;
    line-height: 1.5;
  }
  #banner .info .line {
    width: 100%;
    height: 0;
    border-bottom: solid 0.01rem #fff;
    margin: 15px 0;
  }
  #banner .info .subTitle {
    font-size: 0.18rem;
    color: #fff;
    line-height: 1.5;
    font-weight: bold;
    margin-bottom: 10px;
    font-family: 'arial';
  }
  #banner .info .p {
    font-size: 0.12rem;
    line-height: 0.21rem;
    color: #fff;
    font-family: 'arial';
  }
  #banner .timeline {
    width: 4.71rem;
    height: 3.3rem;
    border-radius: 50%;
    transform-origin: center;
    transition: transform 0.3s;
    position: absolute;
    left: 50%;
    bottom: -2.35rem;
    margin-left: -2.35rem;
    z-index: 2;
  }
  #banner .timeline .item {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
  #banner .timeline .item .content {
    width: 0.08rem;
    height: 0.08rem;
    border: 0.04rem solid #fff;
    border-radius: 50%;
    box-sizing: border-box;
    overflow: hidden;
    position: absolute;
    top: -2.35rem;
    left: 0;
    transform: translate(-50%, -50%);
    transition: all 0.3s;
  }
  #banner .timeline .item img {
    width: 100%;
    height: 100%;
  }
  #banner .timeline .item.active .content {
    width: 1.7rem;
    height: 1.7rem;
    padding: 0rem;
    transform: translate(-50%, -50%);
    border-width: 0.02rem;
  }
  #banner .btns {
    width: 100%;
    position: absolute;
    left: 50%;
    bottom: 0.32rem;
    transform: translate(-50%);
    display: flex;
    justify-content: space-around;
    z-index: 2;
  }
  #banner .btns .btn {
    width: 50%;
    cursor: pointer;
    color: #fff;
    display: flex;
    box-sizing: border-box;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  }
  #banner .btns .btn .icon {
    width: 0.3rem;
    height: 0.3rem;
    border: solid 1px #fff;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
  }
  #banner .btns .btn .icon svg {
    width: 0.15rem;
  }
  #banner .btns .btn .icon svg path {
    fill: #fff;
  }
  #banner .btns .btn p {
    width: auto;
    font-size: 0.12rem;
    text-align: right;
    line-height: 0.3rem;
    height: 0.3rem;
    color: #fff;
  }
  #banner .btns .btn.prev p {
    padding-right: 0.15rem;
  }
  #banner .btns .btn.next p {
    padding-left: 0.15rem;
  }
  #banner .btns .btn.prev {
    flex-direction: row-reverse;
    padding-right: 0.15rem;
  }
  #banner .btns .btn.next {
    flex-direction: row;
    padding-left: 0.15rem;
  }
  /* #banner .btns .btn.prev p {
        float: left;
        text-align: left;
    }

    #banner .btns .btn.prev .icon {
        float: right;
    }

    #banner .btns .btn.next p {
        float: left;
    }

    #banner .btns .btn.next .icon {
        float: left;
    } */
  #banner .btns .btn.next .icon {
    transform: rotate(180deg);
  }
  /* 按钮禁用 */
  #banner .btns .btn.disabled {
    color: #999;
    cursor: not-allowed;
  }
  #banner .btns .btn.disabled .icon {
    border-color: #999;
  }
  #banner .btns .btn.disabled .icon svg path {
    fill: #999;
  }
  .content-block .img-block {
    position: relative;
    overflow: hidden;
    height: 253px;
    margin-bottom: 20px;
  }
  .content-block .fit-image {
    object-fit: cover;
  }
  .fit-image {
    object-fit: cover;
  }
  .content-block .img-block:hover .top_text {
    background: #041954;
    text-align: center;
    line-height: 28px;
  }
  .top_text {
    position: absolute;
    top: 10px;
    left: 10px;
    height: 28px;
    width: 63px;
    font-size: 13px;
    font-family: Arial;
    font-weight: bold;
    color: #FFFFFF;
  }
  .bule_img {
    display: inline-block;
    margin-right: -2px;
  }
  .bottom_text {
    position: absolute;
    bottom: 10px;
    left: 15px;
    /* height: 48px; */
    font-size: 13px;
    font-family: Arial;
    font-weight: bold;
    color: #FFFFFF;
    width: calc(100% - 30px);
  }
  .main {
    width: 100%;
    box-sizing: border-box;
    margin-bottom: 0.42rem;
    text-align: left;
  }
  .main .title {
    /* font-size: .24rem;
        padding-top: .57rem;
        line-height: 1.2;
        text-align: center;
        color: #fff; */
    font-size: 30px;
    font-family: FotonTypeB;
    font-weight: bold;
    color: #000000;
    line-height: 40px;
    text-align: left;
    width: 100%;
    word-break: break-word;
    margin-top: 60px;
  }
  .fit-image {
    width: 100%;
    height: 100%;
  }
  .imagePanel {
    /* margin-top: 30px; */
    margin: 0;
    padding: 0;
    height: fit-content;
  }
  .main .subTitle {
    color: #999;
    font-size: 0.12rem;
    line-height: 0.21rem;
    margin-top: 0.13rem;
  }
  /* .main .row{ margin-top: .42rem;} */
  .main .row .img {
    width: 100%;
  }
  .main .row .img img {
    width: 100%;
    display: block;
  }
  .main .row .text {
    padding: 0.17rem 0;
  }
  .main .row .text p:not(.t) {
    font-size: 0.12rem;
    line-height: 0.21rem;
    color: #666;
    margin-top: 0.12rem;
  }
  .main .row .text .t {
    font-size: 0.18rem;
    font-weight: bold;
    color: #fff;
  }
  .sub-title {
    font-size: 19px;
    font-family: Arial;
    font-weight: bold;
    color: #000000;
    line-height: 35px;
    margin-top: 40px;
    text-align: left;
    margin-bottom: 0;
  }
  .main_block .text {
    font-size: 14px;
    font-family: Arial;
    font-weight: 400;
    color: #000000;
    line-height: 28px;
  }
  .main_block .sub-text {
    font-size: 14px;
    font-family: Arial;
    font-weight: 400;
    color: #333333;
    line-height: 28px;
  }
  .main_block {
    padding-bottom: 70px;
    padding-top: 70px;
    padding: 0 0.23rem;
  }
  .main_block .imagePanel {
    margin-top: 0px;
    margin-bottom: 35px;
  }
  /* .details.main .fill_block.white{
        padding-bottom:70px;
    } */
  .fill_block {
    background: #DDE2E6;
    padding: 70px 0.23rem;
    position: relative;
  }
  .fill_text .fill_content {
    font-size: 14px;
    font-family: Arial;
    font-weight: bold;
    color: #000000;
    line-height: 28px;
    margin-top: -20px;
  }
  .yinhao {
    font-size: 60px;
    font-family: Arial;
    font-weight: bold;
    color: #000000;
  }
  a.link {
    font-size: 16px;
    font-family: ArialBlk;
    font-weight: 900;
    line-height: 36px;
    color: #041954;
    display: block;
    margin-top: -60px;
  }
  .link_text {
    font-size: 12px;
    font-family: Arial;
    font-weight: 400;
    color: #000000;
  }
  .price .num {
    font-size: 46px;
    font-family: ArialBlk;
    font-weight: 900;
    color: #000000;
    line-height: 46px;
    text-align: center;
  }
  .price .unit {
    font-size: 16px;
    font-family: ArialBlk;
    font-weight: 900;
    color: #000000;
    text-align: center;
    margin-top: 15px;
    line-height: 36px;
    margin-bottom: 10px;
  }
  .price-info {
    font-size: 14px;
    font-family: Arial;
    font-weight: 400;
    color: #000000;
    text-align: center;
  }
  .price {
    /* padding-top: 40px; */
    padding-bottom: 40px;
  }
  .price-line {
    width: 136px;
    height: 1px;
    background: #000000;
    margin-top: 40px;
    margin-bottom: 0;
    padding-bottom: 0;
    margin-left: auto;
    margin-right: auto;
  }
  .sub-price-block {
    padding-top: 40px;
  }
  .last .fill_text .title {
    margin-top: 0;
    line-height: 30px;
  }
  /* .blc_details .imagePanel{
        height:calc(100vw - 46px);
    } */
  .gray .sub-price-block {
    padding-top: 70px;
  }
  .fill_all_block {
    width: 100vw !important;
    height: 250px;
  }
  .fill_block.white {
    background: #fff;
    padding-bottom: 0;
  }
  .fill_block.white.last {
    padding-top: 70px;
    padding-bottom: 0px;
  }
  .main_block .sub-text {
    margin-bottom: 20px;
  }
  .pc {
    display: none !important;
  }
  .gray {
    background: #DCDCDC;
    padding-top: 50px;
    padding-bottom: 30px;
  }
  .fill_text .sub_title {
    font-size: 16px;
    font-family: Arial;
    font-weight: bold;
    color: #000000;
    line-height: 36px;
  }
  .fill_text .title {
    font-size: 19px;
    font-family: ArialBlk;
    font-weight: 900;
    color: #000000;
  }
  .fill_text .text {
    font-size: 14px;
    font-family: Arial;
    font-weight: 400;
    color: #333333;
    line-height: 28px;
  }
  #banner .btn {
    display: block;
  }
  .bottom-block {
    padding: 0 0.23rem;
  }
  .bottom-block .title {
    font-size: 24px;
    font-family: FotonTypeB, Geneva, Tahoma;
    font-weight: bold;
    color: #000000;
    line-height: 40px;
    margin-bottom: 40px;
  }
  .fit-images {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .yinhao.bottom {
    text-align: right;
  }
  .swiper-pagination-bullet {
    opacity: 1;
    width: 7.5px;
    height: 7.5px;
    border-radius: 50%;
    background: #B9BCC5;
  }
  .swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet,
  .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 var(--swiper-pagination-bullet-horizontal-gap, 15px);
  }
  a.link.fill_block .btn .swiper-pagination-bullet-active {
    background: #041954;
  }
  .last .swiper-pagination {
    display: inline-block;
  }
  .mobile {
    display: block;
  }
  .mobile.btnn {
    display: block;
    height: 46px;
    margin-top: 40px;
    text-align: center;
    width: 224px;
    margin-left: auto;
    margin-right: auto;
  }
  .swiper-pagination-bullet-active {
    background: #041954;
  }
  .main_block.mob {
    margin-top: 40px;
    margin-bottom: 10px;
  }
  .main_block.mob .imagePanel {
    margin-top: 20px;
    margin-bottom: 40px;
  }
  .price-line.bottom {
    display: none;
  }
  .last .prev {
    width: 46px;
    height: 46px;
    float: left;
  }
  .last .imagePanel {
    margin-top: 15px;
  }
  .last .fill_block {
    padding-bottom: 50px;
  }
  .last .prev svg {
    scale: -1;
  }
  .last .next {
    width: 46px;
    height: 46px;
    float: left;
  }
  .last .next-btn {
    width: 37px;
    height: 23px;
    line-height: 23px;
  }
  .last .prev-btn {
    width: 37px;
    height: 23px;
    line-height: 23px;
  }
  svg {
    width: 100%;
    height: 100%;
  }
}
.btn {
  display: none;
}
.btn {
  display: none;
}
/*pc */
@media screen and (min-width: 801px) {
  .mob {
    display: none !important;
  }
  .prev .radio_btn,
  .next .radio_btn {
    padding-right: 42px;
    position: relative;
    padding-left: 0;
    left: 0;
    transform: translateX(-22px);
    transition: 0.4s ease transform;
  }
  .prev:hover .radio_btn,
  .next:hover .radio_btn {
    transform: translateX(20px);
  }
  .iconIro {
    overflow: hidden;
  }
  .mobile {
    display: none !important;
  }
  .last svg {
    display: none;
  }
  .main {
    width: auto;
    text-align: left;
  }
  .title,
  .sub-title {
    text-align: left;
  }
  .main .main_block {
    width: 1301px;
    margin-left: auto;
    margin-right: auto;
    padding-top: 120px;
    padding-bottom: 60px;
  }
  .gray {
    background: #DCDCDC;
  }
  .gray .main_block {
    display: flex;
    justify-content: space-between;
  }
  .main .gray .main_block .sub-price-block {
    margin-top: 0;
  }
  .main .gray .main_block {
    padding-top: 120px;
  }
  .main .main_block {
    padding-top: 145px;
    padding-bottom: 120px;
  }
  .main .main_block h1 {
    font-size: 62px;
    font-family: 'FotonTypeB';
    font-weight: bolder;
    color: #000000;
    line-height: 80px;
    margin: 0;
    padding: 0;
    margin-bottom: 40px;
  }
  .main .main_block .text {
    font-size: 20px;
    font-family: Arial;
    font-weight: 400;
    color: #010101;
    line-height: 40px;
    margin-bottom: 80px;
  }
  .main .main_block .sub-block {
    width: 590px;
    display: inline-block;
    margin-right: 115px;
  }
  .main .main_block .sub-block h3 {
    font-size: 38px;
    font-family: Arial;
    font-weight: bold;
    color: #000000;
    line-height: 60px;
    text-align: left;
    width: 100%;
    margin: 0;
    padding: 0;
    margin-bottom: 15px;
  }
  .main .main_block .sub-block .sub-text {
    font-size: 16px;
    font-family: Arial;
    font-weight: 400;
    color: #333333;
    line-height: 32px;
    margin-bottom: 40px;
    line-height: 36px;
  }
  .main .main_block .sub-block .sub-text:last-of-type {
    margin-bottom: 0;
  }
  .main .fit-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .main .main_block .imagePanel {
    width: 590px;
    display: inline-block;
    vertical-align: top;
    margin-top: 25px;
  }
  .main .item .main_block .imagePanel {
    width: 590px;
    height: 443px;
  }
  .main .fill_block {
    width: 100%;
    height: 900px;
    min-width: 1301px;
    background: #DDE2E6;
  }
  .main .fill_block.white {
    background: #fff;
    margin-top: 120px;
    margin-bottom: 80px;
  }
  .main .fill_block .imagePanel {
    width: calc(50vw - 650px + 590px);
    height: 100%;
    vertical-align: top;
    display: inline-block;
  }
  .yinhao {
    font-size: 120px;
    font-family: Arial;
    font-weight: bold;
    color: #000000;
    display: inline-block;
  }
  .details.main .fill_block .fill_text {
    display: inline-block;
    margin-left: 100px;
    vertical-align: top;
    margin-top: 180px;
  }
  .details.main .fill_block.white .fill_text {
    margin-top: 120px;
  }
  .Australia.main .fill_block .fill_text {
    display: inline-block;
    margin-left: 100px;
    vertical-align: top;
    margin-top: 70px;
  }
  .main .fill_block .fill_text {
    display: inline-block;
    vertical-align: top;
  }
  .main .fill_block.white .fill_text {
    margin-top: 70px;
  }
  .main .main_block .fill_text {
    display: inline-block;
    margin-top: 80px;
  }
  .details.main .fill_block.last .fill_text {
    margin-top: 0px;
  }
  .main .fill_block .fill_text .fill_content {
    width: 460px;
    font-size: 24px;
    font-family: Arial;
    font-weight: bold;
    color: #000000;
    line-height: 48px;
    display: inline-block;
  }
  .yinhao.top {
    vertical-align: top;
    /* margin-top: 28px; */
    margin-right: 10px;
  }
  .yinhao.bottom {
    vertical-align: bottom;
    margin-bottom: -56px;
  }
  a.link {
    font-size: 24px;
    font-family: ArialBlk;
    font-weight: 900;
    color: #041954;
    display: block;
    margin-left: 55px;
    margin-top: 80px;
  }
  .link_text {
    font-size: 16px;
    font-family: Arial;
    font-weight: 400;
    color: #000000;
    margin-left: 55px;
    margin-top: 10px;
    line-height: 36px;
  }
  .iconIro {
    width: 60px;
    height: 60px;
    border: 1px solid #000000;
    border-radius: 50%;
    box-sizing: border-box;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .radio_btn {
    background: url(../images/arrow-black_93ffab902999017d365f.svg) no-repeat center center;
    background-size: 100% 100%;
    width: 30px;
    height: 30px;
  }
  /* .prev .radio_btn {
        scale: -1;
    } */
  .prev .iconIro {
    transform: scale(-1);
  }
  .hasClick .radio_btn,
  .swiper .detailsMoreBtn.hasClick .radio_btn {
    background: url(../images/arrow_4778035185d1ae5aa948.svg) no-repeat center center;
    background-size: 100% 100%;
  }
  .hasClick .iconIro,
  .swiper .detailsMoreBtn.hasClick .iconIro {
    background: #000000;
  }
  .fill_block .btn {
    display: inline-block;
    margin-left: 48px;
    margin-top: 72px;
    display: none;
  }
  .last .btn {
    display: inline-block;
  }
  .fill_block .detailsMoreBtn,
  .swiper .detailsMoreBtn {
    display: inline-block;
    margin-right: 60px;
  }
  .main_block .btn {
    display: inline-block;
    margin-left: 48px;
    margin-top: 72px;
  }
  .main_block .detailsMoreBtn {
    display: inline-block;
    margin-right: 60px;
  }
  .main .main_block .sub-price-block {
    width: 590px;
    display: inline-block;
    vertical-align: top;
    /* margin-top: 25px; */
  }
  .sub-price-block .num {
    font-size: 100px;
    font-family: ArialBlk;
    font-weight: 900;
    color: #000000;
    line-height: 100px;
    text-align: center;
  }
  .sub-price-block .unit {
    font-size: 20px;
    font-family: ArialBlk;
    font-weight: 900;
    color: #000000;
    text-align: center;
    margin-top: 15px;
    margin-bottom: 20px;
  }
  .sub-price-block .price-info {
    font-size: 16px;
    font-family: Arial;
    font-weight: 400;
    color: #000000;
    text-align: center;
    line-height: 36px;
  }
  .sub-price-block .price-line {
    width: 100px;
    height: 0.5px;
    background: #000000;
    margin-left: auto;
    margin-right: auto;
    margin-top: 60px;
    margin-bottom: 48px;
  }
  .sub-price-block .price-line.bottom {
    display: none;
  }
  .fill_all_block {
    width: 100vw;
    height: 100vh;
    margin-left: auto;
    margin-right: auto;
    transition: width 0.9s cubic-bezier(0.165, 0.84, 0.44, 1) 0s;
  }
  .fill_all_block .fill-image {
    width: 100%;
    height: 100%;
  }
  .swiper_block {
    width: 100%;
    height: 731px;
    overflow: hidden;
  }
  .main_block .item {
    height: 443px;
    display: inline-flex;
    /* align-items: center; */
    justify-content: space-between;
    width: 100%;
    margin-bottom: 80px;
  }
  .main_block.pc .item:last-of-type {
    margin-bottom: 0;
  }
  .main .main_block .item .sub-block {
    margin-right: 0px;
  }
  .main .main_block .item .imagePanel {
    height: 443px;
    margin-top: 0;
  }
  .main .main_block .fill_text .fill_content {
    width: 460px;
    font-size: 24px;
    font-family: Arial;
    font-weight: bold;
    color: #000000;
    line-height: 48px;
    display: inline-block;
  }
  .swiper-slide {
    width: 100%;
    height: 731px;
  }
  .main .fill_block.last .imagePanel {
    width: calc(50vw - 650px + 710px);
  }
  .main .fill_block.last {
    height: 574px;
    margin-top: 120px;
    margin-bottom: 80px;
    position: relative;
  }
  .main.Australia .fill_block.last {
    padding-top: 86px;
    margin-top: 0;
  }
  .main .fill_block.last .sub_title {
    font-size: 24px;
    font-family: Arial;
    font-weight: bold;
    color: #000000;
    margin-bottom: 28px;
  }
  .main .fill_block.last .title {
    font-size: 40px;
    font-family: ArialBlk;
    font-weight: 900;
    color: #000000;
    line-height: 1.5;
    margin-bottom: 40px;
  }
  .main .fill_block.last .fill_text {
    width: 523px;
    margin-left: 60px;
    margin-top: 0;
    height: 100%;
  }
  .main .fill_block.last .text {
    font-size: 16px;
    font-family: Arial;
    font-weight: 400;
    color: #000000;
    line-height: 36px;
    margin-left: 4px;
  }
  .last.fill_block .btn {
    position: absolute;
    bottom: 0;
    margin-left: 0;
    margin-top: 0;
  }
  .panel {
    font-size: 25px;
    font-family: Arial;
    /* font-weight: bold; */
    color: #000000;
  }
  .prev-panel {
    font-weight: bold;
  }
  .last.fill_block .detailsMoreBtn {
    margin-right: 0;
  }
  .last.fill_block .panel {
    margin-left: 30px;
    margin-right: 30px;
    display: inline-block;
  }
  .bottom-block {
    padding-bottom: 120px;
    padding-top: 40px;
  }
  .bottom-block .title {
    text-align: center;
    margin-top: 40px;
    margin-bottom: 40px;
    font-size: 62px;
    font-family: "FotonTypeB";
    color: #000000;
    font-weight: bold;
    line-height: 1.29;
  }
  .fill_1 .swiper-slide {
    height: calc(100vw - 46px);
  }
  .content-block {
    width: 1301px;
    margin-left: auto;
    margin-right: auto;
  }
  .content-block .img-block {
    width: 406px;
    height: 305px;
    display: inline-block;
    margin-left: 36px;
    position: relative;
  }
  .content-block .img-block:hover .top_text {
    background: #041954;
  }
  .top_text {
    position: absolute;
    top: 10px;
    left: 10px;
    height: 28px;
    width: 63px;
    font-size: 16px;
    font-family: Arial;
    font-weight: bold;
    color: #FFFFFF;
    line-height: 28px;
    line-height: 36px;
    text-align: center;
  }
  .bottom_text {
    position: absolute;
    bottom: 10px;
    left: 20px;
    width: calc(100% - 40px);
    height: fit-content;
    font-size: 16px;
    font-family: Arial;
    font-weight: bold;
    line-height: 36px;
    color: #FFFFFF;
  }
  .bottom_text .radio_btn {
    display: inline-block;
    vertical-align: middle;
    margin-top: -4px;
    /* margin-left: 5px; */
    display: none;
  }
  .content-block .img-block:hover .radio_btn {
    display: inline-block;
    /* position: absolute;
        right: 0;
        top: 4px; */
  }
  .content-block .img-block:first-of-type {
    margin-left: 0;
  }
  .swiper_block .swiper {
    width: 1301px;
    overflow: unset;
  }
  .fill_1 .swiper-slide,
  .fill_2 .swiper-slide {
    height: 900px;
  }
  .last .swiper-slide {
    height: 574px;
  }
  .swiper {
    width: 100%;
  }
  .swiper .detailsMoreBtn {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 99999999;
    margin-right: 0;
  }
  .swiper .prev {
    left: -120px;
  }
  .swiper .next {
    right: -120px;
  }
  .swiper .detailsMoreBtn .iconIro {
    background: #fff;
    border: none;
  }
  .swiper-pagination {
    display: none;
  }
}
.swiper-pagination {
  display: none;
}
.last .swiper-pagination {
  display: none !important;
}
.last .next-btn {
  display: none !important;
}
.last .prev-btn {
  display: none !important;
}
/* #banner .btns {
    display: none !important;
} */

