body{
    background-position: left -2vw;
}

/* home info */
.guideTo{
    width: 86%;
    margin: 0 7%;
    background-color: #FAFAFA;
    position: absolute;
    top: -80px;
    height: 180px;
}
.guide{
    width:33.3%;
    height: 100%;
    float: left;
    text-align: center;
    position: relative;
    cursor: pointer;
}
.guide::after{
    content: "";
    display: inline-block;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 0;
    background-color: #ffc52b;
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
}
.guide:hover::after{
    height: 10px;
}
.guide:nth-child(2){
    background-color: #eef1f2;
}
.guide_img{
    height: 140px;
    width: 140px;
    border-radius: 50%;
    position: absolute;
    top: 48%;
    left: 50%;
    transform: translate(-50%,-50%);
    -webkit-transform: translate(-50%,-50%);
    background-color: #fff;
    background-size: auto 65%;
    background-position: center 29%;
    box-shadow: 5px 5px 50px rgba(0, 0, 0, 0);
    transition: all 0.3s linear;
    -webkit-transition: all 0.3s linear;
}
.guide:hover .guide_img{
    transform: translate(-50%,-52%);
    -webkit-transform: translate(-50%,-52%);
    box-shadow: 5px 5px 50px rgba(0, 0, 0, 0.1);
}
.guide_title{
    position: absolute;
    bottom: 16%;
    left: 50%;
    color: #263c90;
    transform: translate(-50%,0%);
    font-size: 22px;
    font-weight: bold;
    width: 100%;
}

/* count */
.s-info{
    text-align: center;
    padding: 215px 0 80px 0;
}
.count_block{
    width: 1100px;
    margin: 50px auto 30px auto;
}
.count_flo{
    float: left;
    width: 33%;
}
.count_num{
    font-size: 50px;
    line-height: 55px;
    font-weight: bold;
    color: #3fbcaf;
}
.count_flo:nth-child(2n) .count_num{
    color: #ffc52b;
}
.count_title{
    font-size: 14px;
    line-height: 20px;
    color: #2b2a34;
    margin: 12px 0;
}
.s-info a.btn{
    margin: 16px 0;
    text-transform: uppercase;
}

.s-channel {
    padding: 70px 0 60px 0;
}
.s-channel .wrapper h4, .s-channel .wrapper .filter_select{
    display: none;
}
.s-channel .select_list li{
    width: 100px;
    max-width: 30%;
    padding: 8px 0;
}
.s-channel .sec-des-split {
    margin: 10px 0 18px;
}
/*
.s-channel .wrapper {
    width: 92%;
    max-width: 720px;
}
.channel-list__item {
    box-shadow: none;
    background-color: transparent;
    margin: 8px 0;
}
.channel_slider .mb-swiper-button-prev {
    left: -10vw;
}
.channel_slider .mb-swiper-button-next {
    right: -10vw;
}
.swiper-scrollbar{
    margin-top: 6px;
}
*/
.s-channel a.btn{
    margin: 30px 0 14px;
    text-transform: uppercase;
    font-weight: 900;
}


/* banner2 */
.page_div{
    position: absolute;
    height: 100%;
    width: 50%;
    left: 0;
    top: 0;
    color: #fff;
    overflow: hidden;
}
.page_div:nth-child(2){
    left: auto;
    right: 0%;
}
.page_div_img{
    position: absolute;
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
    transform: scale(1.005);
    -webkit-transform: scale(1.005);
    -webkit-transition: all 0.6s ease;
    transition: all 0.6s ease;
}
.page_div:hover .page_div_img{
    transform: scale(1.05);
    -webkit-transform: scale(1.05);
}
.page_div_img::before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: rgba(0, 0, 0, 0.15);
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}
.page_div_img:hover::before {
    background: rgba(0, 0, 0, 0.1);
}
.page_title{
    margin: 50px 60px;
    font-size: 24px;
    font-weight: bold;
    position: absolute;
}
.bottom_detail{
    margin: 45px 60px;
    position: absolute;
    left: 0;
    bottom: 0;
}
.bottom_detail > h3{
    font-size: 24px;
}
.bottom_detail > p{
    /* font-size: 14px; */
    font-size: 16px;
    margin-bottom: 24px;
    line-height: 28px;
}


.the-arrow {
    width: 78px;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
}
.the-arrow.-left {
    position: absolute;
    top: 9px;
    left: 0;
}
.the-arrow.-left > .shaft {
    width: 0;   
    background-color: #FFF;
}
.the-arrow.-left > .shaft:before, .the-arrow.-left > .shaft:after {
    width: 0;
    background-color: #FFF;
}
.the-arrow.-left > .shaft:before {
    -webkit-transform: rotate(0);
            transform: rotate(0);
}
.the-arrow.-left > .shaft:after {
    -webkit-transform: rotate(0);
            transform: rotate(0);
}
.the-arrow.-right {
    top: -1px;
}
.the-arrow.-right > .shaft {
    width: 0;
    -webkit-transition-delay: 0.2s;
    transition-delay: 0.2s;
}
.the-arrow.-right > .shaft:before, .the-arrow.-right > .shaft:after {
    width: 9px;
    -webkit-transition-delay: 0.3s;
    transition-delay: 0.3s;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}
.the-arrow.-right > .shaft:before {
    -webkit-transform: rotate(40deg);
            transform: rotate(40deg);
}
.the-arrow.-right > .shaft:after {
    -webkit-transform: rotate(-40deg);
            transform: rotate(-40deg);
}
.the-arrow > .shaft {
    background-color: #FFF;
    display: block;
    height: 1px;
    position: relative;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    -webkit-transition-delay: 0;
            transition-delay: 0;
    will-change: transform;
}
.the-arrow > .shaft:before, .the-arrow > .shaft:after {
    background-color: #FFF;
    content: '';
    display: block;
    height: 1px;
    position: absolute;
    top: 0;
    right: 0;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
    -webkit-transition-delay: 0;
            transition-delay: 0;
}
.the-arrow > .shaft:before {
    -webkit-transform-origin: top right;
            transform-origin: top right;
}
.the-arrow > .shaft:after {
    -webkit-transform-origin: bottom right;
            transform-origin: bottom right;
}

.page_div:hover .animated-arrow > .main > .the-arrow.-right > .shaft{
    width: 100%;
}
/* .animated-arrow:hover > .main > .the-arrow.-right > .shaft{
    width: 100%;
} */
  
/* .animated-arrow {
    display: inline-block;
    color: #FFF;
    font-size: 1.25em;
    text-decoration: none;
    position: relative;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
    height: 20px;
}
.animated-arrow:hover {
    color: #eaeaea;
}
.animated-arrow:hover > .the-arrow.-left > .shaft {
    width: 64px;
    -webkit-transition-delay: 0.1s;
            transition-delay: 0.1s;
    background-color: #eaeaea;
}
.animated-arrow:hover > .the-arrow.-left > .shaft:before, .animated-arrow:hover > .the-arrow.-left > .shaft:after {
    width: 8px;
    -webkit-transition-delay: 0.1s;
            transition-delay: 0.1s;
    background-color: #eaeaea;
}
.animated-arrow:hover > .the-arrow.-left > .shaft:before {
    -webkit-transform: rotate(40deg);
            transform: rotate(40deg);
}
.animated-arrow:hover > .the-arrow.-left > .shaft:after {
    -webkit-transform: rotate(-40deg);
            transform: rotate(-40deg);
}
.animated-arrow:hover > .main {
    -webkit-transform: translateX(80px);
            transform: translateX(80px);
}
.animated-arrow:hover > .main > .the-arrow.-right > .shaft {
    width: 0;
    -webkit-transform: translateX(200%);
            transform: translateX(200%);
    -webkit-transition-delay: 0;
            transition-delay: 0;
}
.animated-arrow:hover > .main > .the-arrow.-right > .shaft:before, .animated-arrow:hover > .main > .the-arrow.-right > .shaft:after {
    width: 0;
    -webkit-transition-delay: 0;
            transition-delay: 0;
    -webkit-transition: all 0.1s;
    transition: all 0.1s;
}
.animated-arrow:hover > .main > .the-arrow.-right > .shaft:before {
    -webkit-transform: rotate(0);
            transform: rotate(0);
}
.animated-arrow:hover > .main > .the-arrow.-right > .shaft:after {
    -webkit-transform: rotate(0);
            transform: rotate(0);
} */
.animated-arrow > .main {
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
            align-items: center;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
}
.animated-arrow > .main > .text {
    margin: 0 20px 0 0;
    line-height: 1;
    color: #ffc52b;
    font-size: 15px;
    line-height: 20px;
    text-transform: uppercase;
}
.animated-arrow > .main > .the-arrow {
    position: relative;
}

@media (max-width: 1024px){
    .s-info{
        padding: 295px 0 25px 0;
    }
    
    /* guide to */
    .guideTo{
        margin: 0;
        width: 100%;
        top: 0;
        height: auto;;
    }
    .guide{
        width: 100%;
        height: 90px;
    }
    .guide:nth-child(1)::after{
        display: none;
    }
    .guide_img{
        height: 70px;
        width: 70px;
        left: 5%;
        transform: translate(0%,-50%);
    }
    .guide_title{
        display: inline-block;
        bottom: 50%;
        left: calc(5% + 90px);
        transform: translate(0%,50%);
        width: auto;
    }


    .count_block {
        width: 92%;
        margin: 25px auto 0px auto;
    }
    .count_flo {
        width: 50%;
        padding: 0 0 20px 0;
    }
    a.btn{
        font-size: 18px;
        width: 250px;
        padding: 10px 0;
    }
/* 
    .channel-list__item {
        width: 25%;
    }
    .s-channel .select_list{
        padding: 0 4%;
        clear: both;
    }
    .s-channel .select_list li{
        width: 46%;
        margin: 0 6% 4% 0;
        max-width: unset;
        float: left;
        letter-spacing: 1px;
    }
    .s-channel .select_list li:nth-child(2n){
        margin-right: 0;
    } */

    .s-banner2{
        padding-bottom: 0;
        height: 160vw;
    }
    .page_div{
        height: 50%;
        width: 100%;
    }
    .page_div:nth-child(2) {
        top: 49.2%;
    }
    .bottom_detail, .page_title {
        margin: 5%;
        width: 90%;
    }
    .page_title .bottom_detail > h3{
        font-size: 20px;
    }
    .bottom_detail > p {
        font-size: 12px;
        margin-bottom: 8px;
        line-height: 18px;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        /* -webkit-line-clamp: 2; */
        -webkit-box-orient: vertical;
    }
}


/* update 09.03 */
.s-coverage{
    background-color: #21347B;
    height: auto;
}
.s-coverage .sec-title{
    color: #FFF;
}
.cover_map{
    padding-top: 42%;
    width: 59.8%;
    position: relative;
    float: left;
}

.circle_div{
    position: absolute;
    top: 0;
    height: 100%;
    width: 100%;
}
.dimension_line, .circle_point{
    position: absolute;
    top: 24.2vw;
}
.dimension_line{
    height: 1px;
    width: 100%;
    border-bottom: 1px dashed rgb(255,255,255);
}
.circle_point {
    position: absolute;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 4%;
    padding-top: 4%;
    margin: 0 auto;
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
}
.circle_point.active {
    width: 6%;
    padding-top: 6%;
}
.circle_point.active.notChoose {
    width: 4%;
    padding-top: 4%;
}
.circle_point .center_P{
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    opacity: 0.6;
    border-radius: 50%;
}
.circle_point.active .center_P {
    cursor: pointer;
    opacity: 1;
}
.circle_point .center {
    position: absolute;
    top: 35%;
    left: 35%;
    width: 30%;
    height: 30%;
    border-radius: 50%;
    background: rgb(253,138,64);
    /* -webkit-animation: pulse 2.4s infinite linear;
            animation: pulse 2.4s infinite linear; */
}
.circle_point .focus_circle{
    pointer-events: none;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    border: 1px solid rgb(253,138,64);
    opacity: 0;
    -webkit-transform: scale(1.5);
    transform: scale(1.5);
}
.circle_point .point_detail{
    position: absolute;
    width: 8vw;
    text-align: center;
    left: calc(50% - 4vw);
    top: 140%;
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
}
.circle_point .point_detail{
 /* background-color: rgba(32,50,119, 0.5); */
 }
.circle_point .point_detail h2, .circle_point .point_detail p {
    display: inline-block;
    padding: 0.5vw;
    /* border-radius: 5px; */
    margin-bottom: -0.5px;
   
}
.circle_point .point_detail h2 span, .circle_point .point_detail p span{
	background-color: rgba(32,50,119, 0.3); 
}
.circle_point .point_detail h2{
    font-size: 1.4vw;
    line-height: 1.4vw;
    color: #FFF;
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
}

[lang="zh-hant"] .circle_point .point_detail h2{
    font-size: 1vw; 
    line-height: 1.4vw;

}

.circle_point .point_detail p{
    font-size: 1vw;
    line-height: 1vw;
    color: #FFF;
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
}
.circle_point.active .point_detail{
    /* top: 140%; */
}
.circle_point.active .point_detail h2{
    font-size: 1.6vw;
    line-height: 1.6vw;
    color: rgb(255,197,43);
}


.circle_point.active .point_detail p{
    font-size: 0.9vw;
    line-height: 1.1vw;
    color: rgb(255,197,43);
}
.circle_point.active.notChoose .point_detail h2{
    font-size: 1.4vw;
    line-height: 1.4vw;
}
.circle_point.active.notChoose .point_detail p{
    font-size: 1vw;
    line-height: 1vw;
}

[lang="zh-hant"] .circle_point.active.notChoose .point_detail h2{
    font-size: 1vw;
}

[lang="zh-hant"] .circle_point.active .point_detail h2{
	font-size: 1.1vw;
}

.circle_point.active .focus_circle{
    opacity: 0.7;
    box-shadow: inset 0 0 50px rgba(32,50,119,1), 0 0 30px rgba(32,50,119,1);
}
.circle_point .circle {
    position: absolute;
    top:0;
    left:0;
    width: 100%;
    height: 100%;
    /* border: 5px solid rgb(253,138,64); */
    background-color: rgb(253,138,64);
    border-radius: 50%;
    opacity: 0;
    -webkit-animation: radar 2.4s infinite linear;
            animation: radar 2.4s infinite linear;
}

.circle_point .circle:nth-child(1) {
    -webkit-animation-delay: 0s;
            animation-delay: 0s;
}
.circle_point .circle:nth-child(2) {
    -webkit-animation-delay: 0.5s;
            animation-delay: 0.5s;
}
.circle_point .circle:nth-child(3) {
    -webkit-animation-delay: 1.0s;
            animation-delay: 1.0s;
}
.circle_point .circle:nth-child(4) {
    -webkit-animation-delay: 1.5s;
            animation-delay: 1.5s;
}
.circle_point .circle:nth-child(5) {
    -webkit-animation-delay: 2.0s;
            animation-delay: 2.0s;
}
.circle_point .circle:nth-child(6) {
    -webkit-animation-delay: 2.5s;
            animation-delay: 2.5s;
}
.circle_point .circle:nth-child(7) {
    -webkit-animation-delay: 1.8s;
            animation-delay: 1.8s;
}
.circle_point .circle:nth-child(8) {
    -webkit-animation-delay: 2.1s;
            animation-delay: 2.1s;
}
.circle_point .circle:nth-child(9) {
    -webkit-animation-delay: 2.4s;
            animation-delay: 2.4s;
}

/* different setting */
.point5{
    left: 26%;
}
.point7{
    left: 39%;
}
.point6{
    left: 52%;
}
.point9{
    left: 64.5%;
}
.point7.circle_point .center, .point7.circle_point .circle{
    background: rgb(162,129,255);
}
.point6.circle_point .center, .point6.circle_point .circle{
    background: rgb(250,111,170);
}
.point9.circle_point .center, .point9.circle_point .circle{
    background: rgb(44,244,228);
}
.point7.circle_point .focus_circle{
    border-color: rgb(162,129,255);
}
.point6.circle_point .focus_circle{
    border-color: rgb(250,111,170);
}
.point9.circle_point .focus_circle{
    border-color: rgb(44,244,228);
}
  
@-webkit-keyframes pulse {
    0% {
      -webkit-transform: scale3d(0.6, 0.6, 0.6);
              transform: scale3d(0.6, 0.6, 0.6);
    }
    50% {
      -webkit-transform: scale3d(1.1, 1.1, 1.1);
              transform: scale3d(1.1, 1.1, 1.1);
    }
    100% {
      -webkit-transform: scale3d(0.6, 0.6, 0.6);
              transform: scale3d(0.6, 0.6, 0.6);
    }
}
  
@keyframes pulse {
    0% {
      -webkit-transform: scale3d(0.6, 0.6, 0.6);
              transform: scale3d(0.6, 0.6, 0.6);
    }
    50% {
      -webkit-transform: scale3d(1.1, 1.1, 1.1);
              transform: scale3d(1.1, 1.1, 1.1);
    }
    100% {
      -webkit-transform: scale3d(0.6, 0.6, 0.6);
              transform: scale3d(0.6, 0.6, 0.6);
    }
}
@-webkit-keyframes radar {
    0% {
      -webkit-transform: scale(0);
              transform: scale(0);
      opacity: 0;
    }
    25% {
      -webkit-transform: scale(0);
              transform: scale(0);
      opacity: 0.3;
    }
    50% {
      -webkit-transform: scale(0.6);
              transform: scale(0.6);
      opacity: 0.5;
    }
    75% {
      -webkit-transform: scale(1.0);
              transform: scale(1.0);
      opacity: 0.3;
    }
    100% {
      -webkit-transform: scale(1.2);
              transform: scale(1.2);
      opacity: 0;
    }
}
@keyframes radar {
    0% {
      -webkit-transform: scale(0);
              transform: scale(0);
      opacity: 0;
    }
    25% {
      -webkit-transform: scale(0);
              transform: scale(0);
      opacity: 0.3;
    }
    50% {
      -webkit-transform: scale(0.6);
              transform: scale(0.6);
      opacity: 0.5;
    }
    75% {
      -webkit-transform: scale(1.0);
              transform: scale(1.0);
      opacity: 0.3;
    }
    100% {
      -webkit-transform: scale(1.2);
              transform: scale(1.2);
      opacity: 0;
    }
}

.beam_tip_block{
    position: absolute;
    width: 100%;
    height: 100%;
    pointer-events: none;
}
.beam_tip{
    position: absolute;
    color: #FFF;
    font-size: 14px;
    display: none;
    width: 71px;
    text-align: center;
}
.beam_tip1{
    top: 45%;
    right: 13%;
}
.beam_tip4{
    top: 45%;
    right: calc(22% - 35px);
}
.beam_tip5{
    top: 46%;
    right: calc(28% - 35px);
}
.beam_tip2{
    bottom: 5%;
    right: calc(6% - 35px);
}
@media (max-width: 1024px){
    .beam_tip2{
        font-size: 13px;
    }
}
.beam_tip3{
    /* top: 35%;
    left: calc(5% - 35px); */
    top: 23%;
    left: calc(7% - 35px);
}
@media (max-width: 1200px){
    .beam_tip3{
        font-size: 13px;
    }
}


.march_beam, .beam_map, .beam_img{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
}
.beam_img{
    opacity: 0;
}
.beam_img.active{
    opacity: 0.8;
}
.beams{
    float: left;
    padding-top: 42%;
    width: 35%;
    position: relative;
}
.select_beam{
    position: absolute;
    top: 14%;
    width: 100%;
    text-align: center;
    font-size: 14px;
    color: #FFF;
}
.beam_list{
    position: absolute;
    top: 22%;
    left: 8%;
    padding: 0;
    width: 90%;
    columns: 2;
    -webkit-columns: 2;
    -moz-columns: 2;
    font-size: 0.8em;
    line-height: 3em;
    list-style: none;
}

.beam_list .beam{
    padding: 0 0 0 35px;
    color: #9ba7ac;
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    position: relative;
    cursor: pointer;
}

.beam_list .beam > span{
    position: relative;
}
.beam_list .beam::before{
    display: inline-block;
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    /* background-image: url(../img/coverage/beam_gradient@2x.png); */
    background: linear-gradient(to right,
                rgba(61, 83, 170, 0) 0,
                rgba(61, 83, 170, 0.3) 40%,
                rgba(61, 83, 170, 0.3) 50%,
                rgba(61, 83, 170, 0) 80%);
    background-position: left;
    background-size: contain;
    background-repeat: no-repeat;
    opacity: 0;
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
}
.beam_list .beam::after{
    background-color: transparent;
    display: inline-block;
    content: "";
    height: 4px;
    width: 4px;
    border-radius: 50%;
    position: absolute;
    left: 13px;
    top: 17px;
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
}
.beam_list .beam.active{
    color: rgb(255,197,43);
}
.beam_list .beam.active::before{
    opacity: 1;
    transition: all 1s ease;
    -webkit-transition: all 1s ease;
}
.beam_list .beam.active::after{
    background-color: rgb(255,197,43);
}

.to_all{
    position: absolute;
    top: calc(30% + 200px);
    width: 100%;
    height: calc(70% - 260px);
    background-image: url('../img/coverage/index_satellitefleet_title_highlight_2@2x.png');
    /* background: radial-gradient(ellipse farthest-corner at 50% 0%, rgba(61, 83, 170, 0.3) 0, rgba(61, 83, 170, 0) 60%, rgba(61, 83, 170, 0) 100%); */
}
.to_all span{
    display: inline-block;
    font-size: 14px;
    position: absolute;
    top: 20%;
    left: 50%;
    transform: translate(-50%, 0%);
    color: rgb(255,197,43);
    cursor: pointer;
}
.to_all span::after {
    width: 6px;
    height: 10px;
    top: calc(50% - 5px);
    right: -14px;
    opacity: 0;
    position: absolute;
    content: '';
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: center;
    right: -8px;
    background-image: url(../img/coverage/ico_arrow_btn_y.svg);
    transition: all 0.2s ease;
    -webkit-transition: all 0.2s ease;
}
.to_all span:hover::after{
    opacity: 1;
    right: -16px;
}
.to_all_mobile, .slider_tip_mobile{
    display: none;
}



@media (max-width: 1024px){
    .cover_map{
        width: 100%;
        padding-top: 82%;
    }
    .dimension_line, .circle_point {
        top: 46.5vw;
    }
    .circle_point .point_detail{
        width: 80px;
        left: calc(50% - 40px);
    }
    .circle_point .point_detail h2, .circle_point.active.notChoose .point_detail h2{
        font-size: 14px;
        line-height: 14px;
    }
	[lang="zh-hant"] .circle_point.active.notChoose .point_detail h2{
		font-size: 10px;
        line-height: 10px;
	}
	
    .circle_point .point_detail p, .circle_point.active.notChoose .point_detail p{
        font-size: 12px;
        line-height: 12px;
    }
    .circle_point.active .point_detail h2 {
        font-size: 16px;
        line-height: 16px;
    }
	[lang="zh-hant"] .circle_point.active .point_detail h2{
		font-size: 11px;
        line-height: 11px;
	}
	[lang="zh-hant"] .circle_point .point_detail h2 {
		font-size: 11px;
        line-height: 11px;
	}
    .circle_point.active .point_detail p{
        font-size: 14px;
        line-height: 14px;
    }
    .beams{
        width: 100%;
        height: auto;
        padding: 0;
        margin-top: 20px;
    }
    .beam_list .beam{
        height: 44px;
        line-height: 44px;
    }
    .beam_list .beam::after{
        top: 20px;
    }
    
    .select_beam, .to_all{
        position: relative;
    }
    .beams .fixedPicked{
        width: 260px;
        margin-left: calc(50% - 130px);
        margin: 18px auto 40px auto;
        color: #21347B;
        background-color: rgb(255,197,43);
        text-align: center;
        padding: 0 20px 0 0;
        border: 0;
    }
    .fixedPicked::after{
        border-top: .3em solid #21347B;
    }
    .beam_list {
        top: 50%;
        left: 5%;
        width: 90%;
        columns: 1;
        -webkit-columns: 1;
        -moz-columns: 1;
    }
    .to_all_mobile{
        display: block;
        color: rgb(255,197,43);
        text-align: center;
        font-size: 14px;
        margin-top: -20px;
        height: 30px;
    }
}

@media (max-width: 550px){
    .s-coverage {
        padding: 50px 0 0 0;
    }
    .cover_map{
        overflow: auto;
        padding-top: 420px;
    }
    .march_beam, .circle_div{
        width: 600px;
    }
    .dimension_line, .circle_point {
        top: 242px;
    }
    .circle_point {    
        /* top: 330px; */
    }
    .circle_point .point_detail{
        bottom: auto;
        top: 140%;
    }
    .slider_tip_mobile{
        display: inline-block;
        position: absolute;
        height: 100%;
        width: 550px;
        background-color: rgb(38, 60, 144, 0.8);
        background-image: url(../img/coverage/ico_swipe_right_en@2x.png);
        background-size: 40% auto;
        background-position: calc(50vw - 110px) center;
        top: 0;
    }
}


.main-news-swiper .slick-slide.news-card {
    padding: 0 30px;
    overflow: visible;
    box-shadow: none;
}
@media (max-width: 768px){
    .main-news-swiper .slick-slide.news-card {
        padding: 0 20px;
    }
}
.main-news-swiper .slick-slide.news-card:hover{
    box-shadow: none;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
}
.main-news-swiper .slick-slide.news-card > div{
    width: 100%;
    box-shadow: 5px 5px 20px #eef1f2;
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    overflow: hidden;
}
.main-news-swiper .slick-slide.news-card > div:hover {
    box-shadow: 5px 5px 50px rgba(0, 0, 0, 0.2);
    -webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05);
}