/*
* function:手机模板show 点击单词出现悬浮框的修饰css
* auth：lzn
* data：2015-3-11
*/
#tip {
    background-clip: padding-box;
    border: 2px solid rgba(55, 155, 233, 0.75);
    border-radius: 5px;
    position: absolute;
	z-index:99;
	font-size: 14px;
	line-height: 24px;
	text-indent: 0;
	white-space: normal;
}

.select-word{ color:#f90; white-space: normal;}
.tipBox {
    background-color: #fff;
    border: 2px solid #379be9;
    line-height: 150%;
    padding: 8px;
    max-width: 296px;
    white-space: normal;
}
#tip .hjtitle .word {
    font-size: 20px;
    white-space: normal;
}
.voice-style1 {
    border: 0 none !important;
    height: 24px;
    margin-bottom: -2px;
    margin-right: 5px;
    margin-top: 3px;
    width: 24px !important;
}
.voice-icon {
    background: url("//image.tingclass.net/statics/images/2012/voice-icon.png") no-repeat scroll 0 0 / 24px 125px rgba(0, 0, 0, 0);
    cursor: pointer;
    display: inline-block;
}
.voice_track {
    display: inline-block !important;
    vertical-align: text-bottom;
}
#tip .hjtitle .close {
    color: #69be41;
    float: right;
    font-size: 20px;
    font-weight: bold;
    text-decoration: none;
    top: -27px;
	right: -4px;
	position:relative;
}
.tipcloseimg {
	margin: 0 !important
}
.weixinchaci {
	float: right; 
	margin-right: 45px; 
	padding-top: 3px; 
	border-bottom: 1px solid #69be41;
}
.weixinchaciimg {
	width:24px !important;
	height:24px !important;
	margin:0 !important;
	padding:0 !important;
	border:0 none !important;
	background: none !important;
}
.tipBox img {float: left;border: 1px solid #C9C9C9;padding: 5px;margin: 10px;background-color: #fff;-moz-border-radius: 5px;-webkit-border-radius: 5px;border-radius: 5px; width: auto !important;}
.spell {
    color: green;
    font-size: 16px;
    white-space: normal;
}
.spellspan {
	display: inline-block
}
.spellspan1 {
	margin-right: 10px
}
#tip .hjcontent {
    margin-top: 8px;
	font-size:14px;
	color: #333333
}
a.more, a.addmyword, a.login, a.more:visited, a.addmyword:visited, a.login:visited {
    color: #69be41;
    cursor: pointer;
    text-decoration: none;
	font-size:14px;
}

.hc_vote {
    background-color: #f2f2f2;
    color: #aeaeae;
    font-size: 14px;
    height: 30px;
    line-height: 24px;
    margin: 5px -8px -8px;
	padding: 5px;
    text-align: right;
}
.hc_vote a.more {
    color: #69be41 !important;
    cursor: pointer;
    text-decoration: underline;
    font-size:14px;
}


