body {
    margin: 0px;
    padding: 0px;
    font: 1.1rem 'Segoe UI', Helvetica, Tahoma, Arial, Verdana;
    color: #ffffff;
    height: 100%;
    width: 100%;
    background-color: #180930;
}

.wrapper {
    max-width: 600px;

    margin-left: auto;
    margin-right: auto;
}
.wrapper2 {
    max-width: 600px;

    margin-left: auto;
    margin-right: auto;
}

.header {
    background: #EC534D;
    color: #bbb;
    height: 65px;
}

.header .logo {
    float: left;
}

.header .logo img {
    height: 55px;
    margin: 5px 0 0 5px;
}

.header .socials {
    float: right;
    text-align: center;
}

.header .socials a {
    margin: 15px 5px 0 0;
    display: inline-block;
    color: #fff;
    text-shadow: -1px 1px 1px rgba(0, 0, 0, 0.15);
    transition: all 0.2s;
    -moz-transition: all 0.2s;
    -webkit-transition: all 0.2s;
    -o-transition: all 0.2s;
    white-space: nowrap;
}

.topbar2 {
    background: #F2F2F3 url('/image/nav1_bg.png') repeat-x top;
    box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.03);
    position: relative;
    z-index: 99;
    border-bottom: 1px solid #D9D9D9;
}

.topbar2 .u_table {
    text-align: center;
    margin: 0 5px;
}

.topbar2 li {
    vertical-align: middle;
    display: table-cell;
}

.topbar2 .link {
    white-space: nowrap;
    border-left: 1px solid #DDDDDD;
}

.topbar2 .link_title img {
    vertical-align: text-top;
}

.topbar2 .link_title {
    display: inline-block;
    padding: 8px 15px;
    color: #565759;
    transition: all 0.2s;
    -moz-transition: all 0.2s;
    -webkit-transition: all 0.2s;
    -o-transition: all 0.2s;
    margin: 0px;
    text-shadow: -1px 1px 0px #fff;
}

.topbar2 .link_title:hover, .topbar2_link_hover, .topbar2 .link:hover, .topbar2 .link.current {
    background: #fff;
    color: #383232 !important;
    text-decoration: none;
}

.topbar2 li:last-child {
    border-right: 1px solid #DDDDDD;
}

.topbar3 {
    text-align: center;
    height: 31px;
    line-height: 31px;
    margin: 15px 0px;
}

.topbar3 a {
    padding: 8px 10px;
    margin-left: 3px;
    font-size: 12px;
    color: #fff;
    background: #EC534D;
    transition: all 0.2s;
    -moz-transition: all 0.2s;
    -webkit-transition: all 0.2s;
    -o-transition: all 0.2s;
}

.topbar3 a:hover, .topbar3 a.current {
    text-shadow: -1px 1px 1px rgba(0, 0, 0, 0.15);
    transition: all 0.2s;
    -moz-transition: all 0.2s;
    -webkit-transition: all 0.2s;
    -o-transition: all 0.2s;
    white-space: nowrap;
    background: #95C150;
}

.main {
    /*padding: 5px;*/
}

.main .version {
    background: #fff;
    margin-bottom: 10px;
}

.main .version .ct_version {
    padding: 5px 10px;
}

.main .version .ct_version *, .main .news .content * {
    max-width: 100% !important;
}

.main .commentBox {
    margin-top: 5px;
    border-top: 1px solid #dedede;
}

.main .commentBox header {
    line-height: 30px;
    height: 30px;
    padding: 0 5px 0 20px;
    margin-bottom: 0;
    background: url(/image/icons.png) no-repeat 0px -1235px;
    font-family: 'Segoe UI', 'HelveticaNeue', Arial, Helvetica, sans-serif;
    font-size: 14px;
}

.main .commentBox .line {
    width: 100%;
    height: 0px;
    border-top: 1px solid #dedede;
    border-bottom: 1px solid #fff;
}

.commentBox #news_form_comment {
    padding: 5px;
    background: #f5f5f5;
    position: relative;
    z-index: 2;
}

.commentBox.list_comment {
    margin-top: 10px;
    border-top: none;
}

.commentBox.list_comment h3 {
    line-height: 30px;
    height: 30px;
    padding: 0 5px 0 10px;
    margin-bottom: 0;
    font-family: 'Segoe UI', 'HelveticaNeue', Arial, Helvetica, sans-serif;
    font-size: 14px;
    background: #f5f5f5;
}

.commentBox.list_comment .main_comment .item {
    padding: 5px;
    background: #fff;
    margin-top: 1px;
}

.commentBox.list_comment .main_comment .item .content {
    padding: 0;
}

.commentBox.list_comment .main_comment .item p {
    padding: 0;
}

.commentBox.list_comment .main_comment .item .comment_title {
    color: #777;
}

.commentBox.list_comment .main_comment .item .comment_title span.name {
    font-weight: bold;
    font-size: 12px;
}

.commentBox.list_comment .main_comment .item .comment_title a {
    float: right;
    margin-left: 5px;
    padding: 3px 5px;
    border: 1px solid #e4e4e4;
    font-size: 11px;
    background: #fff;
    font-weight: bold;
}

.commentBox.list_comment .main_comment .item .comment_title span#count_like {
    color: #e54028;
}

.t-form .one-two {
    width: 49%;
}

.t-form .form-item {
    display: inline;
    width: 100%;
    position: relative;
}

.t-form input.t-input {
    height: 30px;
    line-height: 30px;
    box-sizing: border-box;
    width: 100%;
}

.t-form .one {
    width: 100%;
}

.t-form .form-label {
    padding-top: 6px;
    display: inline;
    float: left;
    width: 95%;
    text-shadow: 0 1px 0 #fff;
}

.t-form .one-three {
    margin-left: 0px;
}

.button_comment {
    border: none;
    background: #ff6b00;
    padding: 5px 10px;
    cursor: pointer;
    color: #fff;
    outline: 0;
    float: right;
}

.button_comment:hover {
    background: #0099cc;
}

#reply_notice {
    display: none;
    font-style: italic;
}

#reply_notice name {
    color: #ff6b00;
}

.t-form .form-item .t-input, .t-form .form-item select, .t-input.textarea {
    width: 98%;
}

.bullet_text {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #95C150;
    display: inline-block;
    margin: -2px 5px 2px 0;
    vertical-align: middle;
}

.main .version h3.h3_title, .main .news h1.h1_title {
    border-top: 1px solid #95C150;
    color: #95C150;
    background: #fff;
    padding: 10px;
    border-bottom: 1px solid #ECEFF0;
    font-size: 13px;
    text-transform: uppercase;
}

.main .version .down_btn {
    float: left;
    margin-right: 5px;
    display: block;
    font-size: 13px;
    padding: 6px 10px;
    color: #fff;
    background: #EC534D;
    transition: all 0.2s;
    -moz-transition: all 0.2s;
    -webkit-transition: all 0.2s;
    -o-transition: all 0.2s;
}

.main .version .down_btn:hover {
    background: #95C150;
}

.main .list .item {
    background: #fff;
    margin-top: 2px;
    padding: 5px;
}

.main .list .item a.title_news {
    font-weight: bold;
    font-size: 14px;
}

.main .list .item a img {
    float: left;
    width: 70px;
    height: 50px;
    padding: 2px;
    border: 1px solid #f4f4f4;
    margin-right: 5px;
}

.main .news .content {
    padding: 5px;
    padding-bottom: 10px;
    background: #fff;
}

.main .news .date_post {
    color: #999;
}

.footer {
    background: #222223;
    color: #bbb;
    padding: 10px;
}

.footer a {
    color: #fff;
}

.breadcrumb {
    padding: 5px;
    background: #fff;
    margin-top: 5px;
}

.head_bg {
    padding-top: calc(100% / 10);
    position: relative;
    min-height: 560px;
    width: 100%;
    background: url(/image/bg2_01.jpg) no-repeat scroll top center;
    background-size: 100% 100%;
}
.head_bg2 {
    padding-top: calc(100% / 10);
    position: relative;
    min-height: 320px;
    width: 100%;
    background: url(/image/bg2_01.jpg) no-repeat scroll top center;
    background-size: 100% 100%;
}
.body_bg {
    position: relative;
    width: 100%;
    background: url(/image/bg2_02.jpg) no-repeat scroll top center;
    background-size: 100% 100%;
    padding: 1rem 1rem 1rem 1rem;


}
.body_bg_video {
    position: relative;
    width: 100%;
    background: url(/image/bg2_02.jpg) no-repeat scroll top center;
    background-size: 100% 100%;
    padding: 5px;
}
.body_bg > .badge{
    font-size: 1.3rem;
}
.body_bg .row {
    padding-bottom:0.3rem;
    padding-top:0.4rem;
    background-color: rgba(86, 61, 124, 0.15);
    border: 1px solid rgba(86, 61, 124, 0.2);
}
.body_bg .row .col-md-auto{
    font-size: 1.2rem;
}
.body_bg_video > .helptext {
    color: #f8f9fa;
    background-color: rgba(0,0,0,0.7);
    position: relative;
    padding: .75rem 1.25rem;
    text-align: center;
    font-size: 1.5rem;
}
.footer_bg {

    padding: 40px 0px 10px 10px;
    position: relative;
    max-height: 250px;
    max-width: 100%;
    background: url(/image/bg2_03.jpg) no-repeat scroll top center;
    background-size: 100% 100%;
}

.logoImage {
    width: 65%;
}

.goldImage {
    width: 60%;
}

.downloadBar {
    width: 100%;
    height: 67px;
    text-align: center;
    position: absolute;
    bottom: 0;
	padding-top: 10px;
}

.downloadBar2 {
    width: 100%;
    height: auto;
	display: block;

    text-align: center;
    position: relative;
    /* bottom: 0; */
}

#leftDownload {
    position: relative;
}

#rightDownload {

    position: relative;

}
.hoverTable {
    width: 80%;
    border-collapse: collapse;
}

.hoverTable td {
    padding: 7px;
    border: #4e95f4 0px solid;

}

.hoverTable td:last-child {
    border-right: 0px;
}

/* Define the default color for all the table rows */

/* Define the hover highlight color for the table row */
.hoverTable tr:hover {
    background-color: yellow;
    color: black;
    font-size: bold;
}

.yellowCircle {
    text-align: center;
    vertical-align: middle;
    background: url(/image/circle.png) no-repeat scroll top center;
    background-size: 90% 90%;
}

.fb_reposition {
    overflow: hidden;
    position: relative
}

.fb_invisible {
    display: none
}

.fb_reset {
    background: none;
    border: 0;
    border-spacing: 0;
    color: #000;
    cursor: auto;
    direction: ltr;
    font-family: "lucida grande", tahoma, verdana, arial, sans-serif;
    font-size: 11px;
    font-style: normal;
    font-variant: normal;
    font-weight: normal;
    letter-spacing: normal;
    line-height: 1;
    margin: 0;
    overflow: visible;
    padding: 0;
    text-align: left;
    text-decoration: none;
    text-indent: 0;
    text-shadow: none;
    text-transform: none;
    visibility: visible;
    white-space: normal;
    word-spacing: normal
}

.fb_reset > div {
    overflow: hidden
}

@keyframes fb_transform {
    from {
        opacity: 0;
        transform: scale(.95)
    }
    to {
        opacity: 1;
        transform: scale(1)
    }
}

.fb_animate {
    animation: fb_transform .3s forwards
}

.fb_dialog {
    background: rgba(82, 82, 82, .7);
    position: absolute;
    top: -10000px;
    z-index: 10001
}

.fb_dialog_advanced {
    border-radius: 8px;
    padding: 10px
}

.fb_dialog_content {
    background: #fff;
    color: #373737
}

.fb_dialog_close_icon {
    background: url(https://static.xx.fbcdn.net/rsrc.php/v3/yq/r/IE9JII6Z1Ys.png) no-repeat scroll 0 0 transparent;
    cursor: pointer;
    display: block;
    height: 15px;
    position: absolute;
    right: 18px;
    top: 17px;
    width: 15px
}

.fb_dialog_mobile .fb_dialog_close_icon {
    left: 5px;
    right: auto;
    top: 5px
}

.fb_dialog_padding {
    background-color: transparent;
    position: absolute;
    width: 1px;
    z-index: -1
}

.fb_dialog_close_icon:hover {
    background: url(https://static.xx.fbcdn.net/rsrc.php/v3/yq/r/IE9JII6Z1Ys.png) no-repeat scroll 0 -15px transparent
}

.fb_dialog_close_icon:active {
    background: url(https://static.xx.fbcdn.net/rsrc.php/v3/yq/r/IE9JII6Z1Ys.png) no-repeat scroll 0 -30px transparent
}

.fb_dialog_iframe {
    line-height: 0
}

.fb_dialog_content .dialog_title {
    background: #6d84b4;
    border: 1px solid #365899;
    color: #fff;
    font-size: 14px;
    font-weight: bold;
    margin: 0
}

.fb_dialog_content .dialog_title > span {
    background: url(https://static.xx.fbcdn.net/rsrc.php/v3/yd/r/Cou7n-nqK52.gif) no-repeat 5px 50%;
    float: left;
    padding: 5px 0 7px 26px
}

body.fb_hidden {
    height: 100%;
    left: 0;
    margin: 0;
    overflow: visible;
    position: absolute;
    top: -10000px;
    transform: none;
    width: 100%
}

.fb_dialog.fb_dialog_mobile.loading {
    background: url(https://static.xx.fbcdn.net/rsrc.php/v3/ya/r/3rhSv5V8j3o.gif) white no-repeat 50% 50%;
    min-height: 100%;
    min-width: 100%;
    overflow: hidden;
    position: absolute;
    top: 0;
    z-index: 10001
}

.fb_dialog.fb_dialog_mobile.loading.centered {
    background: none;
    height: auto;
    min-height: initial;
    min-width: initial;
    width: auto
}

.fb_dialog.fb_dialog_mobile.loading.centered #fb_dialog_loader_spinner {
    width: 100%
}

.fb_dialog.fb_dialog_mobile.loading.centered .fb_dialog_content {
    background: none
}

.loading.centered #fb_dialog_loader_close {
    clear: both;
    color: #fff;
    display: block;
    font-size: 18px;
    padding-top: 20px
}

#fb-root #fb_dialog_ipad_overlay {
    background: rgba(0, 0, 0, .4);
    bottom: 0;
    left: 0;
    min-height: 100%;
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
    z-index: 10000
}

#fb-root #fb_dialog_ipad_overlay.hidden {
    display: none
}

.fb_dialog.fb_dialog_mobile.loading iframe {
    visibility: hidden
}

.fb_dialog_mobile .fb_dialog_iframe {
    position: sticky;
    top: 0
}

.fb_dialog_content .dialog_header {
    background: linear-gradient(from(#738aba), to(#2c4987));
    border-bottom: 1px solid;
    border-color: #1d3c78;
    box-shadow: white 0 1px 1px -1px inset;
    color: #fff;
    font: bold 14px Helvetica, sans-serif;
    text-overflow: ellipsis;
    text-shadow: rgba(0, 30, 84, .296875) 0 -1px 0;
    vertical-align: middle;
    white-space: nowrap
}

.fb_dialog_content .dialog_header table {
    height: 43px;
    width: 100%
}

.fb_dialog_content .dialog_header td.header_left {
    font-size: 12px;
    padding-left: 5px;
    vertical-align: middle;
    width: 60px
}

.fb_dialog_content .dialog_header td.header_right {
    font-size: 12px;
    padding-right: 5px;
    vertical-align: middle;
    width: 60px
}

.fb_dialog_content .touchable_button {
    background: linear-gradient(from(#4267B2), to(#2a4887));
    background-clip: padding-box;
    border: 1px solid #29487d;
    border-radius: 3px;
    display: inline-block;
    line-height: 18px;
    margin-top: 3px;
    max-width: 85px;
    padding: 4px 12px;
    position: relative
}

.fb_dialog_content .dialog_header .touchable_button input {
    background: none;
    border: none;
    color: #fff;
    font: bold 12px Helvetica, sans-serif;
    margin: 2px -12px;
    padding: 2px 6px 3px 6px;
    text-shadow: rgba(0, 30, 84, .296875) 0 -1px 0
}

.fb_dialog_content .dialog_header .header_center {
    color: #fff;
    font-size: 16px;
    font-weight: bold;
    line-height: 18px;
    text-align: center;
    vertical-align: middle
}

.fb_dialog_content .dialog_content {
    background: url(https://static.xx.fbcdn.net/rsrc.php/v3/y9/r/jKEcVPZFk-2.gif) no-repeat 50% 50%;
    border: 1px solid #4a4a4a;
    border-bottom: 0;
    border-top: 0;
    height: 150px
}

.fb_dialog_content .dialog_footer {
    background: #f5f6f7;
    border: 1px solid #4a4a4a;
    border-top-color: #ccc;
    height: 40px
}

#fb_dialog_loader_close {
    float: left
}

.fb_dialog.fb_dialog_mobile .fb_dialog_close_button {
    text-shadow: rgba(0, 30, 84, .296875) 0 -1px 0
}

.fb_dialog.fb_dialog_mobile .fb_dialog_close_icon {
    visibility: hidden
}

#fb_dialog_loader_spinner {
    animation: rotateSpinner 1.2s linear infinite;
    background-color: transparent;
    background-image: url(https://static.xx.fbcdn.net/rsrc.php/v3/yD/r/t-wz8gw1xG1.png);
    background-position: 50% 50%;
    background-repeat: no-repeat;
    height: 24px;
    width: 24px
}

@keyframes rotateSpinner {
    0% {
        transform: rotate(0deg)
    }
    100% {
        transform: rotate(360deg)
    }
}

.fb_iframe_widget {
    display: inline-block;
    position: relative
}

.fb_iframe_widget span {
    display: inline-block;
    position: relative;
    text-align: justify
}

.fb_iframe_widget iframe {
    position: absolute
}

.fb_iframe_widget_fluid_desktop, .fb_iframe_widget_fluid_desktop span, .fb_iframe_widget_fluid_desktop iframe {
    max-width: 100%
}

.fb_iframe_widget_fluid_desktop iframe {
    min-width: 220px;
    position: relative
}

.fb_iframe_widget_lift {
    z-index: 1
}

.fb_iframe_widget_fluid {
    display: inline
}

.fb_iframe_widget_fluid span {
    width: 100%
}


.badge-warning {
    color: #212529;
    background-color: #ffc107;
    width: 35px;
    height: 20px;
}