/* Safari */
@media screen and (-webkit-min-device-pixel-ratio: 0) {
    .container.main-body {
        position:relative;
    }

    #myaffix {
        top: 10px;
    }
}

/* Safari */
.container.main-body {
    margin-top: 10px;
}

.main-body+.main-body {
    margin-top: 0;
}

.container.main-body .row .col-md-9.col-xs-12 {
    padding: 0 5px 0 0;
}

#main-content>.panel {
    border-radius: 0;
    border: none;
    margin-bottom: 5px;
}

#main-content>.panel>.panel-heading {
    border-bottom: 0;
    background: 0;
    border: 0;
    font-size: 1.2em;
    font-weight: bold;
    border-radius: 0;
    margin: 0;
    padding: 10px 45px;
}

#main-content>.intro-panel {
    position: relative;
    overflow: hidden;
    box-shadow: none;
}

#main-content>.panel>.panel-body {
    padding: 0 45px;
    position: relative;
    border-bottom: 1px solid #eeeeee;
}

#main-content>.panel>.panel-body>.panel-body-inner>.row {
    margin: 0;
}

/** big-heading **/
.top-bg {
    height: 238px;
    width: 100%;
    position: absolute;
    background: none no-repeat 0 0;
    background-size: cover;
}

.container.main-body>.row>.big-heading {
    margin-top: 50px;
    padding: 70px 15px 70px 45px;
    background-color: rgba(255,255,255,0.7);
}

.container.main-body>.row>.big-heading>.heading {
    position: relative;
}

.container.main-body>.row>.big-heading>.heading>h1 {
    font-size: 2.5em;
    margin: 0;
    font-weight: 700;
    padding-right: 100px;
}

.container.main-body>.row>.big-heading>.heading>div.count {
    margin-top: 20px;
    float: left;
    color: #757a7b;
    font-weight: 700;
}

.container.main-body>.row>.big-heading>.heading>div.count>div {
    display: inline-block;
    margin-right: 15px;
}

.container.main-body>.row>.big-heading>.heading>div.count>div>span {
    background: url(/s/images/view-count-icon.png) no-repeat scroll 0 2px;
    width: 18px;
    height: 18px;
    display: block;
    float: left;
    margin-right: 5px;
}

.container.main-body>.row>.big-heading>.heading>div.count>div.cate>a {
    color: #757a7b;
}

.container.main-body>.row>.big-heading>.heading>div.count>div.cate>a:hover {
    color: #000;
    text-decoration: none;
}

.container.main-body>.row>.big-heading>.heading>div.count>div.cate>span {
    background-position: -18px 2px;
}

.container.main-body>.row>.big-heading>.heading>div.count>div.day-visit>span {
    background-position: -36px 2px;
}

.container.main-body>.row>.big-heading>.heading>span.random-btn {
    width: 35px;
    height: 35px;
    float: right;
    font-size: 1.6em;
    border: 2px solid #383635;
    border-radius: 50%;
    text-align: center;
    line-height: 33px;
    top: 50%;
    position: absolute;
    right: 50px;
    margin-top: -17px;
    opacity: 1;
    cursor: pointer;
    transition: all 0.1s ease 0;
    -webkit-transition: all 0.1s ease 0;
    -o-transition: all 0.1s ease 0;
}

.container.main-body>.row>.big-heading>.heading>span.random-btn>a>i {
    color: #383635;
}

.container.main-body>.row>.big-heading>.heading>span.random-btn:hover {
    width: 38px;
    height: 38px;
    margin-top: -19px;
    right: 48px;
    font-size: 1.8em;
    line-height: 36px;
}

.big-heading>.heading>.addthis_sharing_toolbox {
    position: absolute;
    right: 0;
    color: #757a7b;
    line-height: 31px;
    margin: 17px 100px 0 0;
}

.big-heading>.heading>.addthis_sharing_toolbox>.at-share-tbx-element {
    float: right;
    height: 30px;
}

.big-heading>.heading>.addthis_sharing_toolbox>.at-share-tbx-element a {
    height: 30px;
    width: 30px;
    background: none;
}

.big-heading>.heading>.addthis_sharing_toolbox>.at-share-tbx-element>a>span {
    height: 30px;
    width: 30px;
    //background: url(/s/images/share-btn-icon-heading.png) no-repeat scroll;
    background-size: 115px !important;
}

.big-heading>.heading>.addthis_sharing_toolbox>.at-share-tbx-element>a.at-svc-twitter>span {
    background-position: -57px 0;
}

.big-heading>.heading>.addthis_sharing_toolbox>.at-share-tbx-element>a.at-svc-facebook>span {
    background-position: -28px 0;
}

.big-heading>.heading>.addthis_sharing_toolbox>.at-share-tbx-element>a.at-svc-pinterest_share>span {
    background-position: -85px 0;
}

.big-heading>.heading>.addthis_sharing_toolbox>.at-share-tbx-element>a.at-svc-google_plusone_share>span {
    background-position: 0 0;
}

/** fixed-bottom-tool **/
#fixed-bottom {
    position: absolute;
    width: 290px;
    right: 0;
}

#fixed-bottom .fixed-bottom-tool {
    margin-bottom: -50px;
    position: fixed;
    bottom: 0;
    width: 290px;
    height: 50px;
    padding: 7px 5px;
    background: #fff;
    box-shadow: 0 0 4px 1px rgba(0,0,0,0.15);
    border-radius: 50px 0 0 0;
    z-index: 1040;
    transition: margin 0.5s ease 0;
    -o-transition: margin 0.5s ease 0;
}

#fixed-bottom .fixed-bottom-tool.active {
    margin-bottom: 0;
}

#fixed-bottom .fixed-bottom-tool>div {
    float: left;
    height: 100%;
    line-height: 36px;
}

#fixed-bottom .fixed-bottom-tool>div.user-tool {
    width: 50%;
    padding-left: 20px;
    border-right: 1px solid #eee;
}

#fixed-bottom .fixed-bottom-tool>div.user-tool>a:hover {
    color: #fff;
    text-decoration: decoration;
}

#fixed-bottom .fixed-bottom-tool>div.user-tool>a>img {
    float: left;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    margin-top: 3px;
    position: absolute;
}

#fixed-bottom .fixed-bottom-tool>div.user-tool>a>.user-name {
    width: 80px;
    color: #979696;
    font-size: 1em;
    margin-left: 35px;
    overflow: hidden;
}

#fixed-bottom .fixed-bottom-tool>div.user-tool>a>.user-name>div {
    text-align: center;
}

#fixed-bottom .fixed-bottom-tool>div.enkilove-tool {
    width: 25%;
    text-align: center;
    padding: 0 10px;
    border-right: 1px solid #eee;
    position: relative;
}

#fixed-bottom .fixed-bottom-tool>div.enkilove-tool>i {
    float: left;
    line-height: 28px;
    font-size: 1.4em;
    color: #53d3c5;
    cursor: pointer;
}

#fixed-bottom .fixed-bottom-tool>div.enkilove-tool>i.disable {
    color: #e4007f;
    cursor: default;
}

#fixed-bottom .fixed-bottom-tool>div.enkilove-tool>span {
    color: #ff8900;
    display: block;
    margin-top: -4px;
}

#fixed-bottom .fixed-bottom-tool>div.share-tool {
    width: 25%;
    text-align: center;
    position: relative;
    cursor: pointer;
}

#fixed-bottom .fixed-bottom-tool>div.share-tool:hover span {
    background-position: -33px -3px;
}

#fixed-bottom .fixed-bottom-tool>div.share-tool:hover:after {
    color: #000;
}

#fixed-bottom .fixed-bottom-tool>div.share-tool>span {
    display: inline-block;
    width: 30px;
    height: 100%;
    background: url(/s/images/view-fixed-bottom-btn.png) no-repeat scroll -3px -3px;
}

#fixed-bottom .fixed-bottom-tool>div.enkilove-tool:after {
    content: "Enkilove";
    left: 12px;
}

#fixed-bottom .fixed-bottom-tool>div.share-tool:after {
    content: "Share";
}

#fixed-bottom .fixed-bottom-tool>div:after {
    position: absolute;
    bottom: -15px;
    left: 20px;
    color: #53d3c5;
    font-size: 0.8em;
    z-index: -1;
}

#fixed-bottom .fixed-bottom-tool>div.share-tool>.dropdown-menu {
    top: -40px;
    left: -65px;
    width: 200px;
    height: 50px;
    padding: 0;
    margin: 0;
    border: none;
    box-shadow: 0 0 4px 1px rgba(0,0,0,0.15);
    display: block;
    opacity: 0;
    visibility: hidden;
    transition: all 0.2s ease;
    -o-transtion: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -webkit-transition: all 0.2s ease;
}

#fixed-bottom .fixed-bottom-tool>div.share-tool.open>.dropdown-menu {
    visibility: visible;
    top: -65px;
    opacity: 1;
}

#fixed-bottom .fixed-bottom-tool>div.share-tool.visible>.dropdown-menu {
    visibility: visible;
    top: -65px;
    opacity: 1;
}

#fixed-bottom .fixed-bottom-tool>div.share-tool>.dropdown-menu>span.triangle {
    border-width: 7px 10px 0 10px;
    border-color: #fff transparent transparent transparent;
    border-style: solid;
    position: absolute;
    width: 0;
    height: 0;
    bottom: -7px;
    left: 90px;
}

#fixed-bottom .fixed-bottom-tool>div.share-tool>.dropdown-menu .at-share-btn {
    width: 25%;
    height: 50px;
    max-width: 25%;
    max-height: 100%;
    margin: 0;
    background: none;
    transition: all 0.1s linear 0;
    -o-transition: all 0.1s linear 0;
    -ms-transition: all 0.1s linear 0;
    -webkit-transition: all 0.1 linear 0;
}

#fixed-bottom .fixed-bottom-tool>div.share-tool>.dropdown-menu .at-share-btn:hover {
    transform: scale(1.06,1.06);
}

#fixed-bottom .fixed-bottom-tool>div.share-tool>.dropdown-menu .at-share-btn>span {
    background: url(/s/images/share-btn-icon.png) no-repeat scroll;
    background-size: 122px !important;
    margin-top: 11px;
}

#fixed-bottom .fixed-bottom-tool>div.share-tool>.dropdown-menu .at-share-btn.at-svc-twitter>span {
    background-position: -61px 0;
}

#fixed-bottom .fixed-bottom-tool>div.share-tool>.dropdown-menu .at-share-btn.at-svc-facebook>span {
    background-position: -30px 0;
}

#fixed-bottom .fixed-bottom-tool>div.share-tool>.dropdown-menu .at-share-btn.at-svc-pinterest_share>span {
    background-position: -92px 0;
}

#fixed-bottom .fixed-bottom-tool>div.gotop {
    top: 0;
    position: absolute;
    width: 60px;
    height: 50px;
    right: -65px;
    background-color: #fff;
    border-radius: 0 50px 0 0;
    box-shadow: 0 0 4px 1px rgba(0,0,0,0.15);
    cursor: pointer;
    display: none;
}

#fixed-bottom .fixed-bottom-tool>div.gotop:after {
    content: "Top";
    position: absolute;
    bottom: -8px;
    left: 14px;
    z-index: 0;
}

#fixed-bottom .fixed-bottom-tool>div.gotop:hover span {
    background-position: -93px -3px;
}

#fixed-bottom .fixed-bottom-tool>div.gotop:hover:after {
    color: #000;
}

#fixed-bottom .fixed-bottom-tool>div.gotop>span {
    width: 30px;
    height: 30px;
    display: block;
    background: url(/s/images/view-fixed-bottom-btn.png) no-repeat scroll -63px -3px;
    margin: 10px 10px;
}

/** intro-panel **/
#main-content>.intro-panel>.edit-btn {
    width: 80px;
    height: 80px;
    float: right;
    font-size: 1.6em;
    border-radius: 50%;
    text-align: center;
    line-height: 33px;
    top: -40px;
    position: absolute;
    right: -40px;
    opacity: 1;
    cursor: pointer;
    transition: all 0.2s ease;
    -webkit-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    z-index: 1000;
    background: #bbb;
}

#main-content>.intro-panel>.edit-btn:hover {
    width: 85px;
    height: 85px;
}

#main-content>.intro-panel>.edit-btn:hover a i {
    margin-top: 50px;
}

#main-content>.intro-panel>.edit-btn>a {
    /*color:#53d3c5;*/
    color: #fff;
    font-size: 0.6em;
    font-weight: 700;
}

#main-content>.intro-panel>.edit-btn>a i {
    font-style: normal;
    color: #fff;
    float: left;
    margin-top: 48px;
    margin-left: 16px;
    transition: all 0.2s ease;
    -webkit-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
}

/* list_carousel */
.list_carousel {
    position: relative;
    margin: 0 auto;
    padding: 10px 75px 10px 0;
    overflow: hidden;
}

.list_carousel ul {
    margin: 0;
    padding: 0;
    list-style: none;
    display: block;
}

.list_carousel li {
    padding: 6px;
    display: block;
    float: left;
    width: 142px;
    height: 92px;
    overflow: hidden;
    transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    -moz-transition: all 0.2 ease;
    -webkit-transition: all 0.2 ease;
}

.list_carousel li:hover a>span {
    background: rgba(83,211,197,0.7);
}

.list_carousel li:hover a>.img-top {
    background: none
}

.list_carousel li:hover a>.img-top>p {
    display: none;
}

.list_carousel li:hover a>img {
    opacity: 1;
}

.list_carousel li a {
    width: 100%;
    height: 80px;
    display: block;
    position: relative;
    overflow: hidden;
    transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    -moz-transition: all 0.2 ease;
    -webkit-transition: all 0.2 ease;
}

.list_carousel li a:hover {
    text-decoration: none;
}

.list_carousel li a img {
    opacity: 0.2;
    min-height: 100%;
    width: 100%;
    display: block;
    transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    -moz-transition: all 0.2 ease;
    -webkit-transition: all 0.2 ease;
}

.list_carousel li a img.csl-video-pic {
    width: 146px;
    margin-top: -14px;
    margin-left: -8px;
}

.list_carousel li a .over-lay {
    display: block;
    width: 100%;
    height: 100%;
    background: rgba(83,211,197,0.3);
    font-size: 12px;
    color: #000;
    padding: 5px;
    transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    -moz-transition: all 0.2 ease;
    -webkit-transition: all 0.2 ease;
}

.list_carousel li a .over-lay.img-top {
    position: absolute;
    top: 0;
}

.list_carousel li a .over-lay>p>label {
    line-height: 70px;
    width: 100%;
    text-align: center;
    cursor: pointer;
}

#main-content .list_carousel li a .over-lay>p {
    margin: 0;
    line-height: 17px;
    font-weight: bold;
    color: #454343;
    font-family: Helvetica,"Open Sans",Arial,sans-serif;
}

.list_carousel .clearfix {
    float: none;
    clear: both;
}

.list_carousel>a {
    position: absolute;
    top: 15px;
    right: 50px;
    border: 1px solid #ccc;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    line-height: 20px;
    text-align: center;
}

.list_carousel>a:hover {
    background-color: #ececec;
}

.list_carousel .prev {
    top: 40px;
}

.list_carousel>a>i {
    font-style: normal;
    font-size: 23px;
    color: #ccc;
    line-height: 18px;
    width: 18px;
    text-align: center;
}

/*elastislide*/
.elastislide-wrapper {
    position: relative;
    background-color: #fff;
    margin: 0 auto;
    min-height: 60px;
    box-shadow: none;
    padding: 0 60px;
}

.elastislide-wrapper ul {
}

.elastislide-wrapper ul li {
    height: 100%;
    width: 110px;
    display: inline-block;
    margin: 8px;
    -webkit-backface-visibility: hidden;
    min-width: 20px;
}

.elastislide-wrapper ul li a {
    position: relative;
}

.elastislide-wrapper ul li a>.over-lay {
    position: absolute;
    top: 6px;
    left: 3px;
    height: 74px;
    line-height: 74px;
    width: 74px;
    background: rgba(255,255,255,0.3);
    text-align: center;
    font-size: 13px;
    color: #666;
}

.elastislide-wrapper ul li a img {
    width: 80px;
    height: 80px;
    display: block;
    text-align: center;
    background: #eee;
    padding: 3px;
    font-size: 12px;
    color: #666;
    font-family: "";
    font-style: oblique;
    text-transform: uppercase;
}

#main-content>.panel>.panel-body.related-article-body {
    padding: 0 55px;
    margin: 0 15px 15px;
    background-color: #fff;
    position: relative;
}

.related-article-body>a {
    width: 36px;
    height: 36px;
    border-radius: 0;
    text-indent: 0;
    cursor: pointer;
    opacity: 0.8;
    display: table-cell;
    vertical-align: middle;
    margin-top: -20px;
    position: absolute;
    top: 50%;
    text-align: center;
}

.related-article-body>a:hover {
    opacity: 1;
}

.related-article-body #relate-next {
    right: 10px;
}

.related-article-body #relate-prev {
    left: 10px;
}

.related-article-body>a>i {
    font-style: normal;
    font-size: 36px;
    color: #ddd;
}

.elastislide-wrapper nav span {
    background: #fff;
    width: 36px;
    height: 36px;
    border-radius: 0;
    text-indent: 0;
    cursor: pointer;
    opacity: 0.8;
    display: table-cell;
    vertical-align: middle;
    margin-top: -20px;
}

.elastislide-wrapper nav span.elastislide-prev i,.elastislide-wrapper nav span.elastislide-next i {
    font-style: normal;
    font-size: 36px;
    color: #ddd;
}

/*elastislide for related-article*/
#related-article-slider {
    margin: 10px 0;
    max-height: 145px !important;
    padding: 0;
}

#related-article-slider li {
    margin: 8px;
    display: block;
    height: 125px;
    width: 125px;
    float: left;
}

#related-article-slider li a {
    display: block;
    width: 125px;
    height: 125px;
    background-image: url(/s/images/article-pic-placeholder.png);
    background-size: 100% 100%;
    background-repeat: no-repeat;
    padding: 0;
    position: relative;
}

#related-article-slider li a>.over-lay2 {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    background: rgba(0,0,0,0.2);
    font-size: 12px;
    color: #fff;
    padding: 5px;
}

#related-article-slider li a:hover>.over-lay2 {
    background: rgb(214,218,96);
    background: rgba(214,218,96,0.5);
    filter: alpha(opacity=50);
}

#related-article-slider li a img {
    width: 125px;
    height: 125px;
    padding: 0;
}

/* */
#main-content>.intro-panel .panel-body-inner .first-line {
    border-top: 1px solid #ccc;
    margin: 10px 0;
}

#main-content>.intro-panel .panel-body-inner .first-line>span {
    font-size: 0.8em;
    color: #ccc;
    position: absolute;
    top: -11px;
    left: 20px;
    background: #fff;
    padding: 0 10px;
}

#main-content>.intro-panel .panel-body-inner .second-line {
    padding: 0;
}

#main-content>.intro-panel .panel-body-inner .second-line ul {
    list-style: none;
}

#main-content>.intro-panel .panel-body-inner .second-line>a>i.fa {
    font-size: 90px;
    font-style: normal;
    line-height: 90px;
    text-indent: 24px;
    color: #dbdbdb;
}

#main-content>.intro-panel .panel-body-inner .second-line>a:hover>i.fa {
    color: #ccc;
}

#main-content>.intro-panel .panel-body-inner .third-line {
    color: #444;
    font-size: 1em;
    padding: 0;
}

#main-content>.intro-panel .panel-body-inner .third-line ol {
    counter-reset: item;
}

#main-content>.intro-panel .panel-body-inner .third-line ol>li {
    counter-increment: item;
    padding: 0;
    text-indent: -2em;
    margin-bottom: 10px;
}

#main-content>.intro-panel .panel-body-inner .third-line ol>li:before {
    width: 2em;
    display: inline-block;
    font-weight: bold;
    text-align: right;
    content: counter(item) ".";
    padding-right: 0.5em;
}

#main-content>.intro-panel .panel-body-inner .third-line ol>li>p {
    display: inline;
}

#main-content>.intro-panel .panel-body-inner .forth-line {
    padding: 0 25px;
}

#main-content.slide-mode>.intro-panel .panel-body-inner .forth-line {
    position:relative;
    padding: 0;
}

#main-content>.intro-panel .panel-body-inner .forth-line .btn-view-gallery {
    display:block;
    position:absolute;
    bottom:50px;
    right:0;
    width:155px;
    height:94px;
    background-color:rgba(0,215,197,.7);
    padding: 0 25px;
    font-size:16px;
    line-height:94px;
    color:#fff;
    text-align:center;
}

#main-content.slide-mode .btn-page-turning a{
    display:block;
    position:relative;
    width:55px;
    height:55px;
    background-color:#4c4c4c;
}

#main-content.slide-mode .btn-page-turning a:hover{
    background-color:#333;
}

#main-content.slide-mode .btn-page-turning .prev{
    float:left;
}

#main-content.slide-mode .btn-page-turning .next{
    float:right;
}

#main-content.slide-mode .btn-page-turning a .icon{
    display:block;
    position:absolute;
    top: 18px;
    width: 13px;
    height: 20px;
}

#main-content.slide-mode .btn-page-turning .prev .icon{
    left: 19px;
    background: url(/s/images/icon_arrow-left.png) no-repeat 0 0;
}

#main-content.slide-mode .btn-page-turning .next .icon{
    left: 23px;
    background: url(/s/images/icon_arrow-right.png) no-repeat 0 0;
}

#main-content>.intro-panel .panel-body-inner .forth-line .btn-view-gallery .icon {
    display:block;
    position:absolute;
    bottom: 35px;
    right: 11px;
    width:15px;
    height:20px;
    background: url(/s/images/icon_arrow-right.png) no-repeat 0 0;
}

@media (max-width: 767px) {
    #main-content>.intro-panel .panel-body-inner .forth-line {
        padding:0;
    }
}

#main-content>.intro-panel .panel-body-inner .forth-line .only-one-media {
    /* 	width:82%;	margin:0 9%; */
    margin-bottom: 13px;
    width: 100%;
}

#main-content>.intro-panel .panel-body-inner .forth-line .only-one-media>img {
    width: 100%;
    height: auto;
}

#main-content>.intro-panel .panel-body-inner .forth-line .only-one-media>iframe {
    width: 100%;
    height: 480px;
}

#main-content>.intro-panel #intro-carousel {
    width: 82%;
    margin: 0 9%;
    height: 480px;
    margin-bottom: 20px;
    overflow: hidden;
}

.intro-panel #intro-carousel .carousel-inner .item {
    line-height: 480px;
}

.intro-panel #intro-carousel .carousel-inner .item img {
    width: 100%;
    height: auto;
}

.intro-panel #intro-carousel .carousel-inner .item iframe {
    margin: 0;
    width: 100%;
    height: 480px;
}

.video-logo {
    width: 46px;
    height: 28px;
    position: absolute;
    opacity: 0.8;
    float: left;
    left: 20px;
    top: 29px;
    background-image: url(/s/images/video-logo.png);
    background-size: 45px;
    z-index: 1;
    background-repeat: no-repeat;
}

@media screen and (max-width: 800px) {
    .intro-panel #intro-carousel {
        height:360px;
    }

    .intro-panel #intro-carousel .carousel-inner .item img, .intro-panel #intro-carousel .carousel-inner .item iframe {
        height: 360px;
    }
}

.intro-panel #intro-carousel .carousel-indicators li {
    margin: 1px;
}

.intro-panel #intro-carousel .carousel-indicators li.active {
    margin: 0;
}

.intro-panel #intro-carousel .carousel-control {
    top: 80px;
    bottom: 80px;
    height: auto;
    color: white;
}

#intro-carousel .carousel-inner .index-hover {
    position: absolute;
    width: 100%;
    height: 40px;
    top: 440px;
    left: 0;
    z-index: 1;
}

/** steps-panel **/
#main-content>.steps-panel .panel-body-inner {
    /*margin-bottom:30px;*/
}

#main-content>.steps-panel .panel-body-inner.section-introduction {
    border-radius: 6px;
    /* 	border:1px solid #52c3d3; */
}

.steps-panel .section-introduction .inner-text {
    border: 1px dashed #ccc;
    padding: 15px 40px;
    font-size: 0.9em;
    position: relative;
    word-wrap: break-word;
    border-radius: 10px;
}

.steps-panel .section-introduction .text-title {
    background: #f8cf52;
    display: block;
    font-weight: bold;
    border-radius: 4px 4px 0 0 ;
    padding: 5px 20px;
    background: none no-repeat 0 0 #52c3d3;
}

.steps-panel .section-introduction .inner-text span {
    position: absolute;
    background: url(/s/images/article-steps-tag.png);
    display: block;
    font-weight: bold;
    top: -1px;
    left: -1px;
    width: 40px;
    height: 40px;
    border-top-left-radius: 9px;
}

#main-content>.steps-panel .panel-body-inner>.element-text {
    padding: 10px 25px;
    padding-bottom: 8px;
    position: relative;
}

#main-content>.steps-panel .panel-body-inner>.element-text ul,#main-content>.steps-panel .panel-body-inner>.element-text ol {
    /* 	color:#888 !important; */
    font-size: 1em !important;
    padding-left: 20px;
}

#main-content>.steps-panel .panel-body-inner>.element-text ol {
    counter-reset: item
}

#main-content>.steps-panel .panel-body-inner>.element-text ol>li {
    list-style-type: none;
    counter-increment: item;
    padding: 0;
    text-indent: -2em;
    margin-bottom: 10px;
}

#main-content>.steps-panel .panel-body-inner>.element-text ol>li:before {
    width: 2em;
    display: inline-block;
    font-weight: bold;
    text-align: right;
    content: counter(item) ".";
    padding-right: 0.5em;
}

#main-content>.steps-panel .panel-body-inner>.element-text ol>li>p {
    display: inline;
}

#main-content>.steps-panel .panel-body-inner>.element-text>span {
    font-weight: bold;
    font-size: 18px;
    line-height: 27px;
    height: 25px;
    width: 25px;
    text-align: center;
    position: absolute;
    top: 15px;
    left: -5px;
    display: block;
    background: #53d3c5;
    border-radius: 50%;
    float: left;
    font-family: Helvetica,sans-serif;
}

#main-content>.steps-panel .panel-body-inner>.element-text>span.ul {
    height: 20px;
    width: 20px;
    top: 15px;
}

#main-content>.steps-panel .panel-body-inner>.element-text>span>i {
    font-size: 16px;
    color: #555;
    float: right;
    margin: 17px 10px 0 4px;
}

#main-content>.steps-panel .panel-body-inner>.element-text>p {
    color: #444;
    font-size: 1em;
}

#main-content>.steps-panel .panel-body-inner>.element-text>.element-title {
    color: #333;
    font-size: 1.1em;
    /* margin-bottom: 20px; */
    margin-top: 0;
    line-height: 1.6em;
    word-wrap: break-word;
    font-weight: bold;
}

#main-content>.steps-panel .panel-body-inner>.element-media {
    padding: 0 25px 40px 25px;
    position: relative;
}

#main-content>.steps-panel .panel-body-inner>.element-media .ZoomIn-button {
    position: absolute;
    top: 0px;
    background-image: url(/s/images/ZoomIn-button.png);
    background-repeat: no-repeat;
    width: 40px;
    height: 40px;
    right: 0px;
    display: none;
    opacity: 0.5;
    cursor: pointer;
}

#main-content>.steps-panel .panel-body-inner>.element-media .ZoomIn-button:hover {
    opacity: 1;
}

#main-content .panel-body-inner .pin-it-button {
    position: absolute;
    top: 10px;
    background-color: #c22;
    background-repeat: no-repeat;
    border-radius: 8px;
    width: 40px;
    height: 40px;
    right: 10px;
    display: block;
    opacity: 0.5;
    cursor: pointer;
    overflow: hidden;
    text-align: center;
    transition: opacity .4s;
}

#main-content .panel-body-inner .pin-it-button i {
    font-size: 32px;
    font-style: normal;
    line-height: 44px;
    color: #fff;
    vertical-align: top;
}

#main-content .panel-body-inner .pin-it-button.fadein,#main-content .panel-body-inner .pin-it-button:hover {
    opacity: 1;
}

#main-content .panel-body-inner .pin-it-button i:hover {
    text-decoration: none;
}

/* #main-content>.steps-panel .panel-body-inner>.element-media>img, */
#main-content>.steps-panel .panel-body-inner>.element-media>iframe {
    width: 100%;
    max-width: 100%;
    margin-bottom: 10px;
}

#main-content>.steps-panel .panel-body-inner>.element-media>.element-item {
    position: relative;
}

#main-content>.steps-panel .panel-body-inner>.element-media>.element-item>img {
    width: 100%;
    max-width: 100%;
    margin-bottom: 10px;
}

/** tips-panel **/
#main-content>.tips-panel .panel-body-inner {
    padding: 10px 25px 25px;
}

#main-content>.tips-panel .panel-body-inner>ul {
    list-style: none;
    padding-left: 30px;
}

#main-content>.tips-panel .panel-body-inner>ul>li {
    margin-bottom: 15px;
    font-size: 16px;
    position: relative;
}

#main-content>.tips-panel .panel-body-inner>ul>li span.tip-circle {
    width: 13px;
    height: 13px;
    background-color: #53d3c5;
    border-radius: 50%;
    display: block;
    position: absolute;
    top: 6px;
    left: -30px;
}

#main-content>.tips-panel .panel-body-inner>ul>li span.refe-num {
    position: absolute;
    left: -30px;
    color: #53d3c5;
    font-weight: 700;
    font-size: 1.2em;
    line-height: 22px;
}

#main-content>.tips-panel .panel-body-inner>ul>li span.check-checks {
    position: absolute;
    left: -30px;
    color: #53d3c5;
    width: 16px;
    height: 16px;
    border: 2px solid #53d3c5;
    border-radius: 2px;
    margin-top: 5px;
    cursor: pointer;
}

#main-content>.tips-panel .panel-body-inner>ul>li span.check-checks>i {
    color: #53d3c5;
    float: left;
    font-size: 12px;
    font-style: normal;
    display: none;
}

#main-content>.tips-panel .panel-body-inner>ul>li.checked span.check-checks>i {
    display: block;
}

#main-content>.tips-panel .panel-body-inner>ul>li span {
    color: #444;
    word-wrap: break-word;
}

#main-content>.tips-panel .panel-body-inner>ul>li.checked span {
    color: #53d3c5;
}

#main-content>.tips-panel .panel-body-inner>ul>li span a {
    color: inherit;
    font-style: italic;
}

/*ingredient panel*/
#main-content>.ingredient-panel .panel-body-inner {
    padding: 0 25px 25px;
}

#main-content>.ingredient-panel .panel-body-inner>h3 {
    font-size: 0.9em;
    font-weight: 700;
    color: #666;
    margin: 20px 0 0 0;
    position: relative;
}

#main-content>.ingredient-panel .panel-body-inner>h3>span {
    width: 13px;
    height: 13px;
    background: #53d3c5;
    display: block;
    position: absolute;
    top: 1px;
    left: -20px;
    border-radius: 50%;
}

#main-content>.ingredient-panel .panel-body-inner>ul {
    list-style: none;
    overflow: hidden;
    margin-bottom: 20px;
    padding: 0;
}

#main-content>.ingredient-panel .panel-body-inner>ul>li {
    float: left;
    width: 55%;
    padding: 15px 10% 0 0;
    color: #444;
    font-size: 1.1em;
}

#main-content>.ingredient-panel .panel-body-inner>ul>li:nth-child(even) {
    width: 45%;
    padding-right: 0;
    float: right;
}

#main-content>.ingredient-panel .panel-body-inner>ul>li>div {
    border-bottom: 1px dotted #ccc;
    padding-bottom: 15px;
}

#main-content>.ingredient-panel .panel-body-inner>ul>li>div>.igdt-dw {
    color: #999;
    margin-left: 13px;
}

/* comment panel */
#main-content>.comment-panel>.panel-heading {
}

#main-content>.comment-panel>.panel-heading>.add-cmt-btn {
    color: #fff;
    float: right;
    font-size: 14px;
    font-weight: normal;
    padding: 5px 15px;
    border-radius: 25px;
    cursor: pointer;
    font-style: normal;
    background: #53d3c5;
}

#main-content>.comment-panel>.panel-heading>.add-cmt-btn:hover {
    border-color: #2CD3C1;
}

#main-content>.comment-panel>.comment-area {
    padding: 20px 55px;
    overflow: hidden;
    display: none;
}

#main-content>.comment-panel>.comment-area #id_honeypot {
    display: none;
}

#main-content>.comment-panel>.comment-area #id_comment {
    width: 100%;
    height: 100px;
    border-color: #b4b4b4;
    margin-bottom: 20px;
    padding: 10px;
}

#main-content>.comment-panel>.comment-area #id_comment.has-error {
    border-color: #a94442;
}

#main-content>.comment-panel>.comment-area>form>.submit-panel>input[type=button] {
    height: 30px;
    font-size: 14px;
    background: none;
    border: 1px solid #bbb;
    border-radius: 15px;
    float: right;
    display: block;
    color: #bbb;
    width: 80px;
    outline: 0;
}

#main-content>.comment-panel>.comment-area>form>.submit-panel>input#id_cancel:hover {
    background: #eee;
}

#main-content>.comment-panel>.comment-area>form>.submit-panel>input#id_submit {
    border-color: #53d3c5;
    color: #53d3c5;
    margin-left: 20px;
}

#main-content>.comment-panel>.comment-area>form>.submit-panel>input#id_submit:hover {
    background: #53d3c5;
    color: #fff;
}

#main-content>.comment-panel .reg-panel {
    font-size: 15px;
    padding: 20px;
    overflow: hidden;
    display: none;
}

#main-content>.comment-panel .reg-panel>p {
    line-height: 20px;
    margin-bottom: 20px;
}

#main-content>.comment-panel .reg-panel>p>a {
    color: #53d3c5;
}

#main-content>.comment-panel .reg-panel>p>.fa {
    color: #53d3c5;
    font-size: 20px;
    font-style: normal;
    float: left;
    margin-right: 10px;
}

#main-content>.comment-panel .reg-panel>div {
    width: 50%;
    text-align: left;
    font-size: 18px;
    float: left;
}

#main-content>.comment-panel .reg-panel>div>input {
    width: 65%;
    border: 1px solid #bbb;
    margin-left: 10px;
}

#main-content>.comment-panel .reg-panel>div>input.has-error {
    border-color: #a94442;
}

#main-content>.comment-panel>.panel-body {
    border-top: 1px solid #eee;
}

#main-content>.comment-panel>.panel-body>.comment-list {
    padding: 10px 0;
}

#main-content>.comment-panel>.panel-body>.comment-list>ul {
    padding: 0;
    list-style: none;
}

#main-content>.comment-panel>.panel-body>.comment-list>ul>li {
    padding: 10px;
    overflow: hidden;
    position: relative;
}

#main-content>.comment-panel>.panel-body>.comment-list>ul>li.reply-item {
    padding-left: 70px;
}

#main-content>.comment-panel>.panel-body>.comment-list>ul>li>a>img {
    width: 50px;
    height: 50px;
    float: left;
}

#main-content>.comment-panel>.panel-body>.comment-list>ul>li>a {
    overflow: hidden;
    display: block;
    float: left;
    height: 50px;
    width: 50px;
    border-radius: 50%;
}

#main-content>.comment-panel>.panel-body>.comment-list>ul>li>a.visitor_avatar {
    background-color: #ccc;
}

#main-content>.comment-panel>.panel-body>.comment-list>ul>li>.subject {
    padding-left: 60px;
    font-size: 15px;
    color: #818181;
    position: relative;
}

#main-content>.comment-panel>.panel-body>.comment-list>ul>li>.subject>.cmt-author>a {
    color: #000;
    font-size: 18px;
}

#main-content>.comment-panel>.panel-body>.comment-list>ul>li>.subject>.cmt-author>a:hover {
    text-decoration: none;
}

#main-content>.comment-panel>.panel-body>.comment-list>ul>li>.subject>.cmt-author>span {
    margin-left: 10px;
    font-size: 13px;
    color: #b4b4b4;
}

#main-content>.comment-panel>.panel-body>.comment-list>ul>li>.subject>.cmt-content>label {
    color: #000;
    margin-bottom: 0;
}

#main-content>.comment-panel>.panel-body>.comment-list>ul>li>.subject>.reply-btn {
    height: 16px;
    position: absolute;
    color: #b4b4b4;
    right: 0;
    top: 0;
    background: url(/s/images/view-reply-icon.png) no-repeat scroll 0 -16px;
    padding-left: 20px;
    line-height: 13px;
    cursor: pointer;
}

#main-content>.comment-panel>.panel-body>.comment-list>ul>li>.subject>.reply-btn:hover {
    color: #53d3c5;
    background-position: 0 0;
}

#main-content>.comment-panel>.panel-body>.comment-list>ul>li>.reply-panel {
    overflow: hidden;
    visibility: hidden;
    max-height: 0;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}

#main-content>.comment-panel>.panel-body>.comment-list>ul>li>.reply-panel.open {
    height: auto;
    max-height: 300px;
    visibility: visible;
}

#main-content>.comment-panel>.panel-body>.comment-list>ul>li>.reply-panel>.inner-panel {
    margin: 30px 0;
    padding-left: 70px;
    overflow: hidden;
}

#main-content>.comment-panel>.panel-body>.comment-list>ul>li>.reply-panel>.inner-panel>textarea {
    width: 100%;
    height: 80px;
    border-color: #b4b4b4;
    padding: 10px;
    margin-bottom: 20px;
}

#main-content>.comment-panel>.panel-body>.comment-list>ul>li>.reply-panel>.inner-panel>span {
    float: right;
    margin: 0 10px;
    cursor: pointer;
}

#main-content>.comment-panel>.panel-body>.comment-list>ul>li>.reply-panel>.inner-panel>span.reply-submit-btn:hover {
    color: #53d3c5;
}

#main-content>.comment-panel>.panel-body>.comment-list>.more-comments {
    color: #53d3c5;
    text-align: center;
    /* width:200px; */
    padding: 6px;
    border: 1px solid #53d3c5;
    border-radius: 30px;
    margin: 0 auto;
    cursor: pointer;
    transition: all 0.2s;
    -webkit-transition: all 0.2s;
    -ms-transition: all 0.2s;
    -o-transition: all 0.2s;
    display: block;
}

#main-content>.comment-panel>.panel-body>.comment-list>.more-comments:hover {
    background: #53d3c5;
    color: #fff;
    box-shadow: 0 0 4px 1px #rgba(0,0,0,0.5);
    text-decoration: none;
}

/* zoom in window */
#ZoomInWindow {
    width: auto;
    height: 640px;
    position: fixed;
    top: 50%;
    left: 50%;
    margin-left: -512px;
    margin-top: -320px;
    overflow: hidden;
    /* 	max-width:1024px; */
    height: auto;
    z-index: 1040;
}

#ZoomInWindow .modal-dialog {
    margin: 0px auto;
    text-align: center;
    width: 100%;
    height: 100%;
    padding: 20px;
    background-color: rgba(0,0,0,0.5);
}

#ZoomInWindow .modal-dialog img {
    width: inherit;
    opacity: 1;
}

#ZoomInWindow .ZoomOut-button {
    width: 40px;
    height: 40px;
    opacity: 0.5;
    position: absolute;
    top: 20px;
    right: 20px;
    background-image: url(/s/images/ZoomOut-button.png);
    background-repeat: no-repeat;
    cursor: pointer;
    z-index: 1;
}

#ZoomInWindow .ZoomOut-button:hover {
    opacity: 1;
}

/* MailSendWindow */
#Contact-sendmail {
    cursor: pointer;
}

#MailSendWindow {
    width: 800px;
    height: 450px;
    position: fixed;
    top: 50%;
    left: 50%;
    margin: -200px 0 0 -400px;
    background-color: #fff;
    color: #ababab;
    font-size: 20px;
    text-align: left;
    z-index: 1041;
    overflow: hidden;
    line-height: 21px;
    box-shadow: 0 0 8px 4px rgba(0,0,0,0.25);
}

#MailSendWindow .mailsend-title {
    margin: 0;
    padding: 17px 20px;
    color: #343434;
    position: relative;
    font-size: 22px;
}

#MailSendWindow .mailsend-title .fa-times {
    float: right;
    color: #bab4a7;
    cursor: pointer;
}

#MailSendWindow .mailsend-title .fa-times:hover {
    color: #777;
}

#MailSendWindow .mailsend-body ul {
    padding: 0 20px;
}

#MailSendWindow .mailsend-body ul li {
    list-style: none;
    border: 1px solid #bab4a7;
    width: 100%;
    height: 50px;
    line-height: 50px;
}

#MailSendWindow .mailsend-body ul li:first-child {
    margin-bottom: 15px;
}

#MailSendWindow .mailsend-body ul li:last-child {
    border-top: none;
}

#MailSendWindow .mailsend-body>ul>li>label {
    width: 80px;
    text-align: center;
    font-size: 25px;
    font-weight: normal;
}

#MailSendWindow .mailsend-body>ul>li>span>input {
    font-size: 24px;
    line-height: 30px;
    width: 100%;
    outline: none;
    border: none;
    padding: 0 20px;
}

#MailSendWindow .mailsend-body .emailsend-text {
    min-height: 100px;
    height: auto;
}

#MailSendWindow .mailsend-body .emailsend-text textarea {
    border: none;
    width: 100%;
    height: 200px;
    outline: none;
    background-color: #ffffff;
    line-height: 24px;
    resize: none;
    padding: 15px 15px 0 15px;
    margin-bottom: -17px;
}

#MailSendWindow .mailsend-submit {
    margin-top: 20px;
    padding: 0 20px;
}

#MailSendWindow .mailsend-submit>div {
    padding: 4px;
    border: 1px solid #ababab;
    border-radius: 15px;
    cursor: pointer;
    display: inline-block;
    width: 75px;
    margin-right: 20px;
    font-size: 16px;
    text-align: center;
}

#MailSendWindow .mailsend-submit>div.cancel-button:hover {
    background-color: #ebebeb;
}

#MailSendWindow .mailsend-submit>div.mailsend-button {
    border-color: #53d3c5;
    color: #53d3c5;
}

#MailSendWindow .mailsend-submit>div.mailsend-button:hover {
    background-color: #53d3c5;
    color: #fff;
}

/* mailsend loading  */
.modal-loading {
    width: 320px;
    height: 180px;
    position: fixed;
    top: 50%;
    left: 50%;
    margin-top: -90px;
    margin-left: -160px;
    text-align: center;
    background-color: #ffffff;
    line-height: 180px;
    box-shadow: 0 0 8px 2px rgba(0,0,0,0.25);
    z-index: 1041;
}

.modal-loading>img {
    width: 50px;
}

.modal-submit-success {
    text-align: center;
    font-size: 20px;
    margin: 30px auto 10px;
    overflow: hidden;
    font-weight: 700;
}

.modal-submit-success>p {
    line-height: 24px;
    height: 35px;
}

.modal-submit-success .rows_1 {
    color: #eb6100;
}

.modal-submit-success .rows_2 {
    font-size: 18px;
}

.modal-submit-success>p>span {
    background-image: url("/s/images/submitsuccess-logo.png");
    background-repeat: no-repeat;
    position: absolute;
    width: 40px;
    height: 35px;
    top: 25px;
    left: 90px;
}

.modal-submit-success .back-button {
    width: 140px;
    height: 35px;
    color: #ffffff;
    font-size: 0.9em;
    line-height: 35px;
    background-color: #eb6100;
    margin: 0 auto;
    cursor: pointer;
}

.modal-submit-success .back-button:hover {
    background-color: #bf5104;
}

/* aside-right */
section.same-title-artitle .section-heading {
    background-color: #52c3d3;
}

.aside-right section.same-title-artitle .section-body {
    padding: 0;
    overflow: hidden;
    max-height: 375px;
}

section.same-title-artitle .section-body>ul {
    padding: 0;
    margin-bottom: 0;
}

section.same-title-artitle .section-body>ul>li {
    list-style: none;
    overflow: hidden;
    border-bottom: 1px solid #eee;
    padding: 0 0 0 10px;
}

section.same-title-artitle .section-body>ul>li>div {
    float: left;
}

section.same-title-artitle .section-body>ul>li .same-article-contents {
    padding: 10px 10px 10px 0;
    width: 85%;
    overflow: hidden;
    display: table-cell;
    border-right: 1px solid #eee;
}

section.same-title-artitle .section-body>ul>li .same-article-contents .same-article-title {
    font-size: 14px;
    width: 70%;
    font-weight: bold;
}

section.same-title-artitle .section-body>ul>li .same-article-contents .same-article-title:hover {
    color: #47a9b7;
}

section.same-title-artitle .section-body>ul>li .same-article-contents>a {
    color: #686868;
    float: left;
    cursor: pointer;
    max-width: 70%;
    overflow: hidden;
    font-size: small;
}

section.same-title-artitle .section-body>ul>li .same-article-contents>a:hover {
    color: #919196;
    text-decoration: none;
}

section.same-title-artitle .section-body>ul>li .same-article-contents>a>img {
    width: 50px;
    margin-right: 10px;
}

section.same-title-artitle .section-body>ul>li .same-article-contents>.contents-under {
    width: 100%;
    font-size: 12px;
    display: inline-block;
    color: #b5b5b5;
    text-align: right;
    margin-top: 5px;
}

section.same-title-artitle .section-body>ul>li .same-article-contents>.contents-under>a {
    color: #b5b5b5;
    float: left;
}

section.same-title-artitle .section-body>ul>li .same-article-view {
    margin-top: 30px;
    width: 15%;
    text-align: center;
}

section.same-title-artitle .section-body>ul>li .same-article-view i {
    color: #bcbbbb;
    font-size: 16px;
}

section.same-title-artitle .section-body>ul>li .same-article-view>p {
    color: #ff8900;
    font-size: 15px;
}

/* enkilove rank */
#main-content .enkilove-heading {
    padding: 20px 25px;
    background-color: #fff;
    margin-bottom: 10px;
}

#main-content .enkilove-rank-panel {
    background-color: #ffffff;
    overflow: hidden;
    padding: 20px 20px 0px 20px;
}

#main-content .enkilove-rank-panel .item {
    padding-top: 20px;
    margin-bottom: 20px;
    height: 111px;
    position: relative;
}

#main-content .enkilove-rank-panel .item+.item {
    border-top: 1px solid #cccccc;
}

#main-content .enkilove-rank-panel .item a:hover {
    text-decoration: none;
}

#main-content .enkilove-rank-panel .item .count {
    float: left;
    width: 15%;
    text-align: center;
    color: #e4007f;
}

#main-content .enkilove-rank-panel .item .count>span {
    display: block;
    width: 100%;
    color: #53d3c5;
    font-size: 22px;
    line-height: 22px;
    margin-bottom: 20px;
}

#main-content .enkilove-rank-panel .item .count>i {
    width: 100%;
    font-size: 18px;
}

#main-content .enkilove-rank-panel .item .count>p {
    font-weight: 700;
    margin: 0;
}

#main-content .enkilove-rank-panel .item .pic {
    float: left;
    width: 20%;
    height: 100%;
    overflow: hidden;
}

#main-content .enkilove-rank-panel .item .pic>a {
    float: left;
    width: 100%;
    height: 100%;
    overflow: hidden;
    position: relative;
}

#main-content .enkilove-rank-panel .item .pic>a>img {
    left: -9999px;
    position: absolute;
    margin: 0 auto;
    height: 100%;
    right: -9999px;
}

#main-content .enkilove-rank-panel .item .context {
    float: left;
    width: 65%;
    padding: 0 0 0 20px;
    position: relative;
}

#main-content .enkilove-rank-panel .item .context:hover {
    background-color: rgba(83,211,197,0.1);
}

#main-content .enkilove-rank-panel .item .context:hover .context-title {
    text-decoration: underline;
    color: #53d3c5;
}

#main-content .enkilove-rank-panel .item .context .context-title {
    font-weight: 700;
    color: #343434;
    font-size: 16px;
    line-height: 16px;
    margin-bottom: 5px;
}

#main-content .enkilove-rank-panel .item .context .author {
    margin: 0;
    font-size: 12px;
    font-style: italic;
    color: #343434;
}

#main-content .enkilove-rank-panel .item .context .author>a {
    color: #343434;
}

#main-content .enkilove-rank-panel .item .context .author>a:hover {
    text-decoration: underline;
}

#main-content .enkilove-rank-panel .item .context .context-intro {
    color: #787878;
    font-size: 12px;
    height: 53px;
    overflow: hidden;
}

#main-content .enkilove-rank-panel .enkilove-pagination {
    padding: 0 25px;
}

#main-content .enkilove-rank-panel .enkilove-pagination>.pagination>span {
    font-size: 20px;
}

#main-content .enkilove-rank-panel .enkilove-pagination>.pagination>span.disabled {
    color: #cccccc;
}

#main-content .enkilove-rank-panel .enkilove-pagination>.pagination>span>a {
    color: #53d3c5;
    font-size: 20px;
}

#main-content .enkilove-rank-panel .enkilove-pagination>.pagination {
    color: #53d3c5;
    font-size: 14px;
}

#main-content .enkilove-rank-panel .enkilove-pagination>.pagination>a {
    margin: 0 5px;
    color: #53d3c5;
    font-size: 17px;
}

#main-content .enkilove-rank-panel .enkilove-pagination>.pagination .current {
    color: #cccccc;
    cursor: default;
}

#main-content .enkilove-rank-panel .enkilove-pagination>.pagination .current:hover {
    text-decoration: none;
}

/* Temporary style for asides */
aside.aside-right section {
    margin-bottom: 5px;
    box-shadow: 0 1px 1px rgba(0,0,0,.05);
}

aside.aside-right section.ads {
    background: none;
    border: none;
    box-shadow: none;
}

aside.aside-right section.ads .section-body {
    padding: 0;
}

/*added by zhangpeng*/
aside.aside-right section.promotion {
    padding: 20px;
    background-color: rgba(236,26,133,0.2);
}

aside.aside-right section.promotion .section-body {
    color: #000;
    font-weight: bold;
}

aside.aside-right section.promotion .section-body a {
    color: #c04920;
    font-size: 1.2em;
}

/*end added by zhangpeng*/
.aside-right section>.section-heading {
    overflow: hidden;
    background-color: #fff;
    border-bottom: 1px solid #eee;
}

.aside-right section>.section-heading h4 {
    color: #000;
    float: left;
    padding: 0;
    margin: 0 15px;
    border-bottom: 2px solid #cdcdcd;
    height: 50px;
    line-height: 50px;
}

.aside-right section .section-body {
    color: #686868;
}

.aside-right section.meet-the-author>.section-body .inner-meta>p strong {
    color: #000;
}

section .section-body .inner-meta>p {
    color: #686868;
}

section.meet-the-author>.section-body .inner-meta .intro {
    color: #686868;
}

section.right-ul-1>.section-body ul>li .number {
    border-left: 1px solid #eee;
}

aside.aside-right section.poster {
    background: none;
    /*z-index:-1;*/
}

section.poster>.affix {
    top: 51px;
}

section.poster img {
    width: 100%;
    /*max-width:292.5px;*/
}

section.poster .right-sticky-ads {
    background-color: #fff;
    margin-top: 5px;
}

/* asides child */
#myaffix {
    position: absolute;
    width: 120px;
    left: -150px;
}

#myaffix .sidecatelog.affix {
    position: fixed;
    top: 90px;
}

#myaffix .sidecatelog {
    height: auto;
    width: 140px;
    overflow: hidden;
    position: relative;
    max-height: 350px;
}

#myaffix .sidecatelog .side-content {
    height: 100%;
    width: 130px;
    overflow: auto;
    margin-left: 30px;
    max-height: 340px;
}

#myaffix .sidecatelog dl {
    width: 110px;
    margin: 0;
    padding-right: 10px;
}

#myaffix .sidecatelog dl dd {
    margin: 10px 0;
    position: relative;
}

#myaffix .sidecatelog dl dd.item2 {
    padding-left: 20px;
}

#myaffix .sidecatelog dl dd.active a {
    color: #53d3c5;
}

#myaffix .sidecatelog dl dd.active span {
    display: block;
    border: 2px solid #53d3c5;
    height: 100%;
    position: absolute;
    right: -10px;
    top: 0;
    z-index: 1;
}

#myaffix .sidecatelog .item1 a,#myaffix .sidecatelog .item2 a {
    color: #000;
    display: block;
    white-space: nowrap;
    overflow: hidden;
    width: 100%;
    text-overflow: ellipsis;
    font-family: georgia;
}

#myaffix .sidecatelog .item1 a:hover,#myaffix .sidecatelog .item2 a:hover {
    text-decoration: none;
}

#myaffix .side-line {
    border-style: solid;
    border-color: #ccc;
    border-width: 0 1px 0 0;
    height: 100%;
    position: absolute;
    right: 2px;
    top: 0;
}

#myaffix .side-btn {
    position: absolute;
    top: 50%;
    left: 0;
    margin-top: -30px;
    cursor: pointer;
    display: none;
}

#myaffix .side-btn>div {
    width: 20px;
    height: 20px;
    border: 1px solid #ccc;
    border-radius: 50%;
    text-align: center;
    line-height: 15px;
    font-size: 1.3em;
    color: #999;
}

#myaffix .side-btn>div:hover {
    color: #000;
    border-color: #000;
}

#myaffix .side-btn>div.side-up {
    margin-bottom: 10px;
}

/* top tip */
#message-tip {
    background-color: #fecb16;
    color: #fff;
    width: 170px;
    padding: 5px;
    font-size: 14px;
    text-align: center;
    border-radius: 0 0 10px 10px;
    box-shadow: 0 0 8px 4px rgba(0,0,0,0.3);
    position: fixed;
    top: 0;
    margin-left: -85px;
    left: 50%;
    display: none;
    z-index: 1040;
}

#message-tip.success {
    background-color: #fecb16;
}

#message-tip.false {
    background-color: red;
}

/* comment detail page */
.top-bg.cmt-main {
    position: relative;
    margin-top: -10px;
    background: url("/s/images/view-top-bg.png") background: none no-repeat 0 0;
    background-size: cover;
}

.top-bg.cmt-main .heading {
    margin-top: 150px;
    font-size: 3em;
    font-weight: 700;
    font-family: "Century Gothic",Helvetica,Arial,sans-serif;
}

.top-bg.cmt-main .heading>a {
    color: #000;
}

.top-bg.cmt-main .heading>a:hover,.top-bg.cmt-main .heading>a:focus {
    text-decoration: none;
}

.container.main-body.cmt-main {
}

.cmt-main .article-panel {
    min-height: 260px;
    overflow: hidden;
    background-color: #fff;
}

.cmt-main .article-panel .article-content {
    padding: 20px 40px;
    /*border-right:2px solid #dfeee9;*/
}

.cmt-main .article-panel .author {
    border-left: 2px solid #dfeee9;
}

.cmt-main .article-panel .article-content .heading>label {
    font-size: 2em;
    font-weight: 700;
}

.cmt-main .article-panel .article-content .heading>.count {
    color: #757a7b;
    font-weight: 700;
}

.cmt-main .article-panel .article-content .heading>.count>div {
    display: inline-block;
    margin-right: 15px;
    color: #757a7b;
}

.cmt-main .article-panel .article-content .heading>.count>div>span {
    background: url(/s/images/view-count-icon.png) no-repeat scroll 0 2px;
    width: 18px;
    height: 18px;
    display: block;
    float: left;
    margin-right: 5px;
}

.cmt-main .article-panel .article-content .heading>.count>div.cate>span {
    background-position: -18px 2px;
}

.cmt-main .article-panel .article-content .heading>.count>div.cate>a {
    color: #757a7b
}

.cmt-main .article-panel .article-content .heading>.count>div.day-visit>span {
    background-position: -36px 2px;
}

.cmt-main .article-panel .article-content .content {
    margin: 20px 0;
    font-size: 1.2em;
    height: 110px;
    overflow: hidden;
}

.cmt-main .article-panel .article-content .href>a {
    color: #53d3c5;
    position: absolute;
    right: 30px;
    bottom: 15px;
}

.cmt-main .article-panel .meet-the-author {
    padding: 0;
}

.cmt-main #main-content .article-panel .meet-the-author p {
    margin: 0;
}

.cmt-main .article-panel .meet-the-author .intro {
    height: 65px;
    overflow: hidden;
}

.cmt-main .article-panel .meet-the-author .author-profile {
    margin: 0 -15px;
}

.cmt-main #main-content .comment-panel {
    background-color: #fff;
    margin-top: 10px;
}

.cmt-main #main-content .comment-panel .panel-heading {
    font-size: 1.5em;
    font-weight: 700;
}

.cmt-main #main-content>.comment-panel>.panel-body>.comment-list>ul>li>.subject {
    padding-left: 80px;
}

.cmt-main #main-content>.comment-panel>.panel-body>.comment-list>ul>li.reply-item {
    padding-left: 90px;
}

#main-content>.comment-panel>.panel-body>.comment-list>.pagination>.page {
    font-size: 1.2em;
    color: #53d3c5;
    padding: 0 10px;
    cursor: pointer;
}

#main-content>.comment-panel>.panel-body>.comment-list>.pagination>.page.current {
    font-weight: 700;
    color: #4e4e4e;
    cursor: default;
    text-decoration: none;
}

@media screen and (max-width: 1366px) {
    #myaffix {
        width:100px;
        left: -115px;
    }

    #myaffix .sidecatelog dl {
        width: 80px;
    }

    #myaffix .sidecatelog .side-content {
        width: 80px;
    }

    #myaffix .sidecatelog {
        width: 110px;
    }
}

@media screen and (max-width: 1300px) {
}

@media screen and (max-width: 1200px) {
    .container.main-body {
        width:96%;
    }
}

/* view for moblie */
@media screen and (max-width: 767px) {
    .container.main-body {
        width:100%;
    }

    .mingda .steps-panel, .mingda .intro-panel {
        font-size: 16px;
    }

    #main-content {
        margin-top: 5px;
    }

    .top-bg {
        height: 220px;
        background-position: center;
    }

    .big-heading>.heading>.addthis_sharing_toolbox {
        display: none;
    }

    #main-content>.intro-panel>.edit-btn {
        display: none;
    }

    #main-content>.panel {
        background-color: #fff;
    }

    .container.main-body>.row>.big-heading {
        margin: 20px 0 0 0;
        padding-right: 5px;
        padding-left: 5px;
    }

    .container.main-body>.row>.big-heading>.heading>h1 {
        font-size: 2em;
        padding-right: 0px;
    }

    .container.main-body>.row>.big-heading>.heading>span.random-btn {
        position: relative;
        margin-top: 10px;
        right: 10px;
    }

    .container.main-body>.row>.big-heading>.heading>span.random-btn:hover {
        margin-top: 8px;
        right: 8px;
    }

    .container.main-body .row .col-md-9.col-xs-12 {
        padding: 0 5px 0 5px;
    }

    #main-content>.panel>.panel-heading {
        padding: 10px;
    }

    #main-content>.panel>.panel-body {
        padding: 0 10px;
    }

    #main-content>.intro-panel .panel-body-inner .first-line {
        display: none;
    }

    #main-content>.intro-panel .panel-body-inner .third-line {
        padding: 0!important;
    }

    #main-content>.comment-panel>.panel-heading>.add-cmt-btn {
        float: none;
        text-align: center;
        margin-top: 20px;
    }

    #main-content>.comment-panel>.comment-area {
        padding: 20px;
    }

    #main-content>.comment-panel>.comment-area .reg-panel {
        padding: 0;
    }

    #main-content>.comment-panel>.comment-area .reg-panel>div {
        width: 100%;
        text-align: center;
        margin-bottom: 10px;
    }

    #main-content>.comment-panel>.panel-body>.comment-list>ul>li>a>img {
        margin-right: 10px;
    }

    #main-content>.comment-panel>.panel-body>.comment-list>ul>li>.subject {
        padding-left: 0;
    }

    #fixed-bottom {
        display: none;
    }

    #main-content>.ingredient-panel .panel-body-inner {
        padding: 10px 10px 25px;
    }

    #main-content>.ingredient-panel .panel-body-inner>ul>li {
        width: 100%;
        padding-right: 0;
    }

    #main-content>.ingredient-panel .panel-body-inner>ul>li:nth-child(even) {
        width: 100%;
    }

    .top-bg.cmt-main .heading {
        font-size: 3em;
    }

    .cmt-main .article-panel {
        height: auto;
    }

    .cmt-main .article-panel .article-content, #main-content>.comment-panel>.panel-heading {
        padding: 15px;
    }

    .cmt-main .article-panel .author {
        display: none;
    }

    #main-content>.comment-panel>.panel-body>.comment-list {
        padding: 10px;
    }

    .cmt-main #main-content>.comment-panel>.panel-body>.comment-list>ul>li>.subject {
        padding-left: 60px;
    }

    .cmt-main #main-content>.comment-panel>.panel-body>.comment-list>ul>li.reply-item {
        padding-left: 70px;
    }

    #main-content>.comment-panel>.panel-body>.comment-list>ul>li>.subject>.reply-btn {
        top: -10px;
    }
}

/* enkilove ranking for moblie */
@media(max-width: 767px) {
    #main-content .enkilove-heading {
        padding:0px;
    }

    #main-content .enkilove-rank-panel {
        padding: 0 10px;
    }

    #main-content .enkilove-rank-panel .item .count {
        width: 20%;
    }

    #main-content .enkilove-rank-panel .item .context {
        width: 60%;
        padding-left: 10px;
    }

    #main-content .enkilove-rank-panel .item .context .context-title {
        font-size: 14px;
    }

    #main-content .enkilove-rank-panel .item+.item {
        overflow: hidden;
    }

    #main-content .enkilove-rank-panel .item .count>span {
        font-size: 18px;
    }

    #main-content>.panel>.panel-body.related-article-body {
        padding: 0 25px;
    }

    #related-article-slider li {
        height: 100px;
        width: 100px;
    }

    #related-article-slider li a {
        width: 100px;
        height: 100px;
    }

    #related-article-slider li a img {
        width: 100px;
        height: 100px;
    }

    .related-article-body {
        padding: 0 20px;
    }

    .related-article-body>a {
        width: 20px;
    }

    .related-article-body #relate-next {
        right: 5px;
    }

    .related-article-body #relate-prev {
        left: 5px;
    }

    section.poster>.affix {
        position: static;
        width: 100%;
    }

    aside.aside-right section.poster {
        z-index: 1;
    }

    section.poster>.affix>a>img {
        max-width: none;
    }

    section.poster .mobile-ads {
        position: fixed;
        bottom: 0;
        left: 0;
        z-index: 1041;
        width: 100%;
        height: 50px;
        text-align: center;
    }

    .random-rcd {
        display: none;
    }

    footer {
        margin-bottom: 100px;
    }
}

.anchor:before {
    content: '';
    display: block;
    position: relative;
    width: 0;
    height: 3em;
    margin-top: -3em
}

.btn-swicth-mode {
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    background: url(/s/images/icon_swicth-mode.png) no-repeat 0 0;
}

.btn-swicth-mode:hover{
    transform:scale(1.05);
}