  
  
    
    .start {
        transition: all 1s ease-out;
        /* transform: translate(0, 0); */
        margin-top: 0 !important;
    }
    
    .start2 {
        transition: all 1s ease-out;
        transform: translate(0, 20px);
    }
    
    #WakeVideo_body {
        margin-top: -20px;
    }
    
    .box_Body {
        width: 100vw;
    }
    
    .contetn_box {
        width: 1290px !important;
        margin: 0 auto;
        position: relative;
    }
    /* mobileNav 导航展示 */
    
    .mobileNav {
        background: #fff;
    }
    
    .mobileNav ul {
        width: 100%;
        height: 256px;
        display: flex;
        font-weight: normal;
        color: #2E2826;
        line-height: 23px;
        opacity: 0.6;
        justify-content: space-around;
        align-items: center;
        padding: 40px 0;
    }
    
    .mobileNav ul li {
        text-align: center;
    }
    
    .mobileNav ul li img {
        margin: 0 auto;
        height: 64px;
    }
    
    .mobileNav ul li div {
        padding-top: 10px;
    }
    /* halo */
    
    .haloBody {
        position: relative;
        height: 1494px;
        overflow: hidden;
        min-width: 320px;
        background: #fff;
    }
    
    .bannerbox {
        width: 100%;
        height: 1000px;
        position: absolute;
        top: 0;
    }
    
    .box {
        width: 100%;
        height: 1000px;
        position: absolute;
        top: 0;
    }
    
    .halo_bannertitle {
        position: absolute;
        left: 0;
        top: 0;
        width: 100vw;
        height: 100vh;
    }
    
    .undertitle {
        opacity: 0;
        width: 830px;
        font-size: 48px;
        font-weight: bold;
        text-align: center;
        padding-top: 150px;
        padding-bottom: 70px;
        margin: 0 auto;
        box-sizing: border-box;
    }
    
    .bgbox {
        width: 100%;
        margin: 0 auto;
        box-sizing: border-box;
        position: relative;
    }
    
    .bgbox_img {
        width: 1130px;
        margin: 0 auto;
    }
    
    .bannertitle {
        position: absolute;
        top: 50%;
        left: 50%;
        margin: 0 auto;
        font-size: 86px;
        font-weight: bold;
        text-align: center;
        color: #fff;
        transform: translate(-50%, -50%);
        transition: .1s linear;
        -moz-transition: .1s linear;
        -webkit-transition: .2s linear;
    }
    
    #Battery_cavnvas {
        width: 1034px;
        margin: 140px auto 0;
    }
    /* phoneBack */
    
    .phoneBack {
        background: #fff;
        position: relative;
        z-index: 2;
        display: flex;
        height: 1000px;
        width: 100%;
        overflow: hidden;
        top: 0;
    }
    
    .phoneBack .phoneBack_left {
        position: relative;
        width: 496px;
        margin-right: 100px;
        margin-left: 80px;
        opacity: 1;
    }
    
    .phoneBack_left_body {
        display: flex;
        height: 100%;
        align-items: center;
        width: 40%;
    }
    
    .phoneBack_right {
        width: 550px;
        float: right;
        display: flex;
        align-items: center;
        height: 100%;
    }
    
    .phoneBack_right .tab {
        display: flex;
        align-items: center;
        padding-top: 94px;
    }
    
    .phoneBack_right .tab :nth-child(2) {
        margin-left: 30px;
    }
    
    .phoneBack_right .tab .active {
        width: 38px;
        height: 38px;
        border-radius: 50%;
        border: 1px solid #959595;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    
    .desColors {
        height: 90px;
    }
    
    .phoneBack_right .tab .tabA span {
        display: block;
        width: 24px;
        height: 24px;
        background: linear-gradient(0deg, #e4fafe 0%, #c3d9ea 100%);
        /* background: linear-gradient(-5deg, #7AD8E3 0%, #2C5EA4 100%); */
        border-radius: 50%;
    }
    
    .phoneBack_right .tab .tabB span {
        display: block;
        width: 24px;
        height: 24px;
        background: linear-gradient(0deg, #9ca4a6 0%, #43464e 100%);
        border-radius: 50%;
    }
    
    .phoneBack_right .tab .tabA,
    .phoneBack_right .tab .tabB {
        width: 38px;
        height: 38px;
        border-radius: 50%;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    /* side fingerprint */
    
    .Fingerprint {
        background: #ffffff;
        width: 100%;
        position: relative;
        height: 300vh;
    }
    
    .Fingerprint .FingerprintBody {
		position: -webkit-sticky;
        position: sticky;
        top: 0;
        height: 100vh;
        width: 100%;
        overflow: hidden;
    }
    
    .Fingerprint_content {
        width: 1290px;
        height: 100vh;
        position: relative;
        margin: 0 auto;
    }
    
    .FingerprintText {
        position: absolute;
        left: 30px;
        top: 50%;
        transform: translate(0, -50%);
        z-index: 2;
        width: 589px;
        transition: opacity 0.3s linear;
    }
    
    #fingerprint_canvas {
        position: absolute;
        right: -10%;
        bottom: 0;
		z-index: -1;
    }
    
    .fingerprint_canvas_body {
        width: 100%;
        height: 100%;
        position: relative;
    }
    
    .Fingerprint .FingerprintVideo {
        position: absolute;
        right: -70px;
        top: 50%;
        transform: translate(0, -50%);
        z-index: 1;
        /* width: 975px; */
        height: 1000px;
        /* height: 100%; */
    }
    
    .Fingerprint .FingerprintText .des2 {
        width: 546px;
        margin: 0;
    }
    
    .fingerprint_canvas_body_text {
        opacity: 0;
        width: 0;
        height: 0;
    }
    /* 芯片 */
    
    .chipBody {
        display: none;
        position: fixed;
        left: 0;
        top: 0;
        width: 100vw;
        height: 100vh;
        overflow: hidden;
        z-index: -1;
    }
    
    .chip2 {
        position: absolute;
        left: 50%;
        top: 50%;
        height: 100vh;
        width: 100vw;
        transform: translate(-50%, -50%);
        background-image: url('../image/chip2.jpg');
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center center;
    }
    
    .chipText {
        width: 1050px;
        margin: 0 auto;
        padding: 150px 60px 0;
    }
    
    .chipText .boxTitle,
    .chipText .boxDes {
        text-align: center;
        color: #fff;
    }
    
    .chip2Bg {
        height: 100vh;
        width: 100vw;
    }
    
    .Battery {
        text-align: center;
        padding-top: 105px;
        background-color: #fff;
    }
    
    .BatteryBody {
        padding-bottom: 97px;
    }
    
    .Battery .boxDes {
        width: 972px;
        margin: 0 auto;
    }
    
    .BatteryImage {
        width: 1034px;
        margin: 70px auto 0;
    }
    /* 摄像头变美女 */
    
    .camera {
        position: relative;
        background: #000;
        width: 100%;
        height: 500vh;
        /* height: 1400px; */
    }
    
    .camera>div {
        height: 100vh;
        top: 0;
        position: sticky;
		position: -webkit-sticky;
    }
    
    .camera_content {
        position: absolute;
        right: 5%;
        /* top: 150px; */
        top: 20%;
        color: #fff;
    }
    
    .camera_content .boxTitle,
    .camera_content .boxDes {
        color: #fff;
        width: 518px;
    }
    
    .cameraImage_t_body {
        position: absolute;
        left: 0;
        width: 100%;
        height: 100%;
        bottom: 0;
        background: rgba(0, 0, 0, 0.3);
        transition: opacity 1s;
        transition-timing-function: linear;
    }
    
    .cameraImage_text {
        position: absolute;
        top: 35%;
        left: 50%;
        transform: translate(-50%, 0);
        font-size: 50px;
        color: #fff;
        /* opacity: 0; */
        text-align: center;
        width: 885px;
    }
    
    .cameraImage_text .boxTitle,
    .cameraImage_text .boxDes {
        color: #fff;
    }
    /* Wake */
    
    .Wake {
        position: relative;
        width: 100%;
        background-size: 100% 100%;
        overflow: hidden;
        min-height: 500px;
    }
    
    .WakeText {
        width: 438px;
        position: absolute;
        right: 0;
        top: 160px;
        z-index: 11;
    }
    
    .WakeVideo {
        max-width: 100%;
        min-width: 1290px;
        will-change: transform;
        /* height: 100%; */
    }
    /* Multitext */
    
    .Multi {
        background: #fff;
        height: auto;
        overflow: hidden;
        padding-top: 120px;
    }
    
    .Multitext {
        margin: 0 auto;
        text-align: center;
        width: 699px;
    }
    
    .game {
        margin-top: 40px !important;
        width: 100%;
        /* transition: all 1s linear; */
        /* transform: scale(1); */
    }
    
    .mymove {
        animation: mymove 2s;
    }
    /* funtouch */
    
    .funtouch {
        background: #F3F2F2;
    }
    
    .funtouch .title {
        text-align: center;
        font-size: 55px;
        font-weight: bold;
        color: #2D2725;
        line-height: 60px;
        padding-top: 125px;
        padding-bottom: 90px;
    }
    /* Vlog */
    
    .Vlog {
        position: relative;
        display: flex;
        justify-content: space-between;
        align-items: center;
    }
    
    .Vlog_left {
        padding: 40px 50px 40px 40px;
        width: 516px;
        background-color: #fff;
        border-radius: 10px;
    }
    
    .Vlog_leftDes {
        width: 440px;
    }
    
    .Vlog_leftImage {
        display: block;
        width: 225px;
        margin: 26px auto 0;
    }
    
    .Vlog_right2 {
        display: none;
        width: 100%;
    }
    
    .Vlog_right_body {
        position: absolute;
        right: 0;
        bottom: 0;
        height: 100%;
        background: #fff;
        display: flex;
        justify-content: space-between;
        align-items: center;
        border-radius: 10px;
        overflow: hidden;
    }
    
    .Vlog_right {
        width: 760px;
        background-color: #fff;
    }
    
    .Vlog_rightTopimg {
        display: block;
        width: 742px;
        height: 417px;
        border-radius: 10px;
        margin: 72px auto 39px;
    }
    
    .Vlog_rightBottomImage {
        display: block;
        width: 100%;
        height: 250px;
    }
    /* Memories */
    
    .Memories {
        margin-top: 72px;
        display: flex;
        justify-content: space-between;
    }
    
    .Memories_left {
        padding: 60px 89px 0;
        width: 858px;
        background-color: #fff;
        border-radius: 10px;
    }
    
    .Memories_leftDes {
        width: 661px;
    }
    
    .Memories_leftImage {
        margin: 26px auto 0;
        width: 375px;
    }
    
    .Memories_right {
        width: 421px;
        background-color: #fff;
        border-radius: 10px;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    
    .Memories_right img {
        width: 275px;
        height: 587px;
    }
    /* Butler */
    
    .Butler {
        margin-top: 72px;
        padding-bottom: 156px;
    }
    
    .ButlerTop {
        background-color: #fff;
        margin-bottom: 12px;
        border-radius: 10px;
        padding: 0 88px;
        display: flex;
        align-items: center;
    }
    
    .ButlerTopDes {
        width: 490px;
    }
    
    .ButlerTBody .funtouchTitle {
        width: 493px;
        font-size: 48px;
        color: #2D2725;
        line-height: 48px;
    }
    
    .ButlerTBody .funtouchDes {
        width: 489px;
        padding-top: 23px;
        font-size: 18px;
        color: #2D2725;
        line-height: 23px;
        opacity: 0.6;
    }
    
    .ButlerTopRight {
        width: 375px;
        margin-left: 74px;
        margin-top: 103px;
    }
    
    .ButlerBottom,
    .ButlerBottom_body {
        display: flex;
        justify-content: space-between;
        width: 100%;
    }
    
    .ButlerBottom .ButlerBottom_left,
    .ButlerBottom_Right {
        width: calc(50% - 6px);
        background-color: #fff;
        margin-bottom: 12px;
        border-radius: 10px;
    }
    
    .ButlerBottom .ButlerBottom_left img {
        width: 277px;
        height: 592px;
        margin: 108px auto;
    }
    
    .ButlerBottom_Right {
        display: flex;
        justify-content: center;
        align-items: center;
    }
    
    .ButlerBottom_Right .ButlerBottom_RightVideo {
        width: 542px;
        height: 460px;
        margin: 0 auto;
    }
    /* foot */
    
    .foot {
        width: 100%;
        padding: 50px 0;
        background: #121212;
        font-size: 16px;
        color: #2D2725;
        line-height: 21px;
        color: rgba(255, 255, 255, .8);
    }
    
    .footTitle {
        margin-bottom: 15px;
        opacity: 0.6;
    }
    
    .foot ul li {
        opacity: 0.4;
    }
    
    @media screen and (min-width: 1921px) {
        #fingerprint_canvas {
            right: -30%;
        }
    }
    
    @media screen and (max-width: 1640px) and (min-width: 1290px) {
        .WakeText {
            top: 110px;
        }
    }
    
    @media screen and (min-width: 1024px) and (max-width: 1290px) {
        .contetn_box {
            width: 1024px !important
        }
        .haloBody {
            height: 1450px;
        }
        .bgbox_img {
            width: 1000px;
            margin: 0 auto;
        }
        /* 2.5D Dazzling Colors */
        .phoneBack {
            height: 850px;
        }
        .phoneBack .phoneBack_left {
            width: 90%;
            margin: 40px;
        }
        .phoneBack_right {
            width: 55%;
            padding-right: 40px;
        }
        /* side fingerprint */
        .Fingerprint_content {
            width: 1024px !important;
            margin: 0 auto;
        }
        /* BatteryText */
        .BatteryText .boxDes {
            width: 100%;
            padding: 0 60px;
        }
        /* .BatteryImage {
            width: 1000px;
        } */
		#Battery_cavnvas {
		    width: 1000px;
		    margin:80px auto 0;
		}
        /* .camera */
        .camera_content {
            top: 55px;
            right: 80px;
        }
        /* Vlog */
        .Vlog_left {
            padding: 40px 40px 40px 20px;
            width: 400px;
        }
        .Vlog_right {
            width: 600px;
        }
        .Vlog_leftDes {
            width: 100%;
        }
        .Memories_left {
            padding: 60px 40px 0;
            width: 600px;
        }
        .Memories_right {
            width: 400px;
        }
        .Memories_leftDes {
            width: 100%;
        }
        .ButlerTop {
            padding: 0 40px;
        }
        .ButlerTopRight {
            width: 400px;
            /* height: 500px; */
            margin-left: 35px;
            margin-top: 103px;
        }
        .foot ul,
        .footTitle {
            padding: 0 30px;
        }
        .WakeText {
            top: 80px;
        }
    }
    
    @media screen and (min-width: 768px) and (max-width: 1023px) {
        .boxTitle {
            font-size: 36px;
            line-height: 47px;
            padding-bottom: 16px;
        }
        .boxDes {
            font-size: 16px;
            line-height: 21px;
        }
        .contetn_box {
            width: 100% !important
        }
        .undertitle {
            width: 100%;
            padding-left: 50px;
            padding-right: 50px;
        }
        .haloBody {
            height: 1280px;
        }
        .bgbox_img {
            width: 700px;
            margin: 0 auto;
        }
        /* 2.5D Dazzling Colors */
        .phoneBack {
            height: 850px;
        }
        .phoneBack .phoneBack_left {
            width: 90%;
            margin: 40px;
        }
        .phoneBack_right {
            width: 55%;
            padding-right: 40px;
        }
        /* side fingerprint */
        .Fingerprint_content {
            width: 100%;
        }
        .FingerprintText>div {
            padding: 0 80px;
        }
        /* 芯片 */
        .chipText {
            width: 100vw;
            margin: 0 auto;
        }
        .BatteryText,
        .chipText {
            padding: 125px 80px;
        }
		.Battery{
			padding-top: 0;
		}
        .BatteryText .boxDes {
            width: 100%;
        }
        /* BatteryText */
        .BatteryText .boxTitle,
        .BatteryText .boxDes {
            width: 100%;
        }
        .BatteryImage {
            width: 80%;
        }
        /* camera */
        .camera_content {
            top: 60px;
            right: 60px;
        }
        .cameraImage_text {
            width: 100%;
            padding: 0 80px;
        }
        /* Wake */
        .WakeText {
            width: 350px;
            right: 30px;
            top: 30px;
        }
        .WakeVideo {
            position: absolute;
            left: 0;
            top: 0;
            bottom: 0;
            right: 0;
            position: absolute;
            left: 50%;
            top: 50%;
            transform: translate(-50%, -50%);
        }
        /* Multi */
        .Multi {
            padding-top: 80px;
        }
        .Multitext {
            width: 100%;
            padding: 0 80px;
        }
        .funtouchW {
            width: 700px;
            margin: 0 auto;
        }
        .ButlerTopRight {
            width: 40% !important;
            height: auto !important;
            margin: 0 auto !important
        }
        .foot {
            padding: 50px 36px;
        }
        .Memories_leftDes {
            padding-bottom: 20px;
        }
		
		#Battery_cavnvas {
		    width: 600px;
		    margin:80px auto 0;
		}
		.Vlog_leftImage {
		   width: 53% !important;
		   height: auto !important;
		   margin: 30px auto;
		}
    }
    
    @media screen and (min-width: 320px) and (max-width: 767px) {
        .Wake {
            background: #F1EFEF;
        }
        .boxTitle {
            font-size: 36px;
            line-height: 47px;
            padding-bottom: 16px;
        }
        .boxDes {
            font-size: 16px;
            line-height: 21px;
            opacity: 0.6;
        }
        .contetn_box {
            width: 100% !important
        }
        /* <!-- mobileNav 导航 --> */
        .mobileNav ul {
            height: auto;
            padding: 32px 0;
        }
        .mobileNav ul li {
            width: 90px;
            font-size: 12px;
            line-height: 14px;
        }
        .mobileNav ul li img {
            margin: 0 auto;
            height: 42px;
        }
        .undertitle {
            text-align: left;
            width: 100%;
            padding-left: 30px;
            padding-right: 30px;
        }
        .bgbox_img {
            width: 80%;
            margin: 0 auto;
        }
        /* 2.5D Dazzling Colors */
        .phoneBack_right .tab {
            padding-top: 40px;
        }
        .phoneBack {
            padding: 30px 0;
            padding-top: 20px;
            height: auto;
            padding-bottom: 0;
        }
        .phoneBack .phoneBack_left {
            width: 70%;
            margin: 30px auto;
        }
        .phoneBack_left_body {
            width: 100%;
            float: none;
            height: auto;
        }
        .phoneBack_right {
            float: none;
            width: 100%;
            padding: 0 30px;
            height: auto;
        }
        .Fingerprint_content {
            width: 100% !important;
            height: auto;
            text-align: left;
            padding: 0 0 40px 0 !important;
            background-color: #fff;
        }
        /* side fingerprint */
        .FingerprintText,
        .Fingerprint .FingerprintText .des2 {
            height: auto;
            width: 100%;
        }
        .fingerprint_canvas_body {
            background-color: #fff;
        }
        .chipBody,
        .chip2Bg {
            top: 0;
            height: 100vh;
        }
        .FingerprintText>div {
            padding: 0 30px;
        }
        /* 芯片 */
        .chipText {
            text-align: left;
            width: 100vw;
            margin: 0 auto;
            height: auto;
            padding: 130px 30px 0 30px;
            background: linear-gradient(rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0.1));
        }
        .chipText .boxTitle,
        .chipText .boxDes {
            text-align: left;
        }
        .Battery {
            padding-top: 70px;
        }
       /* .BatteryImage {
            width: 80%;
            margin: 100px auto 0;
        } */
		#Battery_cavnvas {
		    width: 80%;
		    margin:80px auto 0;
		}
        .BatteryText .boxTitle,
        .BatteryText .boxDes {
            text-align: left;
            padding-left: 30px !important;
            padding-right: 30px;
            width: 100%;
        }
        /* camera */
        .camera_content {
            top: 0;
            right: 0;
            width: 100vw;
            padding: 70px 30px 0;
        }
        .camera {
            background-color: #fff;
        }
        .camera_content .boxTitle,
        .camera_content .boxDes {
            width: 100%;
            color: #fff;
        }
        .cameraImage_text {
            text-align: left;
            width: 100%;
            padding: 0 30px;
        }
        /* Wake */
        .Wake {
            min-height: auto;
        }
        .WakeText {
            position: relative;
            width: 100vw;
            padding: 70px 30px 40px 30px;
            right: initial;
            top: initial;
            background: #F1EFEF;
        }
        .WakeVideo {
            position: relative;
            left: initial;
            top: initial;
            transform: translate(0, 0);
            max-width: 100%;
            min-width: 100%;
        }
        /* Multi */
        .Multi {
            padding-top: 0;
        }
        .Multitext {
            text-align: left;
            width: 100%;
            padding: 70px 30px 42px 30px;
        }
        .funtouchW {
            width: 100%;
            margin: 0 auto;
            padding: 0 10px;
        }
        .funtouch .title {
            font-size: 36px;
            padding-top: 65px;
            padding-bottom: 40px;
        }
        .foot {
            padding: 70px 30px;
        }
        .desColors {
            height: 100px;
        }
        .game {
            margin-top: 0 !important;
        }
		.Vlog_leftImage {
		   width: 100% !important;
		   height: auto !important;
		   margin: 30px auto;
		}
    }
    
    @media screen and (max-width: 1023px) and (min-width: 320px) {
        .FingerprintText {
            left: 0;
            top: 0;
            width: 100%;
            height: 100%;
            transform: translate(0, 0);
            z-index: 2;
            background: #fff;
            padding: 0 30px;
        }
        .FingerprintText>div {
            position: absolute;
            left: 0;
            top: 20%;
            /* transform: translate(0, -50%); */
            width: 100%;
            height: auto;
        }
        .fingerprint_canvas_body {
            height: 100vh;
        }
        .FingerprintText {
            opacity: 0;
        }
        #fingerprint_canvas {
            position: absolute;
            left: 50%;
            top: 0;
            transform: translate(-50%, 0);
			z-index: 1;
        }
        .Vlog_left {
            position: relative;
            padding: 70px 30px 0 30px;
            width: 100% !important;
        }
        .Vlog_leftDes {
            width: 100%;
        }
        .Vlog_right_body {
            right: inherit;
            left: 0;
            height: auto;
            /* transition: opacity 1s linear; */
            transition: all 0.5s linear;
            width: 100%;
        }
        .Vlog_right,
        .Memories_leftDes {
            width: 100%;
        }
        
        .Memories_leftImage {
            width: 53% !important;
            margin: 30px auto 0;
        }
        .ButlerBottom_left img {
            width: 53% !important;
            height: auto !important;
            margin: 30px auto !important;
        }
        .ButlerBottom .ButlerBottom_left,
        .ButlerBottom_Right {
            margin-bottom: 0;
        }
        .Memories {
            margin-top: 30px;
        }
        .Memories_left {
            width: 100%;
            padding: 70px 30px 0 30px;
        }
        .Memories_right,
        .ButlerTopRight {
            display: none;
        }
        .ButlerBottom_Right,
        .Vlog_right {
            display: none;
        }
        .Butler {
            padding-bottom: 40px;
            margin-top: 30px;
        }
        .ButlerBottom_body {
            position: relative;
            width: 100%;
            background-color: #fff;
            display: block;
            overflow: hidden;
            border-radius: 0 0 10px 10px;
            padding: 0 30px;
        }
        .ButlerBottom_left,
        .ButlerBottom_Right {
            width: 100% !important
        }
        .ButlerTop {
            margin: 0;
            padding: 70px 30px 0;
            border-radius: 10px 10px 0 0;
        }
        .ButlerTopDes {
            width: 100%;
        }
        .ButlerBottom_Right {
            margin-bottom: 0;
        }
        #ButlerBottom_Right {
            width: 53%;
            margin: 30px auto;
        }
        .phoneBack_right .tab {
            padding-top: 60px;
        }
        .foot {
            font-size: 12px;
            line-height: 16px;
        }
    }
    
    @media screen and (min-width: 700px) and (max-width: 767px) {
        .haloBody {
            height: 1200px;
        }
    }
    
    @media screen and (min-width: 610px) and (max-width: 699px) {
        .haloBody {
            height: 1180px;
        }
    }
    
    @media screen and (min-width: 540px) and (max-width: 609px) {
        .haloBody {
            height: 1160px;
        }
    }
    
    @media screen and (min-width: 481px) and (max-width: 539px) {
        .haloBody {
            height: 1150px;
        }
    }
    
    @media screen and (min-width: 420px) and (max-width: 480px) {
        .haloBody {
            height: 1180px;
        }
    }
    
    @media screen and (min-width: 340px) and (max-width: 419px) {
        .haloBody {
            height: 1200px;
        }
    }
    
    @media screen and (min-width: 320px) and (max-width: 339px) {
        .phoneBack_right .tab {
            padding-top: 100px !important;
        }
        .haloBody {
            height: 1240px;
        }
    }
    
    @media screen and (min-width: 340px) and (max-width: 358px) {
        .phoneBack_right .tab {
            padding-top: 80px !important;
        }
    }
    
    @keyframes mymove {
        0% {
            transform: scale(1);
        }
        100% {
            transform: scale(0.9);
        }
    }
    
    @-webkit-keyframes mymove
    /*Safari and Chrome*/
    
    {
        0% {
            transform: scale(1);
        }
        100% {
            transform: scale(1);
        }
    }