/* 设置默认字体 */
body, button, input, select, textarea {
     font: 12px/1.4 tahoma, arial, "\5b8b\4f53", sans-serif;
     color: #777;
}
/* 清楚默认距离 */
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td {
    margin: 0;
    padding: 0;
}

button, input, select, textarea {	/* 使得表单元素在 ie 下能继承字体大小 */
    font-size: 100%;
    outline: none;
}
textarea {
    resize: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

fieldset, img {
    border: 0;
}

ol, ul {
    list-style: none;
}

a {
    text-decoration: none;
    color: #777;
}
a:hover {
    text-decoration: underline;
}

sup {vertical-align: text-top;} /* 重置，减少对行高的影响 */
sub {vertical-align: text-bottom;}

/* 清除浮动样式 */
.clearfix:after {
    content: " ";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
.clearfix {
    *zoom:1;
}
.clear {
    clear:both;
    line-height: 0;
}

body {
    background: url("/1ting../images/bg.jpg");
}
.header-wrap {
    background: url("/1ting../images/header-bg.png");
}
.container {
    width: 960px;
    margin: 0 auto;
}
.header {
    width: 960px;
    margin: 0 auto;
    height: 66px;
}
.logo {
    float: left;
    overflow: hidden;
    text-indent: -999px;
    background: url("/1ting../images/logo.png") no-repeat;
    width: 118px;
    height: 50px;
    margin: 9px 0 0 4px;
}

/* 登录区域 */
.userbox {
    float: right;
    padding-top: 26px;
}
.userbox .user-guest {
    height: 20px;
    line-height: 20px;
    float: right;
}
.userbox .user-guest .sitelogin {
    color: #b4b4b4;
    float: left;
    padding-right: 12px;
}
.userbox .user-guest .sitelogin a {
    color: #b4b4b4;
}
.userbox .user-guest .sitelogin a.link-login {
    color: #FFF;
    font-weight: bold;
}
.userbox .user-guest .pluginlogin {
    float: left;
    height: 20px;
    overflow: hidden;
}
.userbox .user-guest .pluginlogin .login-weibo {
    background: url("/1ting../images/common-icon.png") no-repeat -81px -21px;
    color: #b4b4b4;
    float: left;
    padding: 0 10px 0 20px;
}
.userbox .user-guest .pluginlogin .login-qq {
    background: url("/1ting../images/common-icon.png") no-repeat -81px -68px;
    color: #b4b4b4;
    float: left;
    padding: 0 10px 0 20px;
}
.userbox .user-guest .pluginlogin a.link-favor {
    float: left;
    color: #FFF;
}
.userbox .user-login {
    float: right;
    display: none;
    height: 20px;
    line-height: 20px;
}
.userbox .user-login .user-welcome {
    color: #b4b4b4;
    float: left;
}
.userbox .user-login .user-welcome .link-username {
    color: #FFF;
    font-weight: bold;
    margin-right: 5px;
}
.userbox .user-login .user-action {
    float: left;
    padding: 0 20px 0 10px;
    height: 20px;
    position: relative;
    z-index: 100;
    background-image: url("/1ting../images/common-icon.png");
    background-repeat: no-repeat;
    background-position: right -139px;
    *background-position: right -141px;
}
.userbox .user-login .user-action-arrow-up {
    background-position: right -121px;
    *background-position: right -123px;
}
.userbox .user-login .user-action a {
    color: #FFF;
}
.userbox .user-login .user-action div {
    display: none;
    position: absolute;
    left:0;
    top:20px;
    width: 62px;
    background: #000;
    padding: 4px 0 8px 10px;
}
.userbox .user-login .user-action div a {
    display: block;
}
/* 登录区域结束 */

.common-b-t {border-top: #272727 solid 1px;}
.common-b-b {border-bottom: #101010 solid 1px;}
.common-btn, .common-btn span, .common-btn span i {
    display: inline-block;
    background-image: url("/1ting../images/icons.png");
    cursor: pointer;
}
.common-btn {
    padding-left: 12px;
    background-position: 0 -209px;
}
.common-btn span {
    height: 27px;
    line-height: 27px;
    padding-right: 12px;
    background-position: right -181px;
}
.common-btn:hover, .common-btn:hover span {
    color: #FFF;
    text-decoration: none;
}
.common-btn span i {
    float: left;
    width: 13px;
    height: 14px;
    margin: 7px 4px 0 0;
}
.common-btn-plus i {
    background-position: -73px -209px;
}
.common-btn-check span i {
    margin: 7px 7px 0 0;
    width: 15px;
    height: 15px;
    background-position: -177px -209px;
}
.common-btn-play span i {
    margin: 7px 8px 0 0;
    width: 14px;
    height: 15px;
    background-position: -193px -209px;
}

/* 导航菜单 */
.menu-wrap {
    background: url("/1ting../images/menu-bg.png");
}
.menu-wrap ul {
    height: 32px;
    width: 500px;
    margin: 0 auto;
}
.menu-wrap ul li {
    float: left;
    display: inline;
    margin: 4px 23px 0 0;
}
.menu-wrap ul li.last {
    margin-right: 0;
}
.menu-wrap ul a {
    display: inline-block;
    padding-left: 15px;
}
.menu-wrap ul a span {
    display: inline-block;
    height: 24px;
    line-height: 24px;
    font-weight: bold;
    padding-right: 15px;
    cursor: pointer;
    color: #b4b4b4;
}
.menu-wrap ul a:hover, .menu-wrap ul a:hover span, .menu-wrap ul a.current span {
    text-decoration: none;
    color: #FFF;
}
.menu-wrap ul a:hover, .menu-wrap ul a.current {
    background: url("/1ting../images/icons.png") no-repeat 0 -26px;
}
.menu-wrap ul a:hover span, .menu-wrap ul a.current span {
    background: url("/1ting../images/icons.png") no-repeat right -1px;
}
.icons-index {
    float: left;
    width: 16px;
    height: 15px;
    margin: 4px 4px 0 0;
    background: url("/1ting../images/icons.png") no-repeat -24px -27px;
}

.banner {
    padding: 20px 0;
}
.slide-ctn {
    border: #2e2e2e solid 1px;
    background: #101010;
    position: relative;
}
.slide-cont {
    position: relative;
    overflow: hidden;
    height: 310px;
    width: 958px;
}
.slide-tab {
    height: 37px;
    border-top: #2e2e2e solid 1px;
}
.slide-tab li {
    float: left;
    border-right: #2e2e2e solid 1px;
    width: 238px;
}
.slide-tab li a {
    display: block;
    line-height: 37px;
    text-align: center;
    height: 37px;
    position: relative;
    overflow:hidden;
}
.slide-tab li a span {
    position: absolute;
    width: 20px;
    height: 14px;
    top: -14px;
    left: 110px;
    display: none;
    background: url("/1ting../images/icons.png") no-repeat -43px -28px;
}
.slide-tab li.last {
    border-right: 0;
    width: 241px;
}
.slide-tab a.current {
    text-decoration: none;
    background: #262626;
    color: #FFF;
}
.slide-tab li a.current span {
    display: block;
}
.slide-tab a:hover, .slide-tab a:hover span {
    color: #FFF;
    text-decoration: none;
}

.slide-prev, .slide-next {
    position: absolute;
    top: 131px;
    width: 28px;
    height: 48px;
    background-image: url("/1ting../images/icons.png");
    z-index: 10;
}
.slide-prev {
    left: 0;
    background-position: 0 -51px;
}
.slide-prev:hover {
    background-position: -29px -51px;
    width: 44px;
}
.slide-next {
    right: 0;
    background-position: -119px -51px;
}
.slide-next:hover {
    width: 44px;
    background-position: -74px -51px;
}
.slide-cont ul {
    width: 958px;
    position: absolute;
    left: 0;
    top: 0;
}
.slide-cont ul li {
    float: left;
    height: 310px;
    width: 958px;
}
.slide-pic {
    float: left;
    margin: 30px 50px 0 30px;
    position: relative;
    width: 250px;
    height: 250px;
}
.slide-pic img {
    display: block;
}
.slide-pic span {
    position: absolute;
    right: 17px;
    bottom: 14px;
    width: 77px;
    height: 77px;
    background-image: url("/1ting../images/icons.png");
    background-position: -1px -101px;
    cursor: pointer;
}
.slide-pic:hover span {
    background-position: -81px -101px;
}
.slide-text {
    margin: 27px 170px 30px 0;
    color: #FFF;
}
.slide-text h2 {
    font-size: 16px;
    font-weight: normal;
}
.slide-text h2 a{
    font-size: 16px;
    font-weight: normal;
    color:#fff;
}
.slide-text p {
    margin-top: 35px;
    line-height: 1.6;
}

.home-div-ctn {
    padding: 13px 0 16px;
}
.home-div-ctn h3 {
    color: #FFF;
    font-size: 14px;
}
.album-list li {
    float: left;
    display: inline;
    margin: 19px 52px 0 0;
    width: 150px;
    height: 197px;
    overflow: hidden;
}
.album-list li.last {
    margin-right: 0;
}
.album-list-cont {
    position: relative;
    height: 150px;
    overflow: hidden;
}
.album-list-cont, .album-list-cont img {
    display: block;
}
.album-list-cont span {
    position: absolute;
    display: none;
    cursor: pointer;
}
.album-list-mask {
    left:0;
    top:0;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: 0.2;
    filter: alpha(opacity=20);
}
.album-list-mask-linear {
    left:0;
    top:0;
    width: 100%;
    height: 100%;
    background: url("/1ting../images/icons.png") no-repeat 0 -237px;
}
.album-list-text {
    width: 120px;
    height: 75px;
    overflow: hidden;
    color: #FFF;
    left: 15px;
    top: 25px;
    line-height: 1.2;
}
.album-list-btn {
    width: 39px;
    height: 39px;
    right: 6px;
    bottom: 6px;
    background: url("/1ting../images/icons.png") no-repeat -184px -77px;
}
.album-list-cont:hover {
    text-decoration: none;
}
.album-list-cont:hover span {
    display: block;
    text-decoration: none;
}
.album-list-author {
    display: block;
    height: 40px;
    margin-top: 7px;
    line-height: 1.7;
    text-align: center;
}
.album-list-author span {
    display: block;
}
.album-list-author:hover, .album-list-author:hover span {
    color: #FFF;
    text-decoration: none;
}

.style-list li {
    float: left;
    display: inline;
    width: 190px;
    height: 60px;
    margin-top: 20px;
    overflow: hidden;
}
.style-list li img {
    float: left;
    display: block;
    margin-right: 10px;
}
.style-list li .style-list-info {
    display: block;
    line-height: 1.7;
    margin: 10px 30px 0 0;
}
.style-list li .style-list-info span {
    display: block;
}
.style-list li .style-list-info:hover {
    color: #FFF;
    text-decoration: none;
}

.artist-list li {
    float: left;
    width: 80px;
    margin-top: 13px;
    overflow: hidden;
    height: 107px;
    text-align: center;
}
.artist-list li img {
    display: block;
    margin: 0 auto;
}
.artist-list li a, .artist-list li a span {
    display: block;
}
.artist-list li a.artist-list-info {
    margin-top: 6px;
}
.artist-list li a.artist-list-info span {
    height: 14px;
    overflow: hidden;
    line-height: 14px;
    padding-top: 4px;
    cursor: pointer;
}
.artist-list li a.artist-list-info:hover {
    color: #FFF;
    text-decoration: none;
}

.keys-list a {
    display: inline-block;
    margin: 10px 10px 0 0;
    border: #2e2e2e solid 1px;
    background: #101010;
    height: 33px;
    line-height: 33px;
    padding: 0 14px;
    border-radius: 4px;
}
.keys-list a:hover {
    color: #FFF;
    text-decoration: none;
}

.type-secondary-menu {
    color: #FFF;
    padding-top: 15px;
}
.type-secondary-menu a {
    color: #FFF;
}
.type-secondary-menu span {
    color: #777;
}

/* 风格单页 */
.type-secondary-info {
    float: left;
    width: 300px;
    height: 529px;
    border: #2e2e2e solid 1px;
    background: #101010;
}
.type-secondary-info img {
    display: block;
}
.type-secondary-info div {
    border-top: #2e2e2e solid 1px;
    padding: 25px 18px 45px;
}
.type-secondary-info div h2 {
    font-size: 16px;
    color: #FFF;
}
.type-secondary-info div p {
    line-height: 1.7;
    margin-top: 20px;
    height: 95px;
    overflow: hidden;
}

.type-secondary-list {
    float: right;
    width: 626px;
    height: 529px;
    border: #2e2e2e solid 1px;
}

.play-list-title {
    height: 30px;
    line-height: 30px;
}
.play-list-title span, .play-list-cont span, .play-list-cont input, .play-list-cont a {
    float: left;
}
.play-list-title .num {
    width: 97px;
    margin-left: 10px;
}
.play-list-title .name {
    width: 351px;
}
.play-list-title .favor, .play-list-title .play, .play-list-title .lyric, .play-list-title .download, .play-list-title .ring {
    width: 33px;
}
.play-list-cont {
    height: 20px;
    color: #FFF;
    overflow: hidden;
}
.play-list-cont-odd {
    background: #313131;
}
.play-list-cont .num {
    line-height: 20px;
    width: 35px;
    text-align: center;
    margin-left: 4px;
}
.play-list-cont input {
    margin: 3px 27px 0 6px;
    *margin: 0 23px 0 2px;
}
.play-list-cont .name {
    color: #FFF;
    width: 350px;
    line-height: 20px;
}
.play-list-cont .play, .play-list-cont .favor, .play-list-cont .download, .play-list-cont .lyric, .play-list-cont .ring {
    background-image: url("/1ting../images/icons.png");
    width: 17px;
    height: 16px;
    margin-top: 2px;
}
.play-list-cont .play {
    background-position: -87px -209px;
    margin-left: 27px;
}
.play-list-cont .favor {
    background-position: -105px -209px;
    margin-left: 16px;
}
.play-list-cont .lyric {
    background-position: -123px -209px;
    margin-left: 16px;
}
.play-list-cont .download {
    background-position: -141px -209px;
    margin-left: 16px;
}
.play-list-cont .ring {
    background-position: -159px -209px;
    margin-left: 17px;
}
.play-list-operator {
    float: right;
    margin-top: 20px;
}

.keywords-info {
    border: #2e2e2e solid 1px;
    background: #101010;
    padding: 17px 28px 45px;
}
.keywords-info h4 {
    font-size: 16px;
    color: #FFF;
}
.keywords-info p {
    margin-top: 15px;
    line-height: 1.8;
}
.keywords-info-icon {
    float: left;
}
.keywords-play {
    float: right;
    width: 825px;
}

.keywords-play .play-list-title {
    margin-top: 10px;
}
.keywords-play .play-list-title .num {
    width: 135px;
}
.keywords-play .play-list-title .name {
    width: 505px;
}
.keywords-play .play-list-cont input {
    margin: 3px 65px 0 6px;
    *margin: 0 61px 0 2px;
}
.keywords-play .play-list-cont .name {
    width: 503px;
}

.artist-single-info {
    border: #2e2e2e solid 1px;
    background: #101010;
    padding: 27px 17px 30px 50px;
}
.artist-single-info img {
    float: left;
    margin-right: 45px;
}
.artist-single-info h4 {
    font-size: 18px;
    color: #FFF;
    margin-bottom: 23px;
}
.artist-single-info p {
    margin-top: 15px;
    line-height: 1.7;
}

/* 专辑精选 */
.concentration-list li {
    float: left;
    display: inline;
    width: 473px;
    height: 170px;
    border: #2e2e2e solid 1px;
    background: #101010;
    overflow: hidden;
    margin: 10px 10px 0 0;
}
.concentration-list-cont {
    float: left;
    position: relative;
    margin: 10px 10px 0;
}
.concentration-list-cont img {
    display: block;
}
.concentration-list-cont .album-list-btn {
    position: absolute;
    cursor: pointer;
    display: none;
}
.concentration-list-cont:hover .album-list-btn {
    display: block;
}
.concentration-list div {
    margin: 10px 50px 0 0;
}
.concentration-list h4 {
    font-size: 16px;
    font-weight: normal;
    color: #FFF;
    height: 48px;
    overflow: hidden;
}
.concentration-list h4 a{
    font-size: 16px;
    color: #FFF;
}
.concentration-list p {
    height: 66px;
    overflow: hidden;
}
.concentration-list .common-btn {
    margin-top: 10px;
}
.concentration-list li.last {
    margin-right: 0;
}

.type-single-list {
    padding-bottom: 10px;
}
.type-single-list li {
    float: left;
    width: 120px;
    height: 176px;
    margin: 16px 90px 0 0;
    display: inline;
}
.type-single-list li.last {
    margin-right: 0;
}
.type-single-list li img {
    display: block;
}
.type-single-list li a.type-single-list-info {
    display: block;
    text-align: center;
    height: 46px;
    padding-top: 10px;
    overflow: hidden;
    line-height: 1.7;
}
.type-single-list li a.type-single-list-info span {
    display: block;
}
.type-single-list li a.type-single-list-info:hover, .type-single-list li a.type-single-list-info:hover span {
    text-decoration: none;
    color: #FFF;
}
.footer {
    width: 960px;
    text-align:Center;
    margin: 20px auto;
}