html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
    display: block;
}
body {
    line-height: 1;
}
ol, ul {
    list-style: none;
}
blockquote, q {
    quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
    content: '';
    content: none;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
a{
    text-decoration: none;
    outline: 0;
}
@font-face {
    font-family: 'avenirroman';
    src: url('../fonts/avenir_roman_12-webfont.woff2') format('woff2'),
    url('../fonts/avenir_roman_12-webfont.woff') format('woff'),
    url('../fonts/avenir_roman_12-webfont.svg#avenirroman') format('svg');
    font-weight: normal;
    font-style: normal;
}

body, *{
    font-family: 'avenirroman';
}

.container{
    width: 100%;
    max-width: 1920px;
    margin: 0 auto;
}

.logo{
    width: 1270px;
    margin: 0 auto;
    margin-top: 250px;
}

.logo img{
    display: inline-block;
    width: 100%;
}

.textStyle{
    text-align: center;
}

.headText h2{
    padding: 70px 0;
}

.textStyle h2{
    display: inline-block;
    font-size: 36px;
    line-height: 46px;
    color: #735773;
}

.section1{
    background: url("../img/s1Bg.jpg") no-repeat center center;
    background-size: cover;
}

.downloadLink{
    width: 100%;
    text-align: center;
}

.downloadLink a, .downloadLink img{
    display: inline-block;
    outline: 0;
    width: 210px;
}

.downloadLink a{
    margin: 0 12px;
}

.timeArea{
    text-align: center;
    font-size: 30px;
    color: #634a63;
    padding: 37px 0 60px;
}

.headDetail{
    padding-bottom: 80px;
}

.trialer{
    width: 100%;
    /*padding: 0 10px;
    box-sizing: border-box;*/
}

.trialer img{
    display: inline-block;
    width: 100%;
}

.tText{
    padding: 82px 0 82px;
}

.lvlGallery{
    width: 100%;
    display: none;
}

.lvlimg{
    width: 33.3%;
    display: block;
    float: left;
    padding: 0 10px;
    box-sizing: border-box;
}
.lvlimg img{
    display: inline-block;
    width: 100%;
}

.gallery{
    cursor: grab;
}

.gallery img{
    display: block;
    width: 100%;
}
.slick-slide{
    margin: 0 10px;
}


.clear{
    display: block;
    clear: both;
}

.lvlText{
    padding: 114px 0 0;
    font-size: 28px;
    line-height: 38px;
    color: #846e81;
    text-align: center;
}

.lvlText p{
    padding-bottom: 36px;
}

.lvlText h3{
    font-size: 40px;
    padding-top: 54px;
}

.blogo{
    width: 20%;
    margin: 0 auto;
    padding-top: 30px;
}

.blogo img{
    width: 100%;
}

.dominoKV{
    width: 100%;
    max-width: 2185px;
    text-align: center;
    position: relative;
    margin: 0 auto;
    margin-top: -240px;
}

.kvImg{
    width: 100%;
    max-width: 2185px;
}

.flowers{
    max-width: 2212px;
    width: 100%;
    position: absolute;
    top: 100px;
    left: 0;
    z-index: 99;
}

.flowers img{
    display: inline-block;
    width: 100%;
}

.bgTransition{
    height: 92px;
    width: 100%;
    background: url("../img/bgTransition.png") no-repeat center center;
    background-size: cover;
    transform: translateY(-90px);
}

.section2{
    width: 100%;
    background: #fff;
    margin-top: -92px;
    padding: 200px 0;
}

.leftSide{
    float: left;
    width: 66.51%;
}

.leftSide img{
    width: 100%;
}

.rightSide{
    float: right;
    width: 32.23%;
}

.rightSide img{
    width: 100%;
}

.appStoreApp{
    margin-bottom: 20px;
}

.trialer, .trialer iframe{
    width: 100%;
}

.topPaper{
    background: url("../img/topPaper.png") no-repeat center center;
    background-size: cover;
    width: 100%;
    height: 169px;
}

.tText p{
    padding-top: 20px;
}


@media screen and (max-width: 2000px) {
    .container{
        width: 85%;
    }

    .dominoKV{
        width: 90%;
        margin-top: -110px;
    }

    .logo{
        width: 60%;
    }

    .appStoreApp{
        margin-bottom: 3.2%;
    }
    .headDetail {
        padding-bottom: 60px;
    }
    .bgTransition{
        transform: translateY(-60px);
    }

    .topPaper{
        height: 140px;
    }
    .textStyle h2{
        font-size: 30px;
        line-height: 40px;
    }
}

@media screen and (max-width: 1580px) {
    .flowers{
        top: 160px;
    }
    .lvlText h3 {
        font-size: 36px;
        padding-top: 50px;
    }
    .container{
        width: 90%;
    }
    .topPaper{
        height: 120px;
    }
    .logo{
        margin-top: 160px;
    }
    .textStyle h2{
        font-size: 26px;
        line-height: 36px;
    }
}

@media screen and (max-width: 1440px) {
    .lvlText{
        font-size: 24px;
        line-height: 34px;
        padding-top: 84px;
    }
    .flowers{
        top: 160px;
    }
    .lvlText h3 {
        font-size: 32px;
        padding-top: 38px;
    }
    .textStyle h2{
        font-size: 24px;
        line-height: 34px;
    }
    .timeArea{
        padding: 50px 0 80px 0;
    }
    .tText {
        padding: 60px 0 60px;
    }
    .container{
        width: 85%;
    }
    .downloadLink a, .downloadLink img {
        width: 170px;
    }
    .headText h2 {
        padding: 60px 0;
    }
    .topPaper{
        height: 100px;
    }
    .logo{
        margin-top: 140px;
    }
}

@media screen and (max-width: 1310px) {
    .lvlText {
        font-size: 20px;
        padding-top: 80px;
    }
    .dominoKV{
        margin-top: -80px;
    }
}

@media screen and (max-width: 1250px) {
    .container{
        width: 90%;
    }
    .textStyle h2{
        font-size: 22px;
        line-height: 32px;
    }
    .tText {
        padding: 40px 0 76px;
    }
    .bgTransition{
        height: 65px;
        transform: translateY(-40px);
    }
    .section2{
        margin-top: -58px;
    }
}


@media screen and (max-width: 1150px) {

}


@media screen and (max-width: 1080px) {
    .lvlText {
        /*font-size: 18px;*/
        padding-top: 50px;
    }
    .lvlText h3 {
        font-size: 28px;
        padding-top: 20px;
    }
    .container{
        width: 95%;
    }
    .timeArea {
        padding: 40px 0 60px 0;
    }
    .textStyle h2 {
        font-size: 18px;
        line-height: 28px;
    }

}

@media screen and (max-width: 990px) {
    /*.tText.textStyle h2 {
        font-size: 15px;
        line-height: 20px;
    }*/
}



@media screen and (max-width: 910px) {
    .lvlText {
        /*font-size: 16px;*/
        padding-top: 40px;
    }
    .lvlText p {
        padding-bottom: 26px;
    }
    .lvlText h3 {
        font-size: 26px;
        padding-top: 16px;
    }
    .tText {
        padding: 50px 0 50px;
    }
}

@media screen and (max-width: 860px) {
    .textStyle h2 {
        font-size: 16px;
        line-height: 26px;
    }
}

@media screen and (max-width: 820px) {
    br{
        display: none;
    }
    .timeArea {
        padding: 36px 0 54px 0;
        font-size: 26px;
    }
    .container{
        width: 90%;
    }
    .logo{
        width: 70%;
        margin-top: 160px;
    }
    .topPaper {
        height: 50px;
    }
    .downloadLink a, .downloadLink img {
        width: 140px;
    }
    .bgTransition {
        height: 25px;
        transform: translateY(-22px);
    }
    .section2{
        margin-top: -23px;
    }
    .dominoKV {
        margin-top: -30px;
    }
    .flowers {
        top: 80px;
    }
    .section2{
        padding: 125px 0;
    }
    .appStoreApp {
        margin-bottom: 2%;
    }
    .lvlText{
        font-size: 18px;
        line-height: 24px;
    }
    .textStyle h2{
        font-size: 24px;
        line-height: 34px;
    }
    /*.tText.textStyle h2{
        font-size: 20px;
        line-height: 30px;
    }*/
    .lvlText h3{
        line-height: 30px;
    }
}

@media screen and (max-width: 580px) {
    .lvlimg{
        padding: 0 4px;
    }
    .trialer{
        padding: 0 4px;
    }
    .downloadLink a, .downloadLink img{
        width: 120px;
    }
    .downloadLink a{
        margin: 0 8px;
    }
    .logo {
        width: 80%;
    }
    .section2 {
        padding: 90px 0;
    }

}

@media screen and (max-width: 480px) {
    .downloadLink a, .downloadLink img {
        width: 90px;
    }
    .downloadLink a{
        margin: 0 6px;
    }
    .textStyle h2 {
        font-size: 20px;
        line-height: 30px;
    }
}
@media screen and (max-width: 350px) {
    .downloadLink a, .downloadLink img {
        width: 74px;
    }
}

