@charset "utf-8";
html,
body {
    background: #fff;
}

/*共用*/

.hide400 {
    display: block;
}

.show400 {
    display: none;
}

.show400inline {
    display: none;
}

.fullcutwrap {
    position: relative;
    width: 100%;
    overflow: hidden;
}



/*架構*/

/* preloader */

#preloaderwrap {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #fff;
    z-index: 9999;
    display: none;
}

#preloaderwrap img {
    position: absolute;
    top: 46%;
    left: 46%;
}


/*header*/

#header {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 90px;
    z-index: 99;
    text-shadow: 0px 1px 1.5vw rgba(0, 0, 0, 0.5);
}


/*#header.on{}*/

#headerm {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 999;
    background: #fff;
    border-bottom: 1px solid #f2f2f2;
}


/*背景圖*/

.fullbg {
    position: absolute;
    top: 0;
    left: 0;
}

.fullbgrely {
    position: relative;
    margin-top: 0;
    margin-left: 0;
    z-index: 0;
}


/* 文字定義  textwrap */

.textwrap h1 {
    font-size: 40px;
    line-height: 80px;
    color: #484848;
    font-weight: 200;
}

.textwrap h4 {
    font-size: 28px;
    line-height: 50px;
    color: #484848;
    font-weight: 200;
}

.textwrap h5 {
    font-size: 24px;
    line-height: 30px;
    color: #484848;
    font-weight: 200;
    padding: 10px 0 0 0;
}

.textwrap h6 {
    font-size: 20px;
    line-height: 30px;
    color: #484848;
    font-weight: bold;
    padding: 10px 0;
}

.textwrap h7 {
    font-size: 20px;
    line-height: 30px;
    color: #ef4632;
    font-weight: 200;
    padding: 0;
}


/*熱門動態*/

.textwrap p {
    font-size: 18px;
    line-height: 30px;
    color: #484848;
    padding: 10px 0;
}

.textwrap p a {
    color: #ef4632;
}


/* index 特殊 */

#indexpreload {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: 0;
    z-index: 99;
}

#indexcut1content {
    top: 30%;
    left: 0;
    width: 100%;
    height: 70%;
    position: absolute;
    z-index: 9;
}

#indexcut1content img.showpc {
    width: 50%;
    margin-left: 25%;
}

#indexcut1content img.showpc2 {
    position: absolute;
    width: 36%;
    left: 32%;
    top: -32%;
    margin: 0;
}

#indexcut1content p {
    color: #fff;
    font-size: 24px;
    line-height: 36px;
    text-shadow: 0px 1px 1.5vw rgba(0, 0, 0, 0.5);
    text-align: center;
    
}

#indexcut1content p.hide400{ /* fish add on 2018-4-3 */
    font-weight: bold; 
}

#indexstartclick {
    text-align: center;
    position: absolute;
    bottom: 15%;
    left: 0;
    width: 100%;
    color: #fff;
    font-size: 80px;
    opacity: 1;
    text-shadow: 1px 1px 8px rgba(0, 0, 0, 0.3);
    cursor: pointer;
    padding-top: 1em;
}

#indexstartclick img {
    width: 40px;
    margin: 0;
}


/* index cut2 */

.indexcuttitle {
    position: absolute;
    top: 7.78%;
    left: 9.55%;
    width: 19.79%;
    width: 100%\9;
    height: 12.2%;
    color: #484848;
    font-size: 3.75vw;
    font-size: 54px\9;
    font-weight: 500;
    display: inline;
    text-align: left;
    z-index: 9;
}

html[lang="en"] .indexcuttitle{ /* fish add on 2018-4-3 */
    width: 50%;
    font-size: 2.5vw;
    font-size: 40px\9;
    font-family: 'Times New Roman';
    font-weight: bold;
}

#indexcut2content {
    position: absolute;
    top: 20%;
    left: 9.72%;
    width: 80.56%;
    height: 65%;
    list-style: none;
    margin: 0px;
    padding: 0px;
    over-flow: hidden;
}

#indexcut2content .indexcut2item {
    float: left;
    width: 24.5%;
    width: 24%\9;
    height: 100%;
    display: block;
    border: 0.1vw solid #fff;
    border: 2px solid #fff\9;
    position: relative;
    overflow: hidden;
    background-size: cover;
    background-repeat: no-repeat;
    font-size: 1vw;
    line-height: 1.7vw;
    font-size: 14px\9;
    line-height: 24px\9;
}

#indexcut2content .indexcut2item:nth-child(1) {
    background-image: url(../img/indexcut21.jpg);
    background-position: 20%;
}

#indexcut2content .indexcut2item:nth-child(2) {
    background-image: url(../img/indexcut22.jpg);
    background-position: 30%;
}

#indexcut2content .indexcut2item:nth-child(3) {
    background-image: url(../img/indexcut23.jpg);
    background-position: 0%;
}

#indexcut2content .indexcut2item:nth-child(4) {
    background-image: url(../img/indexcut24.jpg);
    background-position: 90%;
}

#indexcut2content .indexcut2item:first-child {
    background-image: url(../img/indexcut21.jpg);
    background-position: 20%;
}

#indexcut2content .indexcut2item:first-child+.indexcut2item {
    background-image: url(../img/indexcut22.jpg);
    background-position: 30%;
}

#indexcut2content .indexcut2item:first-child+.indexcut2item+.indexcut2item {
    background-image: url(../img/indexcut23.jpg);
    background-position: 0%;
}

#indexcut2content .indexcut2item:first-child+.indexcut2item+.indexcut2item+.indexcut2item {
    background-image: url(../img/indexcut24.jpg);
    background-position: 90%;
}

.indexcut2item .titletext {
    top: 80%;
    width: 100%;
    height: 10%;
    font-size: 1.75vw;
    font-size: 25px\9;
    font-weight: 500;
    color: #ffffff;
    text-align: center;
    position: relative;
    text-shadow: 0px 1px 1.5vw rgba(0, 0, 0, 0.5);
}

html[lang="en"] .indexcut2item .titletext { /* fish add on 2018-4-3 */
    font-size: 22px;
    letter-spacing: 0;
    font-weight: bold;
}

.indexcut2item .destext {
    position: absolute;
    width: 85%;
    height: 40%;
    top: 50%;
    overflow: visible;
    left: 7.5%;
    display: none;
    margin: 0px;
    padding: 0px;
    -webkit-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
}

.indexcut2item .destext h2 {
    font-style: normal;
    font-weight: 500;
    letter-spacing: 1px;
    font-size: 1.75vw;
    font-size: 25px\9;
    color: #fff;
    text-align: left;
    text-shadow: 0px 1px 1.5vw rgba(0, 0, 0, 0.5);
    margin-bottom: 1vw;
    margin-bottom: 14px \9;
}

html[lang="en"] .indexcut2item .destext h2, html[lang="en"] .indexcut2item .hidetext h2{ /* fish add on 2018-4-3 */
    font-size: 22px;
    letter-spacing: 0;
    font-weight: bold;
}

.indexcut2item .destext p {
    width: 100%;
    color: #fff;
    overflow: visible;
    margin: 0px;
    font-size: 14px\9;
    line-height: 24px\9;
    padding: 0px;
    text-shadow: 0px 1px 1.5vw rgba(0, 0, 0, 0.5);
}

html[lang="en"] .indexcut2item .destext p, html[lang="en"] .indexcut2item .hidetext p{ /* fish add on 2018-4-3 */
    font-size: 14px;
    line-height: 22px;
    letter-spacing: 0;
    /* overflow-y: scroll;
    width: 88%;
    height: 80%; */
}

.indexcut2item .destext a {
    position: absolute;
    text-decoration: underline;
    color: #fff;
    top: 87.5%;
    margin: 0px;
    padding: 0px;
    left: 90%;
    width: 8%;
    text-align: right;
}

html[lang="en"] .indexcut2item .destext a { /* fish add on 2018-4-3 */
    letter-spacing: 0;
}

.indexcut2item .destext a:hover {
    color: #fff;
    text-decoration: none;
    cursor: pointer;
}

.indexcut2item .hidetext {
    position: absolute;
    width: 85%;
    height: 85%;
    top: 5%;
    overflow: visible;
    left: 7.5%;
    display: none;
    margin: 0px;
    padding: 0px;
    -webkit-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
}


#iscrollwrap1,#iscrollwrap2,#iscrollwrap3,#iscrollwrap4{

    overflow-x: hidden;
    overflow-y: scroll;
    overflow-x: hidden\9\0;
    overflow-y: scroll\9\0;
    height: 70%;

    padding-right: 2%;
  
}
.indexcut2item .hidetext h2 {
    font-style: normal;
    font-weight: 500;
    letter-spacing: 1px;
    font-size: 1.75vw;
    font-size: 25px\9;
    color: #fff;
    text-align: left;
    text-shadow: 0px 1px 1.5vw rgba(0, 0, 0, 0.5);
    margin: 2vw 0 1vw 0;
    margin: 28px 0 14px 0 \9;
}

.indexcut2item .hidetext p {
    width: 100%;
    color: #fff;
    overflow: visible;
    margin: 0px;
    font-size: 14px\9;
    line-height: 24px\9;
    padding: 0px;
    text-shadow: 0px 1px 1.5vw rgba(0, 0, 0, 0.5);
}

.indexcut2item .hidetext a {
    position: absolute;
    text-decoration: underline;
    color: #fff;
    width: 100%;
    top: 94.12%;
    margin: 0px;
    padding: 0px;
    left: 90%;
    width: 8%;
    text-align: right;
    font-size: 14px\9;
    line-height: 24px\9;
}

.indexcut2item .hidetext a:hover {
    color: #fff;
    text-decoration: none;
    cursor: pointer;
}

.indexcut2item .itembg {
    height: 100%;
    position: absolute;
    bottom: 0px;
    left: 0px;
    width: 100%;
    display: none;
    background: #000;
    background: url(../img/mask-70.png) \9;
    opacity: 0.5;
}

.indexcut2item .itembg2 {
    position: fixed;
    top: 12%;
    right: 8%;
    z-index: 999;
}


/* index cut 3 */

#indexcut3title {
    color: #fff;
}

.cut3video {
    min-width: 100%;
    min-height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    display: none;
}

.cut3video:first-child {
    display: block;
}

#indexcut3select {
    position: absolute;
    bottom: 130px;
    width: 90%;
    left: 9.55%;
    z-index: 2;
}

.indexcut3-title {
    font-size: 2.6vw;
    line-height: 7vw;
    color: #fff;
    font-size: 37px\9;
    line-height: 72px\9;
}

html[lang="en"] .indexcut3-title{ /* fish add on 2018-4-3 */
    font-size: 1.7vw;
    letter-spacing: 0;
}

#indexcut3select img {
    float: left;
    width: 6%;
    margin-right: 3%;
}

#cut3footer {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 90px;
    z-index: 99;
    background: #fff;
}


/* Fish 0412 */

#cut3footerout {
    position: relative;
    height: 90px;
    background: url(../img/navbgb.png);
}

#cut3footerlogo {
    position: relative;
    display: inline-block;
    margin: 18px 30px 0 9.55%;
    height: 55px;
    float: left;
}

#cut3footertext {
    position: relative;
    height: 60px;
    margin-top: 20px;
    width: 74%;
    float: left;
}

#cut3footertext a {
    display: inline-block;
    font-size: 16px;
    font-weight: bold;
    line-height: 26px;
    margin: 0 10px;
    color: #666;
}

#cut3footertext a:first-child {
    margin-left: 0;
}

#cut3footercontact {
    font-size: 12px;
    line-height: 30px;
    color: #666;
}

#cut3footercontact a {
    font-weight: normal;
    font-size: 12px;
    line-height: 30px;
    color: #666;
}

#indexcut3mobwrap {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #fff;
    z-index:0;
}

.indexcut3mc {
    position: absolute;
    top: 20%;
    left: 0;
    width: 100%;
    height: 70%;
    text-align: center;
    display: none;
    z-index: 3;
}

.indexcut3mc h1 {
    font-size: 26px;
    font-weight: normal;
    line-height: 36px;
    color: #ee4631;
    margin-top: 30px;
}

.indexcut3mc p {
    font-size: 16px;
    line-height: 25px;
    margin-top: 20px;
    color: #6b6b6b;
}

.indexcut3mc img {
    max-width: 45%;
}

.arrl {
    position: absolute;
    z-index: 5;
    left: 5%;
    top: 45%;
    max-width: 5%;
    cursor: pointer;
}

.arrr {
    position: absolute;
    z-index: 5;
    right: 5%;
    top: 45%;
    max-width: 5%;
    cursor: pointer;
}

#headerForMobile {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 999;
    background: #fff;
    border-bottom: 1px solid #f2f2f2;
}


/* 特殊格式 */


/*#inpagecontent h1{font-size:24px;line-height:40px;font-weight:200;padding:20px 0 10px 0;}
#inpagecontent h2{font-size:20px;line-height:30px;font-weight:200;padding:15px 0 10px 0;}
#inpagecontent ul,#inpagecontent ol{padding:10px 0;}
#inpagecontent ul li{list-style:circle inside;}
#inpagecontent ol li{list-style:decimal inside;}
#inpagecontent img{padding:10px 0;}
#inpagecontent .sdes{font-size:13px;line-height:20px;margin-top:-10px;padding-bottom:10px;}*/


/* footer */

#footer {
    position: relative;
    margin-top: 10%;
}


/*.footer{margin-top:45px;}
#footlogo{position: relative;margin-top:80px;}
#footerlinks{margin:10px 15%;width:70%;}
#footerlinks a{display:inline-block;font-size:15px;margin-right:15px;color:#fff;}
#footerlinks a:nth-child(3){margin-right:0px;}
#footerlinks a i{font-size:12px;margin-right:5px;}
.line{relative;max-width:70%;z-index:3;display:block;margin:3px auto;}
#footergraph{position:relative;padding:15px;z-index:3;}
#footergraph img{max-width:35%;}
#footercopy{position:relative;font-size:18px;color:#fff;line-height:24px;;z-index:3;margin-top:10px;}
#footercopy div{margin-top:10px;font-size:14px;line-height:20px;}*/


/* 1000 以下顯示  平板版本--影片改圖騙    */


.fadeout{filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=0);opacity:0}

@media screen and (max-width: 1000px) {}


/* 960 以下改手機板  */

@media screen and (max-width: 979px) {
    .textwrap h1 {
        font-size: 5.4vw;
        font-weight: 500;
    }
    .textwrap h6 {
        font-size: 3.8vw;
        line-height: 6vw;
        font-weight: 300;
    }
    /*.joinunder{font-size:3.8vw;line-height:6vw;text-decoration:underline;}*/
    .centerwrap {
        max-width: 90%;
    }
    /*.dvf3{background:#f3f3f3;}*/
    .hide400 {
        display: none;
    }
    .show400 {
        display: block;
    }
    .wrapper {
        margin-top: 60px;
    }
    .show400inline {
        display: inline;
    }
    .top400 {
        margin-top: 60px;
    }
    .pagetitle {
        font-size: 7vw;
        letter-spacing: 4px;
        text-shadow: 1px 1px 5px rgba(0, 0, 0, 0.5);
    }
    /* index cut 2*/
    .indexcuttitle {
        position: absolute;
        top: 10%;
        left: 0;
        width: 100%;
        font-size: 6.5vw;
        text-align: center;
    }

    html[lang="en"] .indexcuttitle{ /* fish add on 2018-4-3 */
        width: 100%;
        font-size: 32px;
        font-size: 8vw;
    }
    #indexcut2content .indexcut2item {
        cursor: pointer;
        float: left;
        width: 49% !important;
        height: 49% !important;
        display: block;
        border: 0.1vw solid #fff;
        position: relative;
        overflow: hidden;
        background-size: cover;
        background-repeat: no-repeat;
        font-size: 2.6vw;
        line-height: 4vw;
    }
    .indexcut2item .titletext {
        top: 45%;
        width: 100%;
        height: 10%;
        font-size: 5vw;
        font-size: 20px\9;
        font-weight: 500;
        color: #ffffff;
        text-align: center;
        position: relative;
        text-shadow: 0px 1px 1.5vw rgba(0, 0, 0, 0.5);
    }

    html[lang="en"] .indexcut2item .titletext { /* fish add on 2018-4-3 */
        font-size: 16px;
        font-size: 4.5vw;
        font-weight: normal;
    }

    #indexcut2content {
        top: 25%;
    }
    #indexcut2content .indexcut2item:nth-child(1) {
        background-image: url(../img/indexcut21.jpg);
        background-position: 0%;
    }
    #indexcut2content .indexcut2item:nth-child(2) {
        background-image: url(../img/indexcut22.jpg);
        background-position: 40%;
    }
    #indexcut2content .indexcut2item:nth-child(3) {
        background-image: url(../img/indexcut23.jpg);
        background-position: 70%;
    }
    #indexcut2content .indexcut2item:nth-child(4) {
        background-image: url(../img/indexcut24.jpg);
        background-position: 80%;
    }
    .indexcut2item .hidetext {
        position: fixed;
        width: 100%;
        height: 100%;
        top: 0%;
        left: 0%;
        /* overflow: hidden; */
        display: none;
        margin: 0px;
        padding: 0px;
        z-index: 9999;
    }
    #index2icon {
        position: fixed;
        width: 100%;
        height: 20;
        bottom: 0%;
        left: 0%;
        display: none;
        padding: 10px;
        z-index: 99999;
        text-align: center;
    }
    #index2icon span {
        display: inline-block;
        height: 10px;
        width: 10px;
        margin: 0 10px;
        -webkit-border-radius: 5px;
        -moz-border-radius: 5px;
        border-radius: 5px;
        background: url(../img/w50.png);
    }
    #index2icon span.on {
        background: url(../img/w90.png);
    }
    .indexcut2item .hidetext h2 {
        position: relative;
        z-index: 1;
        font-style: normal;
        font-weight: 500;
        letter-spacing: 1px;
        font-size: 4vw;
        font-size: 24px\9;
        color: #fff;
        text-align: left;
        text-shadow: 0px 1px 1.5vw rgba(0, 0, 0, 0.5);
        margin-bottom: 5vh;
        margin-top: 15vh;
        text-align: center;
        margin-bottom: 35px\9;
        margin-top: 105px\9;
    }
    .indexcut2item .hidetext p {
        position: relative;
        z-index: 1;
        width: 80%;
        height: 69%;
        overflow-y: scroll;
        color: #fff;
        margin: 0px;
        padding: 0px 10%;
        text-shadow: 0px 1px 1.5vw rgba(0, 0, 0, 0.5);

@media screen and (max-width: 600px) {
    #indexcut2content .indexcut2item {
        cursor: pointer;
        float: left;
        width: 49% !important;
        height: 49% !important;
        display: block;
        border: 1px solid #fff;
        position: relative;
        overflow: hidden;
        background-size: cover;
        background-repeat: no-repeat;
        font-size: 3.6vw;
        line-height: 5.5vw;
    }
    .indexcut2item .hidetext h2 {
        position: relative;
        z-index: 1;
        font-style: normal;
        font-weight: 500;
        letter-spacing: 1px;
        font-size: 6vw;
        color: #fff;
        text-align: left;
        text-shadow: 0px 1px 1.5vw rgba(0, 0, 0, 0.5);
        margin-bottom: 5vh;
        margin-top: 10vh;
        text-align: center;
    }
    .indexcut3mc {
        position: absolute;
        top: 20%;
        left: 0;
        width: 100%;
        height: 63%;
        text-align: center;
        display: none;
        z-index: 3;
    }
    .indexcut3mc h1 {
        font-size: 6vw;
        font-weight: normal;
        line-height: 30px;
        color: #ee4631;
        margin-top: 20px;
    }
    .indexcut3mc p {
        font-size: 4.2vw;
        line-height: 6vw;
        margin-top: 16px;
        color: #6b6b6b;
    }
     #indexstartclick img {
        width: 20px;
        margin: 0;
    }
    .itembg2 img{
        width: 30px;
        height: 30px;
    }
    .indexcut2item .itembg2{
        top: 6%;
    }
}

    }

    #iscrollwrap1,#iscrollwrap2,#iscrollwrap3,#iscrollwrap4{
        overflow-x: hidden;
        overflow-y: scroll;
        height: 100%;
        width: 90%;
        margin: 0 auto;
        padding-right: 2%;
        padding-left: 2%;
    }

    #indexcut2content .indexcut2item:nth-child(1) .hidetext {
        background-image: url(../img/indexcut21b.jpg);
        background-position: 0%;
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
        background-size: cover;
    }
    #indexcut2content .indexcut2item:nth-child(2) .hidetext {
        background-image: url(../img/indexcut22b.jpg);
        background-position: 40%;
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
        background-size: cover;
    }
    #indexcut2content .indexcut2item:nth-child(3) .hidetext {
        background-image: url(../img/indexcut23b.jpg);
        background-position: 70%;
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
        background-size: cover;
    }
    #indexcut2content .indexcut2item:nth-child(4) .hidetext {
        background-image: url(../img/indexcut24b.jpg);
        background-position: 80%;
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
        background-size: cover;
    }
    /* index cut 3 */
    #indexcut3select {
        bottom: 5%;
        left: 5%;
    }
    #indexcut3title {
        color: #484848;
    }
    #indexcut3select img {
        float: left;
        width: 11.5%;
        margin-right: 3%;
    }
    #indexcut3select img:nth-child(8) {
        margin-right: 0% !important;
    }

    .footer-copyright {
        border-top: #ebebeb 1px solid;
        display: block;
        padding: 2vw;
        text-align: center;
        font-size: 3vw;
    }

    .footer-container{
        padding: 6vw 0;
    }
}

@media screen and (max-width: 700px) {
    #indexcut1content img.showpc {
        width: 86%;
        margin-left: 7%;
        margin-top: 0;
    }
    #indexcut1content p {
        color: #fff;
        font-size: 4.7vw;
        line-height: 7vw;
        text-shadow: 0px 1px 1.5vw rgba(0, 0, 0, 0.5);
        text-align: center;
    }
    #indexstartclick img {
        width: 40px;
        margin: 0;
    }
}

@media screen and (max-width: 600px) {
    #indexcut2content .indexcut2item {
        cursor: pointer;
        float: left;
        width: 49% !important;
        height: 49% !important;
        display: block;
        border: 1px solid #fff;
        position: relative;
        overflow: hidden;
        background-size: cover;
        background-repeat: no-repeat;
        font-size: 3.6vw;
        line-height: 5.5vw;
    }
    .indexcut2item .hidetext h2 {
        position: relative;
        z-index: 1;
        font-style: normal;
        font-weight: 500;
        letter-spacing: 1px;
        font-size: 6vw;
        color: #fff;
        text-align: left;
        text-shadow: 0px 1px 1.5vw rgba(0, 0, 0, 0.5);
        margin-bottom: 5vh;
        margin-top: 10vh;
        text-align: center;
    }
    .indexcut3mc {
        position: absolute;
        top: 20%;
        left: 0;
        width: 100%;
        height: 63%;
        text-align: center;
        display: none;
        z-index: 3;
    }
    .indexcut3mc h1 {
        font-size: 6vw;
        font-weight: normal;
        line-height: 30px;
        color: #ee4631;
        margin-top: 20px;
    }

    html[lang="en"] .indexcut3mc h1{ /* fish add on 2018-4-3 */
        font-size: 16px;
        font-size: 4.2vw;
        letter-spacing: 0;
    }

    .indexcut3mc p { 
        font-size: 4.2vw;
        line-height: 6vw;
        margin-top: 16px;
        color: #6b6b6b;
    }

    html[lang="en"]  .indexcut3mc p{ /* fish add on 2018-4-3 */
        letter-spacing: 0;
        width: 84%;
        margin: 0 auto;
        text-align: left;
    }

     #indexstartclick img {
        width: 20px;
        margin: 0;
    }
    .itembg2 img{
        width: 30px;
        height: 30px;
    }
    .indexcut2item .itembg2{
        top: 6%;
    }
}


/* 新增 横屏提示 by Fish 20180110 */

@media screen and (max-width: 768px) and (orientation: landscape) {
    body:before {
        content: "为了更好的浏览效果，请竖屏浏览。";
        color: #484848;
        display: block;
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: #fff;
        z-index: 99999;
        text-align: center;
        line-height: 100vh;
        font-size: 22px;
    }
}

.arrow-animation {
    animation: animationFrames ease-out 3.5s;
    animation-iteration-count: infinite;
    transform-origin: 50% 50%;
    -webkit-animation: animationFrames ease-out 3.5s;
    -webkit-animation-iteration-count: infinite;
    -webkit-transform-origin: 50% 50%;
    -moz-animation: animationFrames ease-out 3.5s;
    -moz-animation-iteration-count: infinite;
    -moz-transform-origin: 50% 50%;
    -o-animation: animationFrames ease-out 3.5s;
    -o-animation-iteration-count: infinite;
    -o-transform-origin: 50% 50%;
    -ms-animation: animationFrames ease-out 3.5s;
    -ms-animation-iteration-count: infinite;
    -ms-transform-origin: 50% 50%;
}

@keyframes animationFrames {
    0% {
        bottom: 5%;
    }
    61% {
        bottom: 1%;
    }
    76% {
        bottom: 6%;
    }
    100% {
        bottom: 5%;
    }
}

@-moz-keyframes animationFrames {
    0% {
        -moz-bottom: 5%;
    }
    61% {
        -moz-bottom: 1%;
    }
    76% {
        -moz-bottom: 6%;
    }
    100% {
        -moz-bottom: 5%;
    }
}

@-webkit-keyframes animationFrames {
    0% {
        -webkit-bottom: 5%;
    }
    61% {
        -webkit-bottom: 1%;
    }
    76% {
        -webkit-bottom: 6%;
    }
    100% {
        -webkit-bottom: 5%;
    }
}

@-o-keyframes animationFrames {
    0% {
        -o-bottom: 5%;
    }
    61% {
        -o-bottom: 1%;
    }
    76% {
        -o-bottom: 6%;
    }
    100% {
        -o-bottom: 5%;
    }
}

@-ms-keyframes animationFrames {
    0% {
        -ms- bottom: 5%;
    }
    61% {
        -ms- bottom: 1%;
    }
    76% {
        -ms- bottom: 6%;
    }
    100% {
        -ms-bottom: 5%;
    }
}

.iscroll {
    position: absolute;
    height: 70%;
    width: 100%;
    overflow: hidden;
}
.iscroll p {
    position: absolute;
    z-index: 1;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    width: 100%;
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    -ms-transform: translateZ(0);
    -o-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-text-size-adjust: none;
    -moz-text-size-adjust: none;
    -ms-text-size-adjust: none;
    -o-text-size-adjust: none;
    text-size-adjust: none;
}
