﻿body {
    font-family: Jaldi, Helvetica, 微軟正黑體, sans-serif;
    font-size: 16px;
    margin: 0px;
}

a {
    color: #000;
}

    a:hover {
        color: #000;
    }
 @media screen and (min-width: 768px)
{
    #CenterContenter {
        min-height: calc(100vh - 252px);
    }
    .SignupThirdParty {
        -webkit-transition: all .5s linear;
        -moz-transition: all .5s linear;
        -o-transition: all .5s linear;
        -ms-transition: all .5s linear;
        transition: all .5s linear;
    }
    .SignupBlock
    {
        margin-top: 100px; /*width:50%;
background:gray;*/
        width: 420px;
        /*height: 640px;*/
    }
    .SignupLogoBlock, .SignupShowBlock
    {
        width: 100%;
    }
    .SignupLogo
    {
        width: 30%;
        max-width: 86px;
        max-height: 25px;
        cursor: pointer;
    }
    .SignupShowBlock
    {
        margin-top: 15px;
    }
    .SignupShowTxt
    {

        max-width: 365px;
        max-height: 18px;
        object-fit: contain;
        font-family: Times;
        font-size: 14px;
        font-weight: normal;
        font-style: italic;
        font-stretch: normal;
        text-align: center;
        color: #4a4a4a;
    }
    .SignupTypeBlock
    {
        width: 100%;
        margin-top: 1em;
    }
    .SignupTypeBlockMob, .SignupTypeBlockMobOl
    {
        display: none;
    }
    .SignupType
    {
        width: 70%;
        margin: 0;
        padding: 0;
        list-style: none;
    }
    .SignupThirdPartyTwitter, .SignupThirdPartyWeibo
    {
        line-height: 40px;
        margin-top: 20px;
        background-color: rgba(236, 239, 241, 0.8);
        max-width: 280px;
        max-height: 40px;
        vertical-align: center;
        color: #4a4a4a;
        cursor: pointer;
    }
    .SignupThirdPartyFB
    {
        line-height: 40px;
        margin-top: 32px;
        background-color: rgba(236, 239, 241, 0.8);
        max-width: 280px;
        max-height: 40px;
        vertical-align: center;
        color: #4a4a4a;
        cursor: pointer;
    }
    .SignupThirdPartyTxtFB, .SignupThirdPartyTxtWB, .SignupThirdPartyTxtTW
    {
        font-family: 'Open Sans';
        font-size: 11px;
        font-weight: 600;
        letter-spacing: 0.5px;
        text-align: center;
        text-transform: uppercase;
        position: relative;
        padding: 12px 0px 11px 40px;
        cursor: pointer;
    }
    .SignupLogo
    {
        content: url("/store/images/iohll/iohll-logo.svg");
    }
    .SignupLogo:hover
    {
        content: url("/store/images/iohll/iohll-logo-over.svg");
    }
    .SignupThirdPartyTwitter:hover, .SignupThirdPartyWeibo:hover, .Signup:hover
    {
        background-color: #000000;
        color: #ffffff;
    }
    .SignupThirdPartyFB:hover
    {
        background-color: #000000;
        color: #ffffff;
    }
    .SignupThirdPartyTxtFB::before
    {
        content: "";
        position: absolute;
        left: 0;
        top: 0;
        bottom: 0;
        width: 40px;
        border-radius: 4px 0 0 4px;
        background: url("/store/images/iohll/fblogo.svg") no-repeat 0px center; /*background-size: 20px 20px;
background-position: 0px center;*/
    }
    .SignupThirdPartyTxtWB::before
    {
        content: "";
        position: absolute;
        left: 0;
        top: 0;
        bottom: 0;
        width: 40px;
        border-radius: 4px 0 0 4px;
        background: url("/store/images/iohll/weiboLogo.svg") no-repeat 0px center; /*background-size: 20px 20px;
background-position: 0px center;*/
    }
    .SignupThirdPartyTxtTW::before
    {
        content: "";
        position: absolute;
        left: 0;
        top: 0;
        bottom: 0;
        width: 40px;
        border-radius: 4px 0 0 4px;
        background: url("/store/images/iohll/twitterLogo.svg") no-repeat 0px center; /*background-size: 20px 20px;
background-position: 0px center;*/
    }
    .SignupThirdPartyFB:hover .SignupThirdPartyTxtFB::before
    {
        content: "";
        position: absolute;
        left: 0;
        top: 0;
        bottom: 0;
        width: 40px;
        border-radius: 4px 0 0 4px;
        background: url("/store/images/iohll/fblogo-over.svg") no-repeat 0px center;
    }
    .SignupThirdPartyWeibo:hover .SignupThirdPartyTxtWB::before
    {
        content: "";
        position: absolute;
        left: 0;
        top: 0;
        bottom: 0;
        width: 40px;
        border-radius: 4px 0 0 4px;
        background: url("/store/images/iohll/weiboLogo-over.svg") no-repeat 0px center;
    }
    .SignupThirdPartyTwitter:hover .SignupThirdPartyTxtTW::before
    {
        content: "";
        position: absolute;
        left: 0;
        top: 0;
        bottom: 0;
        width: 40px;
        border-radius: 4px 0 0 4px;
        background: url("/store/images/iohll/twitterLogo-over.svg") no-repeat 0px center;
    }
    .SignupThirdPartyFB:active .SignupThirdPartyTxtFB::before, .SignupThirdPartyWeibo:active .SignupThirdPartyTxtWB::before, .SignupThirdPartyTwitter:active .SignupThirdPartyTxtTW::before
    {
        content: "";
        position: absolute;
        left: 0;
        top: 0;
        bottom: 0;
        width: 0px;
        border-radius: 4px 0 0 4px;
        background: url("") no-repeat 0px center;
    }
    .SignupThirdPartyTxtFB:active, .SignupThirdPartyTxtWB:active, .SignupThirdPartyTxtTW:active
    {
        position: relative;
        padding: 12px 0px 11px 0px;
    }
    .Remember-me-Copy
    {
        width: 82px;
        height: 15px;
        font-family: OpenSans;
        font-size: 11px;
        letter-spacing: 0.5px;
        text-align: center;
        color: #4a4a4a;
        vertical-align: top;
    }
    .Signup {
        height: 40px;
        background-color: #4a4a4a;
        font-family: 'Open Sans';
        font-size: 11px;
        font-weight: 600;
        color: rgb(74, 74, 74);
        cursor: pointer;
    }
    .SignupForgetPassword
    {
        height: 14px;
        font-family: Times;
        font-size: 12px;
        font-style: italic;
        text-align: center;
        color: #000000;
        float: right;
    }
    .SignupCheckBox
    {
        float: left;
    }
    .SignupLabelWeb
    {
        margin-top: 7px;
        width: 70%;
        max-width: 280px;
    }
    .SignupLabelMob
    {
        display: none;
    }
    .SignupLabel
    {
        margin-top: 7px;
        width: 70%;
        max-width: 280px;
    }
    .SignupBtn
    {
        width: 70%;
        max-width: 280px;
        padding-top: 17px;
        cursor: pointer;
    }
    .New-Customer
    {
        width: 90px;
        height: 18px;
        font-family: Times;
        font-size: 14px;
        font-style: italic;
        text-align: center;
        color: #4a4a4a;
    }
    .Start-Here
    {
        margin-left: 18px;
        width: 62px;
        height: 18px;
        font-family: Times;
        font-size: 14px;
        font-style: italic;
        text-align: center;
        color: #000000;
    }
    .NewOrStart
    {
        margin-top: 10px;
    }
    .RemberCheckBox
    {
        margin: 0;
    }
    .SIGN-IN
    {
        width: 40px;
        height: 15px;
        font-family: OpenSans;
        font-size: 11px;
        font-weight: 600;
        letter-spacing: 0.5px;
        text-align: center;
        color: #ffffff;
        line-height: 3.5em;
    }
    .SignupShowTxt a {
        color: #4a4a4a;
        text-decoration: underline;
    }
    #goLogin {
        color: #4a4a4a;
    }
    a {
        text-decoration: none;

    }
    a:hover
    {


    }
    a:active
    {

        width: 91px;
        font-weight: bold;

    }
    .SignupInputTitleTxt
    {
        float: left;
        height: 15px;
        font-family: OpenSans;
        font-size: 14px;
        font-weight: normal;
        font-style: normal;
        font-stretch: normal;
        letter-spacing: 0.5px;
        text-align: center;
        color: #000000;
    }
    .SignupInputValueTxt
    {
        height: 30px;
        width: 100%;
        border: 0;
        outline: 0;
        background: transparent;
        border-bottom: 1px solid #9b9b9b;
        padding-top:10px;
    }
    .SignupInputTitle
    {
        margin-top: 18px;
        width: 70%;
        max-width: 280px;
    }
    .SignupInputPASSWORD
    {
        margin-top: 15px;
        width: 70%;
        max-width: 280px;
    }
    .SignupInputValue
    {
        width: 70%;
        max-width: 280px;
    }
    .jardsonaraujogmail
    {
        font-family: OpenSans;
        font-size: 14px;
        font-weight: normal;
        font-style: normal;
        font-stretch: normal;
        letter-spacing: 0.5px;
        color: #4a4a4a;
    }
    .SignupTypeMore
    {
        margin-top: 22.6px;
        margin-bottom: 65px;
        cursor: pointer;
    }
    ::-webkit-input-placeholder
    {
        /* Chrome/Opera/Safari */
        opacity: 0;
    }
    ::-moz-placeholder
    {
        /* Firefox 19+ */
        opacity: 0;
    }
    :-ms-input-placeholder
    {
        /* IE 10+ */
        opacity: 0;
    }
    :-moz-placeholder
    {
        /* Firefox 18- */
        opacity: 0;
    }
    .Already-Have-an-acco
    {
        height: 18px;
        font-family: Times;
        font-size: 14px;
        font-weight: normal;
        font-style: italic;
        font-stretch: normal;
        text-align: center;
        color: #4a4a4a;
    }
    u
    {
        text-decoration: none;
    }
}
        @media screen and (max-width: 767px)
        {
            .SignupThirdParty
            {
                -webkit-transition: all .5s linear;
                -moz-transition: all .5s linear;
                -o-transition: all .5s linear;
                -ms-transition: all .5s linear;
                transition: all .5s linear;
            }
            .SignupBlock
            {
                margin-top: 70px;
                max-width: 750px;
            }
            .SignupLogoBlock
            {
                width: 100%;
            }
            .SignupShowBlock
            {
                width: 215px;
                margin-top: 47px;
            }
            .SignupLogo
            {
                max-height: 37px;
                cursor: pointer;
            }
            .SignupShowTxt
            {
                min-height: 18px;
                font-family: Times;
                font-size: 15px;
                font-weight: normal;
                font-style: italic;
                font-stretch: normal;
                text-align: center;
                color: #4a4a4a;
            }
            .SignupTypeBlock
            {
                display: none;
                width: 100%;
                margin-top: 1em;
            }
            .SignupTypeBlockMob
            {
                width: 100%;
                margin-top: 52px;
            }
            .SignupTypeBlockMobOl
            {
                width: 100%;
                margin-top: 27px;
            }
            .SignupType
            {
                width: 80.5%;
                margin: 0;
                padding: 0;
                list-style: none;
            }
            .SignupThirdPartyTxtFB, .SignupThirdPartyTxtWB, .SignupThirdPartyTxtTW
            {
                font-family: 'Open Sans';
                font-size: 12px;
                font-weight: 600;
                letter-spacing: 0.5px;
                text-align: center;
                text-transform: uppercase;
                position: relative;
                padding: 12px 0px 11px 43px;
                cursor: pointer;
                font-style: normal;
                font-stretch: normal;
            }
            .SignupLogo
            {
                content: url("/store/images/iohll/mob-iohll-logo.svg");
            }
            .SignupThirdPartyTxtFB::before
            {
                content: "";
                position: absolute;
                left: 0;
                top: 0;
                bottom: 0;
                width: 43px;
                border-radius: 4px 0 0 4px;
                background: url("/store/images/iohll/mob-fb.svg") no-repeat 0px center; /*background-size: 20px 20px;
        background-position: 0px center;*/
            }
            .SignupThirdPartyTxtWB::before
            {
                content: "";
                position: absolute;
                left: 0;
                top: 0;
                bottom: 0;
                width: 43px;
                border-radius: 4px 0 0 4px;
                background: url("/store/images/iohll/mob-wb.svg") no-repeat 0px center; /*background-size: 20px 20px;
        background-position: 0px center;*/
            }
            .SignupThirdPartyTxtTW::before
            {
                content: "";
                position: absolute;
                left: 0;
                top: 0;
                bottom: 0;
                width: 43px;
                border-radius: 4px 0 0 4px;
                background: url("/store/images/iohll/mob-tw.svg") no-repeat 0px center; /*background-size: 20px 20px;
        background-position: 0px center;*/
            }
            .slide-wrapper:active .SignupThirdPartyTxtFB::before, .slide-wrapper:active .SignupThirdPartyTxtWB::before, .slide-wrapper:active .SignupThirdPartyTxtTW::before
            {
                content: "";
                position: absolute;
                left: 0;
                top: 0;
                bottom: 0;
                width: 0px;
                border-radius: 4px 0 0 4px;
                background: url("") no-repeat 0px center;
            }
            .slide-wrapper:active, .Signup:active
            {
                background-color: #000000;
                color: #ffffff;
            }
            .Remember-me-Copy
            {
                width: 82px;
                height: 15px;
                font-family: OpenSans;
                font-size: 11px;
                letter-spacing: 0.5px;
                text-align: center;
                color: #4a4a4a;
                vertical-align: top;
            }
            .Signup
            {
                height: 43px;
                background-color: rgba(236, 239, 241, 0.8);
                color: rgb(74, 74, 74);
                cursor: pointer;
            }
            .SignupForgetPassword
            {
                height: 18px;
                font-family: Times;
                font-size: 15px;
                font-weight: normal;
                font-style: italic;
                font-stretch: normal;
                text-align: center;
                color: #4a4a4a;
                float: right;
            }
            .SignupCheckBox
            {
                float: left;
            }
            .SignupLabel
            {
                margin-top: 7px;
                width: 80.5%;
                max-width: 610px;
            }
            .SignupLabelWeb
            {
                display: none;
            }
            .SignupLabelMob
            {
                margin-top: 15px;
                width: 80.5%;
                max-width: 610px;
            }
            .SignupBtn
            {
                width: 80.5%;
                max-width: 610px;
                max-height: 43px;
                padding-top: 17px;
                cursor: pointer;
            }
            .New-Customer
            {
                width: 97px;
                height: 18px;
                font-family: Times;
                font-size: 15px;
                font-weight: normal;
                font-style: italic;
                font-stretch: normal;
                text-align: center;
                color: #4a4a4a;
            }
            .Start-Here
            {
                margin-left: 10px;
                width: 67px;
                height: 18px;
                font-family: Times;
                font-size: 15px;
                font-weight: normal;
                font-style: italic;
                font-stretch: normal;
                text-align: center;
                color: #4a4a4a;
            }
            .NewOrStart
            {
                margin-top: 34px;
            }
            .RemberCheckBox
            {
                margin: 0;
            }
            .SIGN-IN
            {
                width: 52px;
                height: 20px;
                font-family: 'OpenSans';
                font-size: 15px;
                font-weight: 600;
                font-style: normal;
                font-stretch: normal;
                text-align: center;
                color: #ffffff;
                line-height: 3em;
            }
            a
            {
                text-decoration: underline;
                color: #4a4a4a;
            }
            a:hover
            {
                text-decoration: underline;
                color: #000000;
            }
            a:active
            {
                text-decoration: underline;
                width: 91px;
                font-weight: bold;
                color: #000000;
            }
            .SignupInputTitleTxt
            {
                float: left;
                width: 35px;
                height: 15px;
                font-family: OpenSans;
                font-size: 11px;
                font-weight: normal;
                font-style: normal;
                font-stretch: normal;
                letter-spacing: 0.5px;
                text-align: center;
                color: #000000;
            }
            .SignupInputValueTxt
            {
                height: 43px;
                width: 100%;
                border: 0;
                outline: 0;
                background: transparent;
                border-bottom: 1px solid #9b9b9b;
            }
            .SignupInputTitle
            {
                display: none;
                margin-top: 18px;
                width: 80.5%;
                max-width: 610px;
            }
            .SignupInputPASSWORD
            {
                display: none;
                margin-top: 15px;
                width: 80.5%;
                max-width: 610px;
            }
            .SignupInputValue
            {
                width: 80.5%;
                max-width: 610px;
            }
            .jardsonaraujogmail
            {
                font-family: OpenSans;
                font-size: 12px;
                font-weight: normal;
                font-style: normal;
                font-stretch: normal;
                letter-spacing: 0.5px;
                color: #4a4a4a;
            }
            .SignupTypeMore
            {
                margin-top: 22.6px;
                margin-bottom: 65px;
                cursor: pointer;
            }
            ::-webkit-input-placeholder
            {
                /* Chrome/Opera/Safari */
                opacity: 0.5;
            }
            ::-moz-placeholder
            {
                /* Firefox 19+ */
                opacity: 0.5;
            }
            :-ms-input-placeholder
            {
                /* IE 10+ */
                opacity: 0.5;
            }
            :-moz-placeholder
            {
                /* Firefox 18- */
                opacity: 0.5;
            }
            .SignupInputEMAIL
            {
                margin-top: 43px;
            }
            .SignupInput
            {
                margin-top: 18px;
            }
         @
            import url(http: //
            fonts.googleapis.com /
            css?family=Josefin + Slab:100); .animate
            {
                transition: transform 0.3s ease-out;
            }
            .slider-wrap
            {
                width: 80.5%;
                max-width: 610px;
            }
            .slider
            {
                width: 100%;
                height: 100%;
                overflow: hidden;
            }
            .ms-touch.slider
            {
                overflow-x: scroll;
                overflow-y: hidden;
                -ms-overflow-style: none; /* Hides the scrollbar. */
                -ms-scroll-chaining: none; /* Prevents Metro from swiping to the next tab or app. */
                -ms-scroll-snap-type: mandatory; /* Forces a snap scroll behavior on your images. */
                -ms-scroll-snap-points-x: snapInterval(0%, 100%); /* Defines the y and x intervals to snap to when scrolling. */
            }
            .holder
            {
                width: 300%;
                height: 100%;
                overflow-y: hidden;
            }
            .slide-wrapper
            {
                width: 33.333%;
                height: 100%;
                float: left;
                position: relative;
                overflow: hidden;
                line-height: 43px;
                background-color: rgba(236, 239, 241, 0.8);
                max-height: 43px;
                color: #4a4a4a;
                cursor: pointer;
            }
            .slide
            {
                height: 100%;
                position: relative;
            }
            .dots li
            {
                border-radius: 8px;
                cursor: pointer;
                display: inline-block;
                height: 10px;
                width: 10px;
                margin: 0 4px;
                opacity: 1;
                text-indent: -999em;
                transition: background 0.5s ease 0s, opacity 0.5s ease 0s;
                background-color: #d7d7d7;
            }
            .dots li.active
            {
                background-color: #4a4a4a;
            }
            .Already-Have-an-acco
            {
                height: 18px;
                font-family: Times;
                font-size: 14px;
                font-weight: normal;
                font-style: italic;
                font-stretch: normal;
                text-align: center;
                color: #4a4a4a;
            }
        }
        .canSend
        {          
            color: #4a4a4a;
        }