.lang-region {
    float: right;
    height: inherit;

    &-box {
        border-left: 1px solid #e4ebf0;
        color: #4ab1b1;
        text-align: center;
        width: 50px;
        cursor: pointer;
        line-height: 40px;
        height: 40px;
        display: block;
        position: relative;
        &-select {
          background-color: #f5f8fa;
        }

        &:hover {

          .i18n_item {
            color: #005999;
          }
       }
        .i18n_item {
            color: #66757F;
            font-size: 18px;

          }

        &>span {
            display: inline-block;
            width: 18px;
            height: 18px; //background: transparent url(../../../images/components/iTalent-header/lang_tw.png) 0 0 no-repeat;
            position: absolute;
            top: 50%;
            margin-top: -9px;
            color: #66757F;
            right: 15px;
        }

        // &:hover {
        //     // background-color: #f5f8fa;
        // }

        .btn-tips {
            display: none;
            padding: 0 10px;
            left: 50%;
            transform: translateX(-50%);
            white-space: nowrap;
            height: 30px;
            background: #3e4e59;
            font-size: 12px;
            color: #ffffff;
            line-height: 30px;
            border-radius: 2px;
            position: absolute;
            z-index: 1200;
            top: 40px;

            .entry-trangle-top {
                top: -5px;
                left: 50%;
                transform: translateX(-50%);
                width: 0px;
                height: 0px;
                position: absolute;
                border-left: 5px solid transparent;
                border-right: 5px solid transparent;
                border-bottom: 5px solid #3e4e59;
            }
        }

        &:hover {
            @include transition((background-color 0.3s $Ease));

            .common-link {
                color: $C1;
                @include transition((color 0.3s $Ease));
            }

            .btn-tips {
                display: block;
            }

            .opr-btns-select {
                .btn-tips {
                    display: none;
                }
            }
        }
    }

    .dp-down-list {
        position: absolute;
        right: 0px;
        top: 40px;
    }

    .list-ul-box {
        border-radius: 2px !important;
        position: absolute;
        right: 0;
        top: 0;

        a {
            color: $M1;
            display: block;
            width: 140px;
            height: 32px;
            line-height: 32px;
            white-space: nowrap;
            text-align: left;
            font-size: 12px;
            padding: 0 15px;
            overflow: hidden;

            &:hover {
                background: $M5;
            }
        }
    }

    .dp-list-front {
        border: 0 !important;
        box-shadow: 0 0 8px 0 rgba(0,0,0,0.08);
        z-index: 999 !important;
        background-color: #fff;
        opacity: 0;
        -webkit-transform-origin: 0 0;
        -ms-transform-origin: 0 0;
        -moz-transform-origin: 0 0;
        -o-transform-origin: 0 0;
        transform-origin: 0 0;
        -webkit-transform: scaleY(0);
        -moz-transform: scaleY(0);
        -ms-transform: scaleY(0);
        -o-transform: scaleY(0);
        transform: scaleY(0);
        -webkit-transition: all .15s $Linear;
        -moz-transition: all .15s $Linear;
        -o-transition: all .15s $Linear;
        -ms-transition: all .15s $Linear;
        transition: all .15s $Linear;
        display: none \9;

        li a {
            width: 140px;
            height: 32px;
        }
    }

    .dp-list-shadow {
        z-index: 998 !important;
        background-color: transparent !important;
        display: none;

        li a {
            color: transparent;
            background-color: transparent !important;
        }

        .li-scale a {
            color: $M1;
            -webkit-transform-origin: 20% center;
            -moz-transform-origin: 20% center;
            -ms-transform-origin: 20% center;
            transform-origin: 20% center;
            @include AniQuote(fontScale .3s $Linear forwards);
        }
    }

    .dp-down-active {
        .dp-list-front {
            -webkit-transition: all .15s $Linear;
            -moz-transition: all .15s $Linear;
            -o-transition: all .15s $Linear;
            -ms-transition: all .15s $Linear;
            transition: all .15s $Linear;
            opacity: 1;
            -webkit-transform-origin: 0 0;
            -moz-transform-origin: 0 0;
            -ms-transform-origin: 0 0;
            -o-transform-origin: 0 0;
            transform-origin: 0 0;
            -webkit-transform: scaleY(1);
            -moz-transform: scaleY(1);
            -ms-transform: scaleY(1);
            -o-transform: scaleY(1);
            transform: scaleY(1);
            display: block\9;
        }
    }
}
.lang_region_en_US {
    .btn-tips {
        left: 10% !important;
    }
    .entry-trangle-top {
        left: 72% !important;
    }
}