@charset "utf-8";

/* CSS Document */

.shortcut {
    position: fixed;
    top: 20%;
    left: 0;
    width: 76px;
    height: 390px;
    z-index: 9999;
}

.shortcut-top {
    float: left;
    width: 100%;
    height: 139px;
    position: relative;
}

.shortcut-mid {
    float: left;
    padding-top: 17px;
    position: relative;
    width: 100%;
    height: 100%;
    background: url(../images/shortcut/mid.png) top left no-repeat;
    z-index: 2;
}

.shortcut-bottom {
    float: left;
    width: 100%;
    height: 91px;
}

.shortcut-menu {
    float: left;
    width: 100%;
    height: auto;
    margin-top: 0x;
}

.shortcut-menu ul {
    float: left;
    width: 100%;
    height: auto;
    padding: 0;
    margin: 12px 0;
}

.shortcut-menu ul li {
    list-style: none;
    float: left;
    width: 86%;
    /* margin-bottom: 5px; */
    margin-left: 0px;
    height: auto;
    text-align: center;
}

.shortcut-menu ul li span {
    float: left;
    width: 100%;
}

.shortcut-menu ul li a {
    font-size: 12px;
    line-height: 18px;
    color: #000000;
    font: 15px/20px 'thaisanslite', Arial, sans-serif;
}

.shortcut-menu ul li a:hover {
    font-size: 12px;
    line-height: 18px;
    color: #0c3776;
}

.shortcut-changefont {
    float: left;
    margin-top: -16px;
    padding-top: 0px;
    width: 100%;
    height: auto;
}

.changefont1 {
    float: left;
    width: 100%;
    height: auto;
    position: relative;
    z-index: 9;
    background: url(../images/shortcut/line.png) top center no-repeat;
}

.changefont1 ul {
    float: left;
    width: 100%;
    height: auto;
    margin: 6px 0;
    padding: 0;
}

.changefont1 ul li {
    float: left;
    width: 91%;
    height: auto;
    text-align: center;
    list-style: none;
}

.changefont1 ul li a {
    color: #fff;
}

.changefont1 ul li a:hover {
    color: #fae749;
}

.changefont1 ul li span.little {
    font-size: 14px;
    color: #fff;
    line-height: 15px;
}

.changefont1 ul li span.middle {
    font-size: 20px;
    color: #cbb662;
    line-height: 20px;
}

.changefont1 ul li span.large {
    font-size: 28px;
    color: #fff;
    line-height: 30px;
}

.changefont1 ul li span.change-text {
    font-size: 12px;
    color: #fff;
    line-height: 13px;
}

.shortcut-search {
    float: left;
    width: 86%;
    margin-top: 13px;
    text-align: center;
    height: auto;
}

.shortcut-search .search-icon {
    float: left;
    width: 100%;
    height: auto;
}

.shortcut-search .search-text {
    float: left;
    width: 100%;
    height: auto;
    font-size: 12px;
    color: #fff;
    line-height: 13px;
}

.shortcut-search .search-text a {
    color: #fff;
}

.shortcut-search .search-text a:hover {
    color: #fede89;
}

.shortcut-changelanguage {
    float: left;
    width: 100%;
    margin-top: 10px;
    text-align: center;
    height: auto;
    position: relative;
}

.shortcut-changelanguage .change-lang-icon {
    float: left;
    width: 100%;
    height: auto;
    margin-top: 0px;
}

.shortcut-changelanguage .change-lang-text {
    float: left;
    width: 98%;
    font-size: 12px;
    margin-top: 5px;
    color: #0b492a;
    line-height: 13px;
}

.g-translate {
    top: -12px;
    left: 52px;
    padding: 10px;
    min-width: 130px;
    height: 30px;
    position: absolute;
    background-color: #b9babc;
    -webkit-border-top-right-radius: 5px;
    -webkit-border-bottom-right-radius: 5px;
    -moz-border-radius-topright: 5px;
    -moz-border-radius-bottomright: 5px;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    /*border: 2px solid #61139b;*/
    border-left: none;
    z-index: 9999;
}

.shortcut-facebook {
    float: left;
    width: 82%;
    margin-top: 0;
    text-align: center;
    height: auto;
    padding-top: 0px;
    /* background:url(../images/shortcut/line.png) top center no-repeat; */
}

.shortcut-btn-slide {
    float: left;
    width: 100%;
    padding-top: 0px;
    margin-top: 22px;
    text-align: center;
    height: auto;
}