header{
    color: #666;
    padding: 8px 0;
    background-color: #f7f7f7;
}
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;
}
.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;
}
.lanage_img{
    padding-right:5px !important;
    margin-bottom: 2px;
}

footer{
    background-color: #fff;
    border-top: #eee 1px solid;
    margin-top: 50px;
}
.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 {
    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;
    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;
    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;
}