﻿.breadcrumb {
    display: flex;
    align-items: center;
    font-size: 0.7em;
    /*border-bottom: 1px solid #c1c1c1;*/
    padding: 0 16px;
    height: 27px;
    max-width: 1400px;
    margin: auto;
}

    .breadcrumb span a {
        padding: 0 11px;
        display: block;
        color: #322f2f;
    }

        .breadcrumb span a:hover, .breadcrumb p a:hover {
            text-decoration: underline;
        }

#Talk, #Address {
    /*color:#999;*/
}
    #Talk.color {
        color:#999;
    }
.rightArrow {
    background-color: #c1c1c1;
    width: 19px;
    height: 1px;
    transform: rotateZ(45deg);
    /* transform: rotateZ(47deg); */
    position: relative;
    top: -7px;
}

    .rightArrow:before {
        content: "";
        display: block;
        width: 19px;
        height: 1px;
        transform: rotateZ(-90deg);
        /* transform: rotateZ(-97deg); */
        background-color: #c1c1c1;
        position: absolute;
        top: 10px;
        left: 9px;
    }

.breadcrumb p {
    padding: 7px 10px;
    display: block;
    font-weight: 600;
    color: #000;
}


.UserChanges {
    padding: 52px 16px;
    background: #fff;
    box-shadow: 0 3px 9px 0px #a7a7a7;
}

.adjust {
    margin-top: 10px;
    border-bottom: 1px solid #d0d0d0;
}

    .adjust:first-child {
        margin-top: 0;
    }

    .adjust .QuickLogin {
        display: flex;
        align-items: center;
        width: 100%;
        padding: 12px 9px;
    }

        .adjust .QuickLogin img {
            width: 30px;
            margin-right: 5px;
        }

        .adjust .QuickLogin .DeleteBut {
            background: none;
            border: 1px solid;
            margin-left: 5px;
            color: #dc3632;
            padding: 3px 5px;
            cursor: pointer;
            font-size: .85em;
            border-radius: 3px;
        }

.Quick {
    border: 0;
}

.UserChanges .MyAccount {
    display: flex;
    max-width: 1400px;
    margin: auto;
    position: relative;
}

.UserChanges .personalPhoto {
    flex: 1;
    text-align: center;
    padding: 0 27px 0 0px;
}

    .UserChanges .personalPhoto .HeadPortrait {
        width: 155px;
        margin: auto;
        /* box-shadow: 0 0px 6px 2px #aaa inset; */
        position: relative;
        overflow: hidden;
        border-radius: 50%;
        line-height: 0;
    }
        .UserChanges .personalPhoto .HeadPortrait #ximg {
            height: 155px;
            /* background: olive; */
            /*background: url(image/Oval.png) no-repeat;*/
            /*background-position: center;
            background-size: cover;*/
        }

        .UserChanges .personalPhoto .HeadPortrait:hover .custom-file-upload {
            /*bottom: -70%;*/
            bottom: 0;
        }

.PictureRule {
    line-height: 1.4;
    /* text-align: left; */
    margin-top: 8px;
    font-size: .8em;
    color: #464646;
}
.UserChanges .personalPhoto .HeadPortrait .custom-file-upload {
    cursor: pointer;
    position: absolute;
    height: 100%;
    /*bottom: -75%;*/
    bottom: 0;
    bottom: -100%;
    background: rgba(0, 0, 0, 0.4);
    left: 0;
    right: 0;
    text-align: center;
    border-radius: 0 0 50% 50%;
    color: #fff;
    padding-top: 16px;
    /* display: block; */
    font-size: .85em;
    transition: all .4s;
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 1.4;
}

    .UserChanges .personalPhoto .Edit-Name {
        position: relative;
        /*border-bottom: 1px solid #aaa;*/
        width: 84%;
        margin: 11px auto 0 auto;
    }

.ExperienceDay {
    padding-top: 7px;
}
    .ExperienceDay span {
        font-size: 2.1em;
        padding-right: 8px;
        color: #dc3632;
    }
        .UserChanges .personalPhoto .Edit-Name .personalName {
            font-size: 1.3em;
            font-weight: 700;
            color: #2d303a;
            line-height: 1.5;
                word-break: break-word;
        }

        .UserChanges .personalPhoto .Edit-Name p {
            /* position: absolute; */
            /* top: -24px; */
            /* left: -8px; */
            font-size: .7em;
            font-weight: 500;
            text-align: left;
        }

        .UserChanges .personalPhoto .Edit-Name input {
            padding: 0 11px;
            /* font-size: 1em; */
            line-height: 1.5;
            outline: none;
            width: 100%;
        }

    .UserChanges .personalPhoto .Re-password {
        margin-top: 17px;
        width: 100%;
        line-height: 2.5;
        border: 1px solid #767676;
        background: none;
        border-radius: 5px;
        cursor: pointer;
        outline: none;
        color: #767676;
        font-size: 1em;
    }

        .UserChanges .personalPhoto .Re-password:hover {
            /*background: #f1f1f1;*/
            border: 1px solid #dc3632;
            color: #dc3632;
        }


.UserChanges .personalInput {
    flex: 5;
    /*line-height: 2;*/
}

    .UserChanges .personalInput .Star {
        display: inline-flex;
        /*display: flex;*/
        /*width: 100%;*/
        /*display: -webkit-inline-box;*/
        font-size: 15px;
        color: #464646;
        align-items: center;
    }

.Star .note {
    font-size: .7em;
    color: #dc3632;
    display: none;
}

.Star i {
    background: url(../image/Star.jpg);
    width: 8px;
    height: 8px;
    margin: 0 5px;
    display: none;
}

.UserChanges .personalInput span {
    width: 100%;
    padding: 12px 9px;
    display: block;
}

.UserChanges .personalInput .Block {
    width: 100%;
    padding: 0 9px;
    /*border-bottom: 1px solid #d0d0d0;*/
    outline: none;
    background: none;
    /*color: #aaa;*/
}

/*.UserChanges .personalInput .ADyear,.UserChanges .personalInput .telephone{
    border-bottom: 1px solid #d0d0d0;
}*/
.VerificationStatus {
    display: flex;
    align-items: center;
    margin-bottom: 18px;
    color: #464646;
}

    .VerificationStatus .StatusImg {
        padding-left: 11px;
        display: flex;
        align-items: center;
    }
    .VerificationStatus .StatusImg img{
        width:18px;
    }
        .VerificationStatus .StatusImg p {
            padding-left: 2px;
            font-size: .9em;
            font-weight: 550;
        }
        .VerificationStatus .StatusImg button {
            margin-left: 17px;
            font-size: 12px;
            border: 1px solid #ffd119;
            padding: 4px 10px;
            background: #FFDA44;
            border-radius: 4px;
            cursor: pointer;
        }

.phone-sex {
    display: flex;
}

    .phone-sex .telephone {
        flex: 10;
        margin-right: 38px;
    }

        .phone-sex .telephone input {
        }

    .phone-sex .AccountSex {
        /*flex: 2.3;*/
        border-bottom: 1px solid #d0d0d0;
    }

.Edit-sex {
    display: flex;
    align-items: center;
}

    .Edit-sex label {
        margin: 0 6px;
    }

#YEARSel {
    outline: none;
    /* width: 100%; */
    border: 0;
    /* padding: 0 15px; */
    font-size: 1em;
    cursor: pointer;
}


.UserChanges .personalBottom {
    /*width: 54px;*/
    position: absolute;
    right: 0;
    bottom: -36px;
}

    .UserChanges .personalBottom .modify {
        width: 46px;
        height: 48px;
        background: #ffffff;
        border-radius: 50%;
        box-shadow: 0 2px 5px 1px #aaa;
        margin-bottom: 13px;
        cursor: pointer;
        padding: 13px;
        transition: all .3s;
    }

        .UserChanges .personalBottom .modify img {
            width: 100%;
        }



    .UserChanges .personalBottom .pencil, .UserChanges .personalBottom .checked {
        background: #dc3632;
    }

    .UserChanges .personalBottom .modify:hover {
        box-shadow: 0 9px 9px 0px #666;
        transform: translate(0, -4px);
    }

    .UserChanges .personalBottom .modify:active {
        box-shadow: 0 0 0px -2px #666;
        transform: translate(0, 4px);
        transition: all .1s;
    }

.AccountRecord {
    max-width: 1400px;
    margin: auto;
    position: relative;
}

.Account-Menu {
    margin: 20px 0;
    width: 100%;
}

    .Account-Menu ul {
        display: flex;
    }

        .Account-Menu ul li {
            list-style: none;
            letter-spacing: 1px;
            font-size: 1.1em;
            font-weight: 550;
        }
            .Account-Menu ul li a {
                padding: 12px 14px 12px 17px;
                color: #666;
                display: block;
            }

                .Account-Menu ul li.active a {
                    color: #dc3632;
                    border-bottom: 4px solid #dc3632;
                }
.search-line {
    position: relative;
    height: 2px;
    background: #dcdcdc;
}

.line-color {
    position: absolute;
    left: 0;
    transition: .5s;
    height: 2px;
    background: #dc3632;
}

#AccountData {
    padding: 8px;
}


.content-list {
    width: 131px;
    margin-left: 12px;
    position: relative;
    margin-bottom: 17px;
}
    .content-list p {
        padding: 10px 11px;
        background: white;
        border: 1px solid #dc3632;
        border-radius: 5px;
        color: #dc3632;
    }
    .content-list p::before {
        content: '';
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 6px 6px 0 6px;
        border-color: #dc3632 transparent transparent transparent;
        position: absolute;
        bottom: 15px;
        right: 14px;
    }
    .content-list ul {
        position: absolute;
        width: 100%;
        background: #fff;
        box-shadow: 0 1px 3px 0px #a0a0a0;
        border-radius: 5px;
        z-index: 1;
        display: none;
    }
        .content-list ul li {
            padding: 10px 11px;
            color: #404040;
            cursor:pointer;
        }
.content-list ul.on{
     display:block;
}

.content-list ul li.focus{
    color:#dc3632;
}

/*---------------------------直式與橫式模板--------------------------------*/
.Watch-list .Quantity li {
    list-style: none;
    display: inline-block;
    /* width: calc( (100% - 18px - 8px * 5) / 5); */
    width: calc( (100% - 12px * 6) / 6);
    margin: 0 6px 25px 6px;
    overflow: hidden;
}

    .Watch-list .Quantity li .File {
        transition: .5s;
        -o-transition: .5s;
        -moz-transition: .5s;
        -webkit-transition: .5s;
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
    }

    .Watch-list .Quantity li .block_File {
        position: relative;
        overflow: hidden;
        padding-top: 141.15%;
        background-image: linear-gradient( to right, #dedede 0%, #ffffff 50%, #dedede 100%);
        background-size: 200% auto;
        animation: 4s moveBackground infinite linear;
    }


    .Watch-list .Quantity li .block_File_16 {
        position: relative;
        overflow: hidden;
        padding-top: 56.275%;
        background-image: linear-gradient( to right, #dedede 0%, #ffffff 50%, #dedede 100%);
        background-size: 200% auto;
        animation: 4s moveBackground infinite linear;
    }


.NoWatch {
    text-align: center;
    font-size: 3em;
    padding: 72px 0;
    color: #c7c7c7;
}


.file_hover {
    overflow: hidden;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.55);
    text-align: center;
    padding: 13px 0;
    opacity: 0;
    -o-transition: all .25s ease-in-out;
    -moz-transition: all .25s ease-in-out;
    -webkit-transition: all .25s ease-in-out;
    transition: all .25s ease-in-out;
    display: flex;
    align-items: center;
}


.Watch-list .Quantity li .block_File:hover .File, .Watch-list .Quantity li .block_File_16:hover .File {
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
    -ms-transform: scale(1.1);
}

.Watch-list .Quantity li .block_File:hover .file_hover, .Watch-list .Quantity li .block_File_16:hover .file_hover {
    opacity: 1;
}

.play-img {
    border-radius: 50%;
    border: 1px solid #fff;
    width: 35%;
    margin: auto;
    background: rgba(0, 0, 0, 0.53);
}

    .play-img img {
        width: 100%;
    }
.play-img_16 {
    border-radius: 50%;
    border: 1px solid #fff;
    width: 22%;
    margin: auto;
    background: rgba(0, 0, 0, 0.53);
}

    .play-img_16 img {
        width: 100%;
    }

.Watch-list .Quantity li .free-text {
    overflow: hidden;
    text-overflow: ellipsis;
    margin-top: 3px;
    line-height: 15pt;
    padding: 3px;
    color: #2d303a;
}

    .Watch-list .Quantity li .free-text span {
        font-weight: 550;
        font-size: 14pt;
        white-space: nowrap;
    }

    .Watch-list .Quantity li .free-text p {
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
        font-size: .9em;
    }

/*---------------------------直式模板----end----------------------------*/

.Consumer-records p {
    color: #dc3632;
}

.Consumer-records .CancelRenewal {
    border: none;
    padding: 0.3em 1em;
    cursor: pointer;
    border-radius: 4px;
    transition: .3s;
    background: #ffc624;
}




.Consumer-records span, .Available-services span {
    padding: 0 14px;
    position: relative;
    font-size: .9em;
    margin: 0 0 17px 0;
    color: #dc3632;
    display: block;
}

    .Consumer-records span:before, .Available-services span:before {
        content: '';
        background: url(../image/Star.jpg) no-repeat;
        width: 8px;
        height: 8px;
        position: absolute;
        left: 0;
        top: 3px;
    }



.Consumer-records .consumer-table table thead th:first-child {
    /*text-align:center;*/
}

.Consumer-records .consumer-table table thead th:nth-child(4) {
    width: 56px;
    padding-left: 11px;
}

.Consumer-records .consumer-table table tbody td:nth-child(4) {
    text-align: center;
    /*padding-left: 10px;*/
    padding:0;
}

.Consumer-records .consumer-table table tbody td:first-child {
    /*text-align:center;*/
    line-height: 1.3;
}

.Consumer-records .consumer-table table tbody td:last-child {
    line-height: 1.3;
}

.Consumer-records .consumer-table table tbody td {
    font-size: .95em;
    line-height: 1.2;
}


.consumer-table table {
    width: 100%;
    text-align: left;
}

    .consumer-table table thead {
        background: #aaa;
    }

        .consumer-table table thead th {
            line-height: 2.5;
            color: #fff;
            padding-left: 5px;
        }

            .consumer-table table thead th:first-child {
                padding-left: 10px;
            }

    .consumer-table table tbody td:first-child {
        padding-left: 10px;
    }

    .consumer-table table tbody tr:nth-child(odd) {
        background: #fff;
    }

    .consumer-table table tbody td {
        color: #333;
        padding: 10px 0 10px 6px;
        /*padding: 10px 20px 10px 2px;*/
        -webkit-transition: all 275ms ease;
        -moz-transition: all 275ms ease;
        -o-transition: all 275ms ease;
        transition: all 275ms ease;
        vertical-align: middle;
    }


.prompt {
    margin: 10px 0;
    text-align: center;
    height: 30px;
}

.animation-box {
    position: fixed;
    z-index: 2000;
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: 0px;
    overflow-y: auto;
    display: none;
    -webkit-filter: none !important;
    background-color: rgba(255, 255, 255, 0.56);
}

.backdrop-fill {
    display: table;
    height: 100%;
    width: 100%;
}


    .backdrop-fill .table {
        display: table-cell;
        vertical-align: middle;
        padding: 64px;
    }

        .backdrop-fill .table .area {
            margin: auto;
            max-width: 568px;
            width: 100%;
            position: relative;
            box-shadow: 0 0 9px 0px rgba(0, 0, 0, 0.52);
            border-radius: 6px;
            z-index: 99999999;
            overflow: hidden;
            padding: 32px;
            background: #fff;
        }

            .backdrop-fill .table .area .btn {
                /*width: 49%;
    display: inline-block;
    line-height: 3;
    margin-top: 18px;
    background: #cbcbcb;
    border-radius: 5px;
    cursor: pointer;*/
                display: flex;
                line-height: 2.8;
                margin-top: 17px;
            }

                .backdrop-fill .table .area .btn input {
                    flex: 1;
                    margin: 0 7px;
                    border-radius: 5px;
                    cursor: pointer;
                    outline: none;
                }

                    .backdrop-fill .table .area .btn input:hover {
                        opacity: .8;
                    }

            .backdrop-fill .table .area .btn-area {
            }

            .backdrop-fill .table .area .sub-area {
                background: #dc3632;
                color: #fff;
            }




    .backdrop-fill .Block {
        width: 100%;
        outline: none;
        /*line-height: 3;*/
        margin-top: 7px;
        font-size: 1.2em;
        padding: 12px 8px;
        border-bottom: 1px solid #d0d0d0;
    }

        .backdrop-fill .Block:focus {
            background: #eaeaea;
            transition: .5s;
        }

.Acc-passworAgree {
    position: relative;
    /* align-items: center; */
    display: flex;
    margin-top: 18px;
}


    .Acc-passworAgree input[type=checkbox] {
        visibility: hidden;
    }


    .Acc-passworAgree label {
        cursor: pointer;
        position: absolute;
        width: 16px;
        height: 16px;
        top: -1px;
        left: 0;
        border: 1px solid #a6a6a6;
        border-radius: 3px;
    }

    .Acc-passworAgree p {
        margin-left: 12px;
    }

    .Acc-passworAgree label:after {
        opacity: 0;
        content: '';
        position: absolute;
        width: 23px;
        height: 12px;
        background: transparent;
        top: -10px;
        left: -2px;
        border: 3px solid #dc3632;
        border-top: none;
        border-right: none;
        -webkit-transform: rotate(-45deg);
        -moz-transform: rotate(-45deg);
        -o-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
        transform: rotate(-45deg);
    }

    .Acc-passworAgree input[type=checkbox]:checked + label:after {
        opacity: 1;
    }


.Enable-coupon {
    background: #fff;
    padding: 20px;
}

#CouponValidateImg {
    margin-right: 6px;
    width: 150px;
    height: 45px;
}

.Enable-coupon h2 {
    font-size: 1.2em;
    font-weight: 550;
    margin-bottom: 15px;
    color: #2d303a;
    border-bottom: 1px dashed #f1f1f1;
    padding-bottom: 10px;
}

/*.Enable-coupon .coupon_P {
    margin-left: 6px;
    margin-bottom: 11px;
}*/

/*.Enable-coupon .Coupon {
    margin: 6px 0 15px 0;
}*/

    .Enable-coupon .Coupon .Coupon-ubr {
        padding: 8px;
        width: 64px;
        margin: 0 5px;
        background: #f1f1f1;
    }

.Enable-coupon .validate-input {
    margin-bottom: 14px;
}
.validate-input-coupon {
    background: #585858;
    padding: 14px;
    display: inline-grid;
    border-radius: 3px;
    margin: auto;
}
    .validate-input-coupon .validate p {
        color: #dedede;
    }


    .Enable-coupon .validate-input .CouponCode, 
    .validate-input-coupon .CouponCode {
        margin-bottom: 5px;
        padding: 8px;
        background: #f1f1f1;
    }

.Enable-coupon .coupon-submit-but {
    padding: 9px 27px;
    margin-left: 5px;
    border-radius: 3px;
    background: #dc3632;
    color: #fff;
    cursor: pointer;
}

.Enable-coupon #couponPoint {
    color: red;
    margin: 13px 5px;
}



@-webkit-keyframes moveBackground {
    0% {
        background-position: 100%;
    }

    100% {
        background-position: -100%;
    }
}