header{
    color: #666;
    background-color: #f7f7f7;
}
nav{
    padding: 10px 0;
}
header .nav_right dl{
    padding: 0 6px;
    float: left;
    margin-bottom: 0;
}
header .nav_right dl>a{
    color: #666;
    text-decoration: none;
}
header .nav_right dl .text_red{
    color: #fc5b5b !important;
}
.container{
    min-width: 1170px;
    padding: 0 !important;
}
.mycenter a:hover{
    color:#0086ea;
}


.translators_nav{
    background-color: #fff;
    border-top: none;
}
/*.translators_nav #navbar{*/
    /*display: table-cell;*/
    /*vertical-align: text-bottom;*/
/*}*/
.translators_nav .nav_right{
    margin-top: 30px;
}
.user_login{
    padding-right:5px !important;
    margin-bottom: 2px;
}

footer{
    background-color: #fff;
    border-top: #eee 1px solid;
    margin-top: 20px;
}
.tfooter{
    text-align: center;
    margin-top: 40px;
    margin-bottom: 10px;
}
.tfooter a:link,.tfooter a:visited,.tfooter a:hover,.tfooter a:active{
    font-size: 16px;
    color: #333333;
    text-decoration:none;
}
.bfooter{
    font-size: 14px;
    color: #808080;
    text-align: center;
    margin-bottom: 40px;
}










/*进度条-go*/
.wyfy_progress{
	overflow: hidden;
	width: 712px;
    padding: 10px 0;
    margin: 10px auto;
}
.wyfy_progress .blue{
	background-color: #0886ea;
	color: #fff;
}
.wyfy_progress span{
	color: #a2a3a4;
    width: 28px !important;
    height: 28px !important;
    font-size: 14px;
    text-align: center;
    line-height: 16px;
    font-weight: 900;
    float: left;
    background-color: #f2f2f2;
    padding: 6px;
    border-radius: 50px;
}
.wyfy_progress span>label{
	width: 6px;
    height: 6px;
    border-radius: 6px;
    background-color: #fff;
    margin: 2px;
}
.wyfy_progress dd{
	width: 200px;
    height: 6px;
    margin: 10px 0px;
    background-color: #f2f2f2;
    float: left;
}
.stage_all{
    height: 16px;
    width: 900px;
    margin: 10px auto;
}
.stage_all .stage{
    width: 225px;
    font-size: 14px;
    padding: 0 20px;
    float: left;
    text-align: center;

}
/*进度条-end*/



/* 侧边栏 */
.sidebar {
    min-height: 700px;
    display: block;
    padding: 0 0 40px 0;
    overflow-x: hidden;
    overflow-y: hidden;
    background-color: #f7f7fa;
}
.sidebar ::-webkit-scrollbar-track{
    display: none;
}
.sidebar .wyfy_menu_first {
    font-size: 16px;
    text-align: left;
    color: #333;
    background-color: #f7f7fa;
    padding: 15px 15px;
    white-space:nowrap;
    outline: 0;
}

.sidebar .wyfy_menu_first:hover{
    background-color: #f7f7fa !important;
    color: #333;
    outline: 0;
}

.sidebar .wyfy_menu_second li{
    padding-left: 20px;

}

.sidebar .wyfy_menu_second li>a {
    font-size: 14px;
    text-align: left;
    padding-left:15px;
    white-space:nowrap;
    color: #737373;
    outline: 0;
}

.sidebar .wyfy_menu_second li>a:hover,
.sidebar .wyfy_menu_second li>a:focus,
.sidebar .wyfy_menu_second li>a:active{
    color: #0886ea;
    text-decoration: none;
    background-color: #f7f7fa;
    border-top: 1px solid #f7f7fa;
    border-bottom: 1px solid #f7f7fa;
    border-right: 3px solid #f7f7fa;
    border-left: 3px solid #f7f7fa;
}

.sidebar .wyfy_menu_second .active_in a,
.sidebar .wyfy_menu_second .active_in a:focus,
.sidebar .wyfy_menu_second .active_in a:hover,
.sidebar .wyfy_menu_second .active_in a:active{
    color:#0886ea;
    text-decoration: none;
    background-color: #f7f7fa;
    border-top: 1px solid #f7f7fa;
    border-bottom: 1px solid #f7f7fa;
    border-left: 3px solid #f7f7fa;
}
/* 侧边栏-end */

#write,#speak{
    border: 1px solid #e0e0e0;
}
.dropdown-toggle:link,
.dropdown-toggle:visited,
.dropdown-toggle:hover,
.dropdown-toggle:active{
    background-color: #fff !important;
}


.input{
    width: 33%;
    height: 32px !important;
    border-radius:2px;
    outline: 0;
    margin-top: 20px;
}
.input-left{
    line-height: 32px;
    margin-top: 20px;
    padding: 0;
    text-align: right;
}
.input-right{
    width: 16.5%;
    height: 32px !important;
    border-radius:2px;
    outline: 0;
    margin-top: 20px;
}
.div-left{
    float: left;
    margin:20px 10px 0px 10px;
}
.div-right{
    float: left;
    margin:20px 10px 0px 10px;
}
.form-control{
    height: 38px;
    border-radius: 0;
    display: inline-block;
}
.tabClass{
    float: left;
    text-align: center;
    width: 10%;
    height: 40px;
    line-height: 40px;
}

/*上传按钮*/
.file {
    position: relative;
    display: inline-block;
    background: #31a5e7;
    border: 1px solid #99D3F5;
    border-radius: 4px;
    margin-top: 7px;
    padding: 4px 12px;
    overflow: hidden;
    color: #fff;
    text-decoration: none;
    text-indent: 0;
    line-height: 20px;
}
.file input {
    position: absolute;
    font-size: 100px;
    right: 0;
    top: 0;
    opacity: 0;
}
.file:hover {
    background: #AADFFD;
    border-color: #78C3F3;
    color: #004974;
    text-decoration: none;
}

.btn{
    border-radius:0 ;
}
.blue,
.blue:hover{
    background-color: #0086EA;
    color: #fff;
}

/*订单表格样式*/
.numRed{
    color: #e50000;
}
.colonLeft{
    color: #333333;
}
.colonRight{
    color: #666666;
}

#orderAdddata{
    height: 30px;
    line-height: 30px;
    text-align: center;
    background-color: #eee;
    margin: 20px 0;
}
#orderAdddata:hover{
    height: 30px;
    line-height: 30px;
    text-align: center;
    background-color: #e0e0e0;
    margin: 20px 0;
}
.btnBlue{
    margin: 10px 0;
}
.btnBlue:hover{
    color: #fff;
    background-color: #0086ea;
}
.btnPay:hover{
    color: #fff;
    background-color:#0074cc;
}
.btnCancle{
    margin-bottom:10px;
}
.btnCancle:hover{
    color: #fff;
    background-color:#0086ea;
}
#otherCharge,
#point{
    width: 150px;
    height: 30px;
    padding-left: 10px;
    line-height: 30px;
    background-color: #fff;
    margin-top: 5px;
    display: inline-block;
}



/*导航条*/
.head_left{
    float: left;
}
.head_left>a{
    width: 60px;
    height: 60px;
    display: inline-block;
}
.head_left>a>img{
    width: 60px;
    height: 60px;
}
.head_right{
    margin-top: 20px;
    font-family: "MicrosoftYaHeiLight";
    float: right;
}
.head_right>ul{
    border:none;
}
.navbar_li{
    font-size: 16px;
    color: #999999 !important;
    cursor:pointer !important;
    height: 20px !important;
    line-height: 20px !important;
    padding: 0 15px!important;
    border-top: none !important;
    border-right: 1px solid #ddd;
    border-bottom: none !important;
    border-left: none !important;
    border-radius: 0 !important;
    margin-right: 0 !important;
}
.country{
    font-size: 16px;
    color: #999999 !important;
    cursor:pointer !important;
    height: 20px !important;
    line-height: 20px !important;
    padding: 0 15px!important;
    border: none !important;
    border-radius: 0 !important;
    margin-right: 0 !important;
}

.navbar_li:hover,#currentlanguage:hover{
    background-color: #fff !important;
}
/*导航条-end*/


#sureText{
    line-height: 18px;
    color: #0086EA;
    border: 1px solid #0086EA;
    border-radius: 50%;
    padding: 0 5px;
    margin-left: 20px;
    display: inline-block;
}


/*登录样式-start*/
#login_tab_body{
    width: 100%;
    padding: 0 !important;
    position: absolute;

}
#trans_login{
    width: 50%;
    height: 100%;
    background-color: #fff;
    padding:20px;
    float: left;
}
.trans_head{
    font-size: 20px;
    color: #bbbbbb;
    text-align: center;
}
.user_head{
    font-size: 20px;
    color: #0086ea;
    text-align: center;
}
#trans_veil{
    width: 50%;
    height: 100%;
    background-color: #000000;
    opacity: 0.4;
    position: absolute;
    left: 0;
}
#user_login{
    width: 50%;
    height: 100%;
    background-color: #fff;
    padding:20px;
    float: left;
}
.verification{
    height: 37px;
    width: 72px;
    margin-left: 6px;
}
.input-box{
    width: 100%;
    margin-bottom: 5px;
}
.login_input{
    width: 100%;
    border-radius: 0;
    height: 38px;
    padding:6px 12px ;
    border: 1px solid #ccc;
}
.remember_code{
    width: 100%;
    float: left;
    margin: 10px 0 30px 0;
}

.wyfy_login_button,
.wyfy_login_footer{
    text-align: center;
}

#transBtn,
#userBtn{
    width: 180px;
    height: 40px;
    border-radius: 25px;
}
.submit_none{

    color: #7f7f7f;
    background-color: #aaaaaa;
}
.submit_select{
    color: #fff;
    background-color: #0086ea;
}
.gray_color{
    color: #aaaaaa;
}
.blue_color{
    color: #0086ea;
}
/*登录样式-end*/



/*注册样式-start*/
#registered_tab_body{
    padding: 0;
}
.registered_head{
    color: #fff;
    background-color: #0086ea;
    text-align: center;
    padding:30px 20px;
}
.registered_body{
    width: 100%;
    background-color: #fff;
    padding: 30px 20px;
    float: left;
}
.user_registered{
    width: 50%;
    font-size: 20px;
    color: #666666;
    text-align: center;
    border-right: 1px solid #0086ea;
    padding-bottom: 40px;
    float: left;
}
.trans_registered{
    width: 50%;
    font-size: 20px;
    color: #666666;
    text-align: center;
    padding-bottom: 40px;
    float: left;
}
.standpoint{
    font-size: 30px;
    color: #0086ea;
}
.registeredBtn,
.registeredBtn :hover{
    color: #fff;
    background-color: #0086ea;
    border-radius: 25px;
    outline: 0;
    padding: 10px 40px;
    margin-top: 40px;
}

/*注册样式-end*/