html,
body {
    padding: 0;
    margin: 0;
    font-family: "Microsoft YaHei", Arial;
    line-height: 1.6;
    font-size: 14px;
}

h1, h2, h3, h4 {
    margin: 0;
    padding: 0;
    letter-spacing: 3px;
}

p {
    margin: 0;
}

ul, li {
    list-style: none;
    margin: 0;
    padding: 0;
}

a {
    color: #fff;
    text-decoration: none;
    -webkit-transition: all .3s ease-out;
    transition: all .3s ease-out
}

a:hover {
    color: orange
}

.js-textillate {
    display: none;
}

.clearfix:after {
    *zoom: 1
}

.clearfix:after {
    content: '';
    display: table;
    clear: both;
}

.dib {
    display: inline-block;
}

.left {
    float: left;
}

.right {
    float: right;
}

.filmawards-list {
    opacity: 0.6;
    vertical-align: top;
}

.bottom {
    position: absolute;
    bottom: 0;
}

.hidden {
    display: none;
}

.center {
    text-align: center;
}

.middle {
    vertical-align: middle;
}

.cell {
    width: 100%;
}

.table {
    display: table;
}

.table-cell {
    display: table-cell;
}

.subject {
}

.subject .img {
    height: 100%;
    overflow: hidden;
}

.subject img {
    height: 100%;
}

.subject .cover {
    position: absolute;
    opacity: 0;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    display: table;
    text-align: center;
    background-color: rgba(0, 0, 0, .5);
    font-size: 12px;
    color: #fff;
    -webkit-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    -ms-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    transition: all .3s ease-out;
}

.subject:hover .cover {
    opacity: 1;
}

.subject .cover-inner {
    display: table-cell;
    vertical-align: middle;
}

.subject .cover p {
    margin: 0;
}

.container {
    width: 80%;
    margin-left: 10%;
}

#main {
    width: 100%
    overflow: hidden;
}

#header {
    z-index: 2;
    position: fixed;
    box-sizing: border-box;
    height: 35px;
}

#header .left,
#header .right {
    margin-top: 8px;
}

#header a,
#header span {
    color: #fff;
    font-size: 13px;
    line-height: 15px;
}

#header img {
    height: 15px;
}

#header .logo {
    margin-right: 4px;
}

#header .title {
    vertical-align: top;
}

#header .sub-title {
    vertical-align: top;
}

#header .vertical-line {
    display: inline-block;
    vertical-align: top;
    width: 1px;
    height: 15px;
    margin: 0 6px;
    background: #fff;
}

#header .share {
    display: inline-block;
    vertical-align: top;
    position: relative;
}

#header .share .label {
    cursor: pointer;
    vertical-align: top;
}

#header .share .popup {
    box-sizing: border-box;
    display: none;
    position: absolute;
    top: 20px;
    left: 0;
    height: 130px;
    width: 278px;
    padding: 20px 0;
    background: #222;
    color: #fff;
    border-radius: 4px;
}

#header .share:hover .popup {
    display: block;
    overflow: hidden;
}

#header .share .popup .share-menu,
#header .share .popup .qr {
    float: left;
}

#header .share .popup .share-menu {
    padding: 0 20px;
}

#header .share .popup .share-menu a {
    display: block;
    margin-bottom: 20px;
    font-size: 12px;
    padding-left: 20px;
    background: url(/f/ithil/d073dc4fc9301cd3709dc9d3831f94a9d9b00c37/pics/ic_share_douban.png) no-repeat;
    background: -webkit-image-set(url(/f/ithil/d073dc4fc9301cd3709dc9d3831f94a9d9b00c37/pics/ic_share_douban.png) 1x, url(/f/ithil/272653e2d928896860b70d3590ad47867cd8ad73/pics/ic_share_douban@2x.png) 2x) no-repeat;
    background: -moz-image-set(url(/f/ithil/d073dc4fc9301cd3709dc9d3831f94a9d9b00c37/pics/ic_share_douban.png) 1x, url(../../ic_share_douban@2x.png) 2x) no-repeat;
    background: -o-image-set(url(/f/ithil/d073dc4fc9301cd3709dc9d3831f94a9d9b00c37/pics/ic_share_douban.png) 1x, url(../../ic_share_douban@2x.png) 2x) no-repeat;
    background: -ms-image-set(url(/f/ithil/d073dc4fc9301cd3709dc9d3831f94a9d9b00c37/pics/ic_share_douban.png) 1x, url(../../ic_share_douban@2x.png) 2x) no-repeat;
}

#header .share .popup .share-menu .weixin {
    background: url(/f/ithil/dacf85cd31dd218a5a9c153bf6a0527f24b68e0d/pics/ic_share_wechat.png) no-repeat;
    background: -webkit-image-set(url(/f/ithil/dacf85cd31dd218a5a9c153bf6a0527f24b68e0d/pics/ic_share_wechat.png) 1x, url(/f/ithil/aee55dba33dff659a4a6a9c20f7fcd57570c6489/pics/ic_share_wechat@2x.png) 2x) no-repeat;
    background: -moz-image-set(url(/f/ithil/dacf85cd31dd218a5a9c153bf6a0527f24b68e0d/pics/ic_share_wechat.png) 1x, url(../../ic_share_wechat@2x.png) 2x) no-repeat;
    background: -o-image-set(url(/f/ithil/dacf85cd31dd218a5a9c153bf6a0527f24b68e0d/pics/ic_share_wechat.png) 1x, url(../../ic_share_wechat@2x.png) 2x) no-repeat;
    background: -ms-image-set(url(/f/ithil/dacf85cd31dd218a5a9c153bf6a0527f24b68e0d/pics/ic_share_wechat.png) 1x, url(../../ic_share_wechat@2x.png) 2x) no-repeat;
}

#header .share .popup .share-menu .sina {
    background: url(/f/ithil/e799e937ef8da9626e3527d94281d332f8ff3657/pics/ic_share_weibo.png) no-repeat;
    background: -webkit-image-set(url(/f/ithil/e799e937ef8da9626e3527d94281d332f8ff3657/pics/ic_share_weibo.png) 1x, url(/f/ithil/4d07507bcfeb69618ab07d3c68e105a3a02e6d13/pics/ic_share_weibo@2x.png) 2x) no-repeat;
    background: -moz-image-set(url(/f/ithil/e799e937ef8da9626e3527d94281d332f8ff3657/pics/ic_share_weibo.png) 1x, url(../../ic_share_weibo@2x.png) 2x) no-repeat;
    background: -o-image-set(url(/f/ithil/e799e937ef8da9626e3527d94281d332f8ff3657/pics/ic_share_weibo.png) 1x, url(../../ic_share_weibo@2x.png) 2x) no-repeat;
    background: -ms-image-set(url(/f/ithil/e799e937ef8da9626e3527d94281d332f8ff3657/pics/ic_share_weibo.png) 1x, url(../../ic_share_weibo@2x.png) 2x) no-repeat;
}

#header .share .popup .qr {
    padding-left: 20px;
    border-left: 1px solid #333;
    height: 90px;
}

#header .share .popup .qr img {
    width: 90px;
    height: 90px;
}

.wrapper {
    max-width: 1020px;
    height: 100%;
    margin: 0 auto;
    position: relative;
    overflow: hidden;
    color: #fff
}

.section {
    position: relative;
    width: 100%;
    overflow: hidden;
}

.section .banner {
    position:fixed;
    top: 50%;
	margin-top:-350px;
    bottom: 0;
    left: 0;
    right: 0;
    color: #fff;
	width:100%;
}

.section .table .banner {
    width: 100%;
    height: 100%;
}

.section .bg {
    position: relative;
    overflow: hidden;
    width: 100%;
}

.bg .mask {
    background: #000;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}

.section .bg-img {
    height: 100%;
    background: no-repeat center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.section .enable-animate .bg-img {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
}

.section.animate .enable-animate .bg-img {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    -webkit-transition: all 6s ease-out;
    -moz-transition: all 6s ease-out;
    -ms-transition: all 6s ease-out;
    -o-transition: all 6s ease-out;
    transition: all 6s ease-out;
}

.section .bg .bg-items,
.section .bg .bg-items-inner,
.section .bg-items .bg-item {
    height: 100%;
}

.section .bg-items .bg-item {
    float: left;
    margin-left: 10px;
    width: 150px;
    background: repeat-y 0 0;
}

.start-page-widget .title-img {
    height: 700px;
}

.start-page-widget .logo {
    height: 80px;
    margin-right: 10px;
    vertical-align: middle;
}

.start-page-widget .title {
    line-height: 1;
    display: inline-block;
    font-size: 92px;
    font-weight: 100;
    vertical-align: bottom;
}

.start-page-widget .description {
    margin-top: 45px;
    font-size: 13px;
    padding-bottom: 30px;
}

.start-page-widget .container {
    position: relative;
}

.start-page-widget .brand-product {
    position: absolute;
    max-height: 100px;
    bottom: 20px;
    right: 0;
}

.top-10-widget .top-section {
    position: absolute;
    width: 100%;
    bottom: 238px;
}

.person-widget .top-section {
    bottom: 346px;
}

.top-10-widget .bottom-section {
    position: absolute;
    width: 100%;
    bottom: 0;
    padding-bottom: 60px;
}

.top-10-widget .title-section {
    position: relative;
    min-width: 420px;
    padding: 20px 20px 20px 30px;
    border: 6px solid #fff; 
}

.top-10-widget .title-section.right {
    padding: 20px 30px 20px 20px;
}

.top-10-widget .brand-icon {
    position: absolute;
    height: 17px;
    left: -6px;
    top: -31px;
}

.top-10-widget .left .brand-icon {
    left: auto;
    right: -6px;
}

.top-10-widget .title {
    line-height: 1.2;
    margin-bottom: 12px;
    font-size: 20px;
}

.top-10-widget .title .top-title {
    text-align: right;
}

.title-section.right .title .top-title {
    text-align: left;
}

.top-10-widget .title .bottom-title {
    float: right;
    padding-bottom: 10px;
    border-bottom: 1px solid #fff;
}

.title-section.right .title .bottom-title {
    float: left;
}

.title-label-section {
    margin-bottom: 12px;
}

.title-label-section .title-label {
    float: right;
    font-size: 48px;
    line-height: 1;
}

.title-label-section .vertical-line {
    float: right;
    width: 1px;
    height: 36px;
    margin: 8px 10px 0 13px; 
    background: #fff;
}

.title-label-section .title {
    float: right;
    margin-bottom: 0;
}

.title-label-section .title .top-title {
    float: none;
}

.title-label-section .title .bottom-title {
    padding: 0;
    border: 0;
}

.title-section.right .title-label-section {
}

.title-section.right .title-label-section .title-label,
.title-section.right .title-label-section .vertical-line,
.title-section.right .title-label-section .title {
    float: left;
}

.title-section.right .title-label-section .vertical-line {
    margin: 8px 13px 0 10px; 
}

.top-10-widget .centered-top-section {
    text-align: center;
}

.top-10-widget .title-section h2 {
    font-size: 36px;
    line-height: 1.3;
    letter-spacing: 3px;
}

.top-10-widget .title-section h3 {
    font-size: 34px;
    line-height: 1.3;
    letter-spacing: 2px;
}

.top-10-widget .title-section h2.min {
    font-size: 36px;
    line-height: 1.2;
    letter-spacing: 2px;
}

.brand-widget .title-section h2.min {
    font-size: 32px;
}

.top-10-widget .title-section h3.min {
    font-size: 34px;
    line-height: 1.2;
    letter-spacing: 1px;
}

.top-10-widget .title-section.right h2,
.top-10-widget .title-section.right h3 {
    text-align: right;
}

.brand-widget .title-content-wrapper {
    max-width: 320px;
}

.centered-top-section .title-section.left .title-content-wrapper {
    text-align: left;
}

.centered-top-section .title-section.right .title-content-wrapper {
    text-align: right;
}

.top-10-widget .title-section .brand-product-wrapper {
    vertical-align: bottom;
    padding-left: 20px;
}

.top-10-widget .title-section.right .brand-product-wrapper {
    padding-left: 0;
    padding-right: 20px;
}

.brand-widget .brand-product {
    max-height: 80px;
}

.brand-widget .title-section.right .brand-product {
}

.top-10-widget .title-section .meta {
    font-size: 15px;
    margin-top: 6px;
}

.top-10-widget .meta .stars,
.top-10-widget .meta .rank {
    vertical-align: middle;
}

.top-10-widget .commenter-count {
    vertical-align: middle;
    margin-left: 6px;
}

.top-10-widget .title-section.right .meta {
    text-align: right;
}

.top-10-widget .horizontal-line {
    margin: 0 auto 40px auto;
    width: 80px;
    height: 6px;
    background: #fff;
}

.top-10-widget .description-section {
    width: 560px;
    margin: 0 auto;
    font-size: 12px;
    padding-top: 40px;
    letter-spacing: 1px;
    text-align: left;
}

.top-10-widget .subjects-wrapper {
    text-align: center;
}

.top-10-widget.person-widget .subjects-wrapper {
    width: 870px;
}

.top-10-widget.person-widget .subjects-wrapper:before {
    content: '';
    display: inline-block;
    width: 200px;
    visibility: hidden;
}

.top-10-widget .subject {
    display: inline-block;
    position: relative;
    width: 70px;
    height: 104px;
    margin-right: 4px;
    -webkit-transition: all .1s ease-in;
    transition: all .1s ease-in;
}

.top-10-widget .subject.square {
    width: 75px;
    height: 75px;
}

.top-10-widget .subject.square .cover {
    -webkit-transition: all 0s ease-out;
    -moz-transition: all 0s ease-out;
    -ms-transition: all 0s ease-out;
    -o-transition: all 0s ease-out;
    transition: all 0s ease-out;
}

.top-10-widget.person-widget .subject {
    width: 100px;
    height: 100px;
    margin-right: 28px;
    margin-top: 8px;
}

.top-10-widget.person-widget .subject .img {
    border-radius: 50%;
}

.top-10-widget .subject .num {
    position: absolute;
    top: 6px;
    left: 6px;
    line-height: 20px;
    width: 20px;
    border-radius: 50%;
    color: #fff;
    text-align: center;
    font-size: 12px;
    background-color: rgba(0, 0, 0, .6);
}

.person-widget .subject img {
    height: auto;
    width: 100%;
}

.person-widget .subject .num {
    top: auto;
    left: auto;
    bottom: 6px;
    right: 6px;
}

.person-widget .subject .cover {
    border-radius: 50%;
}

.dialogue-widget .text-section {
    position: absolute;
    bottom: 50px;
    width: 100%;
    text-align: center;
}

.dialogue-widget .text-section .tips {
    display: inline-block;
    font-size: 13px;
    margin-bottom: 12px;
    border-bottom: 1px solid #fff;
    padding-bottom: 2px;
}

.dialogue-widget .text {
    font-size: 44px;
    line-height: 1.2;
}

.dialogue-widget .text.min {
    font-size: 40px;
}

.dialogue-widget .other-text {
    font-size: 24px;
}

.dialogue-widget .brand-icon {
    position: absolute;
    bottom: 30px;
    right: 30px;
}

.dialogue-widget .subject-section {
    position: absolute;
    top: 50px;
    left: 0;
}

.dialogue-widget .subject {
    float: left;
    width: 50px;
    height: 68px;
    overflow: hidden;
}

.dialogue-widget .subject img {
    height: 100%;
}

.dialogue-widget .subject-meta {
    float: left;
    font-size: 13px;
    margin-left: 10px;
    width: 100px;
}

.dialogue-widget .subject-section .vertical-line {
    float: left;
    width: 1px;
    height: 60px;
    margin: 4px 20px 0 20px;
    background: #fff;
}

.dialogue-widget .brand-product {
    float: left;
    height: 68px;
}

.dialogue-widget .subject-meta a {
    display: block;
}

.comment-widget .title-section {
    margin: 40px 0;
    text-align: center;
}

.comment-widget .title-section .title {
    display: inline;
    vertical-align: middle;
    font-size: 34px;
}

.comment-widget .title-section .brand-icon {
    vertical-align: middle;
    height: 19px;
    margin-left: 15px;
}

.comment-widget .comments-section {
    width: 720px;
    margin: 0 auto;
}

.comment-widget .comment-item {
    margin-bottom: 30px;
}

.comment-widget .subject {
    float: left;
    width: 50px;
    height: 68px;
    margin-right: 10px;
}

.comment-widget .subject.square {
    height: 50px;
    margin-right: 20px;
}

.comment-widget .comment-content {
    float: left;
    width: 608px;
}

.comment-widget .comment-item:nth-child(even) .subject {
    float: right;
    margin-right: 0;
    margin-left: 10px;
}

.comment-widget .comment-item:nth-child(even) .comment-content {
    float: right;
}

.comment-widget .text {
    font-size: 13px;
    line-height: 1.2;
    letter-spacing: 2px;
}

.comment-widget .text b {
    font-size: 28px;
}

.comment-widget .meta {
    font-size: 12px;
    color: #888;
    line-height: 2;
}

.barrage-form-section {
    position: absolute;
    width: 100%;
    padding: 15px 0;
    bottom: 0;
    left: 0;
}

.barrage-form {
    margin: 0 auto;
    width: 630px;
}

.barrage-form input,
.barrage-form button {
    display: none;
}

.barrage-form .tips {
    font-size: 12px;
    line-height: 30px;
    cursor: pointer;
}

.barrage-form .left,
.barrage-form .right {
    position: relative;
}

.barrage-form .layer {
    position: absolute;
    top: 0;
    left: 0;
    height: 30px;
    width: 100%;
}

.barrage-form .bc {
    position: absolute;
    top: 0;
    left: 0;
    height: 30px;
    width: 100%;
    background: url(/f/ithil/35f264c746073734eaed0b16151d578a4f5adfcf/pics/blur.png) repeat-x;
    opacity: 0.5;
}

.barrage-form .left .bc {
    border-top-left-radius: 15px;
    border-bottom-left-radius: 15px;
}

.barrage-form .right .bc {
    border-top-right-radius: 15px;
    border-bottom-right-radius: 15px;
}

.barrage-form.on .bc {
    opacity: 1;
}

.barrage-form.on input,
.barrage-form.on button {
    display: inline-block;
}

.barrage-form.on .tips {
    display: none;
}

.barrage-form .left {
    width: 534px;
    height: 30px;
    text-align: center;
}

.barrage-form .right {
    width: 95px;
    height: 30px;
}

.barrage-form input {
    float: left;
    box-sizing: border-box;
    height: 30px;
    width: 485px;
    margin-left: 15px;
    padding: 6px 0;
    border: 0;
    outline: 0;
    background: 0;
}

.barrage-form button {
    float: right;
    height: 30px;
    width: 30px;
    margin-right: 1px;
    border: 0;
    background: 0;
}

.barrage-form .checkbox-section {
    float: right;
    box-sizing: border-box;
    padding-top: 4px;
    padding-left: 10px;
    width: 95px;
}

.barrage-form .checkbox-section span {
    font-size: 13px;
    text-shadow: 0;
}

.barrage-form .checkbox-section .checkbox {
    margin-left: 6px;
}

.checkbox {
    display: inline-block;
    position: relative;
    width: 36px;
    height: 8px;
    border-radius: 4px;
    background: rgba(0, 0, 0, .3);
    -webkit-transition: all .3s ease-out;
    transition: all .3s ease-out
}

.checkbox.on {
    background: #78DD97;
}

.checkbox .ball {
    position: absolute;
    cursor: pointer;
    top: -4px;
    left: -4px;
    height: 16px;
    width: 16px;
    border-radius: 50%;
    background: #fff;
    -webkit-transition: all .3s ease-out;
    transition: all .3s ease-out
}

.checkbox.on .ball {
    left: auto;
    right: -4px;
}

.barrage {
    white-space: nowrap;
    z-index: 3;
    position: absolute;
    padding: 0 6px;
    line-height: 1.4;
    vertical-align: middle;
    font-size: 26px;
    color: #ffe761;
    text-shadow: 1px 1px 3px #666;
    -webkit-transition: transform 10s linear;
    -moz-transition: transform 10s linear;
    -ms-transition: transform 10s linear;
    -o-transition: transform 10s linear;
    transition: transform 10s linear;
}

.barrage.mine {
    border: 1px solid #ffe761;
}

.end-page-widget h1 {
    font-size: 60px;
    line-height: 65px;
    text-shadow: none;
    margin-bottom: 20px;
}

.end-page-widget .text-wrapper {
    text-align: center;
}

.end-page-widget .text {
    display: inline-block;
    font-size: 16px;
    line-height: 1.5;
    max-width: 640px;
}

.end-page-widget .text p {
    letter-spacing: 2px;
    margin: 0;
}

.message-board-widget .wp {
    width: 700px;
    margin: 0 auto;
}

.message-board-widget textarea {
    display: block;
    width: 100%;
    border: 0;
    outline: 0;
    padding: 10px 12px;
    border-radius: 6px;
    font-size: 16px;
}

.message-board-widget button {
    background: #fff;
    margin-top: 15px;
    border: 1px solid #ccc;
    border-radius: 2px;
    width: 74px;
    height: 26px;
    line-height: 26px;
    padding: 0;
    cursor: pointer;
}

.message-board-widget h4 {
    margin-top: 36px;
    margin-bottom: 10px;
}

.message-board-widget ul {
    margin-top: 26px;
}

.message-board-widget li {
    overflow: hidden;
    margin-bottom: 10px;
    padding-bottom: 5px;
    zoom: 1;
    font-size: 12px;
}

.message-board-widget li img {
    float: left;
    margin-right: 12px;
    height: 34px;
    width: 34px;
}

.message-board-widget p {
    margin: 0;
}

.message-board-widget .meta {
    text-align: center;
}

.message-board-widget .text {
    margin-left: 46px;
}

.message-board-widget .user-name {
    color: #3377aa;
}

.counter {
    margin-left: 16px;
    vertical-align: top;
}

.down-btn {
    position: absolute;
    bottom: 20px;
    left: 50%;
    width: 40px;
    margin-left: -20px;
    cursor: pointer;
}

.msk {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #222;
    z-index: 999;
    -webkit-transform: translate3d(0%,-100%,0);
    transform: translate3d(0%,-100%,0);
    -webkit-transition: all .5s linear;
    transition: all .5s linear;
    display: table;
}

.msk .wp {
    width: 100%;
    height: 100%;
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    -webkit-animation: loading 1s linear infinite;
    animation: loading 1s linear infinite;
    max-width: 1020px;
    margin: 0 auto;
    position: relative;
    overflow: hidden;
    color: #fff;
}

.msk .wp img {
    max-height: 52px;
}

#loading {
    height: 100%;
    overflow: hidden
}

#loading .msk {
    -webkit-transform: translate3d(0%,0%,0);
    transform: translate3d(0%,0%,0)
}

#back-to-top {
    display: none;
    position: absolute;
    right: 20px;
    bottom: 20px;
    cursor: pointer;
    width: 48px;
    height: 48px;
    background: url(/f/ithil/8798e324efe89ca8b8845189745387ccacb3caa3/pics/ic_backtop.png) no-repeat;
    background: -webkit-image-set(url(/f/ithil/8798e324efe89ca8b8845189745387ccacb3caa3/pics/ic_backtop.png) 1x, url(/f/ithil/5ede6eb854dfa3de177a0625c30a530217a00d26/pics/ic_backtop@2x.png) 2x) no-repeat;
    background: -moz-image-set(url(/f/ithil/8798e324efe89ca8b8845189745387ccacb3caa3/pics/ic_backtop.png) 1x, url(../../ic_backtop@2x.png) 2x) no-repeat;
    background: -o-image-set(url(/f/ithil/8798e324efe89ca8b8845189745387ccacb3caa3/pics/ic_backtop.png) 1x, url(../../ic_backtop@2x.png) 2x) no-repeat;
    background: -ms-image-set(url(/f/ithil/8798e324efe89ca8b8845189745387ccacb3caa3/pics/ic_backtop.png) 1x, url(../../ic_backtop@2x.png) 2x) no-repeat;
}

.pre,
.next {
    position: absolute;
    line-height: 0;
    left: 50%;
    margin-left: -24px;
}

.pre {
    top: 10px;
}

.next {
    bottom: 10px;
}

.pre img,
.next img {
    width: 48px;
}

@-webkit-keyframes loading {
    0% {
        opacity: .3
    }

    50% {
        opacity: 1
    }

    100% {
        opacity: .3
    }
}

@keyframes loading {
    0% {
        opacity: .3
    }

    50% {
        opacity: 1
    }

    100% {
        opacity: .3
    }
}

.lyric-widget .top-section {
    position: absolute;
    bottom: 140px;
    width: 100%;
}

.lyric-widget .bottom-section {
    position: absolute;
    bottom: 0;
    height: 140px;
    width: 100%;
    text-align: center;
}

.lyric-widget .lyric-section {
    text-align: center;
    font-size: 22px;
    line-height: 1.9;
    letter-spacing: 1px;
}

.lyric-section p {
    margin: 0;
}

.lyric-section p.s {
    opacity: 0.06;
}

.lyric-section p.m {
    opacity: 0.2;
}

.lyric-section b {
    font-size: 38px;
    font-weight: bolder;
    color: #fff;
}

.lyric-widget .subject-section {
    display: inline-block;
}

.lyric-widget .subject,
.lyric-widget .subject img {
    width: 60px;
    height: 60px;
}

.lyric-widget .subject img {
    box-shadow: 0 0 4px rgba(0, 0, 0, 0.3);
}

.lyric-widget .meta {
    font-size: 13px;
    display: block;
}


.top-10-widget .cover-section-wrapper {
    width: 343px;
    height: 20px;
}

.top-10-widget .cover-section {
    position: relative;
    line-height: 0;
}

.top-10-widget .cover-section .line {
    position: absolute;
    width: 283px;
    height: 1px;
    background: #fff;
    top: 98px;
    left: -20px;
    -webkit-transform: rotate(-40deg);
    -moz-transform: rotate(-40deg);
    -ms-transform: rotate(-40deg);
    -o-transform: rotate(-40deg);
    transform: rotate(-40deg);
}

.top-10-widget .right .cover-section .line {
    left: -40px;
    -webkit-transform: rotate(40deg);
    -moz-transform: rotate(40deg);
    -ms-transform: rotate(40deg);
    -o-transform: rotate(40deg);
    transform: rotate(40deg);
}

.top-10-widget .cover-section img {
    position: absolute;
    top: 20px;
    left: 40px;
    width: 160px;
}

.top-10-widget.book .cover-section img {
    top: 10px;
    width: 140px;
}

.top-10-widget.book .cover-section .line {
    left: -30px;
    top: 110px;
}

.top-10-widget .right .cover-section .line {
}

.top-10-widget .right .cover-section img {
    left: auto;
    right: 40px;
}

.top-10-widget .right .cover-section {
    margin-right: 120px;
}

.top-10-widget .left .cover-section {
    margin-left: 120px;
}

.music-menu {
    cursor: pointer;
    position: relative;
}

.music-menu .menu-items {
    display: none;
    position: absolute;
    top: 15px;
    left: 0;
}

.music-menu:hover .menu-items {
    display: block;
}

.menu-items .music-status {
    margin-top: 16px;
}

.music-status {
    font-size: 12px;
    line-height: 16px;
    width: 120px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    padding-left: 22px;
    color: #fff;
}

.music-status.playing {
    background: url(/f/ithil/acf023ed5ab48a5d5cb089c5e9041bdfd7e035ff/pics/ic_nav_playing.gif) no-repeat 0 1px;
    background: -webkit-image-set(url(/f/ithil/acf023ed5ab48a5d5cb089c5e9041bdfd7e035ff/pics/ic_nav_playing.gif) 1x, url(/f/ithil/40f02aab1535e7ace4df1a3e5a4596e5705753a7/pics/ic_nav_playing@2x.gif) 2x) no-repeat 0 1px;
    background: -moz-image-set(url(/f/ithil/acf023ed5ab48a5d5cb089c5e9041bdfd7e035ff/pics/ic_nav_playing.gif) 1x, url(/f/ithil/40f02aab1535e7ace4df1a3e5a4596e5705753a7/pics/ic_nav_playing@2x.gif) 2x) no-repeat 0 1px;
    background: -o-image-set(url(/f/ithil/acf023ed5ab48a5d5cb089c5e9041bdfd7e035ff/pics/ic_nav_playing.gif) 1x, url(/f/ithil/40f02aab1535e7ace4df1a3e5a4596e5705753a7/pics/ic_nav_playing@2x.gif) 2x) no-repeat 0 1px;
    background: -ms-image-set(url(/f/ithil/acf023ed5ab48a5d5cb089c5e9041bdfd7e035ff/pics/ic_nav_playing.gif) 1x, url(/f/ithil/40f02aab1535e7ace4df1a3e5a4596e5705753a7/pics/ic_nav_playing@2x.gif) 2x) no-repeat 0 1px;
}

.music-status.play {
    background: url(/f/ithil/cdc88854de2fb650aede63c27c5fb0375f80ba5f/pics/ic_nav_play.png) no-repeat 0 1px;
    background: -webkit-image-set(url(/f/ithil/cdc88854de2fb650aede63c27c5fb0375f80ba5f/pics/ic_nav_play.png) 1x, url(/f/ithil/e6051bbb2b9b69243e64bece23f6188624e17622/pics/ic_nav_play@2x.png) 2x) no-repeat 0 1px;
    background: -moz-image-set(url(/f/ithil/cdc88854de2fb650aede63c27c5fb0375f80ba5f/pics/ic_nav_play.png) 1x, url(/f/ithil/e6051bbb2b9b69243e64bece23f6188624e17622/pics/ic_nav_play@2x.png) 2x) no-repeat 0 1px;
    background: -o-image-set(url(/f/ithil/cdc88854de2fb650aede63c27c5fb0375f80ba5f/pics/ic_nav_play.png) 1x, url(/f/ithil/e6051bbb2b9b69243e64bece23f6188624e17622/pics/ic_nav_play@2x.png) 2x) no-repeat 0 1px;
    background: -ms-image-set(url(/f/ithil/cdc88854de2fb650aede63c27c5fb0375f80ba5f/pics/ic_nav_play.png) 1x, url(/f/ithil/e6051bbb2b9b69243e64bece23f6188624e17622/pics/ic_nav_play@2x.png) 2x) no-repeat 0 1px;
}

.music-status.stop {
    background: url(/f/ithil/27f7d338f103caa0c411107051f56d95b988a9dc/pics/ic_nav_stop.png) no-repeat 0 1px;
    background: -webkit-image-set(url(/f/ithil/27f7d338f103caa0c411107051f56d95b988a9dc/pics/ic_nav_stop.png) 1x, url(/f/ithil/1f5d9bff4b1fc2e408fd08040ccca015f81011cc/pics/ic_nav_stop@2x.png) 2x) no-repeat 0 1px;
    background: -moz-image-set(url(/f/ithil/27f7d338f103caa0c411107051f56d95b988a9dc/pics/ic_nav_stop.png) 1x, url(/f/ithil/1f5d9bff4b1fc2e408fd08040ccca015f81011cc/pics/ic_nav_stop@2x.png) 2x) no-repeat 0 1px;
    background: -o-image-set(url(/f/ithil/27f7d338f103caa0c411107051f56d95b988a9dc/pics/ic_nav_stop.png) 1x, url(/f/ithil/1f5d9bff4b1fc2e408fd08040ccca015f81011cc/pics/ic_nav_stop@2x.png) 2x) no-repeat 0 1px;
    background: -ms-image-set(url(/f/ithil/27f7d338f103caa0c411107051f56d95b988a9dc/pics/ic_nav_stop.png) 1x, url(/f/ithil/1f5d9bff4b1fc2e408fd08040ccca015f81011cc/pics/ic_nav_stop@2x.png) 2x) no-repeat 0 1px;
}

.excerpt-widget {
    overflow: hidden;
}

.excerpt-widget .top-section {
    position: absolute;
    bottom: 170px;
    width: 100%;
}

.excerpt-widget .bottom-section {
    position: absolute;
    bottom: 0;
    height: 170px;
    width: 100%;
    text-align: center;
}

.excerpt-widget .excerpt-section {
    width: 600px;
    margin: 0 auto;
    text-align: justify;
    font-size: 20px;
    font-family: "Helvetica Neue",Helvetica,"Lucida Grande","Luxi Sans",Arial,"Hiragino Sans GB",STHeiti,"Microsoft YaHei","Wenquanyi Micro Hei","WenQuanYi Micro Hei Mono","WenQuanYi Zen Hei","WenQuanYi Zen Hei Mono",LiGothicMed;
    line-height: 2;
    letter-spacing: 0;
    color: rgba(0, 0, 0, 0.2);
}

.excerpt-section b,
.excerpt-section .marked {
    color: #fff;
    padding: 3px 0;
}

.excerpt-section b {
    font-weight: normal;
}

.excerpt-widget .subject-section {
    display: inline-block;
}

.excerpt-widget .subject,
.excerpt-widget .subject img {
    width: 60px;
    height: auto;
}

.excerpt-widget .subject img {
    box-shadow: 0 0 4px rgba(0, 0, 0, .3);
}

.excerpt-widget .meta {
    font-size: 13px;
    display: block;
}

.dongxi-comment-widget .title,
.dongxi-user-widget .title,
.product-widget .title,
.doulist-widget .title {
    line-height: 1.2;
    font-size: 16px;
    padding-left: 12px;
    border-left: 2px solid #fff;
    margin-bottom: 16px;
}

.product-widget .box {
    width: 951px;
    margin: 0 auto;
}

.product-widget .main-product-container,
.product-widget .products-container {
    float: left;
}

.product-widget .main-product-container {
    width: 337px;
    margin-right: 80px;
}

.main-product-container .title-section {
    position: relative;
    padding-top: 32px;
    font-size: 26px;
    line-height: 1.2;
}

.main-product-container .title-section .label {
    font-weight: bolder;
    position: absolute;
    font-size: 76px;
    top: -30px;
    left: -170px;
    color: rgba(255, 255, 255, 0.2);
}

.main-product-container .meta {
    margin-top: 28px;
    margin-bottom: 2px;
}

.main-product-container .description {
    width: 320px;
    font-size: 12px;
}

.main-product-container .price-section {
    font-size: 13px;
    margin-top: 3px;
}

.main-product-container .price,
.main-product-container .haitao-price {
    display: inline-block;
}

.main-product-container .haitao-price {
    margin-right: 4px;
}

.main-product-container del {
    text-decoration: line-through;
}

.product-widget .main-product-container .cover {
    line-height: 0;
    display: block;
    border: 1px solid #fff;
    border-radius: 4px;
    overflow: hidden;
}

.main-product-container .cover img {
    width: 335px;
    height: 335px;
}

.product-widget .products-container {
    margin-top: 41px;
}

.products-container .products-group {
    float: left;
    width: 160px;
    margin-right: 8px;
}

.group-0 {
}

.group-1 {
    padding-top: 20px;
}

.group-2 {
    padding-top: 40px;
    margin: 0;
}

.products-container .product-item {
    position: relative;
    float: left;
    margin-bottom: 8px;
    border-radius: 4px;
    border: 1px solid #fff;
    overflow: hidden;
}

.products-container .product-item img {
    display: block;
    width: 158px;
    height: 158px;
}

.products-container .product-item:hover .mask {
    opacity: 1;
}

.products-container .product-item .mask {
    position: absolute;
    top: 0;
    left: 0;
    width: 158px;
    height: 158px;
    opacity: 0;
    color: #fff !important;
    box-sizing: border-box;
    padding: 7px 10px;
    background: rgba(0, 0, 0, .6);
}

.products-container .product-item .mask .label {
    font-size: 22px;
}

.products-container .product-item .mask .bottom {
    position: absolute;
    bottom: 7px;
    left: 10px;
    font-size: 13px;
}

.n-likes {
    padding-left: 18px;
    margin-right: 6px;
    background: url(/f/ithil/a2df58a9c46069d4b030c6abe0de6d772274a669/pics/heart.png) no-repeat 0 1px;
    background: -webkit-image-set(url(/f/ithil/a2df58a9c46069d4b030c6abe0de6d772274a669/pics/heart.png) 1x, url(/f/ithil/ac4c52103ca5e5260f8b7e3b971c0d342045d3e3/pics/heart@2x.png) 2x) no-repeat 0 1px;
    background: -moz-image-set(url(/f/ithil/a2df58a9c46069d4b030c6abe0de6d772274a669/pics/heart.png) 1x, url(/f/ithil/ac4c52103ca5e5260f8b7e3b971c0d342045d3e3/pics/heart@2x.png) 2x) no-repeat 0 1px;
    background: -o-image-set(url(/f/ithil/a2df58a9c46069d4b030c6abe0de6d772274a669/pics/heart.png) 1x, url(/f/ithil/ac4c52103ca5e5260f8b7e3b971c0d342045d3e3/pics/heart@2x.png) 2x) no-repeat 0 1px;
    background: -ms-image-set(url(/f/ithil/a2df58a9c46069d4b030c6abe0de6d772274a669/pics/heart.png) 1x, url(/f/ithil/ac4c52103ca5e5260f8b7e3b971c0d342045d3e3/pics/heart@2x.png) 2x) no-repeat 0 1px;
}

.n-collects {
    padding-left: 18px;
    background: url(/f/ithil/4c6cd36b53f2748d6bb3de1f00802fc5bffa3eb1/pics/add.png) no-repeat 0 1px;
    background: -webkit-image-set(url(/f/ithil/4c6cd36b53f2748d6bb3de1f00802fc5bffa3eb1/pics/add.png) 1x, url(/f/ithil/c654828479f14aa1b05d1bcc2c280559e67f9393/pics/add@2x.png) 2x) no-repeat 0 1px;
    background: -moz-image-set(url(/f/ithil/4c6cd36b53f2748d6bb3de1f00802fc5bffa3eb1/pics/add.png) 1x, url(/f/ithil/c654828479f14aa1b05d1bcc2c280559e67f9393/pics/add@2x.png) 2x) no-repeat 0 1px;
    background: -o-image-set(url(/f/ithil/4c6cd36b53f2748d6bb3de1f00802fc5bffa3eb1/pics/add.png) 1x, url(/f/ithil/c654828479f14aa1b05d1bcc2c280559e67f9393/pics/add@2x.png) 2x) no-repeat 0 1px;
    background: -ms-image-set(url(/f/ithil/4c6cd36b53f2748d6bb3de1f00802fc5bffa3eb1/pics/add.png) 1x, url(/f/ithil/c654828479f14aa1b05d1bcc2c280559e67f9393/pics/add@2x.png) 2x) no-repeat 0 1px;
}

.doulist-widget a {
    color: #fff !important;
}

.doulist-widget .box {
    width: 951px;
    margin: 0 auto;
}

.doulist-widget .main-doulist-container,
.doulist-widget .doulists-container {
    float: left;
}

.doulist-widget .main-doulist-container {
    width: 589px;
}

.doulist-widget .doulists-container {
    width: 360px;
}

.main-doulist-container .product {
    border: 1px solid #fff;
    border-right: 0;
}

.main-doulist-container .products {
    width: 421px;
}

.doulist-widget .products .product:last-child {
    border-right: 1px solid #fff;
}

.main-doulist-container .product img {
    display: block;
    width: 138px;
    height: 138px;
}

.main-doulist-container .doulist {
    position: relative;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 444px;
    height: 276px;
    border: 6px solid #fff;
    padding: 8px 14px;
    margin-left: -24px;
}

.main-doulist-container .products-section {
    position: absolute;
    top: 174px;
    left: 60px;
}

.main-doulist-container .label {
    font-weight: bolder;
    font-size: 76px;
    line-height: 1;
    color: rgba(225, 225, 225, .2);
}

.main-doulist-container .s-title {
    display: inline-block;
    font-size: 30px;
    line-height: 1.4;
    margin-left: 42px;
    margin-top: -30px;
}

.main-doulist-container .meta {
    margin-bottom: 10px;
}

.main-doulist-container .description {
    letter-spacing: 1px;
    font-size: 12px;
    margin-top: 56px;
    padding-left: 8px;
    border-left: 1px solid #fff;
}

.doulists-container p {
    margin: 0;
    font-size: 12px;
    line-height: 1.3;
}

.doulists-container .product {
    position: relative;
    border: 1px solid #fff;
    border-right: 0;
}

.doulists-container .product img {
    display: block;
    width: 64px;
    height: 64px;
}

.doulists-container .mask {
    position: absolute;
    top: 0;
    left: 0;
    width: 64px;
    height: 64px;
    background: rgba(0, 0, 0, .55);
}

.doulists-container .mask .num {
    font-size: 12px;
}

.doulists-container .s-title {
    font-size: 14px;
    letter-spacing: .5px;
    height: 24px;
    width: 260px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.doulists-container .doulist {
    margin-bottom: 28px;
}

.doulists-container .doulist:last-of-type {
    margin-bottom: 0;
}

.doulists-container .label {
    font-size: 42px;
    font-weight: bolder;
    color: rgba(255, 255, 255, .2)
}

.doulists-container .products-section {
    margin-left: 12px;
}

.doulists-container .doulist:nth-child(even) {
    margin-left: 60px;
}

.dongxi-user-widget .title {
    position: absolute;
    top: 36px;
}

.dongxi-user-widget .avatar {
    position: relative;
    display: inline-block;
}

.dongxi-user-widget .avatar img {
    border-radius: 50%;
    box-shadow: 0 1px 4px rgba(0, 0, 0, .3);
}

.dongxi-user-widget .top-section .avatar img {
    width: 120px;
    height: 120px;
}

.dongxi-user-widget .bottom-section .user {
    display: inline-block;
    margin-right: 48px;
}

.dongxi-user-widget .bottom-section .user:last-of-type {
    margin-right: 0;
}

.dongxi-user-widget .bottom-section .avatar img {
    width: 60px;
    height: 60px;
}

.dongxi-user-widget .bottom-section .name {
    display: block;
}

.dongxi-user-widget .top-section .meta {
    margin-top: 10px;
}

.dongxi-user-widget .img {
    margin-top: 20px;
}

.dongxi-user-widget .img img {
    height: 90px;
}

.dongxi-user-widget .top-section {
    margin-bottom: 40px;
}

.dongxi-user-widget .top-section .num {
    font-size: 80px;
    line-height: 1.2;
}

.dongxi-user-widget .horizontal-line {
    display: inline-block;
    width: 150px;
    height: 6px;
    background: #fff;
    margin-bottom: 30px;
}

.dongxi-user-widget .bottom-section .num {
    font-size: 16px;
    line-height: 1.2;
}

.dongxi-user-widget .bottom-section .name {
    font-size: 12px;
}

.crown {
    width: 70px;
    height: 70px;
    background: url(/f/ithil/1fea2bd2c651f977b2fb784be0aaf8f5e2932ef1/pics/crown.png) no-repeat;
    background: -webkit-image-set(url(/f/ithil/1fea2bd2c651f977b2fb784be0aaf8f5e2932ef1/pics/crown.png) 1x, url(/f/ithil/e9adcd49aa67e7a97191a0f7a25cdf7effdd42ec/pics/crown@2x.png) 2x) no-repeat;
    background: -moz-image-set(url(/f/ithil/1fea2bd2c651f977b2fb784be0aaf8f5e2932ef1/pics/crown.png) 1x, url(/f/ithil/e9adcd49aa67e7a97191a0f7a25cdf7effdd42ec/pics/crown@2x.png) 2x) no-repeat;
    background: -o-image-set(url(/f/ithil/1fea2bd2c651f977b2fb784be0aaf8f5e2932ef1/pics/crown.png) 1x, url(/f/ithil/e9adcd49aa67e7a97191a0f7a25cdf7effdd42ec/pics/crown@2x.png) 2x) no-repeat;
    background: -ms-image-set(url(/f/ithil/1fea2bd2c651f977b2fb784be0aaf8f5e2932ef1/pics/crown.png) 1x, url(/f/ithil/e9adcd49aa67e7a97191a0f7a25cdf7effdd42ec/pics/crown@2x.png) 2x) no-repeat;
}

.dongxi-user-widget .crown {
    position: absolute;
    top: -30px;
    left: -30px;
}

.dongxi-comment-widget .box {
    position: relative;
}

.dongxi-comment-widget .comment-section {
    position: absolute;
    top: -90px;
    left: -160px;
    width: 550px;
    -webkit-transform: rotate(-15deg);
    -moz-transform: rotate(-15deg);
    -ms-transform: rotate(-15deg);
    -o-transform: rotate(-15deg);
    transform: rotate(-15deg);
    text-align: left;
}

.dongxi-comment-widget .user {
    margin-bottom: 10px;
}

.dongxi-comment-widget .avatar {
    vertical-align: middle;
}

.dongxi-comment-widget .avatar img {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    vertical-align: middle;
}

.dongxi-comment-widget .name {
    vertical-align: middle;
}

.dongxi-comment-widget .comment {
    font-size: 30px;
    display: inline;
    line-height: 1.4;
}

.dongxi-comment-widget .product {
    display: block;
    width: 260px;
    text-align: left;
    color: #494949;
    background: #fff;
    box-shadow: 0 1px 4px rgba(0, 0, 0, .2);
}

.dongxi-comment-widget .product .cover {
    width: 252px;
    padding: 4px;
}

.dongxi-comment-widget .product .bottom-section {
    padding: 0 10px 10px 10px;
}

.dongxi-comment-widget .product .price {
    margin-top: 10px;
}

.quote {
    width: 58px;
    height: 41px;
    background: url(/f/ithil/c024312ed851678117536d1aab052f687695e3a0/pics/quote-5-icon.png) no-repeat;
    background: -webkit-image-set(url(/f/ithil/c024312ed851678117536d1aab052f687695e3a0/pics/quote-5-icon.png) 1x, url(/f/ithil/2fa1b9585489a32816e49b8ec52ed8d463195260/pics/quote-5-icon@2x.png) 2x) no-repeat;
    background: -moz-image-set(url(/f/ithil/c024312ed851678117536d1aab052f687695e3a0/pics/quote-5-icon.png) 1x, url(/f/ithil/2fa1b9585489a32816e49b8ec52ed8d463195260/pics/quote-5-icon@2x.png) 2x) no-repeat;
    background: -o-image-set(url(/f/ithil/c024312ed851678117536d1aab052f687695e3a0/pics/quote-5-icon.png) 1x, url(/f/ithil/2fa1b9585489a32816e49b8ec52ed8d463195260/pics/quote-5-icon@2x.png) 2x) no-repeat;
    background: -ms-image-set(url(/f/ithil/c024312ed851678117536d1aab052f687695e3a0/pics/quote-5-icon.png) 1x, url(/f/ithil/2fa1b9585489a32816e49b8ec52ed8d463195260/pics/quote-5-icon@2x.png) 2x) no-repeat;
    position: absolute;
    top: -90px;
}

.dongxi-comment-widget .main-container {
    position: relative;
}

.doulists-container .product:hover img {
    opacity: .9;
}

.filmawards-widget {
    background-size: cover;
    background-color: transparent;
    font-size: 14px;
}

.filmawards-widget .title-section-wrapper {
    width: 100%;
    margin: 0 auto;
    position: relative;
    color: #fff;
    height: 100%;
    padding-top: 10%;
    margin-left: 30px;
    text-shadow: rgba(0,0,0,0.3) 0 0 10px;
}

.fm-wrapper {
    left: 10% !important;
}

.filmawards-widget h3.section-title {
    font-size: 23px;
    line-height: 25px;
}

.filmawards-widget h3.section-title,
.filmawards-widget .comment a,
.filmawards-widget .biu a,
.filmawards-widget h1.movie-title a:hover,
.filmawards-widget h2.movie-subtitle a:hover {
    color: #F8E71C;
}

.filmawards-widget h3.section-title img {
    position: relative;
    top: 11px;
    left: -11px;
    margin-right: -17px;
    width: 50px;
    height: 50px;
}

.filmawards-widget .line {
    margin-top: 8px;
}

.filmawards-widget h1.movie-title {
    font-size: 60px;
    font-weight: bold;
    margin-top: 16px;
    letter-spacing: 5px;
}

.filmawards-widget h2.movie-subtitle {
    font-size: 30px;
    line-height: 30px;
    font-weight: bold;
}

.filmawards-widget .biu {
    margin-top: 16px;
}

.filmawards-widget .comment {
    position: absolute;
    bottom: 200px;
}

.filmawards-widget .comment,
.filmawards-widget .biu,
.filmawards-widget .section-title,
.filmawards-widget .movie-title,
.filmawards-widget .movie-subtitle {
    margin-right: 20%;
}

.filmawards-widget .comment h3 {
    font-size: 23px;
    margin-bottom: 12px;
}

.filmawards-widget .comment p {
    line-height: 22px;
    text-indent: 40px;
}

.share-right {
    margin-left: 520px;
}

.fm-title-img {
    height: auto !important;
    width: 541px;
}

.fm-end-img {
    width: 320px;
    height: 90px;
}

.end-wrapper {
    max-width: none !important;
}

.judge-box {
    display: inline-block;
    width: 176px;
    height: 14px;
    font-size: 14px;
    line-height: 20px;
    padding-right: 20px;
    font-weight: 300;
}

.judge-wrapper {
    text-align: center;
    margin-top: 70px;
}

.filmawards-judge-list-widget {
    font-family: Helvetica Neue,Helvetica,Arial,Hiragino Sans GB,STHeiti,Microsoft YaHei,Wenquanyi Micro Hei,sans-serif;
}

.filmawards-judge-list-widget .title-section {
    margin-bottom: 30px;
}

.filmawards-judge-list-widget .title-section img {
    width: 800px;
}

.filmawards-widget .biu a, {
    margin-left: 17px;
}

.filmawards-user {
    color: #F8E71C !important;
}

.filmawards-judge-list-widget .bg {
    background: -moz-linear-gradient(left, #DC4E8D, #EB495D) !important;
    background: -webkit-linear-gradient(left, #DC4E8D, #EB495D) !important;
    background: -o-linear-gradient(left, #DC4E8D, #EB495D) !important;
}