body {
    margin: 0px;
    padding: 0px;
    background: #F9F9F9 url('../img/bg_page.png');
    font-size: 12px;
    font-family: "Lucida Grande", Arial, Helvetica, Verdana, sans-serif;
    line-height: 150%
}

body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
fieldset,
input,
select,
textarea,
p,
blockquote,
th,
td {
    margin: 0;
    padding: 0
}

input,
select {
    vertical-align: baseline
}

textarea {
    font-family: "Lucida Grande", Arial, Helvetica, Verdana, sans-serif
}

input[type=text],
input[type=password],
textarea {
    background: #fff;
    color: #000;
    font-size: 12px
}

label {
    cursor: pointer
}

table {
    border-collapse: collapse;
    border-spacing: 0;
    font-size: 100%
}

fieldset,
img {
    border: 0
}

address,
caption,
cite,
code,
dfn,
em,
th,
var {
    font-style: normal;
    font-weight: normal
}

strong {
    font-weight: bold;
    font-style: normal
}

em {
    font-weight: normal;
    font-style: italic
}

ul {
    list-style: none
}

.clear {
    clear: both;
    line-height: 0;
    font-size: 0
}

.clearit:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden
}

.clearit {
    zoom: 1
}

.rr {
    float: right
}

.ll {
    float: left
}

a {
    outline: medium none
}

a:link,
a:active,
a:visited {
    text-decoration: none;
    color: #21759B
}

a:hover {
    text-decoration: none;
    color: #02A3FB
}

a.white {
    text-decoration: none;
    color: #FFF
}

a.tip {
    color: #999
}

a.tip:hover {
    background: #999;
    color: #FFF
}

a.erase {
    background: #CCC;
    color: #FFF;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    padding: 1px 5px;
    margin: 0 5px 0 0
}

a.erase:hover {
    background: #000
}

span.alarm {
    color: #C00;
    font-size: 12px
}

.tip {
    color: #666
}

.tip_i {
    color: #AAA
}

.orange {
    color: #F60
}

.radius {
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px
}

.BoxShadow {
    -webkit-box-shadow: 0 0 3px #DFDFDF;
    -moz-box-shadow: 0 0 3px #DFDFDF;
    box-shadow: 0 0 3px #DFDFDF
}

input[type=text],
input[type=password],
select,
textarea {
    -webkit-transition: border linear 0.2s, box-shadow linear 0.2s;
    -moz-transition: border linear 0.2s, box-shadow linear 0.2s;
    transition: border linear 0.2s, box-shadow linear 0.2s
}

input[type=text]:focus,
input[type=password]:focus,
textarea:focus {
    outline: none;
    border-color: rgba(82, 168, 236, 0.8);
    -webkit-box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.1), 0 0 8px rgba(82, 168, 236, 0.6);
    -moz-box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.1), 0 0 8px rgba(82, 168, 236, 0.6);
    box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.1), 0 0 8px rgba(82, 168, 236, 0.6)
}

input.title {
    box-sizing: border-box;
    border-color: #CCC;
    border-style: solid;
    border-width: 1px;
    font-size: 1.7em;
    margin: 0 0 5px 0;
    padding: 3px 5px;
    width: 100%;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px
}

input.side {
    color: #333;
    border-color: #CCC;
    border-style: solid;
    border-width: 1px;
    font-size: 12px;
    padding: 5px 4px;
    width: 230px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px
}

input.side:disabled {
    color: #000;
    background: #FAFAFA;
    border-color: #BBB;
    cursor: not-allowed
}

input.side.auto {
    width: 95%
}

input.side.mini {
    width: 150px
}

input.side.micro {
    width: 40px
}

input.input_mini {
    color: #555;
    background: #FFF;
    border: none;
    border-bottom: 1px solid #BBB;
    font-size: 12px;
    padding: 2px 4px;
    width: 110px
}

input.input_mini:disabled {
    color: #111;
    background: #FAFAFA;
    border-bottom: 1px solid #BBB;
    cursor: not-allowed
}

input.input_mini.large {
    width: 250px
}

input.input_mini.medium {
    width: 180px
}

input.input_mini.micro {
    width: 70px
}

input.input_mini.mono_date {
    font-family: "Fira Mono", "DejaVu Sans Mono", Menlo, Consolas, "Liberation Mono", Monaco, "Lucida Console", monospace, monospace;
    width: 120px
}

input.btn {
    background: #4EB1D4;
    border: none;
    font-size: 14px;
    color: #FFF;
    padding: 3px 20px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px
}

input.btnSmall {
    background: #4EB1D4;
    border: none;
    font-size: 11px;
    color: #FFF;
    padding: 2px 4px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px
}

input.btnSmall:hover {
    background: #F09199
}

textarea.content {
    box-sizing: border-box;
    border: #CCC solid 1px;
    padding: 5px;
    font-size: 14px;
    width: 100%;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px
}

textarea.content.side {
    width: 95%;
    resize: vertical
}

#contentSD,
#contentNote {
    margin: 0 0 10px 0
}

label.tip {
    display: block;
    font-size: 13px;
    margin-bottom: 10px;
    color: #555
}

label.tip span {
    display: block;
    margin-bottom: 2px
}

label.tip.grid {
    float: left;
    width: 115px
}

label.tip_text {
    width: 220px;
    position: relative;
    display: block;
    margin: 10px 0;
    color: #666
}

label.tip_text span {
    position: absolute;
    top: 5px;
    right: 15px;
    color: #C70021;
    background: #FFF;
    padding: 0 0 0 3px
}

label.tip_text input.side {
    width: 200px
}

label.tip_text.small {
    width: 180px
}

label.tip_text.small input.side {
    width: 160px;
    color: #555
}

.input_text_wrapper {
    float: left;
    width: 50%;
    box-sizing: border-box
}

.input_text_wrapper:nth-child(2n+1) {
    padding: 0 5px 0 0
}

label.input_text {
    float: none;
    display: block;
    box-sizing: border-box;
    width: 100%;
    background: #FFF;
    border: 1px solid #CCC;
    color: #333;
    line-height: 100%;
    font-size: 12px;
    margin: 0 5px 5px 0;
    padding: 6px 0 6px 0;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px
}

label.input_text span.title {
    float: left;
    padding: 0 5px;
    line-height: 120%;
    font-size: 13px;
    color: #C70021
}

label.input_text span.input {
    display: block;
    overflow: hidden
}

label.input_text span.input.no_title {
    padding: 0 5px
}

label.input_text input.side {
    width: 100%;
    font-size: 13px;
    width: 100%;
    padding: 0;
    background: transparent;
    border: none;
    box-shadow: none
}

label.input_text select {
    width: 95%
}

label.input_text.mini {
    float: left;
    width: 220px
}

optgroup {
    background-color: #EEE;
    color: #888;
    font-style: normal;
    font-weight: normal;
    padding: 2px 5px
}

option.cat {
    background: #D2334D;
    color: #FFF
}

select.catSelect {
    border: 1px solid #AAA;
    width: 100%;
    font-size: 14px;
    margin: 5px 0
}

select.catSelect optgroup {
    display: block;
    padding: 10px;
    background: #EEE;
    color: #555
}

select.catSelect optgroup[label] {
    padding: 5px 10px
}

.btn_red {
    background: #D2334D;
    color: #FFF;
    margin: 2px 0;
    padding: 1px 4px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px
}

.btn_blue {
    background: #4EB1D4;
    color: #FFF;
    margin: 2px 0;
    padding: 1px 4px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px
}

.btn_grey {
    background: #AAA;
    color: #FFF;
    margin: 2px 0;
    padding: 1px 4px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px
}

.btn_green {
    background: #91B876;
    color: #FFF;
    margin: 2px 0;
    padding: 1px 4px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px
}

a.btnSmall {
    background: #4EB1D4;
    font-size: 11px;
    color: #FFF;
    padding: 2px 4px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px
}

a.btnSmall:hover {
    background: #F09199;
    color: #FFF
}

a.moreItems {
    display: block;
    padding: 5px 10px 0 10px;
    margin: 0 0 0 0;
    background: #FAFAFA;
    color: #C70021
}

a.moreItems:hover {
    background: #EEE;
    color: #FFF
}

a.btn_blue {
    display: inline-block;
    font-size: 14px;
    padding: 5px 15px;
    color: #FFF
}

hr.border {
    border: none;
    border-bottom: 1px solid #EEE
}

body {
    background: #F6F5F6 url('../img/bg_2x.png') repeat;
    background-size: 200px 200px;
    font-family: "Avenir", "Lucida Grande", "Helvetica Neue", "Helvetica", "Arial", "Verdana", "Hiragino Sans GB", "sans-serif";
    line-height: 150%;
    font-size: 12px
}

#nav {
    text-align: right;
    padding: 10px
}

#nav a.get {
    display: none
}

#nav a.clover,
#footer a.clover {
    display: inline-block;
    background: transparent url('../img/ico_clover_2x.png') no-repeat 50% 50%;
    background-size: 75px 15px;
    width: 75px;
    height: 15px;
    text-indent: -99999px;
    font-size: 0
}

#nav .selectLang {
    position: relative;
    display: inline-block;
    margin: 0 10px 0 0;
    height: 15px
}

#nav .selectLang a.title {
    display: block;
    font-size: 15px;
    color: #888;
    line-height: 15px;
    margin: 5px 0 0 0;
    padding: 2px 10px 2px 0;
    border-right: 1px solid #CCC
}

#nav .selectLang ul {
    position: absolute;
    display: none;
    right: 0;
    top: 0;
    width: 100px;
    margin: 0 0 0 0;
    line-height: 100%;
    border: 1px solid #CCC;
    background: #FFF;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px
}

#nav .selectLang:hover ul {
    display: block
}

#nav .selectLang ul li a {
    display: block;
    padding: 10px 20px;
    font-size: 15px
}

#footer {
    margin: 0 0 50px auto;
    text-align: center;
    line-height: 200%
}

.content {
    max-width: 750px;
    margin: 0 auto
}

#logo {
    text-align: center;
    padding: 0 0
}

#logo h1 {
    display: inline-block;
    background: transparent url('../img/logo_2x.png') no-repeat;
    background-size: 300px 147px;
    width: 300px;
    height: 147px;
    text-indent: -99999px;
    font-size: 0;
    margin: 0 0 20px 0
}

#logo h2 {
    font-weight: normal;
    font-size: 24px;
    margin: 5px 0 20px 0;
    color: #34495E
}

#logo a.get {
    display: inline-block;
    background: transparent url('../img/ico_get_2x.png') no-repeat;
    background-size: 125px 40px;
    width: 125px;
    height: 40px;
    text-indent: -99999px;
    font-size: 18px;
    line-height: 42px
}

#logo .selectMarket {
    position: relative;
    display: inline-block;
    margin: 0 0px 10px 0
}

#logo .selectMarket .ver {
    display: block;
    color: #999;
    text-align: left;
    padding: 0 0 0 5px
}

#logo .selectMarket:last-child {
    border-left: 1px solid #DDD;
    margin: 0 0 10px 5px;
    padding: 0 0 0 10px
}

#logo a.get_android {
    background: #3193D7 url('../img/ico_get_andriod_2x.png') no-repeat;
    background-size: 125px 40px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    color: #FFF
}

#logo a.get span {
    line-height: 40px;
    margin: 0 0 0 25px
}

#logo a.getOffical,
#logo a.get_ipad,
#logo a.get_iphone {
    text-indent: 0;
    font-size: 18px;
    color: #FFF
}

#logo a.getPlay {
    background-image: url('../img/ico_get_play_2x.png')
}

#logo a.getWDJ {
    background-image: url('../img/ico_get_wdj_2x.png')
}

#logo a.get_ipad {
    background-image: url('../img/ico_get_ipad_2x.png')
}

#logo a.get_iphone {
    background-image: url('../img/ico_get_iphone_2x.png')
}

#logo .selectMarket ul {
    display: block
}

#logo .selectMarket ul li {
    float: left;
    margin: 0 5px 0 0
}

#logo a.coming {
    display: inline-block;
    background: #F39C12;
    color: #FFF;
    padding: 10px 30px;
    -moz-border-radius: 20px;
    -webkit-border-radius: 20px;
    border-radius: 20px;
    font-size: 16px;
    font-weight: normal
}

#hero {
    margin: 20px 0 50px 0;
    position: relative
}

#hero .hero_device {
    position: relative;
    background-color: transparent;
    background-repeat: no-repeat
}

#hero .hero_device .screen {
    position: absolute;
    overflow: hidden;
    background: #F6F5F6;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px
}

#hero .hero_device img {
    width: 100%
}

#hero .hero_ipad {
    background-image: url('../img/bg_ipad_2x.png');
    background-size: cover;
    height: 385px;
    min-width: 320px;
    max-width: 540px
}

#hero .hero_ipad .screen {
    left: 50px;
    top: 30px;
    width: 435px;
    height: 327px
}

#hero .hero_iphone {
    background-image: url('../img/bg_iphone_2x.png');
    background-size: 175px 375px;
    width: 175px;
    height: 375px;
    position: absolute;
    top: 40px;
    right: 80px
}

#hero .hero_iphone .screen {
    left: 10px;
    top: 45px;
    width: 155px;
    height: 280px
}

#hero .hero_iphone_2 {
    display: none
}

#hero .hero_watch {
    background-image: url('../img/bg_watch_2x.png');
    background-size: 125px 215px;
    width: 125px;
    height: 215px;
    position: absolute;
    bottom: -40px;
    right: 0px
}

#hero .hero_watch .screen {
    left: 20px;
    top: 55px;
    width: 80px;
    height: 100px;
    background: #000
}

.wechat-overlay {
    display: none;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(10, 10, 10, 0.9);
    text-align: center
}

.wechat-overlay .container {
    padding: 0 12px 12px;
    margin: 0 auto;
    width: auto
}

.wechat-overlay .container .box {
    background: #fff;
    padding: 10px 16px 16px;
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px;
    position: relative
}

.wechat-overlay .container .box .arrow {
    position: absolute;
    right: 4px
}

.wechat-overlay .container .box .content {
    color: #666;
    font-size: 16px;
    line-height: 180%;
    margin: 0 auto;
    max-width: 320px;
    text-align: left
}

.wechat-overlay .container .box .content ul {
    list-style-type: none;
    padding-left: 0
}

.wechat-overlay .container .box .content ul li {
    float: none;
    width: auto;
    height: auto
}

.wechat-overlay .container .box .content span.blue {
    font-weight: bold;
    color: #00009e
}

hr.line {
    max-width: 516px;
    margin: 50px auto;
    background: transparent;
    border: none;
    height: 0;
    border-top: 2px dotted #CCC
}

hr.lineCaption {
    max-width: 50px;
    margin: 20px auto;
    background: transparent;
    border: none;
    height: 0;
    border-top: 2px solid #F39C12
}

.section {
    margin: 50px 0;
    text-align: center
}

.section h3 {
    font-size: 30px;
    font-weight: normal;
    line-height: 30px;
    color: #2E2E2E
}

.section p {
    font-size: 15px;
    color: #888;
    margin: 10px 0 0 0;
    line-height: 180%
}

.section .snap {
    border: 1px solid #EEE;
    background: #FFF;
    width: 219px;
    height: 260px;
    margin: 0 auto;
    overflow: hidden;
    box-shadow: 0px 3px 2px 1px rgba(0, 0, 0, 0.02);
    -moz-border-radius: 20px;
    -webkit-border-radius: 20px;
    border-radius: 20px
}

.section .snap img {
    width: 100%
}

.snapColumns .column {
    float: left;
    width: 50%
}

.snapColumns .column .inner {
    padding: 0 10px 0 10px
}

.gridColumns {
    text-align: left
}

.gridColumns .column {
    float: left;
    width: 50%
}

.gridColumns .column .inner {
    padding: 0 20px 40px 20px
}

.gridColumns h4 {
    font-size: 20px;
    font-weight: normal;
    line-height: 100%;
    color: #2E2E2E
}

.gridColumns p {
    margin: 5px 0 0 0;
    font-size: 15px;
    line-height: 150%;
    color: #666
}

.sliderColumns {
    margin: 0 0 0 0
}

.slider {
    position: relative;
    width: 100%;
    overflow: scroll;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch
}

.slider .inner {
    margin: 20px auto 20px auto;
    width: 980px;
    overflow: visible
}

.slider .snap {
    position: relative;
    overflow: hidden;
    display: inline-block;
    width: 140px;
    height: 216px;
    margin: 5px;
    line-height: 210px;
    color: #AAA;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out
}

.slider .snap img {
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px
}

.slider .snap:hover {
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -o-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2);
    box-shadow: 0px 3px 3px 1px rgba(0, 0, 0, 0.2);
    z-index: 10
}

html[lang=en] h3,
html[lang=en] h4,
html[lang=en] .section p {
    font-family: "Avenir", "Helvetica Neue", "Helvetica", "Arial", "Verdana", "Hiragino Sans GB", "sans-serif";
    font-weight: 300
}

html[lang=en] #logo a.getOffical span {
    font-size: 15px
}

@-webkit-keyframes fadeIn {
    from {
        opacity: 0;
        transform: perspective(500px) translate3d(0, 20px, 0)
    }

    to {
        opacity: 1;
        transform: perspective(500px) translate3d(0, 0, 0)
    }
}

@-moz-keyframes fadeIn {
    from {
        opacity: 0;
        transform: perspective(500px) translate3d(0, 20px, 0)
    }

    to {
        opacity: 1;
        transform: perspective(500px) translate3d(0, 0, 0)
    }
}

@keyframes fadeIn {
    from {
        opacity: 0;
        transform: perspective(500px) translate3d(0, 20px, 0)
    }

    to {
        opacity: 1;
        transform: perspective(500px) translate3d(0, 0, 0)
    }
}

.fade_in {
    opacity: 0;
    -webkit-animation: fadeIn ease-in 1;
    -moz-animation: fadeIn ease-in 1;
    animation: fadeIn ease-in 1;
    -webkit-animation-fill-mode: forwards;
    -moz-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    -webkit-animation-duration: 0.4s;
    -moz-animation-duration: 0.4s;
    animation-duration: 0.4s
}

.fade_in.selectMarket {
    -webkit-animation-delay: 0.15s;
    -moz-animation-delay: 0.15s;
    animation-delay: 0.15s
}

.fade_in.hero_ipad {
    -webkit-animation-delay: 0.2s;
    -moz-animation-delay: 0.2s;
    animation-delay: 0.2s
}

.fade_in.hero_iphone {
    -webkit-animation-delay: 0.5s;
    -moz-animation-delay: 0.5s;
    animation-delay: 0.5s
}

.fade_in.hero_watch {
    -webkit-animation-delay: 0.8s;
    -moz-animation-delay: 0.8s;
    animation-delay: 0.8s
}

@media (max-width: 550px) {
    #logo {
        margin: 20px 0 0 0
    }

    #logo .selectMarket .ver {
        text-align: center;
        padding: 0
    }

    #logo .selectMarket:last-child {
        border: none;
        margin: 0;
        padding: 0
    }

    #logo .selectMarket ul {}

    #logo .selectMarket ul li {}

    #logo .selectMarketAndroid ul li {}

    #hero {
        margin: 0 0 0 0
    }

    #hero .inner {
        display: block;
        width: 330px;
        margin: 0 auto
    }

    #hero .hero_ipad {
        display: none
    }

    #hero .hero_iphone {
        display: block;
        float: left;
        position: relative;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        margin: 0 0 0 -20px
    }

    #hero .hero_iphone_2 {
        display: block;
        float: left;
        position: relative;
        margin: 0
    }

    #hero .hero_watch {
        bottom: -20px;
        left: 60%
    }

    hr.line {
        margin: 10px auto
    }

    .snapColumns .column {
        float: none;
        width: 100%
    }

    .snapColumns .column .inner {
        padding: 0 10px 40px 10px
    }

    .gridColumns .column {
        float: none;
        width: 100%
    }

    #nav {
        position: fixed;
        width: 100%;
        bottom: 0;
        z-index: 999;
        padding: 5px 10px;
        background: rgba(255, 255, 255, 0.9);
        border-top: 1px solid #EEE;
        padding-bottom: calc(10px + constant(safe-area-inset-bottom))
    }

    #nav a.get {
        display: inline-block;
        background: #F39C12;
        color: #FFF;
        padding: 5px 10px;
        -moz-border-radius: 20px;
        -webkit-border-radius: 20px;
        border-radius: 20px;
        font-size: 14px;
        font-weight: bold
    }

    #nav a.clover {
        margin: 5px 20px 0 0
    }

    #nav .selectLang ul {
        bottom: -10px;
        top: auto
    }

    #footer {
        margin: 0 0 100px 0
    }
}