@media screen and (max-width: 820px){
    .phone .s2, .phone .s5 {
        height: auto !important;
    }
    .s1, .s3, .s4 {
        height: 1024px !important;
    }
    .s3 .swiper-nav-phone {
        width: 500px;
    }
    .phone section{
        background-size: 100% 100%;
    }
    .modal-content{
        width: 80vw;
        height: 50vh;
    }
}
.header {
    position: fixed;
    z-index: 100;
    top: 0;
    width: 100vw;
}
.menu a, .title span, .tabNav li, .tabNav em, .s3 .swiper-nav-phone a, .info, .titles em, .s4 .swiper-nav2-phone a, .appBar-phone ul:last-child li:first-child {
    font-family: "Noto Sans TC";
}
.bar {
    position: relative;
    padding: 0 1.5vw;
    height: 50px;
    background: #000;
}
.bar_R {
    margin-top: 6px;
    float: right;
}
.bar_L > * {
    display: inline-block;
    vertical-align: top;
}
.bar_L {
    margin-top: 7px;
    float: left;
}
.bar_L .name {
    margin-top: 2px;
}
.bar_L p:nth-child(1) {
    margin-bottom: 3px;
    font-size: 20px;
    color: #fff;
    line-height: 18px;
    font-family: 'Noto Sans TC';
}
.bar_L p:nth-child(2) {
    font-size: 10px;
    color: #aaa;
}
.app_icon img {
    width: 60px;
}
.btn_menu {
    position: relative;
    z-index: 200;
    margin-left: 5px;
    width: 38px;
    height: 38px;
    border-radius: 5px;
    border: 2px #fff solid;
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .5s ease-in-out;
    -ms-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
}
.btn_menu {
    position: relative;
    z-index: 200;
    margin-left: 5px;
    width: 38px;
    height: 38px;
    border-radius: 5px;
    border: 2px #fff solid;
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .5s ease-in-out;
    -ms-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
    display: inline-block;
}
.btn_menu em:nth-child(1) {
    top: 6px;
}
.btn_menu em:nth-child(2), .btn_menu em:nth-child(3) {
    top: 15px;
}
.btn_menu em:nth-child(2), .btn_menu em:nth-child(3) {
    top: 15px;
}
.btn_menu em:nth-child(4) {
    top: 24px;
}
.btn_menu.open em:nth-child(1), .btn_menu.open em:nth-child(4) {
    top: 19px;
    width: 0%;
}
.btn_menu em:nth-child(2), .btn_menu em:nth-child(3) {
    top: 15px;
}
.btn_menu.open em:nth-child(2) {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}
.btn_menu.open em:nth-child(3) {
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
.btn_menu em {
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    display: block;
    width: 72%;
    height: 4px;
    background: #fff;
    border-radius: 1px;
    opacity: 1;
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .25s ease-in-out;
    -ms-transition: .25s ease-in-out;
    transition: .25s ease-in-out;
}
.menu_m {
    position: fixed;
    top: 0;
    right: -100vw;
    z-index: 199;
    width: 100vw;
    height: 100vh;
    -webkit-transition: .4s cubic-bezier(0.4, 0, 0.2, 1);
    -moz-transition: .4s cubic-bezier(0.4, 0, 0.2, 1);
    -o-transition: .4s cubic-bezier(0.4, 0, 0.2, 1);
    transition: .4s cubic-bezier(0.4, 0, 0.2, 1);
}
.menu_m.open {
    right: 0vw;
}
.menu_m:before {
    content: '';
    position: absolute;
    z-index: -1;
    width: 100vw;
    height: 100vh;
    background-color: #05bcff;
    left: 0;
}
.menu_m .range {
    padding: 90px 10vw 0;
    text-align: center;
}
.menu_m .icon {
    margin: 8vw 0 5vw;
    text-align: center;
}
.menu_m .icon a, .menu_m .icon img {
    width: 40px;
    height: 40px;
}
.menu_m .icon a {
    display: inline-block;
    margin: 0 3px;
}
.menuBox a {
    display: block;
    padding: 2vw 0;
    margin-bottom: 0.7vw;
    font-size: 18px;
    color: #fff;
    text-align: center;
    border: 1px #fff solid;
}
.phone section, .fp-tableCell, .phone section .swiper-slide {
    position: relative;
    z-index: 1;
    vertical-align: top;
    background-position: top center;
    background-repeat: no-repeat;
    /*background-size: auto 100%;*/
    overflow: hidden;
}
.phone .s1 h1 {
    padding-top: 10vw;
}
.phone .s1 h1 img {
    width: 38vw;
}
.phone .s1 h1, .phone .s1 h2, .phone .s1 h3 {
    text-align: center;
}
.phone .s1 h2 {
    margin: 4vw auto 0;
    width: 73.2vw;
    font-size: 7.3vw;
    /* color: #fff; */
    color: #ea3259;
    line-height: 7.3vw;
    font-weight: 700;
    letter-spacing: 1vw;
    text-shadow: 0 0 5px #fffde9, 0 0 5px #fffde9, 0 0 5px #fffde9, 0 0 5px #fffde9;
}
.phone .s1 h3 {
    margin-top: 0.7vw;
    font-size: 3.7vw;
    /* color: #fff; */
    color: #000;
    line-height: 5vw;
    text-align: center;
    font-weight: 400;
    /* font-weight: 300; */
    letter-spacing: 1.4vw;
    text-shadow: 0 0 30px #000;
    text-shadow: 0 0 3px #ffffff, 0 0 3px #ffffff, 0 0 3px #fffde9, 0 0 3px #fffde9, 0 0 3px #fffde9;
}
.phone .s1 .app {
    display: flex;
    flex-wrap: wrap;
    margin: 10vw auto 0;
    width: 50vw;
    text-align: center;
}
.phone .app img{
    width: 94%;
    height: auto;
}
.phone .app a {
    position: relative;
    margin: 0 auto 2.5%;
    width: 50%;
}
.phone .s1 .btn_play {
    display: block;
    margin: 12vw auto 0;
    width: 9vw;
    height: 10.44vw;
    text-align: center;
}
.phone .s1 h2:after {
    margin-top: 12px;
}
.phone .s1 h2:before, .phone .s1 h2:after {
    content: '';
    display: block;
    width: 100%;
    height: 2px;
    background: #ea3259;
    box-shadow: 0 0 5px #fffde9, 0 0 5px #fffde9, 0 0 5px #fffde9, 0 0 5px #fffde9;
}
.phone .title{
    text-align: center;
    padding: 90px 0 10vw;
}
.phone .title h2 {
    font-size: 40px;
    color: #847b6e;
    line-height: 36px;
    font-weight: 900;
    background: -webkit-linear-gradient(top,#c2b9ac 0,#847b6e 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.phone .title h1, .phone .title span {
    font-size: 24px;
    color: #333;
    line-height: 27px;
    font-weight: 400;
}
.phone .s2 h2 {
    color: #b2faff;
    background: -webkit-linear-gradient(top,#fff 0,#b2faff 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.phone .s2 h1, .phone .s2 .title span {
    color: #fff;
    text-shadow: 0 0 12px rgb(0 0 0 / 30%);
}
.phone .title > * {
    display: inline-block;
    vertical-align: bottom;
}
.phone .newsBox {
    margin: 0 auto 35px;
    width: 80vw;
}
.phone .banBox {
    position: relative;
    margin-bottom: 7.5vw;
    width: 100%;
}
.phone .banBox , .phone .news {
    display: inline-block;
}
.phone .banner{
    width: 100%;
    overflow: hidden;
    border: 3px #fff solid;
}
.phone .banner a, .phone .banner img{
    width: 100%;
    height: auto;
}
.phone .swiper-pagination {
    bottom: -3.5vw;
    left: 0;
    right: 0;
}
.phone .swiper-pagination-phone {
    bottom: -3vh;
}
.phone .swiper-pagination-bullet {
    margin: 0 5px;
    width: 12px;
    height: 12px;
    background: #69add4;
    opacity: 1;
}
.phone .swiper-pagination-bullet-active {
    background: #62d9ef;
}
.phone .news {
    width: 100%;
    max-height: 220px;
    overflow: hidden;
}
.phone .tabNav {
    position: relative;
    display: flex;
    margin: 0 auto 13px;
    width: 100%;
    overflow: hidden;
}
.phone .tabNav:before {
    content: '';
    position: absolute;
    z-index: 0;
    bottom: 0;
    width: 100%;
    height: 2px;
    background: #216fad;
}
.phone .tabNav li {
    position: relative;
    display: inline-block;
    width: 11%;
    height: 40px;
    font-size: 18px;
    line-height: 36px;
    text-align: center;
    font-weight: 400;
}
.phone .tabNav span {
    color: #4998d7;
}
.phone .tabNav li.focus span, .phone .tabNav li.focus {
    color: #333;
}
.phone .tabNav em {
    display: inline-block;
    width: 1.8%;
    font-size: 18px;
    color: #bdd5e3;
    line-height: 33px;
    text-align: center;
    font-style: normal;
    font-weight: 200;
}
.phone .list li {
    position: relative;
    padding: 4.5px 0;
    width: 100%;
    font-size: 15px;
    white-space: nowrap;
    overflow: hidden;
}
.phone .list span {
    position: absolute;
    left: 0;
    width: 50px;
    color: #fff;
    text-align: center;
    background: #4998d7;
    border-radius: 3px;
}
.phone .list a {
    padding: 0 60px;
    width: 100%;
    color: #333;
    font-weight: 300;
    vertical-align: middle;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.phone .list tt {
    position: absolute;
    right: 0;
    color: #333;
}
.phone .list span, .phone .list a, .phone .list tt {
    display: inline-block;
    height: 24px;
    line-height: 23px;
}
.phone .tabNav a.btn_more {
    position: absolute;
    top: 7px;
    right: 0;
    width: 50px;
    height: 24px;
    font-size: 15px;
    color: #fff;
    line-height: 25px;
    font-weight: 400;
    text-align: center;
    background: #4998d7;
    border-radius: 3px;
}
.phone .scroll-down {
    position: relative;
    height: 47px;
}
.phone .scroll-down span {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin: auto;
    display: block;
    width: 24px;
    height: 24px;
    border-width: 5px 5px 0 0;
    border-color: #b8dbe5;
    border-style: solid;
    -webkit-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    transform: rotate(135deg);
    -webkit-animation: down 1.2s ease-in-out infinite alternate;
    -ms-animation: down 1.2s ease-in-out infinite alternate;
    animation: down 1.2s ease-in-out infinite alternate;
}
@keyframes down {
    0%{
        top: -10px;
    }
    50%{
        top:0
    }
    100%{
        top: -10px;
    }
}
.phone .features {
    margin: 13.5vw auto 0;
    width: 69vw;
    height: 88.6vw;
    overflow: hidden;
    outline: 3px #acced6 solid;
    border: 5px #fff solid;
}
.s3 .swiper-nav-phone {
    position: absolute;
    z-index: 2;
    top: 21.5vw;
    left: 0;
    right: 0;
    margin: auto;
    text-align: center;
}
.swiper-container2-phone .swiper-slide img{
    width: 697px
}
.s4 .swiper-nav2-phone {
    position: absolute;
    z-index: 2;
    top: 25vw;
    right: 0;
    left: 0;
    margin: auto;
    width: 700px;
    text-align: center;
    display: flex;
    flex-wrap: wrap;
}
.phone .classes{
    width: 100vw;
    height: 100%;
    overflow: hidden;
}
.phone .info {
    margin: 42vw auto 0;
    width: 68vw;
    color: #333;
}
.phone .titles{
    margin-bottom: 24px;
}
.phone .titles h4 {
    margin: 0 5px 7px;
    font-size: 47px;
    line-height: 47px;
    font-weight: 700;
}
.phone .titles em {
    font-size: 30px;
    line-height: 35px;
    font-style: normal;
    font-weight: 200;
}
.phone .info{
    margin: 52vw auto 0;
    width: 82vw;
}
.phone .info p {
    margin-bottom: 38px;
    font-size: 26px;
    line-height: 26px;
}
.phone .info .type {
    font-size: 18px;
    line-height: 18px;
}
.phone .titles img {
    width: 48px;
}
.phone .titles h3, .phone .titles em {
    margin-bottom: 7px;
}
.phone .titles h3 {
    font-size: 30px;
    line-height: 30px;
}
.phone .info .type ul:first-child {
    margin-bottom: 10px;
}
.phone .info .type ul li:first-child {
    padding: 8px 10px;
    margin-right: 6px;
    color: #fff;
    background: #333;
    font-weight: 300;
    border-radius: 6px;
}
.phone .info .type ul li {
    display: inline-block;
}
.phone .info .line {
    margin-bottom: 15px;
    width: 360px;
    height: 2px;
    background: #9ebfc5;
    background: -webkit-linear-gradient(left,#9ebfc5 0, rgba(255, 255, 255, 0) 100%);
    background: -ms-linear-gradient(left,#9ebfc5 0, rgba(255, 255, 255, 0) 100%);
    background: linear-gradient(left, #9EBFC5 0, rgba(255, 255, 255, 0) 100%);
}
.phone .s5{
    padding-bottom: 16.5vw;
    background-position: bottom center;
    background-size: 100% auto;
}
.phone .trailers-phone {
    position: relative;
    margin: 0 auto 5vw;
    width: 70vw;
}
.phone .trailers-phone span{
    position: relative;
    margin-bottom: 1.2vw;
    width: 49%;
    display: inline-block;
    background: #000;
    border: 2px #fff solid;
}
.phone .trailers-phone img {
    opacity: 0.6;
    width: 100%;
    height: 100%;
}
.phone .trailers-phone span:first-child:after {
    width: 15%;
    height: 29%;
}
.phone .trailers-phone span:after {
    width: 22%;
    height: 42%;
}
.phone .appBar-phone ul:first-child {
    margin-right: -4px;
    width: 29%;
}
.phone .appBar-phone ul {
    display: inline-block;
    vertical-align: top;
}
.phone .appBar-phone ul:first-child img {
    width: 93%;
    height: 100%;
}
.phone .appBar-phone ul:last-child {
    width: 70.5%;
}
.phone .appBar-phone ul:last-child li:first-child {
    margin: 0.4vw 0 0.9vw;
    font-size: 5.9vw;
    color: #00c1ee;
    line-height: 5.9vw;
    font-weight: 900;
}
.phone .appBar-phone ul:last-child li:first-child span {
    display: inline-block;
    margin-left: 0.5vw;
    font-size: 3.3vw;
    color: #2569b4;
    line-height: 3.9vw;
    font-weight: 400;
    vertical-align: bottom;
}
.phone .s5 .app a {
    margin: 0 .5% 0 0;
}
.phone .s5 .app a, .phone .s5 .app a img {
    width: 47.9%;
    height: auto;
}
.phone footer{
    position: relative;
    z-index: 1;
    padding: 27px 0;
    width: 100%;
    height: auto;
    text-align: center;
    background: #000;
}
.phone footer .R12{
    line-height: 15px;
    text-align: left;
}
.phone footer .R12 b{
    /*display: inline-block;*/
    float: left;
    margin-right: 8px;
    width: 43px;
    height: 43px;
    vertical-align: top;
}
.phone footer .logo_cr, .phone footer .logo_cr_2, .phone footer .R12 b {
    background-repeat: no-repeat;
    background-size: cover;
}
.phone footer .logo_cr, .phone footer .logo_cr_2 {
    margin-bottom: 3px;
    height: 30px;
}
.phone footer li, .phone footer li a {
    display: inline-block;
    font-size: 12px;
    color: #777;
    font-family: Arial;
    vertical-align: middle;
}
@media screen and (max-height: 1024px) and (orientation: landscape){
    .phone .s1, .phone .s3, .phone .s4 {
        height: 134vw !important;
    }
    .phone .s2, .phone .s5 {
        height: auto !important;
    }
    .phone section , .fp-tableCell, .phone section .swiper-slide{
        background-size: auto 100%;
    }
    .phone .s3 .swiper-nav-phone {
        top: 16vw;
        width: 600px;
    }
    .swiper-container2-phone .swiper-slide img{
        width: 873px
    }
    .modal-content{
        width: 60vw;
        height: 80vh;
    }
}
@media screen and (min-height: 1366px){
    .phone .s1, .phone .s3, .phone .s4 {
        height: 1366px !important;
    }
    .phone .s2, .phone .s5 {
        height: auto !important;
    }
    .s3 .swiper-nav-phone {
        top: 13vh;
        width: 600px;
    }
    .phone .features {
        margin: 14.8vw auto 0;
    }
    .phone .info{
        width: 60vw;
    }
    .modal-content{
        width: 90vw;
        height: 50vh;
    }
    .phone section , .fp-tableCell, .phone section .swiper-slide{
        background-size: auto 100%;
    }
}
@media screen and (max-width: 650px){
    .phone footer .logo_cr, .phone footer .logo_cr_2 {
        margin-bottom: 5px;
    }
    .phone section , .fp-tableCell, .phone section .swiper-slide{
        background-size: auto 100%;
    }
}
@media screen and (max-width: 600px) and (orientation: portrait){
    .phone .s1 h1 {
        padding-top: 13vw;
    }
    .phone .s1 .app {
        margin: 24vw auto 0;
        width: 75vw;
    }
    .phone .s_1 .btn_play {
        margin: 11.5vw auto 0;
        width: 13vw;
        height: 15.08vw;
    }
    .phone .features {
        margin: 18.5vw auto 0;
        width: 88vw;
        height: auto;
    }
    .phone .s3 .swiper-nav-phone {
        top: 26vw;
    }
    .phone .s3 .swiper-nav-phone a {
        margin: 0 2vw;
        width: 8.5vw;
        height: 25vw;
        font-size: 3.2vw;
        line-height: 8.7vw;
    }
    .phone .s4 .swiper-nav2-phone{
        width: 555px;
    }
    .phone .s4 .swiper-nav2-phone .swiper-wrapper {
        top: 32vw;
        width: 444px;
    }
    .phone .classes h4 {
        color: #3b6a9b;
        background: -webkit-linear-gradient(top,#3b6a9b 0,#79aec1 100%);
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
    }
    .phone .trailers-phone {
        width: 80vw;
    }
    .phone .appBar-phone {
        padding: 3.3vw 2% 0;
        width: 65vw;
        height: 23vw;
    }
    .phone .appBar-phone ul:first-child {
        margin-right: -4px;
        width: 29%;
    }
    .phone .appBar-phone ul:first-child img {
        width: 95%;
    }
    .phone .appBar-phone ul:last-child {
        width: 70.6%;
    }
    .phone .appBar-phone ul:last-child li:first-child {
        margin: 0.5vw 0 1.5vw;
        font-size: 7vw;
        line-height: 7.9vw;
    }
    .phone .appBar-phone ul:last-child li:first-child span {
        margin-left: 0.5vw;
        font-size: 5.5vw;
        line-height: 6.2vw;
    }
}
@media screen and (max-width: 420px){
    .newsBox {
        margin: 0 auto 5vw;
    }
    .phone .s3 .swiper-nav-phone {
        top: 31vw;
    }
    .phone .s3 .swiper-nav-phone a {
        margin: 0 1.5vw;
        line-height: 9vw;
    }
    .phone footer .R12 b {
        margin-right: 5px;
        width: 36px;
        height: 36px;
    }
    .phone footer .R12{
        font-size: 10px;
        line-height: 16px;
    }
}
@media screen and (max-width: 480px) and (orientation: portrait){
    .modal-content{
        height: 77vw;
        width: 100vw;
    }
    .phone .s1.intro,.phone .s1,.phone .s3,.phone .s4 {
        height: 178vw !important;
    }
    .phone .s1 h1 img {
        width: 42vw;
    }
    .phone .s1 h1{
        padding-top: 17vw;
        text-align: center;
    }
    .phone .s1 h2 {
        width: 77.5vw;
        font-size: 8vw;
        line-height: 8vw;
        font-weight: 500;
    }
    .phone .s1 h2:before {
        margin-bottom: 1.2vw;
    }
    .phone .s1 h2:after {
        margin-top: 1.8vw;
    }
    .phone .s1 h2:before, .phone .s1 h2:after {
        height: 1px;
    }
    .phone .s1 h3 {
        margin-top: 2vw;
        font-size: 5vw;
        line-height: 6vw;
    }
    .phone .s1 .app {
        margin: 20vw auto 0;
    }
    .phone .intro .app, .phone .s1 .app {
        width: 75vw;
    }
    .phone .s1 .btn_play {
        margin: 11.5vw auto 0;
        width: 13vw;
        height: 15.08vw;
    }
    .phone .title{
        padding: 80px 0 10vw;
    }
    .phone .title h1,.phone .title span {
        font-size: 4.5vw;
        line-height: 6.4vw;
    }
    .phone .s2{
        background-size: 120% auto;
    }
    .phone .title {
        padding: 80px 0 10vw;
    }
    .phone .title h2 {
        font-size: 7.5vw;
        line-height: 7.1vw;
    }
    .phone .s2 h2 {
        color: #b2faff;
        background: -webkit-linear-gradient(top,#fff 0,#b2faff 100%);
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
    }
    .phone .newsBox{
        width: 88vw;
    }
    .phone .banBox {
        margin-bottom: 10vw;
    }
    .phone .news {
        max-height: 188px;
    }
    .phone .tabNav li {
        width: 14%;
        font-size: 18px;
    }
    .phone .list li {
        padding: 2.5px 0;
        font-size: 13px;
    }
    .phone .tabNav a.btn_more {
        top: 9px;
        width: 45px;
        height: 22px;
        font-size: 13px;
        line-height: 23px;
    }
    .phone .scroll-down {
        height: 10vw;
    }
    .phone .scroll-down span {
        width: 6vw;
        height: 6vw;
        border-width: 1.5vw 1.5vw 0 0;
    }
    .phone .features {
        margin: 17.8vw auto 0;
        outline: 2px #acced6 solid;
        border: 4px #fff solid;
    }
    .phone .s3 .swiper-nav-phone {
        top: 29vw;
        width: 600px;
    }
    .phone .s3 .swiper-nav-phone a {
        color: #333;
    }
    .phone .s4 .swiper-nav2-phone .swiper-wrapper {
        top: 14vw;
        left: -8vw;
        width: calc(19vw * 4);
    }
    .phone .s4 .swiper-nav2-phone a {
        width: 19vw;
        height: calc(19vw * 0.32);
        font-size: 3.3vw;
        line-height: 6.2vw;
    }
    .phone .info{
        margin: 57vw auto 0;
    }
    .phone .titles{
        margin-bottom: 3.5vw;
    }
    .phone .info .line {
        margin-bottom: 2.5vw;
        width: 60vw;
    }
    .phone .info p {
        margin-bottom: 5.5vw;
        font-size: 4.5vw;
        line-height: 4.5vw;
    }
    .phone .info .type {
        font-size: 3.5vw;
        line-height: 3.5vw;
    }
    .phone .titles img {
        width: 8.5vw;
    }
    .phone .titles h4 {
        margin: 0 0.5vw 4px;
        font-size: 8vw;
        line-height: 9.5vw;
    }
    .phone .titles em {
        font-size: 4.5vw;
        line-height: 5.5vw;
    }
    .phone .titles h3 {
        font-size: 5vw;
        line-height: 5vw;
    }
    .phone .info .type ul:first-child {
        margin-bottom: 1.5vw;
    }
    .phone .info .type ul li:first-child {
        padding: 1.3vw 1.5vw 1.5vw 1.7vw;
        margin-right: 1vw;
        border-radius: 1vw;
    }
    .phone .info .type li {
        vertical-align: top;
    }
    .phone .info .type ul li:last-child {
        padding-top: 1.4vw;
    }
    .phone .trailers-phone span{
        width: 100%;
    }
    .phone .trailers-phone span:after, .phone .trailers-phone span:first-child:after {
        width: 18%;
        height: 37%;
    }
    .phone footer {
        padding: 20px 12px;
    }
}

