.banner {
    background: url('../images/user_bg.jpg') no-repeat center top;
    height: 378px;
    padding: 1px;
    position: relative;
}

.touxiang {
    width: 90px;
    height: 90px;
    border-radius: 100%;
    margin: 33px auto 0;
    overflow: hidden;
    text-align: center;
    position: relative;
}

.touxiang img {
    width: 100%;
    height: 100%;
}

.user-name {
    font-size: 30px;
    color: #fff;
    text-align: center;
    margin-top: 18px;
    margin-bottom: 16px;
}

.info-btn {
    border: 1px solid #30c37c;
    border-radius: 10px;
    width: 103px;
    height: 33px;
    color: #30c37c;
    text-align: center;
    line-height: 33px;
    display: inline-block;
    margin-right: 20px;
}

.info-btn:hover {
    color: #fff;
    background: #30c37c;
}

.drag-btn {
    border: 1px solid #d42b37;
    border-radius: 10px;
    width: 103px;
    height: 33px;
    color: #d42b37;
    text-align: center;
    line-height: 33px;
    display: inline-block;
}

.drag-btn:hover {
    color: #fff;
    background: #d42b37;
}

.banner-btns {
    text-align: center;
}

.zc-list {
    text-align: center;
    color: #FFFFFF;
    font-size: 16px;
    margin-top: 20px;
}

.zc-list li {
    display: inline-block;
}

.zc-list li a {
    color: #FFFFFF;
    font-size: 16px;
}

.zc-list span {
    display: block;
}

.zc-list li:after {
    content: "|";
    margin: 10px;
}

.zc-txt {
    display: inline-block;
}

.zc-list li:last-child:after {
    content: '';
    margin: 0;
}

.banner-bar {
    position: absolute;
    bottom: 0;
    width: 100%;
    padding:0 48px;
}

.banner-bar li a {
    color: #FFFFFF;
    display: block;
    width: 100%;
    height: 100%;
}

.banner-bar li a:hover {
    color: #30c37c;
}

.banner-bar li {
    display: inline-block;
    color: #FFFFFF;
    font-size: 16px;
    padding: 0 22px;
    height: 57px;
    line-height: 57px;
}

.content {
    background: #fff;
    margin: 20px auto;
    width: 1180px;
    padding: 0 20px 20px;
}

.z-title {
    font-size: 24px;
    height: 73px;
    line-height: 73px;
    padding: 0 20px;
    border-bottom: 2px solid #30c37c;
}
#chart table {
    width: 100%;
    margin-top: 20px;
}
#chart th {
    background-color: #f5f5f5 !important;
    height: 40px;
    padding: 0 10px;
    color: #333;
}

#chart th:nth-of-type(1),
#chart th:nth-of-type(2),
#chart th:nth-of-type(3),
#chart .songwrapper td:nth-of-type(1),
#chart .songwrapper td:nth-of-type(2),
#chart .songwrapper td:nth-of-type(3) {
    text-align: left;
}

#chart .songwrapper td a {
    color: #333;
}

#chart .songwrapper td {
    height: 40px !important;
    text-align: center;
    font-size: 14px !important;
    padding: 0 10px;
    color: #333;
}

#chart .songwrapper:nth-of-type(even) {
    background-color: #fff !important;
}

#chart .songwrapper:nth-of-type(odd) {
    background-color: #f5f5f5 !important;
}

#chart {
    margin: 0px !important;
}
.z-icon {
    width: 30px;
    height: 30px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    display: inline-block;
    text-align: center;
    line-height: 40px;
    margin: 5px;
}
.z-icon img {
    display: inline;
}
.icons-down {
    background: #2cc51c;
}
.icons-ck {
    background: #2aa5e5;
}
.icons-sc {
    background: #ff4848;
}
.page {
    margin-top: 20px;
    text-align: center;
}
.page li {
    display: inline-block;
    padding: 3px 11px;
    border: 1px solid #30c37c;
    color: #30c37c;
    margin: 0 2px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;

}
.page li a {
    color: #30c37c;
}
.page .active,
.page li:hover {
    background: #30c37c;
}
.page .active a,
.page li:hover a {
    color: #fff;
}
.fl {
    float: left;
}
.fr {
    float: right;
}
.clerflex {
    zoom: 1;
}
.clerflex:before,
.clerflex:after {
    content: '';
    clear: both;
    display: block;
    visibility: hidden;
}
.btns {
    margin-top: 53px;
}

.btns .fl {
    border-radius: 5px;
    background-color: #e4e4e4;
    width: 119px;
    height: 40px;
    text-align: center;
    font-size: 16px;
    line-height: 40px;
    margin: 0 10px;
    color: #000;
}
.btns .fl:hover {
    background-color: #2aa767;
    color: #fff;

}
.btns a {
    display: block;
    height: 100%;
    width: 100%;
}
.btns .fl:hover a {
    color: #fff;
}
.btns i {
    font-size: 18px;
}
.shoucang li {
    height: 130px;
    padding: 20px 0;
}
.tuijian-img {
    width: 130px;
    height: 130px;
    overflow: hidden;
    text-align: center;
    margin-right: 20px;
}
.tuijian-img img {
    height: 100%;
    width: auto;
}
.tuijian-text h2 {
    font-size: 24px;
    margin-bottom: 20px;
}
.tuijian-text p {
    margin-bottom: 20px;
    font-size: 16px;
}
body {
    overflow-x:hidden;
}
.shoucang li {
    border-bottom: 1px solid #DDD;
}

.tuijain .img-box {
    float: left;
    width: 130px;
    height: 130px;
    overflow: hidden;
    text-align: center;
    margin-right: 20px;
}
.tuijain .img-box img {
    width: 100%;
    height: auto;
}
.tuijain .tuijain-text {
    float: left;
    width: calc(100% - 150px);
    position: relative;
    height: 130px;
}
.tuijain .tuijain-text h2 {
    font-size: 24px;
    margin-bottom: 20px;
}
.tuijain .tuijain-text .tuijian-date {
    position: absolute;
    bottom: 0;
    right: 0;
}
.tuijain .tuijain-text .tuijian-date span {
    display: inline-block;
    margin-left: 20px;
}
.tuijain li {
    border-bottom: 1px solid #ddd;
    padding: 20px 0;
    overflow: hidden;
}
.user-ziliao .input-grow {
    overflow: hidden;
}
.user-ziliao .input-grow .label {
    display: block;
    width: 100px;
    float: left;
    margin-bottom: 20px;

}
.user-ziliao .input-grow .input {
    float: left;
    margin-bottom: 20px;
}
.user-ziliao .input-grow .input input[type='password'],
.user-ziliao .input-grow .input input[type='text'] {
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    width: 300px;
    border: 1px solid #bdbdbd;
    padding: 0 10px;
    height: 30px;
}
.user-ziliao .input-grow .input span {
    color: #999;
}

.touxiang-text {
    position: absolute;
    background: rgba(0,0,0,.5);
    color: #FFFFFF;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 3px 0 10px;
}

.user-btns {
    text-align: center;

}
.user-btns input {
    border-radius: 5px;
    padding: 5px 10px;
    text-align: center;
    font-size: 16px;
    border: none;
    color: #fff;
    text-align: center;
    margin: 10px;
}
.user-btns .sub-btn {
    background: #30c37c;
}
.user-btns .reset-btn {
    background: #b51d20;
}

.tiezi-title {
    padding: 10px;
    overflow: hidden;
    background: #fff;
}
.tiezi .left {
    width: 883px;
}
.tiezi-title h2 .bl {
    width: 5px;
    height: 24px;
    border-left: 5px solid #30c37c;
    margin-right: 10px;
    float: left;
}
.tiezi-title h2 span {
    float: left;
}
.tiezi-title h2  {
    font-size: 18px;
    margin-top: 10px;
}
.fabu-btn {
    width: 150px;
    height: 40px;
    display: block;
    float: right;
    background: #30c37c;
    line-height: 40px;
    text-align: center;
    color: #fff;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
}
.fabu-btn:hover {
    color: #fff;
    background: #2da866;
}


.tiezi-list .img-box {
    float: left;
    width: 126px;
    height: 94px;
    overflow: hidden;
    text-align: center;
    margin-right: 20px;
}
.tiezi-list .img-box img {
    width: 100%;
    height: auto;
}
.tiezi-list .tiezi-text {
    float: left;
    width: calc(100% - 150px);
    position: relative;
    height: 94px;
}
.tiezi-list .tiezi-text h2 {
    font-size: 18px;
    margin-bottom: 5px;
    font-weight: normal;
}
.tiezi-list .tiezi-text p a ,
.tiezi-list .tiezi-text p {
    font-size: 14px;
    color: #666;
}
.tiezi-list .tiezi-text .tiezi-date {
    position: absolute;
    bottom: 0;
    right: 0;
    color: #999;
}
.tiezi-list tiezi-text .tiezi-date span {
    display: inline-block;
    margin-left: 20px;
}
.tiezi-list li {
    margin: 20px 0;
    overflow: hidden;
    background: #fff;
    padding: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
}
.tiezi .right {
    width: 276px;
    margin-top: 0;
    background: #fff;
}
.tiezi .right .tiezi-title {
    height: 39px;
    border-bottom: 1px solid #ddd;
    margin-left: 10px;
    margin-right: 10px;
}
.tiezi .right .kw-text {
    float: left;
    width: calc(100% - 80px);
    color: #999;
}
.tiezi .right .kw-text h2 {
    font-size: 18px;
    margin-bottom: 5px;
    color: #000;
    font-weight: normal;
}
.tiezi .right .touxiang {
    margin: 0;
    width: 60px;
    height: 60px;
    float: left;
    margin-right: 20px;

}
.kw-list li {
    padding: 10px;
    border-bottom: 1px solid #ddd;
    margin: 0 10px;
    overflow: hidden;
}

.red {
    color: #ce3e25 !important;
}
.orange {
    color: #e4c412!important;
}
.green {
    color: #2ad53b !important;
}


.pagelistbox {
    margin-top: 20px;
    text-align: center;
}
.pagelistbox a {
    display: inline-block;
    padding: 3px 11px;
    border: 1px solid #30c37c;
    color: #30c37c;
    margin: 0 2px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;

}
.pagelistbox  a {
    color: #30c37c;
}
.pagelistbox .active,
.pagelistbox a:hover {
    background: #30c37c;
	color: #fff;
}
.pagelistbox .active a,
.pagelistbox a:hover {
    color: #fff;
}

.pagelistbox span {
    display: inline-block;
    padding: 3px 11px;
    border: 1px solid #30c37c;
   
    margin: 0 2px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;

	 background: #30c37c;
	color: #fff;

}
.pagelistbox strong {
    display: inline-block;
    padding: 3px 11px;
    border: 1px solid #30c37c;
   
    margin: 0 2px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;

	 background: #30c37c;
	color: #fff;

}