.clearfix {
  *zoom: 1;
}
.clearfix:before,
.clearfix:after {
  display: table;
  content: "";
  line-height: 0;
}
.clearfix:after {
  clear: both;
}
.hide-text {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
.container-fluid {
  margin-right: auto;
  margin-left: auto;
  *zoom: 1;
}
.container-fluid:before,
.container-fluid:after {
  display: table;
  content: "";
  line-height: 0;
}
.container-fluid:after {
  clear: both;
}
.container {
  margin-right: auto;
  margin-left: auto;
  *zoom: 1;
  width: 960px;
  background: #fff;
}
.container:before,
.container:after {
  display: table;
  content: "";
  line-height: 0;
}
.container:after {
  clear: both;
}
.container-bg {
  margin-right: auto;
  margin-left: auto;
  *zoom: 1;
  padding: 0 10px;
  width: 960px;
  background: #fff;
}
.container-bg:before,
.container-bg:after {
  display: table;
  content: "";
  line-height: 0;
}
.container-bg:after {
  clear: both;
}
.container-bg2 {
  margin-right: auto;
  margin-left: auto;
  *zoom: 1;
  padding: 0 4px;
  width: 972px;
  background: #fff;
}
.container-bg2:before,
.container-bg2:after {
  display: table;
  content: "";
  line-height: 0;
}
.container-bg2:after {
  clear: both;
}
html {
  font-size: 100%;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}
body,
form,
ul,
ol,
li,
p,
em,
label,
input,
span,
object,
dl,
dt,
dd,
table,
tr,
td,
div,
option,
button {
  margin: 0px;
  padding: 0px;
  outline: none;
}
ul {
  list-style: none;
}
body {
  font-family: Arial, Helvetica, "\5FAE\8F6F\96C5\9ED1", "\5b8b\4f53";
  font-size: 14px;
  line-height: 20px;
  color: #555;
  background: #f78d1d url(../images/bg.jpg) no-repeat center top;
}
a {
  color: #555;
  text-decoration: none;
}
a:hover,
a:focus {
  color: #0F820C;
  text-decoration: none;
}
a:active {
  outline: 0;
}
small {
  font-size: 85%;
}
strong {
  font-weight: bold;
}
em {
  font-style: normal;
}
img {
  max-width: 100%;
  width: auto\9;
  height: auto;
  vertical-align: middle;
  border: 0;
  -ms-interpolation-mode: bicubic;
}
button,
input,
textarea {
  margin: 0;
  font-size: 100%;
  vertical-align: middle;
}
button,
input {
  *overflow: visible;
  line-height: normal;
}
input[type=submit],
input[type=reset],
input[type=button] {
  filter: chroma(color=#000000);
}
button,
label {
  cursor: pointer;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  padding: 0;
  border: 0;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}
textarea {
  overflow: auto;
  vertical-align: top;
}
input.input {
  padding: 4px;
  width: 270px;
  height: 23px;
  line-height: 23px;
  vertical-align: middle;
  font-size: 14px;
  border: 1px solid #ddd;
}
input.code {
  width: 60px;
  text-align: center;
}
input.error {
  border: 1px solid #ff7d23;
}
textarea {
  padding: 4px;
  width: 270px;
  line-height: 23px;
  font-size: 14px;
  border: 1px solid #ddd;
}
.unedit-input {
  overflow: hidden;
  white-space: nowrap;
}
.unedit-textarea {
  width: auto;
  height: auto;
}
input.radio,
input.checkbox {
  margin: 4px 0 0;
  *margin-top: 0;
  margin-top: 1px \9;
  line-height: normal;
}
.radio.inline,
.checkbox.inline {
  display: inline-block;
  padding-top: 5px;
  margin-bottom: 0;
  vertical-align: 1px;
}
.form-title {
  margin-bottom: 10px;
  height: 30px;
  font-size: 18px;
  border-bottom: 1px dotted #ccc;
}
.form {
  *zoom: 1;
}
.form:before,
.form:after {
  display: table;
  content: "";
  line-height: 0;
}
.form:after {
  clear: both;
}
.form dt {
  padding: 14px 0 0 0;
  width: 20%;
  height: 26px;
  line-height: 23px;
  text-align: right;
  color: #777;
}
.form em {
  font-family: Verdana, Helvetica, sans-serif;
  color: #e23636;
}
.form dd {
  padding: 7px 0;
  width: 80%;
}
.form dd.text {
  padding: 14px 0 0 0;
  height: 26px;
  line-height: 23px;
  color: #000;
}
.form dd em {
  color: #999;
  padding: 0 5px;
}
.form dd em.red {
  color: #e23636;
}
.form dd em.light {
  color: #488C00;
}
.form dd .radio {
  vertical-align: 1px;
}
.form .upload_queue {
  display: none;
  width: 80%;
}
.form span {
  margin-left: 10px;
  padding: 8px 5px 7px 2px;
  height: 25px;
  vertical-align: middle;
  color: #a8a8a8;
  background: url(../images/tip-small.png) no-repeat 0 50px;
}
.form span.correct {
  padding-top: 6px;
  padding-left: 27px;
  color: #0F820C;
  background-position-y: 4px;
}
.form span.error {
  padding-top: 7px;
  padding-left: 27px;
  color: #e15252;
  background-position-y: -53px;
}
.form span.tip {
  float: left;
  margin: 0 0 0 10px;
  padding: 5px 11px;
  height: 20px;
  color: #999;
  background: #f3f3f3;
}
.form span#upload_msg {
  float: left;
}
.form span#J_sms_tip {
  display: none;
}
.form em.tip {
  color: #999;
}
.form strong {
  font-weight: normal;
  color: #0F820C;
}
.form #J_imgCode {
  width: 85px;
  height: 31px;
  border: 1px solid #D2D6D9;
}
.form a {
  font-size: 13px;
}
.form.inline dt,
.form.inline dd {
  float: left;
}
.form.min dt {
  width: 14%;
}
.form.min dd {
  width: 86%;
}
.dropdown-title span {
  display: inline;
  padding-right: 11px;
  width: 1px;
  height: 19px;
  line-height: 19px;
  background: url(../images/dropdown.png) no-repeat 7px 5px;
}
.dropdown-title:hover span {
  background-position-y: -49px;
}
.dropdown-meun {
  display: none;
  position: absolute;
  z-index: 1000;
  padding: 5px 0;
  border: 1px solid #D2D6D9;
  background: #fff;
}
.dropdown-meun a {
  display: block;
  padding-left: 6px;
  height: 27px;
  line-height: 27px;
}
.dropdown-meun a:hover {
  background: #EEF0EB;
}
.dropdown-meun a:hover em {
  color: #0F820C;
}
.dropdown-meun a:active {
  background: #EEF0EB;
}
.dropdown-meun .divider {
  padding: 0;
  height: 1px;
  margin: 3px 1px;
  overflow: hidden;
  background-color: #eee;
  border-bottom: 1px solid #fff;
}
.dropdown-meun em {
  font-family: Arial;
  font-size: 12px;
  color: #bbbbbb;
}
.close {
  float: right;
  margin: 0;
  padding: 1px 4px 0 4px;
  *padding: 3px 2px 0 2px;
  font-size: 16px;
  *font-size: 13px;
  *font-weight: bold;
  font-family: Arial;
  color: #fff;
  line-height: 15px;
  background: #6AC20C;
}
.close:hover,
.close:focus {
  color: #fff;
  cursor: pointer;
  background: #ff7e00;
}
button.close {
  cursor: pointer;
  padding: 7px 12px;
  *padding: 6px 12px 3px 12px;
  font-size: 14px;
  font-weight: normal;
}
button.close:hover,
button.close:focus {
  cursor: pointer;
  color: #000;
  background: #ffffff;
}
.btn {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  margin: 0;
  padding: 6px 12px;
  *padding: 6px 13px 0 13px;
  text-align: center;
  cursor: pointer;
  border: 1px solid #e3e3e3;
  color: #777;
  background: #f3f3f3;
  *filter: chroma(color=#000000);
  *margin-left: .3em;
}
.btn:first-child {
  *margin-left: 0;
}
.btn:hover,
.btn:focus {
  color: #3B3B3B;
}
.btn.active,
.btn:active {
  outline: 0;
}
.btn.disabled {
  cursor: default;
  opacity: 0.65;
  filter: alpha(opacity=65);
}
.btn.min {
  line-height: 17px;
  font-size: 13px;
  padding: 2px 7px;
  *padding: 3px 8px 0 8px;
}
.btn.primary {
  color: #fff;
  border-color: #5ead1f;
  background: #67C530;
}
.btn.primary:hover,
.btn.primary:focus {
  color: #fff;
  background: #6bcd32;
}
.btn.primary2 {
  color: #fff;
  border-color: #f89e00;
  background: #ffb001;
}
.btn.primary2:hover,
.btn.primary2:focus {
  color: #fff;
  background: #ffb701;
}
.btn.loading {
  padding-left: 29px;
  color: #c3c3c3;
  border-color: #e8e8e8;
  background: #f0f0f0 url(../images/loading-btn.gif) no-repeat 7px center;
}
.btn.loading:hover,
.btn.loading:focus {
  color: #c3c3c3;
  background: #f5f5f5 url(../images/loading-btn.gif) no-repeat 7px center;
}
.btn.disabled {
  color: #c3c3c3;
  border-color: #e8e8e8;
  background: #f0f0f0;
}
.btn.disabled:hover,
.btn.disabled:focus {
  color: #c3c3c3;
  background: #f5f5f5;
}
.btn.chk {
  padding: 3px 10px 2px 26px;
  color: #fff;
  border-color: #f8a621;
  background: #FAC051 url(../images/dancelist-icons.png) no-repeat -91px 0;
}
.btn.chk:hover {
  color: #fff;
  border-color: #fa9b00;
  background-color: #F9BB45;
  background-position-y: -27px;
}
.btn.min.chk {
  background-position-y: -2px;
}
.btn.min.chk:hover {
  background-position-y: -29px;
}
.btn.play {
  padding: 3px 9px 2px 26px;
  background: #fbfbfb url(../images/dancelist-icons.png) no-repeat -91px -55px;
}
.btn.play:hover {
  background-position-y: -83px;
}
.btn.min.play {
  background-position-y: -57px;
}
.btn.min.play:hover {
  background-position-y: -85px;
}
.btn.add {
  padding: 3px 9px 2px 26px;
  background: #fbfbfb url(../images/dancelist-icons.png) no-repeat -91px -111px;
}
.btn.add:hover {
  background-position-y: -139px;
}
.btn.min.add {
  background-position-y: -113px;
}
.btn.min.add:hover {
  background-position-y: -141px;
}
.btn.del {
  padding: 3px 9px 2px 26px;
  background: #fbfbfb url(../images/dancelist-icons.png) no-repeat 7px -351px;
}
.btn.del:hover {
  background-position-y: -391px;
}
.btn.min.del {
  background-position-y: -353px;
}
.btn.min.del:hover {
  background-position-y: -393px;
}
.btn.random {
  padding: 3px 9px 2px 27px;
  background: #fbfbfb url(../images/dancelist-icons.png) no-repeat -91px -167px;
}
.btn.random:hover {
  background-position-y: -195px;
}
.btn.good {
  line-height: 15px;
  font-size: 12px;
  padding: 5px 9px 3px 28px;
  background: #fbfbfb url(../images/blog-icons.png) no-repeat -228px -46px;
}
.btn.good:hover {
  background: #fbfbfb url(../images/blog-icons.png) no-repeat -228px -46px;
}
.pagination {
  display: inline-block;
  margin: 0 auto;
  height: 30px;
  border-left: 1px solid #D2D6D9;
}
.pagination li {
  display: inline;
}
.pagination li a {
  float: left;
  display: block;
  padding: 0 10px;
  height: 28px;
  line-height: 28px;
  text-decoration: none;
  background-color: #fff;
  border: 1px solid #D2D6D9;
  border-left-width: 0;
}
.pagination li.active a {
  font-weight: bold;
  color: #0F820C;
  cursor: default;
  background: #f3f6f0;
}
.min-pagination {
  margin: 0 auto;
  height: 27px;
  border-left: 1px solid #D2D6D9;
}
.min-pagination li {
  display: inline;
}
.min-pagination li a {
  float: left;
  display: block;
  padding: 0 10px;
  height: 25px;
  line-height: 25px;
  text-decoration: none;
  background-color: #fff;
  border: 1px solid #D2D6D9;
  border-left-width: 0;
}
.min-pagination li.active a {
  font-weight: bold;
  color: #0F820C;
  cursor: default;
  background: #f3f6f0;
}
.message_bg {
  padding: 20px;
  text-align: center;
}
.message_bg span {
  margin: 0 auto;
  padding: 13px 10px 16px 55px;
  text-align: left;
  color: #999;
}
.message_bg .message {
  font-size: 16px;
  line-height: 51px;
  font-weight: bold;
  color: #777;
  background: url(../images/tip.png) no-repeat 0 2px;
}
.message_bg em {
  color: #e23636;
  font-weight: bold;
}
.message_bg .error {
  background-position-y: -107px;
}
.message_bg .tip {
  background-position-y: -217px;
}
.message_bg .question {
  background-position-y: -325px;
}
.message_bg .warn {
  background-position-y: -435px;
}
.overlay-bg {
  width: 650px;
  padding: 5px;
  background: #000000;
  background: rgba(0, 0, 0, 0.3);
  background: transparent\9;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#99555555, endColorstr=#99555555);
  -ms-filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#99555555, endColorstr=#99555555);
}
.overlay {
  text-align: left;
  background: #fff;
}
.overlay-header {
  padding: 7px 20px;
  border-bottom: 1px solid #5ead1f;
  background: #6AC20C;
  color: #fff;
}
.overlay-header .close {
  margin-top: 7px;
  *margin-top: 5px;
}
.overlay-header h3 {
  margin: 0;
  padding-top: 6px;
  font-size: 16px;
  height: 24px;
}
.overlay-icon {
  padding-left: 25px;
  background: url(../images/overlay.png) no-repeat -8px 0;
}
.overlay-icon.reg {
  background-position-y: -54px;
}
.overlay-icon.sign {
  background-position-y: -10px;
}
.overlay-icon.edit {
  background-position: -7px -96px;
}
.overlay-icon.addbox {
  background-position-y: -139px;
}
.overlay-icon.tip {
  background-position-y: -183px;
}
.overlay-icon.upload {
  background-position-y: -226px;
}
.overlay-icon.shop {
  background-position: -7px -270px;
}
.overlay-body {
  *zoom: 1;
  position: relative;
  overflow-y: auto;
  padding: 20px;
  background: #fff;
}
.overlay-body:before,
.overlay-body:after {
  display: table;
  content: "";
  line-height: 0;
}
.overlay-body:after {
  clear: both;
}
.overlay-footer {
  padding: 7px 20px;
  margin-bottom: 0;
  text-align: right;
  background-color: #f7f7f7;
  border-top: 1px solid #edecec;
  *zoom: 1;
}
.overlay-footer:before,
.overlay-footer:after {
  display: table;
  content: "";
  line-height: 0;
}
.overlay-footer:after {
  clear: both;
}
.overlay-footer .close {
  margin-left: 10px;
}
.thirdlogin {
  padding: 0 0 0 20px;
  *zoom: 1;
}
.thirdlogin:before,
.thirdlogin:after {
  display: table;
  content: "";
  line-height: 0;
}
.thirdlogin:after {
  clear: both;
}
.thirdlogin li {
  padding-top: 5px;
  height: 50px;
}
.thirdlogin li.tt {
  height: 25px;
  color: #ff7e00;
}
.thirdlogin a {
  display: inline-block;
  _display: inline;
  float: left;
  margin-right: 15px;
  padding: 0 20px 0 45px;
  height: 33px;
  line-height: 33px;
  letter-spacing: 0.5px;
  color: #fff;
  background: #0385d7 url(../images/thirdlogin.png) no-repeat;
}
.thirdlogin a:hover {
  color: #fff;
  background-color: #006fb4;
}
.thirdlogin a.tqq {
  background-color: #26afe8;
  background-position-y: -40px;
}
.thirdlogin a.tqq:hover {
  background-color: #179ed7;
}
/* @group returnTop */
#return-top {
  display: none;
  position: fixed;
  _position: absolute;
  z-index: 999;
  right: 35px;
  bottom: 150px;
  _bottom: auto;
  width: 36px;
  height: 65px;
  text-indent: -999px;
  overflow: hidden;
  background-image: url(../images/returntop.png);
  _background-image: url(../images/returntop-png8.png);
  background-repeat: no-repeat;
  background-position: 0 0;
}
#return-top:hover {
  background-position: 0 -65px;
}
/* @end */
.header {
  padding: 3px 0 1px 0;
  height: 60px;
}
.logo {
  float: left;
  width: 370px;
}
.logo a {
  float: left;
}
.logo .qzone,
.logo .tqq {
  display: block;
  margin: 36px 3px 0 0;
  width: 18px;
  height: 18px;
  background: url(../images/www-top-icon.png) no-repeat 0 -484px;
}
.logo .qzone:hover,
.logo .tqq:hover {
  background-position-y: -463px;
}
.logo .tqq {
  background-position-y: -525px;
}
.logo .tqq:hover {
  background-position-y: -505px;
}
.search {
  float: left;
  padding-top: 18px;
  width: 429px;
  height: 42px;
}
.search_press {
  float: left;
  width: 285px;
  height: 25px;
  border: 2px solid #6AC20C;
}
.search_press div {
  float: left;
}
.search_press .key input {
  padding: 2px 8px 0 26px;
  border: 0;
  width: 190px;
  height: 23px;
  *height: 21px;
  background: #fff url(../images/www-top-icon.png) no-repeat 4px -380px;
  *background-position-y: -382px;
}
.search_press .submit {
  padding-left: 6px;
  background: #6AC20C;
}
.search_press .submit input {
  border: 0;
  width: 55px;
  height: 25px;
  color: #fff;
  letter-spacing: 6px;
  background: #6AC20C;
}
.login {
  float: left;
  padding-top: 12px;
  width: 150px;
    display: none;
}
.login li {
  float: left;
  width: 26px;
}
.login li p {
  width: 90px;
}
.login .A,
.login .N {
  padding-top: 2px;
}
.login .A {
  width: 46px;
}
.login .A .dropdown-title {
  display: block;
  width: 37px;
  height: 37px;
}
.login img {
  width: 37px;
  height: 37px;
}
.login .N {
  width: 104px;
  height: 20px;
  line-height: 14px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.login .un {
  color: #999;
  padding: 0 0 0 30px;
  width: 130px;
}
.login .un img {
  width: 20px;
  height: 20px;
}
.login .i {
  display: block;
  height: 16px;
  width: 18px;
  background: url(../images/www-header.png) -5px 0;
}
.login .i:hover,
.login .i.this {
  background-position-y: -36px;
}
.login .m,
.login .m.this,
.login .m:hover {
  background-position-x: -128px;
}
.login .p,
.login .p.this,
.login .p:hover {
  background-position-x: -47px;
}
.login .d,
.login .d.this,
.login .d:hover {
  background-position-x: -86px;
}
div.nav {
  width: 958px;
  height: 34px;
  border: 1px solid #4B8C1E;
  border-top-width: 0;
}
div.nav .main {
  padding-left: 5px;
  width: 953px;
  height: 34px;
  background: #4B8C1E url(../images/www-nav-bg.jpg) repeat-x;
}
div.nav .main li {
  float: left;
  padding: 4px 5px 0 4px;
  background: url(../images/www-top-icon.png) no-repeat right -621px;
}
div.nav .main li.this {
  position: relative;
  margin-left: -2px;
  background: url(../images/www-nav-this.jpg) repeat-x;
}
div.nav .main li.NB1 {
  margin: 0;
  padding-right: 0;
  background: url('');
}
div.nav .main a {
  display: inline-block;
  padding: 5px 6px;
  color: #fff;
  font-size: 15px;
}
div.nav .main a.this,
div.nav .main a:hover {
  color: #fbff00;
}
div.nav .sub {
  float: left;
  padding: 0 10px;
  width: 938px;
  height: 29px;
  border-top: 0;
  font-size: 13px;
}
div.nav .sub li {
  float: left;
  margin: 6px 10px 0 0;
  padding: 0 10px 0 0;
  background: url(../images/www-top-icon.png) no-repeat right -425px;
}
div.nav .sub li.R {
  float: right;
}
div.nav .sub li.NB2 {
  margin-right: 0;
  padding-right: 0;
  background: url('');
}
div.nav .sub a {
  color: #777;
}
div.nav .sub a.light {
  color: #69C01B;
}
div.nav .sub a:hover,
div.nav .sub a.light:hover {
  color: #0F820C;
}
.dancelist th {
  padding: 0;
  color: #999;
  height: 31px;
  line-height: 31px;
  text-align: left;
  font-weight: normal;
  border-top: 1px solid #a7c4a1;
  border-bottom: 1px solid #ececec;
  background: #fcfcfc;
}
.dancelist td {
  padding: 10px 0 9px 0;
  color: #999;
  border-bottom: 1px dotted #ececec;
}
.dancelist .add,
.dancelist .play,
.dancelist .fav,
.dancelist .down,
.dancelist .dlmp3,
.dancelist .cd {
  display: block;
  padding: 0;
  width: 17px;
  height: 17px;
  background: url(../images/dancelist-icons.png) no-repeat 0 -260px;
}
.dancelist .cd {
  width: 19px;
  height: 18px;
  background-position: -1px -179px;
}
.dancelist .cd:hover {
  background-position: -41px -179px;
}
.dancelist .add {
  background-position-y: -134px;
}
.dancelist .add:hover {
  background-position: -39px -134px;
}
.dancelist .play {
  float: right;
  background-position: 1px -3px;
}
.dancelist .play:hover {
  background-position: -39px -3px;
}
.dancelist .fav {
  background-position: 1px -47px;
}
.dancelist .fav:hover {
  background-position-x: -39px;
}
.dancelist .down {
  float: right;
  background-position: 0 -91px;
}
.dancelist .down:hover {
  background-position-x: -40px;
}
.dancelist .dlmp3 {
  width: 20px;
  background-position: -67px -478px;
}
.dancelist .type {
  color: #b3b3b3;
}
.dancelist .type:hover {
  color: #0F820C;
}
i.hot,
i.recmd,
i.mp3 {
  display: inline-block;
  width: 20px;
  height: 16px;
  background: url(../images/dancelist-icons.png) no-repeat -2px -478px;
}
i.recmd {
  width: 17px;
  background-position-y: -435px;
}
i.mp3 {
  width: 17px;
  background-position-x: -67px;
}
a.chkbox {
  display: inline-block;
  padding: 0;
  width: 17px;
  height: 17px;
  background: url(../images/dancelist-icons.png) no-repeat 0 -260px;
}
a.chkbox:hover {
  background-position-y: -281px;
}
a.chkbox.this,
a.chkbox.this:hover {
  background-position-y: -301px;
}
/**
 * DJ97.com V5
 *
 * Copyright 2013 DJ97.com
 *
 * @Author: Charsen <http://www.charsen.com>
 * @Updated: 2013-11-1
 */
.span_min,
.span_small,
.span_middle,
.span_big {
  _display: inline;
  float: left;
}
.span_min {
  width: 204px;
}
.span_small {
  width: 300px;
}
.span_middle {
  width: 436px;
}
.span_big {
  width: 650px;
}
.logoa {
  float: left;
  width: 230px;
  height: 60px;
}
.topa {
  float: left;
  padding-top: 1px;
  width: 730px;
  height: 55px;
  overflow: hidden;
}
.top-notice {
  padding: 9px 0 0 30px;
  width: 930px;
  height: 20px;
  line-height: 13px;
  font-size: 13px;
  color: #88621A;
  border-bottom: 1px solid #EDE0BE;
  background: #fceecb url(../images/index-icons.png) no-repeat 10px -544px;
}
.four-nav {
  height: 50px;
  list-style: none;
}
.four-nav li {
  float: left;
  width: 242px;
  height: 50px;
}
.four-nav li.last {
  width: 233px;
}
.position {
  padding: 5px 0 5px 30px;
  width: 930px;
  height: 43px;
  line-height: 43px;
  background: url(../images/www-play-v54.png) no-repeat -142px 14px;
}
h1 {
  margin: 0;
  font-size: 22px;
  font-weight: normal;
}
i.hot,
i.recmd {
  display: inline-block;
  width: 20px;
  height: 16px;
  background: url(../images/www-play-v54.png) no-repeat -33px -416px;
}
i.recmd {
  width: 17px;
  background-position: -1px -416px;
}
.intro {
  padding: 5px 5px 5px 7px;
  width: 190px;
  height: 193px;
  border: 1px solid #D2D6D9;
  font-size: 13px;
  color: #666;
  overflow: hidden;
}
.left204 {
  padding: 1px;
  border: 1px solid #D1D5D8;
  width: 200px;
  height: 205px;
  overflow: hidden;
}
.four-naver {
  width: 202px;
  border: 1px solid #D2D6D9;
  font-size: 13px;
}
.four-naver li {
  width: 202px;
  height: 50.75px;
}
.four-naver a {
  display: block;
  padding: 9px 0 0 48px;
  width: 154px;
  height: 42px;
  line-height: 18px;
  background: url(../images/www-play-mutli.png) no-repeat;
}
.four-naver a.android:hover {
  color: #387b05;
}
.four-naver a.ios {
  height: 41px;
  background-position-y: -51px;
}
.four-naver a.ios:hover {
  color: #1a65bf;
}
.four-naver a.mp3 {
  background-position-y: -102px;
}
.four-naver a.mp3:hover {
  color: #d5394d;
}
.four-naver a.cd {
  background-position-y: -153px;
}
.four-naver a.cd:hover {
  color: #dc9f12;
}
.four-naver em {
  font-size: 12px;
  color: #999;
}
.sharer {
  width: 202px;
  height: 120px;
  border: 1px solid #D2D6D9;
  font-size: 13px;
}
.sharer li {
  float: left;
  padding: 10px 0 0 10px;
}
.sharer img {
  width: 64px;
  height: 64px;
}
.sharer a {
  font-size: 15px;
}
.sharer p {
  display: block;
  padding: 0 0 4px 0;
  width: 113px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  color: #999;
}
.sharer a.sms,
.sharer a.follow {
  float: left;
  margin-right: 5px;
  display: block;
  width: 18px;
  height: 18px;
  background: url(../images/www-play-v54.png) no-repeat -148px -56px;
}
.sharer a.sms {
  background-position-y: -98px;
}
.burncd {
  width: 202px;
  border: 1px solid #D2D6D9;
  font-size: 13px;
}
.burncd .alink {
  padding: 10px 0 0 10px;
  height: 50px;
  border-bottom: 1px solid #D2D6D9;
  background: url(../images/www-player-icon2.png) no-repeat 9px 6px;
}
.burncd .alink a {
  display: block;
  width: 181px;
}
.burncd .alink a.cd {
  height: 49px;
}
.burncd .alink a.mp3 {
  margin-top: 14px;
  height: 39px;
}
.burncd .author {
  padding: 10px 0 0 10px;
  width: 192px;
  height: 64px;
  color: #888;
  line-height: 19px;
}
.burncd .author img {
  float: left;
  margin-right: 10px;
  width: 54px;
  height: 54px;
}
.burncd .author p {
  float: left;
}
.burncd .author strong {
  color: #000;
}
.burncd .author em {
  color: #488C00;
}
.gooded {
  width: 202px;
  height: 293px;
  border: 1px solid #D2D6D9;
  overflow: hidden;
}
.gooded img {
  width: 54px;
  height: 54px;
}
.gooded li {
  float: left;
  _display: inline;
  margin: 10px 0 0 10px;
  width: 54px;
  font-size: 13px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.sharer .T,
.gooded .T,
.comments .T {
  margin: 0;
  padding: 0 0 0 20px;
  width: 182px;
  height: 35px;
  line-height: 35px;
  font-size: 14px;
  border: 0;
  border-bottom: 1px solid #ececec;
  background: #fcfcfc url(../images/www-play-v54.png) no-repeat -150px -129px;
}
.comments .T {
  width: 628px;
}
.player_border {
  width: 434px;
  height: 508px;
  border: 1px solid #D2D6D9;
}
.player_title {
  padding: 0 5px;
  width: 424px;
  height: 43px;
  line-height: 43px;
  border-bottom: 1px solid #e1e1e1;
  background: #fbfbfb url(../images/www-play-v54.png) no-repeat -138px 8px;
}
.player_title h1 {
  margin: 0;
  padding-left: 28px;
  width: 276px;
  font-size: 16px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.player {
  padding: 3px;
  width: 428px;
  height: 64px;
  background: url(../images/player-bg.png) no-repeat 3px 3px;
}
/**** JPlayer Start ****/
#dj97_jplayer {
  width: 0;
  height: 0;
}
#dj97_player_container {
  padding: 0;
  width: 434px;
  height: 70px;
  background: #fff;
}
.jp-progress,
.jp-play-bar,
.jp-seek-bar {
  width: 100%;
  height: 6px;
  line-height: 6px;
  font-size: 0;
  cursor: pointer;
}
.jp-progress {
  background: #ecedf0;
}
.jp-seek-bar {
  width: 3px;
  background: #e6e7e9;
}
.jp-play-bar {
  width: 3px;
  background: #85d45e url(../images/www-player-process.png) no-repeat right top;
}
.jp-seeking-bg {
  background: url("../images/www-player-seeking.gif");
}
.jp-controls {
  float: left;
  padding: 7px 0 0 10px;
  width: 150px;
  height: 57px;
}
.jp-pre,
.jp-play,
.jp-next {
  float: left;
  margin-top: 7px;
  width: 36px;
  height: 36px;
  text-indent: -8888px;
  border: 0;
  background: url(../images/www-player.png);
}
.jp-pre {
  background-position-y: -101px;
}
.jp-pre:hover {
  background-position-x: -36px;
}
.jp-next {
  background-position-y: -137px;
}
.jp-next:hover {
  background-position-x: -35px;
}
.jp-play {
  _display: inline;
  margin: 0 9px;
  width: 50px;
  height: 50px;
  background-position: 0 -51px;
}
.jp-play:focus {
  background-position: -51px 0;
}
.jp-state-playing .jp-play {
  background-position: 0 -51px;
}
.jp-state-playing .jp-play:focus {
  background-position-y: -51px;
}
.jp-toggles {
  float: left;
  width: 170px;
  height: 64px;
}
.jp-play-state {
  float: right;
  padding: 10px 0 0 20px;
  width: 75px;
  height: 22px;
  font-size: 13px;
  color: #666;
  background: url(../images/www-player-state-paused.png) no-repeat 0 13px;
}
.jp-play-state.ing {
  background: url(../images/www-player-state-playing.gif) no-repeat 0 11px;
}
.jp-repeat-bar {
  float: right;
  padding: 7px 20px 0 0;
  height: 25px;
  width: 150px;
}
#J_all,
#J_random,
#J_one {
  float: right;
  width: 19px;
  height: 19px;
  text-indent: -99999px;
  border: 0;
  background: url(../images/www-player.png) -104px -5px;
}
#J_all.this,
#J_random.this,
#J_one.this {
  background-position-x: -126px;
}
#J_one {
  _display: inline;
  margin: 0 10px;
  background-position-y: -25px;
}
#J_all {
  background-position-y: -46px;
}
.jp-time-holder,
.jp-volume-controls {
  float: left;
  padding: 10px 10px 0 0;
  width: 94px;
  height: 32px;
}
.jp-time-holder {
  height: 22px;
  text-align: right;
}
.jp-volume-controls {
  padding: 7px 10px 0 0;
  height: 25px;
}
.jp-current-time {
  color: #000;
}
.jp-duration {
  color: #616161;
}
.jp-volume-bar,
.jp-volume-bar-value {
  float: left;
  width: 71px;
  height: 4px;
  line-height: 4px;
  font-size: 0;
  cursor: pointer;
  background: #e3e4e5;
}
.jp-volume-bar {
  margin-top: 4px;
}
.jp-volume-bar-value {
  background: #85d45d url(../images/www-player-volum.png) no-repeat right top;
}
.jp-mute {
  float: left;
  width: 22px;
  height: 17px;
  text-indent: -7777px;
  border: 0;
  background: url(../images/www-player.png) -97px -152px;
}
.jp-state-muted .jp-mute {
  background: url(../images/www-player.png) -75px -152px;
}
/**** JPlayer End ****/
#J_player {
  float: left;
  width: 350px;
  height: 64px;
}
#J_control {
  float: left;
  padding-top: 14px;
  width: 77px;
  height: 50px;
}
#J_control li {
  float: left;
  width: 77px;
  height: 20px;
}
#J_control a {
  float: left;
  margin: 2px 0 0 2px;
  display: inline-block;
  width: 20px;
  height: 17px;
  background: url(../images/www-play-v54.png) no-repeat -3px -491px;
}
#J_control a.report {
  margin: 0 0 0 10px;
  padding-left: 23px;
  width: 30px;
  height: 20px;
  line-height: 19px;
  color: #aac6f1;
  background-position: -3px -464px;
}
#J_control a.report:hover {
  color: #fff;
  background-position-x: -108px;
}
#J_control a.one {
  background-position-x: 0;
}
#J_control a.one:hover,
#J_control a.one.this {
  background-position-x: -105px;
}
#J_control a.all {
  background-position-x: -24px;
}
#J_control a.all:hover,
#J_control a.all.this {
  background-position-x: -129px;
}
#J_control a.rnd {
  background-position-x: -49px;
}
#J_control a.rnd:hover,
#J_control a.rnd.this {
  background-position-x: -154px;
}
.radio_player {
  width: 434px;
  height: 75px;
  line-height: 75px;
  text-align: center;
  color: #999;
  background: url(../images/loading.gif) no-repeat 143px 25px;
}
.play-btns {
  padding: 0 7px;
  width: 420px;
  height: 37px;
  line-height: 37px;
  font-size: 13px;
  background: #6AC20C;
}
.play-btns li {
  float: left;
  padding: 0 7px 0 0;
}
.play-btns li.line {
  background: url(../images/www-play-v54.png) no-repeat -165px -355px;
}
.play-btns li.R {
  float: right;
  padding: 0 0 0 7px;
}
.play-btns a {
  float: left;
  display: block;
  padding: 0 7px 0 29px;
  color: #fff;
  background: url(../images/www-play-v54.png) no-repeat 5px 10px;
}
.play-btns a:hover {
  color: #fff;
  background-color: #5fac0d;
  background-position-y: -195px;
}
.play-btns a.goods {
  width: 75px;
}
.play-btns a.next {
  background-position-y: -570px;
}
.play-btns a.next:hover {
  background-position-y: -673px;
}
.play-btns a.pre {
  background-position-y: -520px;
}
.play-btns a.pre:hover {
  background-position-y: -623px;
}
.play-btns a.server {
  background-position-y: -159px;
}
.play-btns a.server:hover {
  background-position-y: -364px;
}
.play-btns a.clicks {
  background-position-y: -31px;
  cursor: default;
}
.play-btns a.clicks:hover {
  background-color: #6AC20C;
  background-position-y: -61px;
}
.play-btns a.fav {
  background-position-y: -73px;
}
.play-btns a.fav:hover {
  background-position-y: -278px;
}
.play-btns a.down {
  background-position-y: -115px;
}
.play-btns a.down:hover {
  background-position-y: -320px;
}
.play-meun {
  padding-top: 10px;
  width: 75px;
  height: 347px;
  border-right: 1px solid #ececec;
  background: #fbfbfb;
  text-align: center;
  font-size: 13px;
}
.play-meun li {
  padding: 5px 0 0 0;
}
.play-meun a {
  display: block;
  height: 29px;
  line-height: 29px;
  color: #666;
}
.play-meun a:hover {
  color: #fff;
  background: #f4d288;
}
.play-meun a.this {
  color: #fff;
  background: #F9BF45;
}
.play-list {
  display: none;
  position: relative;
  margin: 3px 0;
  width: 358px;
  height: 316px;
  overflow-y: auto;
}
.play-list li {
  position: relative;
  padding: 6px 6px 6px 27px;
  height: 21px;
  border-bottom: 1px dashed #ececec;
}
.play-list .g300 {
  position: relative;
  margin: 0;
  padding: 3px 0 0 25px;
  width: 300px;
  height: 255px;
  border: 0;
  overflow: hidden;
}
.play-list.box li {
  padding-left: 8px;
}
.play-list .chkbox {
  position: absolute;
  top: 7px;
  left: 5px;
}
.play-list div {
  display: inline-block;
  width: 294px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.play-list .this {
  color: #0F820C;
}
.play-list em {
  color: #999;
}
.play-fun-btns {
  display: none;
  _position: relative;
  _margin-right: -3px;
  padding: 5px 10px;
  width: 338px;
  height: 24px;
  border-top: 1px solid #ececec;
  background: #fcfcfc;
}
.play-fun-btns a {
  _padding: 3px 9px 2px 26px;
}
.list_big_nav {
  float: left;
  position: relative;
  margin-bottom: -7px;
  padding-right: 10px;
  width: 638px;
  height: 42px;
  border: 1px solid #D2D6D9;
  border-bottom: 0;
}
.list_big_nav a {
  float: left;
  position: relative;
  display: block;
  padding: 0 15px;
  height: 42px;
  line-height: 35px;
}
.list_big_nav a:hover {
  color: #d77400;
  height: 34px;
  line-height: 34px;
}
.list_big_nav a.this,
.list_big_nav a.this:hover {
  cursor: default;
  color: #fff;
  height: 42px;
  background: url(../images/www-nav-this.png) no-repeat center top;
}
.list_big_nav span {
  float: right;
  line-height: 36px;
  color: #999;
}
.list_big,
.guess_list {
  float: left;
  padding: 5px 0;
  width: 648px;
  border: 1px solid #D2D6D9;
  border-top-color: #ececec;
}
.list_big li,
.guess_list li {
  float: left;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  padding: 6px 10px 5px 10px;
  width: 303px;
  height: 21px;
  border-bottom: 1px dashed #e9e9e9;
}
.list_big li.tip,
.guess_list li.tip {
  padding: 0;
  width: 648px;
  height: 250px;
  line-height: 250px;
  text-align: center;
  color: #999;
  border: 0;
}
.list_big a:hover em,
.guess_list a:hover em {
  color: #0F820C;
}
.guess_list {
  padding: 3px 0;
  height: 256px;
}
.guess_list li {
  padding: 5px 10px 5px 10px;
}
.listen_other_list {
  height: 330px;
}
.radios {
  float: left;
  padding: 5px 0 0 0;
  width: 648px;
  height: 342px;
  border: 1px solid #D2D6D9;
  border-top-color: #ececec;
}
.radios li,
.radios img,
.radios p {
  float: left;
}
.radios li {
  padding: 6px 10px 6px 12px;
  width: 193px;
  height: 55px;
  border-bottom: 1px dashed #e9e9e9;
}
.radios img {
  margin-right: 10px;
  width: 54px;
  height: 54px;
}
.radios p {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 128.33333333px;
  color: #777;
  line-height: 16px;
  font-size: 12px;
}
.radios p.N {
  font-size: 14px;
  line-height: 21px;
}
.radios span {
  color: #999;
}
.radios em {
  color: #488C00;
}
.list_small_nav {
  float: left;
  position: relative;
  margin-bottom: -1px;
  width: 298px;
  border: 1px solid #D2D6D9;
  border-bottom: 0;
}
.list_small_nav a {
  float: left;
  display: block;
  padding: 0 8px;
  height: 36px;
  line-height: 36px;
}
.list_small_nav a.this,
.list_small_nav a.this:hover {
  cursor: default;
  color: #555;
  height: 33px;
  line-height: 33px;
  border-bottom: 3px solid #FF8800;
}
.list_small_nav a:hover {
  color: #d77400;
  height: 35px;
  line-height: 35px;
  border-bottom: 1px solid #FF8800;
}
.user-list {
  width: 298px;
  height: 383px;
  border: 1px solid #D2D6D9;
}
.user-list li,
.user-list img,
.user-list p {
  float: left;
}
.user-list li.T {
  margin-bottom: 5px;
  padding: 8px 8px 0 26px;
  width: 264px;
  height: 27px;
  font-size: 15px;
  font-weight: bold;
  border-bottom: 1px solid #e9e9e9;
  background: #fbfbfb url(../images/www-play-v54.png) no-repeat -99px -409px;
}
.user-list li {
  padding: 5px 10px;
  width: 278px;
  height: 57px;
  border-bottom: 1px dashed #e9e9e9;
}
.user-list img {
  margin-right: 10px;
  width: 54px;
  height: 54px;
}
.user-list p {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 214px;
  line-height: 19px;
  color: #777;
  font-size: 13px;
}
.user-list p.N {
  font-size: 14px;
}
.user-list span {
  color: #999;
}
.user-list em {
  color: #488C00;
}
.user-list .more,
.list_big_nav .more {
  float: right;
  font-weight: normal;
  font-size: 13px;
  color: #999;
}
.list_small {
  float: left;
  padding: 5px 0;
  border: 1px solid #D2D6D9;
  border-top-color: #ececec;
}
.list_small li {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  padding: 6px 10px 5px 10px;
  width: 278px;
  height: 21px;
  border-bottom: 1px dashed #e9e9e9;
}
.list_small a:hover em {
  color: #0F820C;
}
.comments {
  float: left;
  width: 648px;
  border: 1px solid #D2D6D9;
}
.comments-page {
  padding: 3px 0 5px 13px;
}
.introduce {
  margin: 10px auto 0 auto;
  padding: 5px 5px 3px 10px;
  width: 945px;
  font-size: 13px;
  border-top: 2px solid #53AE00;
  border-bottom: 1px solid #efefef;
  color: #777;
  background: #fcfcfc;
}
.introduce p {
  display: block;
  line-height: 25px;
}
.introduce strong {
  color: red;
  font-weight: normal;
}
.introduce a {
  color: #0F820C;
}
.introduce em,
.list_big em,
.list_small em {
  font-family: Arial;
  font-size: 12px;
  color: #bbbbbb;
}
.radio_div {
  padding: 40px 0 0 49px;
  width: 601px;
  height: 210px;
  background: url(../player/001.png) no-repeat;
}
.radio_dance {
  float: left;
  width: 601px;
  height: 35px;
  line-height: 35px;
  font-size: 15px;
  font-weight: bold;
}
.radio_avatar {
  float: left;
  padding-right: 10px;
}
.radio_avatar img {
  width: 108px;
  height: 108px;
}
.radio_btns {
  float: left;
  width: 434px;
  background: #000;
}
.radio_btns li {
  float: left;
  padding: 0 0 0 7px;
  font-size: 13px;
}
.radio_btns li.R {
  padding: 0 10px 0 0;
  float: right;
}
.radio_btns a {
  float: left;
  display: block;
  padding: 7px 7px 6px 29px;
  height: 20px;
  color: #fff;
  background: url(../images/www-play-v54.png) no-repeat -145px -167px;
}
.radio_btns a:hover {
  background-color: #000;
  background-position-y: -168px;
}
.radio_btns a.clicks {
  background-position-y: -208px;
}
.radio_btns a.clicks:hover {
  background-position-y: -209px;
}
.radio_btns a.fav {
  background-position-y: -251px;
}
.radio_btns a.fav:hover {
  background-position-y: -252px;
}
.radio_btns a.down {
  background-position-y: -292px;
}
.radio_btns a.down:hover {
  background-position-y: -293px;
}
#J_MProgress {
  float: left;
  _display: inline;
  margin: 7px 0 0 9px;
  font: a 0/0;
  height: 13px;
  width: 331px;
  cursor: pointer;
}
#J_MP {
  float: left;
  display: block;
  width: 13px;
  height: 13px;
  font: a 0/0;
  background: url(../images/player-m-4.png) no-repeat right center;
}
.MBT {
  float: left;
  _display: inline;
  margin: 9px 0 0 9px;
  width: 43px;
  height: 30px;
}
.MPlay {
  display: block;
  width: 41px;
  height: 26px;
}
.MStatus {
  float: left;
  _display: inline;
  margin: 10px 0 0 17px;
  padding: 3px 0 0 25px;
  width: 170px;
  height: 18px;
  color: #fff;
  font-size: 12px;
  background: url(../images/player-m-1.png) no-repeat left center;
}
.MStatus p {
  display: inline-block;
  padding-right: 15px;
}
.g300x2 {
  _margin-right: -3px;
  padding-left: 10px;
  width: 300px;
  height: 510px;
  overflow: hidden;
}
.g-one {
  width: 300px;
  height: 260px;
  overflow: hidden;
}
.g-two {
  width: 300px;
  height: 250px;
  overflow: hidden;
}
.fav_one .tip {
  padding: 0 0 11px 25px;
}
.fav_one em {
  color: #0F820C;
}
.fav_one i {
  color: #999;
}
.fav_one strong {
  color: #B61E37;
}
.fav_one dl {
  *zoom: 1;
  float: left;
  padding: 5px 0 5px 20px;
  width: 530px;
}
.fav_one dl:before,
.fav_one dl:after {
  display: table;
  content: "";
  line-height: 0;
}
.fav_one dl:after {
  clear: both;
}
.fav_one dt,
.fav_one dd {
  float: left;
  width: 48px;
  line-height: 27px;
}
.fav_one dt {
  padding-right: 7px;
  height: 27px;
  text-align: right;
  color: #999;
}
.fav_one dd {
  width: 470px;
  height: auto;
}
.fav_one .mp3 {
  margin-top: 7px;
}
.icon-pay {
  display: inline-block;
  margin-right: 10px;
  width: 117px;
  height: 44px;
  border: 1px solid #fff;
  background: url(../images/icon-pay.png) no-repeat 0 -65px;
}
.icon-pay:hover {
  border-color: #CCC;
}
.icon-pay.this {
  background-position-y: 0;
}
.icon-pay.cbank {
  width: 141px;
  background-position-x: -144px;
}
.icon-pay.wechat {
  width: 149px;
  background-position-x: -312px;
}
.themes-list li {
  float: left;
  margin: 0 0 10px 0;
}
.themes-list li.fi {
  padding: 0 11px 0 0;
}
.themes-list li.fi img {
  width: 196px;
  height: 196px;
}
.themes-list li.fi p {
  width: 196px;
}
.themes-list li.mi {
  padding: 0 11px 0 10px;
}
.themes-list img {
  width: 93px;
  height: 93px;
}
.themes-list p {
  position: relative;
  margin-top: -23px;
  width: 93px;
  height: 23px;
  line-height: 23px;
  font-size: 13px;
  color: #fff;
  text-align: center;
  background: #000000;
  background: rgba(0, 0, 0, 0.6);
  background: transparent\9;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#99333333, endColorstr=#99333333);
  -ms-filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#99333333, endColorstr=#99333333);
}
.mbox-mini {
  width: 298px;
  height: 376px;
  border: 1px solid #D2D6D9;
}
.mbox-mini li,
.mbox-mini img,
.mbox-mini p {
  float: left;
}
.mbox-mini li {
  padding: 5px 10px 2px 10px;
  width: 278px;
  border-bottom: 1px dashed #e9e9e9;
}
.mbox-mini li.T {
  margin-bottom: 4px;
  padding: 8px 8px 0 29px;
  width: 261px;
  height: 27px;
  font-size: 15px;
  font-weight: bold;
  border-bottom: 1px solid #e9e9e9;
  background: #fbfbfb url(../images/index-icons.png) no-repeat 7px -139px;
}
.mbox-mini img {
  margin-right: 10px;
  width: 54px;
  height: 54px;
}
.mbox-mini p {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 214px;
  line-height: 19px;
  color: #777;
  font-size: 13px;
}
.mbox-mini p.N {
  font-size: 14px;
}
.mbox-mini span {
  color: #999;
}
.mbox-mini span a {
  font-size: 12px;
  color: #999;
}
.mbox-mini span a:hover {
  color: #0F820C;
}
.mbox-mini em {
  color: #488C00;
}
.themes {
  margin-top: 10px;
  padding: 0 0 5px 0;
  width: 958px;
  border: 1px solid #D2D6D9;
  background: #fcfcfc;
}
.themes li {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  float: left;
  _display: inline;
  margin: 5px 0 0 8px;
  font-size: 13px;
  width: 128px;
  height: 20px;
}
.themes li.T {
  margin: 0 0 3px 0;
  padding: 5px 0 0 20px;
  height: 26px;
  width: 938px;
  font-size: 14px;
  border: 0;
  border-bottom: 1px solid #D9DADC;
  background: #fff url(../images/www-list.png) no-repeat -68px -39px;
}
.themes li.img {
  margin-bottom: 5px;
  width: 128px;
  height: 128px;
}
.themes li img {
  width: 128px;
  height: 128px;
}
.themes li p {
  position: relative;
  margin-top: -31px;
  width: 128px;
  height: 31px;
  line-height: 31px;
  font-size: 14px;
  color: #fff;
  text-align: center;
  background: #000000;
  background: rgba(0, 0, 0, 0.6);
  background: transparent\9;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#99333333, endColorstr=#99333333);
  -ms-filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#99333333, endColorstr=#99333333);
}
.themes li.line {
  margin: 8px 0 4px 8px;
  width: 942px;
  height: 1px;
  line-height: 1px;
  font: 0 / a;
  border-bottom: 1px solid #ececec;
}
.themes em {
  font-family: Arial;
  font-size: 12px;
  color: #bbbbbb;
}
.themes a:hover em {
  color: #0F820C;
}
.footer {
  position: relative;
  margin-top: 10px;
  padding: 10px 0 6px 11px;
  width: 949px;
  text-align: left;
  font-size: 13px;
  line-height: 23px;
  color: #999;
  border-top: 1px solid #dfdfdf;
}
.footer a {
  color: #999;
}
.footer ul {
  float: left;
  width: 158px;
}
.footer ul .t {
  color: #555;
  font-weight: bold;
}
.footer ul a {
  color: #777;
}
.footer ul a:hover {
  color: #0F820C;
}
.footer ul a:hover em {
  color: #0F820C;
}
.footer ul li.icon {
  padding-left: 25px;
  background: url(../images/www-header.png) no-repeat 0 -95px;
}
.footer ul li.andr {
  margin: 5px 0;
}
.footer ul li.ios {
  background-position-y: -129px;
}
.footer ul li.qzone {
  margin: 5px 0;
  background-position-y: -196px;
}
.footer ul li.tqq {
  margin: 0 0 5px 0;
  background-position-y: -163px;
}
.footer ul li.sina {
  background-position-y: -229px;
}
.footer em {
  font-family: Arial;
  font-size: 12px;
  color: #bbbbbb;
}
.footer .copyright {
  float: left;
  margin-top: 10px;
  padding-top: 10px;
  width: 100%;
  text-align: center;
  line-height: 19px;
  font-size: 13px;
  border-top: 1px dotted #ccc;
}
.footer .copyright a {
  color: #999;
}
.footer.fixed {
  position: fixed;
  bottom: 0;
}
.R {
  float: right;
}
.L {
  float: left;
}
.hide {
  display: none;
}
.show {
  display: block;
}
.invisible {
  visibility: hidden;
}
.affix {
  position: fixed;
}
.text-left {
  text-align: left;
}
.text-right {
  text-align: right;
}
.text-center {
  text-align: center;
}
.pointer {
  cursor: pointer;
}
.cursor {
  cursor: default;
}
.MG-L10 {
  margin-left: 10px;
}
.MG-T10 {
  margin-top: 10px;
}
.MG-B10 {
  margin-bottom: 10px;
}
.MG-T05 {
  margin-top: 5px;
}
.MG-B05 {
  margin-bottom: 5px;
}
.MG-T06 {
  margin-top: 6px;
}
.MG-B06 {
  margin-bottom: 6px;
}
.MG-B20 {
  margin-bottom: 20px;
}
.fav_one .T {
  padding: 1px 0 0 25px;
  height: 23px;
  font-size: 16px;
  font-weight: bold;
  background: url(../images/www-header.png) no-repeat -190px -177px;
}
.fav_one .btns {
  padding: 10px 0 0 0;
}
.fav_one span {
  margin-left: 10px;
  padding: 8px 5px 7px 2px;
  height: 25px;
  vertical-align: middle;
  color: #a8a8a8;
  background: url(../images/tip-small.png) no-repeat 0 50px;
}
.fav_one span.correct {
  padding-top: 6px;
  padding-left: 27px;
  color: #0F820C;
  background-position-y: 4px;
}
.fav_one span.error {
  padding-top: 7px;
  padding-left: 27px;
  color: #e15252;
  background-position-y: -53px;
}
.fav_box {
  padding: 10px 0 0 25px;
  background: url(../images/www-header.png) no-repeat -190px -224px;
}
.fav_box .TT {
  line-height: 16px;
  height: 22px;
  color: #0F820C;
}
.fav_box em {
  color: #999;
}
.fav_box_list {
  width: 450px;
  height: 181px;
  overflow-y: auto;
  border: 1px solid #D2D6D9;
}
.fav_box_list a {
  display: block;
  padding: 5px 10px;
}
.fav_box_list a:hover {
  background: #fbfbfb;
}
.fav_box_list a.this {
  color: #0F820C;
  background: #eaf5e3;
}
.fav_create {
  padding: 5px 0 0 0;
}
.fav_create .input {
  padding: 3px 5px;
  width: 230px;
  color: #999;
}
.v {
  display: inline;
  padding-right: 21px;
  width: 1px;
  height: 19px;
  line-height: 19px;
  background: url(../images/v.png) no-repeat 2px -1px;
}
.g960 {
  height: 70px;
}
.g96090 {
  height: 90px;
  overflow: hidden;
}
.g96060 {
  height: 60px;
  overflow: hidden;
}
.light {
  color: #0F820C;
}
.light:hover {
  color: #777;
}
.muted {
  color: #999;
}
.float_app {
  display: none;
  z-index: 7778;
  position: fixed;
  _position: absolute;
  top: 278px;
  left: 47px;
}
.float_wx {
  display: none;
  z-index: 7779;
  position: fixed;
  _position: absolute;
  top: 289px;
  left: 47px;
}
.float_app_div {
  z-index: 7777;
  position: fixed;
  _position: absolute;
  top: 260px;
  left: 0;
}
.float_app_div a {
  display: block;
  margin-top: 3px;
  width: 46px;
  height: 52px;
  background: url(../images/app_float.png) no-repeat right top;
}
.float_app_div a:hover {
  background-position-y: -114px;
}
.float_app_div a.qq {
  background: url(../images/app_float.png) no-repeat 0 -58px;
}
.float_app_div a.qq:hover {
  background: url(../images/app_float.png) no-repeat 0 -172px;
}
.float_app_div a.wx {
  background: url(../images/app_float_weixin.gif) no-repeat;
}
