/*﻿@charset "utf-8";*/
/* CSS Document */
*{
    padding:0;
    margin:0;
    font-family:Tahoma, Arial, "微软雅黑";
}
body{
    font-size:12px;
    color:#989898;
    background-color:#000000;
}
ul,li{
    list-style-type: none;
}
img{border:none;}
input{
    border:none;
    border-radius:0;
    outline: none;
    -webkit-appearance: none; /* 清除苹果设备safari浏览器下的按钮默认样式*/
    vertical-align: middle;
}
input[type=checkbox]{
    height:13px;
    -webkit-appearance: checkbox;
}
input[type="text"]:focus,
input[type="password"]:focus{
    background-color: #ffffff;
    border-color:#3ac8b0;
    box-shadow: 0 0 1px 1px #3ac8b0 inset;
    -webkit-box-shadow:0 0 1px 1px #3ac8b0 inset;
}
input[placeholder] {color:#989898;}
::-webkit-input-placeholder{color:#989898;}/* WebKit browsers */
/*:-moz-placeholder {color:#663d2b;} Mozilla Firefox 4 to 18 */
/*::-moz-placeholder {color:#663d2b;} Mozilla Firefox 19+ */
:-ms-input-placeholder {color:#989898;}/* Internet Explorer 10+ */

a{
    color:#ffffff;
    text-decoration: none;
    outline:none;
}
a:hover{
    color:#ffc000;
    text-decoration: underline;
}
a.current{color:#ffc000;}
.frame_control{
    position:relative;
    width:980px;
    margin:0 auto;
    clear:both;
}
/*  header style control   */
.login_header{height:120px;}
.login_header h1.logo{
    position:relative;
    float:left;
    font-size:0;
    width:350px;
    height:120px;
    background:url(../images/cv_logo.png?0) no-repeat center center;

}
.logo img.logo_eftimg{
    position:absolute;
    top:0;
    left:0;
    height:100%;
}
.login_header h1 span{
    position:absolute;
    top:-1000px;
}

.language{
    position: absolute;
    right: 0;
    width:78px;
    overflow:hidden;
}
.ov{overflow: visible;}
/*.language:before{
        content:"▼";
        position:absolute;
        pointer-events: none;
        top:0;
        right:5px;
        width:18px;
        line-height:22px;
        font-size:13px;
        color:#f0b606;
}*/
.select_btn{
    cursor:pointer;
    height:26px;
    width:100%;
    padding-right:8px;
    text-align:right;
    font-size:13px;
    color:#f0b606;
    background-color:#1e2424;
}
.select_btn,.lg_list li a{box-sizing: border-box;}
ul.lg_list{
    position:absolute;
    top:27px;
    right:0;
    z-index:1;
    width:100%;
    padding-bottom:3px;
    background-color:#1e2424;
}
.lg_list li,.lg_list li a{
    display:block;
    margin:0;
    line-height:26px;
}
.lg_list li{border-bottom:solid 1px #283030;}
.lg_list li a{
    padding-left:12px;
    text-align:left;
}
.lg_list li a:hover{
    background-color:#2b3535;
    text-decoration: none;
}
.lg_list li a.current:before{
    content:"";
    pointer-events: none;
    position:absolute;
    top:-22px;
    left:10px;
    width:23px;
    height:16px;
    background:url(../images/ico_lang.gif?v=1) no-repeat;
}
.lg_list li a[lang='en'].current:before{background-position: 0 center;}
.lg_list li a[lang='zh-cn'].current:before{background-position: -23px center;}
.lg_list li a[lang='kh'].current:before{background-position:-69px center;}
.lg_list li a[lang='vn'].current:before{background-position:-46px center;}
.lg_list li a[lang='thai'].current:before{background-position:-92px center;}
.lg_list li a[lang='id'].current:before{background-position:-115px center;}

.qr_list{float:right;}
.qr_list li{
    cursor: pointer;
    position:relative;
    float:left;
    margin:8px 3px 0 0;
    width:24px;
    height:24px;
    background:url(../images/ico_qrlist.png?v=3) no-repeat;
}
.qr_list li.fb{background-position: 0px 0px;}
.qr_list li.t{background-position: -25px 0px;}
.qr_list li.phone{background-position: -50px 0px;}
.qr_list li.wap{background-position: -75px 0px;}
.qr_list li.line{background-position: -100px 0px;}
.qr_list li.weixin{background-position: -125px 0px;}
.qr_list li.yahoo{background-position: -170px 0px;}
.qr_list li.zalo{background-position: -195px 0px;}
.qr_list li.bbm{background-position: -220px 0px;}
.qr_list li a{
    display:block;
    height:100%;
}
.qr_list li div{
    display:none;
    padding:5px;
    margin-left:-37px;
    position:absolute;
    top:30px;
    left:0;
    z-index:1;
    background-color:#ffffff;
}
.qr_list li img{width:90px;}
.qr_list li font{
    display:block;
    font-style: italic;
}
.qr_list li p{
    font-weight:bold;
    color:#000000;
}
.qr_list li p.text_spe{
    font-family:Georgia;
    font-size:25px;
}
.qr_list li span{
    position:absolute;
    top:5px;
    left:40px;
    overflow:hidden;
    width:20px;
    height:5px;
    margin-top:-10px;
    background:url(../images/ico_qrlist.png?0) no-repeat -150px 0;
}

.user_login{
    position:absolute;
    right:0px;
    top:5px;
    text-align:left;
}
.user_login input{
    font-size:14px;
    height:32px;
    margin:0 2px 0 0;
}
.user_login input.text_in{
    width:130px;
    padding:0 3px;
    color:#000000;
    background:#ffffff;
}
.user_login input.text_in:focus{
    border-color:#ffba00;
}
.user_login input.sub_btn{
    font-size:12px;
    font-weight:bold;
    min-width:60px;
    padding:0 3px;
    background-color:#f0b606;
    cursor:pointer;
}
.user_login input.sub_btn:hover{background-color:#ffca12;}
.remb_me{padding-top:8px;}
.remb_me input{height:13px;}

.user_online{
    position:absolute;
    right:0;
    top:45px;
    text-align:right;
    vertical-align:  top;
}
.user_online input{
    width:90px;
    height:65px;
    padding-top:38px;
    color:#FFFFFF;
    vertical-align:top;
    cursor:pointer;
}

.user_online span {
    display: inline-block;
    width: 90px;
    height: 65px;
}

.btn_join{background:#7da528 url(../images/ico_join.png) no-repeat center top;}
.btn_join:hover,.btn_join:focus{ background-color:#8fc816;}
.btn_live{background:#6798be url(../images/ico_live.png) no-repeat center top;}
.btn_live:hover,.btn_live:focus{ background-color:#69b2eb;}
.version_nb{
    vertical-align: top;
    margin-left:0px
}
/*  banner style control   */
.banner_product{
    background:#343434;
    /*	border-top:solid 1px #675019;
            border-bottom:solid 1px #675019;*/
}
.banner_product .banner_show{
    position:relative;
    height:335px;
    overflow:hidden;
}
.banner_product .banner_show a.next_show{
    position:absolute;
    top:0;
    width:35px;
    height:100%;
}
.banner_product .banner_show a.next_left{
    left:0;
    background:url(../images/banners_next_show.png) left center no-repeat;
}
.banner_product .banner_show a.next_right{
    right:0;
    background:url(../images/banners_next_show.png) right center no-repeat;
}

/*  main product  style control   */
.main_product{
    margin:8px auto;
    font-size:0;
}
.main_product li{
    cursor:pointer;
    box-sizing:border-box;
    border:solid 1px #3a3a3a;
}
.main_product li:hover{ border-color:#f0b606;}
.product_list{
    position:relative;
    float:left;
    width:374px;
    margin:4px 8px 4px 0;
}
.product_list .pro_text{
    position:absolute;
    left:18px;
    top:15px;
    z-index:1;
    text-align:left;
    font-size:15px;
    line-height:20px;
    color:#f0b60;
}
.product_list h3{
    font-family: DINPro-Regular, Arial, "微软雅黑";
    font-size:23px;
    margin-bottom:6px;
    color: #ffdd00;
}
.product_exce{
    float:right;
    width:216px;
    height:421px;
    margin:4px 0;
}
.product_list img{width:100%;}
.product_exce img{width:100%;}
/*  footer style control   */
.login_footer{
    font-family:Arial, Helvetica, sans-serif;
    line-height:20px;
    border-top:solid 1px #26231c;
    text-align:left;
    padding-top:8px;
    padding-bottom:30px;
}
.login_footer .info_nav{
    padding-left:5px;
}
.login_footer .address_nav{
    float:left;
    padding-left:5px;
}
.login_footer a{
    font-weight:normal;
    margin:0 3px;
}

/* 系统维护页面部分样式 */
.pro_maintenance{
    min-height:220px;
    margin:100px auto;
    padding-left:250px;
    background:url(../images/maintenance/bg_notice.jpg) left center no-repeat;
}
.pro_maintenance p{
    font-size:20px;
    color:#ffffff;
    line-height:40px;
    text-align:left;
}
.pro_maintenance p.cam_font{font-size:30px;}
.pro_maintenance p.maintenance_date{
    margin-top:15px;
    color:#ffd700;
}
.maintenance_date span{margin:0 5px;}

.verify_phone_table {
    width: 500px;
    margin-bottom: 5px;
    white-space: nowrap;
    border-collapse: collapse;
    background-color: #fafcfc;
    border: 2px solid #aab7b9;
}
.verify_phone_table tr {height: 45px;line-height: 40px;}
.verify_phone_table th {
    text-align: left;
    padding-left: 10px;
    line-height: 50px;
    font-size: 20px;
    font-weight: normal;
}
.verify_phone_table td {
    font-family: Arial;
    color: #5e5e5e;
}

input.txtInput {
    background: #ffffff;
    width: 255px;
    height: 38px;
    line-height: 38px;
    padding-left: 3px;
    font-size: 18px;
    color:#000000;
    border: solid 1px #989898;
}

.btn_svc {
    margin-left: 8px;
    width: 150px;
    height: 40px;
    line-height: 40px;
    color: #ffffff;
    font-size: 18px;
    cursor: pointer;
}

.btn_verify_phone {
    width: 190px;
    height: 40px;
    line-height: 40px;
    font-size: 19px;
    cursor: pointer;
}

.btn_style06{
    background: #69A514;
}
.btn_style06:hover {
    background: #6cb404;
}

.btn_style07{
    background: #F0B606;
    color: #363636;
    font-weight: bold;
}
.btn_style07:hover {
    background: #ffca12;
}

.btn_style08{
    background : #aeaeae;
    color: #ffffff;
}
.btn_style08:hover {
    background: #c7c7c7;
}

.btn_style09{
    background : #979797;
    cursor: auto;
}