@charset "UTF-8";
/* CSS Document */

body {
    position: absolute;
    border: 0 none;
    outline: 0;
    padding: 0;
    margin: 0;
    background-color: transparent;
}
#container {
    position: absolute;
    width: 728px;
    height: 90px;
    top: 0;
    left: 0;
    margin: auto;
    overflow: hidden;
    background: #000000;
}
#keyline {
    position: absolute;
    top: 0;
    left: 0;
    width: 728px;
    height: 90px;
    z-index: 1;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    border: 1px solid #666666;
    background-color: transparent;
}
.img2x {
    position: absolute;
    left: 0;
    top: 0;
    width: 728px;
    height: 90px;
    opacity: 0;
    filter: alpha(opacity=0);
}
#btnReplay {
    position: absolute;
    top: 0;
    left: 0;
    width: 16px;
    height: 17px;
    display: none;
    z-index: 3;
    cursor: pointer;
}
#btnReplay:hover {
    animation-name: spin;
    animation-duration: .8s;
    animation-iteration-count: 1;
}
@keyframes spin {
    from {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(360deg);
    }
}
#cta_shine_container {
    position: absolute;
    left: 536px;
    top: 27px;
    width: 136px;
    height: 31px;
    overflow: hidden;
    border-radius: 15px;
    z-index: 500;
    cursor: pointer;
    border: solid 1px #fff;
    opacity: 0;
}
#ctaShine {
    width: 44px;
    height: 33px;
    position: absolute;
    left: -44px;
    top: 0;
    opacity: 0;
}
#cta_shine_container:hover #ctaShine {
    animation-name: shine;
    animation-duration: 1.5s;
    animation-iteration-count: 1;
}
@keyframes shine {
    from {
        left: -44px;
        opacity: 0.4;
    }
    to {
        left: 160px;
        opacity: 1;
    }
}
#frame_05 {
    opacity: 0;
}
#frame_02 {
    position: absolute;
    left: 0;
    top: 0;
    width: 1456px;
    height: 180px;
    background: #E6E7E6;
    opacity: 0;
}
#frame_02_wifi_01 {
    position: absolute;
    width: 336px;
    height: 150px;
    left: 0;
    top: 15px;
    border-right: 2px solid #B8b9B8;
}
.wifi_peice_01_f0201,
.wifi_peice_02_f0201,
.wifi_peice_03_f0201,
.wifi_peice_04_f0201 {
    position: absolute;
    left: 41px;
    top: 51px;
}
#frame_02_wifi_02 {
    position: absolute;
    width: 340px;
    height: 150px;
    left: 338px;
    top: 15px;
    border-right: 2px solid #B8b9B8;
}
.wifi_peice_01_f0202,
.wifi_peice_02_f0202,
.wifi_peice_03_f0202,
.wifi_peice_04_f0202 {
    position: absolute;
    left: 20px;
    top: 51px;
}
#frame_02_wifi_03 {
    position: absolute;
    width: 338px;
    height: 150px;
    left: 680px;
    top: 15px;
    border-right: 2px solid #B8b9B8;
}
.wifi_peice_01_f0203,
.wifi_peice_02_f0203,
.wifi_peice_03_f0203,
.wifi_peice_04_f0203 {
    position: absolute;
    left: 26px;
    top: 51px;
}
#frame_02_wifi_04 {
    position: absolute;
    width: 439px;
    height: 150px;
    left: 1020px;
    top: 15px;
}
.wifi_peice_01_f0204,
.wifi_peice_02_f0204,
.wifi_peice_03_f0204,
.wifi_peice_04_f0204 {
    position: absolute;
    left: 18px;
    top: 51px;
}
#frame_04 {
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0;
    width: 1456px;
    height: 180px;
    background: #E6E7E6;
}
#frame_04_wifi_01 {
    position: absolute;
    width: 382px;
    height: 150px;
    left: 0;
    top: 15px;
    border-right: 2px solid #B8b9B8;
}
.wifi_peice_01_f0401,
.wifi_peice_02_f0401,
.wifi_peice_03_f0401,
.wifi_peice_04_f0401 {
    position: absolute;
    left: 39px;
    top: 51px;
}
#frame_04_wifi_02 {
    position: absolute;
    width: 332px;
    height: 150px;
    left: 384px;
    top: 15px;
    border-right: 2px solid #B8b9B8;
}
.wifi_peice_01_f0402,
.wifi_peice_02_f0402,
.wifi_peice_03_f0402,
.wifi_peice_04_f0402 {
    position: absolute;
    left: 16px;
    top: 51px;
}
#frame_04_wifi_03 {
    position: absolute;
    width: 382px;
    height: 150px;
    left: 718px;
    top: 15px;
    border-right: 2px solid #B8b9B8;
}
.wifi_peice_01_f0403,
.wifi_peice_02_f0403,
.wifi_peice_03_f0403,
.wifi_peice_04_f0403 {
    position: absolute;
    left: 15px;
    top: 51px;
}
#frame_04_wifi_04 {
    position: absolute;
    width: 357px;
    height: 150px;
    left: 1102px;
    top: 15px;
}
.wifi_peice_01_f0404,
.wifi_peice_02_f0404,
.wifi_peice_03_f0404,
.wifi_peice_04_f0404 {
    position: absolute;
    left: 16px;
    top: 51px;
}
:focus {
    outline: none;
}
::-moz-focus-inner {
    border: 0;
}
