﻿/*---------reset start----------*/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
    margin: 0;
    padding: 0;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
    display: block;
}

body {
    line-height: 1;
    font-family: "微軟正黑體","Microsoft JhengHei";
    width: 100%;
}

ol, ul {
    list-style: none;
}

blockquote, q {
    quotes: none;
}

    blockquote:before, blockquote:after, q:before, q:after {
        content: none;
    }

table {
    border-collapse: collapse;
    border-spacing: 0;
}

/*---------reset end----------*/


/*
    Colorbox Start
    Colorbox Core Style:
    The following CSS is consistent between example themes and should not be altered.
*/
#colorbox, #cboxOverlay, #cboxWrapper {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 9999;
    overflow: hidden;
}

#cboxWrapper {
    max-width: none;
}

#cboxOverlay {
    position: fixed;
    width: 100%;
    height: 100%;
}

#cboxMiddleLeft, #cboxBottomLeft {
    clear: left;
}

#cboxContent {
    position: relative;
}

#cboxLoadedContent {
    overflow: auto;
    -webkit-overflow-scrolling: touch;
}

#cboxTitle {
    margin: 0;
}

#cboxLoadingOverlay, #cboxLoadingGraphic {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

#cboxPrevious, #cboxNext, #cboxClose, #cboxSlideshow {
    cursor: pointer;
}

.cboxPhoto {
    float: left;
    margin: auto;
    border: 0;
    display: block;
    max-width: none;
    -ms-interpolation-mode: bicubic;
}

.cboxIframe {
    width: 100%;
    height: 100%;
    display: block;
    border: 0;
    padding: 0;
    margin: 0;
}

#colorbox, #cboxContent, #cboxLoadedContent {
    box-sizing: content-box;
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box;
}

/* 
    User Style:
    Change the following styles to modify the appearance of Colorbox.  They are
    ordered & tabbed in a way that represents the nesting of the generated HTML.
*/
#cboxOverlay {
    background: url(images/overlay.png) repeat 0 0;
    opacity: 0.9;
    filter: alpha(opacity = 90);
}

#colorbox {
    outline: 0;
}

#cboxTopLeft {
    width: 0px;
    height: 0px;
    background: url(images/controls.png) no-repeat -101px 0;
}

#cboxTopRight {
    width: 0px;
    height: 0px;
    background: url(images/controls.png) no-repeat -130px 0;
}

#cboxBottomLeft {
    width: 0px;
    height: 0px;
    background: url(images/controls.png) no-repeat -101px -29px;
}

#cboxBottomRight {
    width: 0px;
    height: 0px;
    background: url(images/controls.png) no-repeat -130px -29px;
}

#cboxMiddleLeft {
    width: 0px;
    background: url(images/controls.png) left top repeat-y;
}

#cboxMiddleRight {
    width: 0px;
    background: url(images/controls.png) right top repeat-y;
}

#cboxTopCenter {
    height: 0px;
    background: url(images/border.png) 0 0 repeat-x;
}

#cboxBottomCenter {
    height: 0px;
    background: url(images/border.png) 0 -29px repeat-x;
}

#cboxContent {
    background: #000;
    overflow: hidden;
}

.cboxIframe {
    background: #fff;
}

#cboxError {
    padding: 50px;
    border: 1px solid #ccc;
}

#cboxLoadedContent {
    margin-bottom: 28px;
}

#cboxTitle {
    position: absolute;
    bottom: 4px;
    left: 0;
    text-align: center;
    width: 100%;
    color: #949494;
}

#cboxCurrent {
    position: absolute;
    bottom: 4px;
    left: 58px;
    color: #949494;
}

#cboxLoadingOverlay {
    background: url(images/loading_background.png) no-repeat center center;
}

#cboxLoadingGraphic {
    background: url(images/loading.gif) no-repeat center center;
}

/* these elements are buttons, and may need to have additional styles reset to avoid unwanted base styles */
#cboxPrevious, #cboxNext, #cboxSlideshow, #cboxClose {
    border: 0;
    padding: 0;
    margin: 0;
    overflow: visible;
    width: auto;
    background: none;
}

    /* avoid outlines on :active (mouseclick), but preserve outlines on :focus (tabbed navigating) */
    #cboxPrevious:active, #cboxNext:active, #cboxSlideshow:active, #cboxClose:active {
        outline: 0;
    }

#cboxSlideshow {
    position: absolute;
    bottom: 4px;
    right: 30px;
    color: #0092ef;
}

#cboxPrevious {
    position: absolute;
    bottom: 0;
    left: 0;
    background: url(images/controls.png) no-repeat -75px 0;
    width: 25px;
    height: 25px;
    text-indent: -9999px;
}

    #cboxPrevious:hover {
        background-position: -75px -25px;
    }

#cboxNext {
    position: absolute;
    bottom: 0;
    left: 27px;
    background: url(images/controls.png) no-repeat -50px 0;
    width: 25px;
    height: 25px;
    text-indent: -9999px;
}

    #cboxNext:hover {
        background-position: -50px -25px;
    }

#cboxClose {
    position: absolute;
    bottom: 0;
    right: 0;
    background: url(images/controls.png) no-repeat -25px 0;
    width: 0px;
    height: 0px;
    text-indent: -9999px;
}

    #cboxClose:hover {
        background-position: -25px -25px;
    }

/*
  The following fixes a problem where IE7 and IE8 replace a PNG's alpha transparency with a black fill
  when an alpha filter (opacity change) is set on the element or ancestor element.  This style is not applied to or needed in IE9.
  See: http://jacklmoore.com/notes/ie-transparency-problems/
*/
.cboxIE #cboxTopLeft,
.cboxIE #cboxTopCenter,
.cboxIE #cboxTopRight,
.cboxIE #cboxBottomLeft,
.cboxIE #cboxBottomCenter,
.cboxIE #cboxBottomRight,
.cboxIE #cboxMiddleLeft,
.cboxIE #cboxMiddleRight {
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#00FFFFFF,endColorstr=#00FFFFFF);
}

/*---------colorbox end-----------*/

.goog-te-banner-frame {
    display: none;
}

h3 {
    font-size: 15px;
}

h4 {
    font-size: 13px;
}

body {
    top: 0 !important;
    min-width: 1315px;
}

.introbg {
    background-color: #FFF;
    background-attachment: fixed;
    background-repeat: repeat;
    -webkit-box-shadow: 0 0;
    box-shadow: 0 0;
}

    .introbg .introbox {
        height: 450px;
        width: 600px;
        margin-top: 200px;
        margin-right: auto;
        margin-left: auto;
        background: #ffd1e5;
        background: -moz-linear-gradient(top,#ffd1e5 0%,#ff94c4 100%);
        background: -webkit-gradient(linear,left top,left bottom,color-stop(0%,#ffd1e5),color-stop(100%,#ff94c4));
        background: -webkit-linear-gradient(top,#ffd1e5 0%,#ff94c4 100%);
        background: -o-linear-gradient(top,#ffd1e5 0%,#ff94c4 100%);
        background: -ms-linear-gradient(top,#ffd1e5 0%,#ff94c4 100%);
        background: linear-gradient(to bottom,#ffd1e5 0%,#ff94c4 100%);
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffd1e5',endColorstr='#ff94c4',GradientType=0);
        -webkit-box-shadow: 0 0 15px 1px #313131;
        box-shadow: 0 0 15px 1px #313131;
        text-align: center;
    }

.titlelogo {
    margin-top: 70px;
}

.btarea {
    height: 30px;
    width: 400px;
    margin-top: 30px;
    margin-left: 145px;
}

.yes18 {
    width: 125px;
    height: 30px;
    background-color: #BD2B65;
    display: block;
    color: #FFF;
    font-weight: 700;
    font-size: 18px;
    float: left;
    margin-right: 65px;
    text-decoration: none;
    line-height: 30px;
}

    .yes18:hover {
        background-color: #DC5A8D;
        -webkit-box-shadow: 0 0 4px 1px #4A4A4A;
        box-shadow: 0 0 4px 1px #4A4A4A;
    }

.no18 {
    width: 125px;
    height: 30px;
    background-color: #7F7F7F;
    display: block;
    color: #FFF;
    font-weight: 700;
    font-size: 18px;
    float: left;
    text-decoration: none;
    line-height: 30px;
}

    .no18:hover {
        background-color: #B0B0B0;
        -webkit-box-shadow: 0 0 4px 1px #4A4A4A;
        box-shadow: 0 0 4px 1px #4A4A4A;
    }

.warningword {
    margin-top: 40px;
}

.introbg .fdlink {
    margin-top: 20px;
    margin-right: auto;
    margin-left: auto;
    width: 720px;
}

    .introbg .fdlink li {
        margin-left: 50px;
        margin-top: 0;
        float: left;
    }

    .introbg .fdlink .fixml {
        margin-left: 32px;
    }

.fdlink li a {
    color: #FF0071;
    text-decoration: underline;
    font-size: 16px;
    height: 100px;
    line-height: 33px;
}

header {
    width: 1050px;
    /*height: 370px;*/
    margin: 62px auto 0;
}

.login {
    height: 20px;
    width: 950px;
    float: right;
}

.login-info {
    cursor: pointer;
    width: 93px;
    height: 33px;
    text-align: center;
    line-height: 33px;
    text-decoration: none;
    display: block;
    float: right;
}

.login-form {
    display: block;
    width: 586px;
    height: 612px;
    position: relative;
    font-family: 微軟正黑體, 'Microsoft JhengHei';
    font-weight: bold;
    overflow: hidden;
}

.logo {
    height: 89px;
    width: 207px;
    float: left;
    margin-right: 0px;
    margin-left: 15px;
}

.topbanner {
    height: 90px;
    width: 728px;
    float: left;
    margin-left: 93px;
}

.title_zone {
    display: flex;
    width: 100%;
    justify-content: space-between;
}

.title_zone_menu {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-end;
}

.title_zone_category {
}

.midcontent {
    width: 1300px;
    margin-right: auto;
    margin-left: auto;
    position: relative;
    min-height: 1600px;
}

.leftcf {
    width: 160px;
    position: absolute;
    float: left;
    left: 0;
    margin-bottom: 15px;
}

    .leftcf a img {
        margin-bottom: 10px;
    }

.rightcf {
    width: 160px;
    position: absolute;
    float: right;
    right: 0;
    margin-bottom: 15px;
}

    .rightcf a img {
        margin-bottom: 10px;
    }

.adhightfix {
    margin-top: 20px;
}

.bottomcf {
    height: 250px;
    width: 950px;
    margin-top: 20px;
    margin-right: auto;
    margin-left: auto;
}

.bottomcfifnothing {
    width: 950px;
    margin-right: auto;
    margin-left: auto;
}

.bottomcf span {
    width: 300px;
    height: 250px;
    float: left;
    margin-right: 17px;
}

    .bottomcf span:last-child {
        margin-right: 0;
    }

.playpagead {
    margin-bottom: 25px;
    margin-top: 30px;
    text-align: center;
}

.playcontent {
    width: 730px;
}

    .playcontent ul li {
        margin-bottom: 10px;
    }

    .playcontent ul .vediotitle {
        font-size: 18px;
        color: #bd2b65;
        font-weight: 700;
    }

        .playcontent ul .vediotitle p {
            float: left;
        }

    .playcontent ul .allavgirls {
        font-size: 14px;
        color: #ec79ac;
    }

        .playcontent ul .allavgirls p {
            float: left;
        }
        /*.playcontent ul .allavgirls span{width:690px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;display:inline-block;}*/
        .playcontent ul .allavgirls a {
            color: #EC79AC;
            text-decoration: none;
        }

            .playcontent ul .allavgirls a:hover {
                text-decoration: underline;
            }

            .playcontent ul .allavgirls a:hover {
                text-decoration: underline;
            }

    .playcontent ul .series {
        font-size: 14px;
        color: black;
    }

        .playcontent ul .series p {
            float: left;
        }

        .playcontent ul .series a {
            color: black;
            text-decoration: none;
        }

            .playcontent ul .series a:hover {
                text-decoration: underline;
            }



    .playcontent ul .more {
        list-style-image: url(../images/dropdownicon.png);
        margin-left: 90px;
        margin-top: -10px;
    }

        .playcontent ul .more a {
            color: #EC79AC;
            font-size: 14px;
            text-decoration: none;
            margin-left: -3px;
        }

            .playcontent ul .more a:hover {
                text-decoration: underline;
            }

    .playcontent ul .introduction {
        font-size: 12px;
    }

        .playcontent ul .introduction > span {
            display: block;
            margin-top: 5px;
            line-height: 16px;
        }

    .playcontent ul .date {
        font-size: 12px;
        color: #9a9a9a;
    }

        .playcontent ul .date p {
            float: left;
        }

    .playcontent ul .factory {
        display: block;
        font-size: 12px;
    }

    .playcontent ul .keyword {
        color: #00aeef;
        font-size: 14px;
    }

        .playcontent ul .keyword p {
            float: left;
        }

        .playcontent ul .keyword > span {
            white-space: nowrap;
            overflow: hidden;
            text-overflow: ellipsis;
            width: 480px;
            display: inline-block;
        }

        .playcontent ul .keyword span a {
            color: #00aeef;
            text-decoration: none;
        }

            .playcontent ul .keyword span a:hover {
                text-decoration: underline;
            }

    .playcontent ul .keywordmore {
        list-style-image: url(../images/dropdownicon2.png);
        margin-left: 80px;
        margin-top: -10px;
    }

        .playcontent ul .keywordmore a {
            color: #00aeef;
            font-size: 14px;
            text-decoration: none;
            margin-left: -3px;
        }

            .playcontent ul .keywordmore a:hover {
                text-decoration: underline;
            }

.vedioarea {
    margin-bottom: 15px;
    margin-top: 10px;
    height: 411px;
}

.playcontent .peopleview {
    font-size: 14px;
    color: #9a9a9a;
}

    .playcontent .peopleview p {
        float: left;
    }

.playcontent a.score {
    margin-left: 10px;
    color: #9a9a9a;
    cursor: pointer;
}

.playcontent .nextback {
    display: block;
    float: right;
}

    .playcontent .nextback ul .back a span {
        display: block;
        height: 19px;
        width: 22px;
        float: left;
        margin-top: 6px;
        margin-right: -10px;
        margin-left: 18px;
    }

    .playcontent .nextback ul .next a span {
        display: block;
        height: 19px;
        width: 22px;
        float: right;
        margin-top: 6px;
        margin-left: -10px;
        margin-right: 18px;
    }

.midcontent .playcontent .vedioarea .playbt {
    background-image: url(../images/playbt.png);
    height: 239px;
    width: 239px;
    position: absolute;
    top: 352px;
    left: 535px;
    line-height: 9999px;
    overflow: hidden;
    z-index: 10;
    display: block;
    cursor: pointer;
}

.playonfix {
    margin-top: 476px;
}

.randomvedio_div {
    overflow: hidden;
    width: 677px;
    /*height: 251px;*/
    display: inline-block;
}

.randomvedio {
    width: 730px;
    margin-top: 10px;
    display: inline-block;
    border-top-style: solid;
    padding-top: 17px;
    padding-bottom: 10px;
    margin-bottom: 10px;
    border-width: 1px;
    border-color: #F095BE;
}

    .randomvedio ul {
        /*width: 1360px;*/
        margin: auto;
    }

        .randomvedio ul li {
            /*float: left;*/
            margin-bottom: 15px;
            display: inline-block;
        }

            .randomvedio ul li a {
                text-decoration: none;
                color: #bd2b65;
                font-weight: 700;
            }

                .randomvedio ul li a:hover {
                    text-decoration: underline;
                    color: #bd2b65;
                }

.randomvideo_btn_div {
    width: 22px;
    display: inline-block;
    padding-bottom: 95px;
}

.vediocontent {
    margin-left: auto;
    margin-right: auto;
    width: 950px;
    margin-top: 20px; /*min-height:1050px;*/
    position: relative;
}

    .vediocontent ul {
        width: 1000px;
    }

        .vediocontent ul li {
            float: left;
            margin-right: 33px;
            margin-bottom: 15px;
        }

            .vediocontent ul li a {
                text-decoration: none;
                color: #bd2b65;
                font-weight: 700;
            }

                .vediocontent ul li a:hover {
                    text-decoration: underline;
                    color: #bd2b65;
                    border: 0px;
                }

            .vediocontent ul li h3 {
                text-decoration: none;
                white-space: nowrap;
                width: 213px;
                overflow: hidden;
                text-overflow: ellipsis;
                margin-bottom: -10px;
                line-height: 30px;
                margin-top: 0px;
            }

            .vediocontent ul li h4 {
                color: #6d6d6d;
                white-space: nowrap;
                width: 213px;
                overflow: hidden;
                text-overflow: ellipsis;
                height: 30px;
                line-height: 30px;
            }

                .vediocontent ul li h4 a {
                    color: #6d6d6d;
                    white-space: nowrap;
                    width: 213px;
                    overflow: hidden;
                    text-overflow: ellipsis;
                    height: 30px;
                    line-height: 30px;
                }

                    .vediocontent ul li h4 a:hover {
                        color: #6d6d6d;
                        text-decoration: underline;
                    }

.vediocontentifnothing { /*margin-left:auto;margin-right:auto;*/
    width: 730px;
    margin-top: 20px;
    height: 280px;
}

.girlsbook {
    margin-left: auto;
    margin-right: auto;
    margin-top: 0;
    width: 730px;
    height: auto;
    overflow: hidden;
}

    .girlsbook ul {
        width: 730px;
    }

        .girlsbook ul li {
            float: left;
            margin-bottom: 15px;
            width: 152px;
            background-color: #e5e5e5;
            padding: 10px;
            margin-right: 5px;
            margin-left: 5px;
            position: relative;
        }

            .girlsbook ul li h4 {
                white-space: nowrap;
                width: 130px;
                overflow: hidden;
                text-overflow: ellipsis;
                line-height: 18px;
                color: #6d6d6d;
            }

                .girlsbook ul li h4 a {
                    white-space: nowrap;
                    width: 130px;
                    overflow: hidden;
                    text-overflow: ellipsis;
                    line-height: 18px;
                    color: #6d6d6d;
                }

                    .girlsbook ul li h4 a:hover {
                        color: #6d6d6d;
                        text-decoration: underline;
                    }

    .girlsbook a, .girlsbook a > div {
        display: block;
        width: 130px;
        height: 165px;
        overflow: hidden;
        text-decoration: none;
        text-align: center;
        margin-left: auto;
        margin-right: auto;
    }

        .girlsbook a > div {
            background: #000;
        }

    .girlsbook img {
        height: 100%;
    }

    .girlsbook a > div {
        height: 130px;
    }

    .girlsbook a:hover {
        text-decoration: underline;
    }

.resultsarea {
    width: 730px;
    border: 1px solid #00aeef;
    /*margin-top: 20px;*/ /*margin-right:auto;margin-left:auto;*/
    position: relative; /*min-height:1890px;*/
}

    .resultsarea .vediocontentifnothing p {
        margin-right: auto;
        margin-left: auto;
        /* width: 115px;*/
        font-size: 27px;
        color: #00AEEF;
        font-weight: 700;
        line-height: 30px;
        margin-top: 300px;
        text-align: center;
    }

    .resultsarea .title {
        height: 30px;
        background-color: #00aeef;
    }

        .resultsarea .title p, .resultsarea .title h1 {
            color: #FFF;
            font-weight: 700;
            font-size: 22px;
            line-height: 28px;
            margin-left: 10px;
            margin-bottom: 10px;
        }


    .resultsarea .resultcontent ul {
        width: 730px;
    }

        .resultsarea .resultcontent ul li {
            float: left;
            margin-top: 5px;
        }

.title .outcome {
    float: right;
    margin-top: -40px;
    margin-right: 10px;
}

.avgirlsprefix {
    background-color: #FFF;
    width: 948px;
    border: 1px solid #BD2B65;
    margin-right: auto;
    margin-left: auto;
    height: 190px;
}

    .avgirlsprefix .title {
        background-color: #BD2B65;
        height: 40px;
    }

        .avgirlsprefix .title p {
            color: #FFF;
            font-weight: 700;
            font-size: 21px;
            line-height: 40px;
            margin-left: 10px;
        }

    .avgirlsprefix ul {
        width: 882px;
        margin-right: auto;
        margin-left: auto;
        margin-top: 15px;
        padding-left: 25px;
    }

        .avgirlsprefix ul li {
            float: left;
            margin-right: 22px;
        }

            .avgirlsprefix ul li a {
                font-size: 24px;
                color: #00F;
                line-height: 40px;
                text-decoration: none;
                font-weight: 700;
            }

                .avgirlsprefix ul li a:hover {
                    text-decoration: underline;
                    color: #f2006c;
                    text-decoration: underline;
                }

.avgirlinfo {
    /*height: 210px;*/
    width: 730px; /*margin-right:auto;margin-left:auto;*/
    background-color: #e0e0e0;
    padding-bottom: 10px;
}

    .avgirlinfo .girlphoto {
        margin-left: 20px;
        margin-top: 20px;
        margin-right: 20px;
        float: left;
        width: 125px;
        height: 125px;
    }

        .avgirlinfo .girlphoto li {
            width: 100%;
            height: 100%;
            text-align: center;
            background: #000;
        }

            .avgirlinfo .girlphoto li img {
                height: 100%;
                width: auto;
            }

    .avgirlinfo .infopart1 {
        color: #bd2b65;
        font-size: 18px;
        font-weight: 700;
        float: left;
        border-right-width: 1px;
        border-right-style: dashed;
        border-right-color: #d6b6c0;
        margin-top: 13px;
        padding-right: 20px;
        line-height: 30px;
        margin-right: 20px;
    }

    .avgirlinfo .infopart2 {
        color: #bd2b65;
        font-size: 18px;
        font-weight: 700;
        margin-top: 13px;
        line-height: 30px;
        float: left;
    }

    .avgirlinfo:after {
        content: '';
        display: block;
        clear: both;
    }

    .avgirlinfo .infopart1 {
        width: 220px;
    }

    .avgirlinfo .infopart2 {
        width: 290px;
    }

.infopart1 li .td_field, .infopart2 li .td_field {
    vertical-align: top;
}

.infopart1 li .td_value {
    width: 140px;
    display: inline-block;
}

.infopart2 li .td_value {
    width: 400px;
    display: inline-block;
}
/*.avgirlinfo{height:auto;padding-bottom:10px;}*/

.avgirlvediolist {
    width: 728px;
    border: 1px solid #bd2b65;
    margin-top: 20px; /*margin-right:auto;margin-left:auto;*/
}

    .avgirlvediolist .title {
        height: 40px; /*width:950px;*/
        background-color: #bd2b65;
    }

        .avgirlvediolist .title p {
            color: #FFF;
            font-weight: 700;
            font-size: 21px;
            line-height: 40px;
            margin-left: 10px;
        }

    .avgirlvediolist .avgirlvediocontent {
        margin-left: auto;
        margin-right: auto;
        width: 730px;
        margin-top: 20px;
        position: relative;
    }

        .avgirlvediolist .avgirlvediocontent ul {
            width: 730px;
        }

            .avgirlvediolist .avgirlvediocontent ul li {
                float: left;
            }

.oppage_nor {
    width: 730px;
    letter-spacing: normal;
    word-spacing: normal;
    text-rendering: auto;
    text-align: center;
    height: 35px;
    /*margin-right: auto;
    margin-left: auto;*/
    clear: both;
}

    .oppage_nor .pbgroup {
        display: inline-block;
        letter-spacing: normal;
        word-spacing: normal;
        text-rendering: auto;
        text-align: center;
        margin-top: 7px;
    }

        .oppage_nor .pbgroup li {
            height: 20px;
            line-height: 20px;
            width: 33px;
            text-align: center;
            margin-left: 3px;
            font-size: 13px;
            float: left;
        }

        .oppage_nor .pbgroup a {
            color: #ec79ac;
            font-weight: 700;
            text-decoration: none;
        }

            .oppage_nor .pbgroup a:hover {
                text-decoration: underline;
            }

        .oppage_nor .pbgroup .current {
            color: #FFF;
            font-weight: 700;
            border-width: 0;
            background: #ec79ac;
        }

        .oppage_nor .pbgroup .nextback {
            width: auto;
            height: 20px;
            float: left;
        }

        .oppage_nor .pbgroup .pagenum {
            display: inline-block;
            letter-spacing: normal;
            word-spacing: normal;
            vertical-align: top;
            text-rendering: auto;
        }

.oppage_srp {
    width: 730px;
    letter-spacing: normal;
    word-spacing: normal;
    text-rendering: auto;
    text-align: center;
    height: 35px; /*margin-right:auto;margin-left:auto;*/
    clear: left;
    margin-bottom: 20px; /*position:absolute;top:1190px;*/
}

    .oppage_srp .pbgroup {
        display: inline-block;
        letter-spacing: normal;
        word-spacing: normal;
        text-rendering: auto;
        text-align: center;
        margin-top: 7px;
    }

        .oppage_srp .pbgroup li {
            height: 20px;
            line-height: 20px;
            width: 40px;
            text-align: center;
            margin-left: 3px;
            font-size: 13px;
            float: left;
            margin-right: 0;
        }

        .oppage_srp .pbgroup a {
            color: #00aeef;
            font-weight: 700;
            text-decoration: none;
        }

            .oppage_srp .pbgroup a:hover {
                text-decoration: underline;
            }

        .oppage_srp .pbgroup .current {
            color: #FFF;
            font-weight: 700;
            border-width: 0;
            background: #00aeef;
        }

        .oppage_srp .pbgroup .nextback {
            width: auto;
            height: 20px;
            float: left;
        }

        .oppage_srp .pbgroup .pagenum {
            display: inline-block;
            letter-spacing: normal;
            word-spacing: normal;
            vertical-align: top;
            text-rendering: auto;
        }

.oppage_infop {
    width: 730px;
    letter-spacing: normal;
    word-spacing: normal;
    text-rendering: auto;
    text-align: center;
    height: 35px; /*margin-right:auto;margin-left:auto;*/
    clear: both;
    margin-bottom: 20px;
}

    .oppage_infop .pbgroup {
        display: inline-block;
        letter-spacing: normal;
        word-spacing: normal;
        text-rendering: auto;
        text-align: center;
        margin-top: 3px;
    }

        .oppage_infop .pbgroup li {
            height: 20px;
            line-height: 20px;
            width: 40px;
            text-align: center;
            margin-left: 3px;
            font-size: 13px;
            float: left;
            margin-right: 0;
        }

        .oppage_infop .pbgroup a {
            color: #bd2b65;
            font-weight: 700;
            text-decoration: none;
        }

            .oppage_infop .pbgroup a:hover {
                text-decoration: underline;
            }

        .oppage_infop .pbgroup .current {
            color: #FFF;
            font-weight: 700;
            border-width: 0;
            background: #bd2b65;
        }

        .oppage_infop .pbgroup .nextback {
            width: auto;
            height: 20px;
            float: left;
        }

        .oppage_infop .pbgroup .pagenum {
            display: inline-block;
            letter-spacing: normal;
            word-spacing: normal;
            vertical-align: top;
            text-rendering: auto;
        }

footer {
    height: 150px;
    width: 100%;
    background-color: #FF62A8;
    margin-bottom: 0;
    margin-top: 40px;
    display: flex;
}

.bottommenu {
    width: 950px;
    margin-right: auto;
    margin-left: auto;
}

.footerwarning {
    padding-top: 45px;
    display: inline-block;
}

.contantusbt {
    display: inline-block;
    margin-top: 45px;
    float: right;
    text-align: center;
    cursor: pointer;
    background: white;
    max-width: 190px;
    min-width: 172px;
    border-radius: 20px 0 20px 0;
}

.bottommenu .contantusbt a {
    color: #ec79ac;
    font-size: 30px;
    font-weight: 700;
    text-decoration: blink;
    text-align: center;
    line-height: 50px;
    display: block;
    height: 56px;
    /*width: 172px;*/
}

    .bottommenu .contantusbt a:hover {
        text-decoration: underline;
        color: #BD2B65;
        text-decoration: blink;
    }

.contactbox {
    height: 500px;
    width: 485px;
    margin-right: auto;
    margin-left: auto;
    background: #ffd1e5;
    background: -moz-linear-gradient(top,#ffd1e5 0%,#ff94c4 100%);
    background: -webkit-gradient(linear,left top,left bottom,color-stop(0%,#ffd1e5),color-stop(100%,#ff94c4));
    background: -webkit-linear-gradient(top,#ffd1e5 0%,#ff94c4 100%);
    background: -o-linear-gradient(top,#ffd1e5 0%,#ff94c4 100%);
    background: -ms-linear-gradient(top,#ffd1e5 0%,#ff94c4 100%);
    background: linear-gradient(to bottom,#ffd1e5 0%,#ff94c4 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffd1e5',endColorstr='#ff94c4',GradientType=0);
    -webkit-box-shadow: 0 0 15px 1px #313131;
    box-shadow: 0 0 15px 1px #313131;
    text-align: center;
    margin-top: 1%;
    position: relative;
}

.ctmenutitle {
    background-image: url(../images/contactus_title.png);
    width: 180px;
    height: 64px;
    margin-left: 20px;
    /*position: absolute;
    top: -7px;*/
    color: #bd2b65;
    font-size: 24px;
    font-weight: 700;
    line-height: 50px;
}

.ctmenuclose {
    width: 23px;
    height: 23px;
    position: absolute;
    left: 437px;
    top: 10px;
}

.ctlist {
    /*position: absolute;
    left: 25px;
    top: 71px;*/
    font-size: 18px;
    color: #BD2B65;
    width: 440px;
    padding-left: 20px;
}

    .ctlist li {
        margin-bottom: 6px;
    }

        .ctlist li p {
            float: left;
        }

        .ctlist li input {
            width: 340px;
        }

        .ctlist li .ctmessage {
            width: 430px;
            height: 240px;
            margin-top: 10px;
            overflow-x: hidden;
            overflow-y: hidden;
            resize: none;
        }

.ctbtarea {
    height: 30px;
    width: 315px;
    /*position: absolute;
    top: 455px;*/
    margin-left: 147px;
}

.send {
    width: 125px;
    height: 30px;
    background-color: #BD2B65;
    display: block;
    color: #FFF;
    font-weight: 700;
    font-size: 18px;
    float: left;
    margin-right: 65px;
    text-decoration: none;
    line-height: 30px;
}

    .send:hover {
        background-color: #DC5A8D;
        -webkit-box-shadow: 0 0 4px 1px #4A4A4A;
        box-shadow: 0 0 4px 1px #4A4A4A;
    }

.cancer {
    width: 125px;
    height: 30px;
    background-color: #7F7F7F;
    display: block;
    color: #FFF;
    font-weight: 700;
    font-size: 18px;
    float: left;
    text-decoration: none;
    line-height: 30px;
}

    .cancer:hover {
        background-color: #B0B0B0;
        -webkit-box-shadow: 0 0 4px 1px #4A4A4A;
        box-shadow: 0 0 4px 1px #4A4A4A;
    }

/*
.keywordarea p {
    width: 50px;
}*/

.keywordarea {
    margin-top: 10px;
}

.td_navbar {
    display: block;
    width: 720px;
    height: 30px;
    color: #BD2B65;
    font-weight: bold;
    margin-top: 3px;
    margin-left: 0px;
}

    .td_navbar span span {
        text-decoration: underline;
    }

    .td_navbar p {
        line-height: 48px;
    }

        .td_navbar p a {
            text-decoration: underline;
            color: blue;
        }

.td-player-ads, .td-player-ads .td-player-ads-content, .td-player-ads .td-player-ads-mask {
    display: block;
    position: absolute;
}

    .td-player-ads .td-player-ads-mask {
        z-index: 1;
        width: 100%;
        height: 100%;
        background: #000;
        opacity: 0.8;
    }

    .td-player-ads .td-player-ads-content {
        z-index: 2;
    }

.videoarea-switch, .videoarea-switch .videoarea-switch-mask, .videoarea-switch .videoarea-switch-content {
    display: none;
    position: absolute;
}

    .videoarea-switch .videoarea-switch-mask {
        width: 100%;
        height: 100%;
        z-index: 3;
        /*background-color:#ff94c4;*/
    }

    .videoarea-switch .videoarea-switch-content {
        float: right;
        cursor: pointer;
        z-index: 4;
    }

.videoarea-msg-top-close-button {
    background-image: url(../images/message_board/text-2.png);
    width: 179px;
    height: 32px;
}

.front-video-ads, .front-video-ads .front-video-ads-content, .front-video-ads .front-video-ads-mask, .front-video-ads .front-video-ads-close, .front-video-ads .front-video-ads-cover {
    display: block;
    position: absolute;
}

.front-video-cover, .front-video-cover .front-video-cover-img, .front-video-cover .front-video-cover-play {
    display: block;
    position: absolute;
}

    .front-video-cover .front-video-cover-img {
        z-index: 0;
        width: 100%;
        height: 100%;
        /*background: #000;
	opacity: 0.8;*/
    }

    .front-video-cover .front-video-cover-play {
        z-index: 6;
        width: 130px;
        height: 130px;
    }

.front-video-ads .front-video-ads-mask {
    z-index: 1999995;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: 0.8;
}

.front-video-ads .front-video-ads-content {
    z-index: 1999996;
}

.front-video-ads .front-video-ads-close {
    opacity: 1;
    z-index: 1999997;
    background-color: #000;
    cursor: pointer;
    /*position:relative;*/
    margin: 0;
    border-radius: 5px;
    padding: 15px 15px 15px 15px;
}

.front-video-ads-close-content {
    color: #FFF;
    font-family: 微軟正黑體, 'Microsoft JhengHei';
    font-weight: bold;
}


.Searchlab {
    display: inline-block;
    text-overflow: ellipsis;
    width: 700px;
    white-space: nowrap;
    overflow: hidden;
    height: 40px;
    line-height: 28px;
    position: absolute;
}

.header-bar {
    display: block;
    position: fixed;
    width: 100%;
    height: 38px;
    background: #EC79AC;
    top: 0;
    z-index: 999;
    -webkit-box-shadow: 0 0 5px 0 #B76388;
    /*box-shadow: 0px 0px 10px;*/
}

    .header-bar .header-content {
        display: flex;
        justify-content: space-between;
        height: 100%;
        width: 1047px;
        margin: 0 auto;
    }

    .header-bar .header-marquee {
        float: left;
        height: 16px;
        margin: 10px 0;
        background: #fff;
        width: 715px;
        border-radius: 3px;
        color: #EC79AC;
        font-size: 12px;
        line-height: 16px;
    }

    .header-bar .header-item a {
        float: right;
        width: 23px;
        height: 23px;
        margin: 8px 6px 8px 2px;
        cursor: pointer;
    }

.header-lang-bar {
    display: flex;
    align-items: center;
}

/*.header-bar .header-item a:hover{
    width: 23px;
    height: 14px;
    border: 1px #BD2B65 solid;
}*/
/*.header-bar .header-item-add-favourite a:hover{
    width: 18px;
}*/
.header-bar .header-item-add-favourite {
    background: url(../images/header-bar/header-item-add-favourite.png);
    width: 20px;
    height: 16px;
    margin: 0 3px;
}

.header-bar .header-item-lang-jp {
    background: url(../images/header-bar/header-item-lang-jp.png);
}

.header-bar .header-item-lang-tw {
    background: url(../images/header-bar/header-item-lang-tw.png);
}

.header-bar .header-item-lang-cn {
    background: url(../images/header-bar/header-item-lang-cn.png);
}

.header-bar .header-item-lang-vi {
    background: url(../images/header-bar/header-item-lang-vi.png);
}

.header-bar .header-item-lang-us {
    background: url(../images/header-bar/header-item-lang-us.png);
}

.header-bar a.custom {
    width: 23px;
    height: 24px;
    margin: 0 3px;
}

.header-bar-link-div {
    height: 29px;
    float: left;
    display: inline-block;
    text-align: center;
    /*margin:9px 15px;*/
    padding: 9px 7px 0px 8px;
    margin: 0;
    white-space: nowrap;
}

    .header-bar-link-div:hover {
        background: #ff94c4;
        color: #FFF;
    }

    .header-bar-link-div > a:hover {
        color: #FFF;
    }

.header-bar-link {
    text-decoration: none;
    font-family: "Microsoft Yahei",Arial;
    color: #8E4569;
    font-size: 20px;
    height: 38px;
    text-align: center;
}

#form1 {
    margin-top: 53px;
}


/* 20150506 �B�ʪ��� by teddyh*/
.dynamic-panel, .dynamic-panel-content, .dynamic-panel-collapse {
    display: block;
}

.dynamic-panel {
    position: fixed;
    left: -200px;
    bottom: 0;
}

    .dynamic-panel .cf-panel {
        display: block;
    }

.dynamic-panel-collapse, .dynamic-panel-arrow-left, .dynamic-panel-arrow-right {
    width: 40px;
    height: 40px;
    background: url(../images/dynamic-panel/dynamic-button.png?v=1) no-repeat;
    position: absolute;
    cursor: pointer;
}

.dynamic-panel-arrow-left, .dynamic-panel-arrow-right {
    z-index: 1;
}

.dynamic-panel-arrow-left {
    background-position-y: -40px;
    left: 5px;
}

    .dynamic-panel-collapse:hover, .dynamic-panel-arrow-left:hover, .dynamic-panel-arrow-right:hover {
        background-position-x: -40px;
    }

.dynamic-panel-arrow-right {
    right: 5px;
}

.dynamic-panel-collapse {
    right: -40px;
}

.dynamic-panel-content {
    overflow: hidden;
    position: relative;
}

/*.playonvediolist{
    min-height:1300px;
}*/


.import-video {
    cursor: pointer;
    width: 93px;
    height: 33px;
    text-align: center;
    line-height: 33px;
    text-decoration: none;
    display: block;
    float: right;
}

.import-video-setting {
    display: block;
    background: url(../images/temp_bg.png) no-repeat;
    width: 950px;
    height: 700px;
    position: relative;
    font-family: 微軟正黑體, 'Microsoft JhengHei';
    font-weight: bold;
    overflow: hidden;
}


.add-favorite {
    display: block;
    float: left;
    top: 0px;
    left: 0px;
    z-index: 0;
    cursor: pointer;
    outline: none;
    position: absolute;
}

    .add-favorite a {
        display: block;
        background: url(../images/Member_Center_wu/add-to-favorite.png);
        width: 30px;
        height: 24px;
        border: 0px;
    }

        .add-favorite a:hover {
            /*border: 1px #BD2B65 solid;*/
            background-position: 0 80px;
        }

        .add-favorite a.already-add-favo {
            background-position: 0 27px;
        }

.playon-add-favorite {
    display: none;
    float: left;
    top: -10px;
    z-index: 999;
    width: 25px;
    height: 25px;
    cursor: pointer;
}

.add-fa-button-panel {
    margin-left: auto;
    margin-right: auto;
    width: 950px;
    margin-top: 20px;
}

    .add-fa-button-panel > div {
        display: block;
        float: right;
        height: auto;
        width: 125px;
        background-color: #F095BE;
        text-align: center;
        line-height: 30px;
        font-weight: 700;
        font-size: 18px;
        /*border-bottom-right-radius:5px;
    border-top-right-radius:5px;*/
        border-radius: 5px;
        cursor: pointer;
        margin-right: 5px;
    }

        .add-fa-button-panel > div > a {
            color: #FFF;
        }

.videoarea-msg {
    display: none;
    background-color: #FFF;
}
/*.videoarea-msg{margin-bottom:15px;margin-top:10px;display:none;}*/
.videoarea-msg-top {
    background-image: url(../images/message_board/text-1.png);
    width: 730px;
    height: 46px;
}

.videoarea-msg-top-close {
    background-image: url(../images/message_board/text-3.png);
    width: 102px;
    height: 32px;
    display: inline-block;
    margin-left: 848px;
    margin-top: 6px;
}

.videoarea-msg-video-div {
    width: 730px;
    height: 411px;
    display: inline-block;
    /*padding-top: 10px;*/
    float: left;
    position: relative;
}

.videoarea-msg-pread-link {
    position: absolute;
    bottom: 125px;
    right: 15px;
    padding: .4em;
    border-radius: 1.75em;
    background: black;
    display: none;
}

    .videoarea-msg-pread-link > a {
        font-size: 16px;
        text-decoration: none;
        color: white;
    }

.videoarea-msg-up {
    width: 0px;
    height: 0px;
    display: inline-block;
    /*padding-top: 10px;*/
    float: left;
    display: none;
    background-color: #000;
}

.videoarea-msg-campain_image {
    margin: auto;
    display: block;
}

.pread_countdwon {
    position: absolute;
    color: #fff;
    background: #000;
    text-decoration: none;
    padding: 10px;
    bottom: 100px;
    right: 0px;
    z-index: 10;
    border-top: 1px solid #aaa;
    border-left: 1px solid #aaa;
    border-bottom: 1px solid #aaa;
    font-size: 1.5em;
    display: none;
    cursor: pointer;
}

.videoarea-msg-down {
    width: 920px;
    /*height:200px;*/
}

.videoarea-msg-list {
    background-image: url(../images/message_board/text-4.png);
    width: 950px;
    height: 188px;
    display: block;
    clear: both;
}

.videoarea-msg-list-div {
    overflow: auto;
    width: 716px;
    padding-left: 10px;
    margin-top: 10px;
}

.videoarea-msg-list-scrollview {
    overflow-x: hidden;
    overflow-y: hidden;
    width: 700px;
    padding-left: 10px;
    margin-top: 10px;
}

.videoarea-msg-list-item {
    font-size: 15px;
    color: #500606;
    font-family: 微軟正黑體;
    display: inline-block;
    margin: 3px 0 0 0;
    padding-top: 15px;
    width: 680px;
    padding-bottom: 5px;
    margin-bottom: -10px !important;
}

    .videoarea-msg-list-item .videoarea-msg-list-item-msgcontent {
        /*width:500px;*/
        margin: 0px 0px 0px 0px;
    }

    .videoarea-msg-list-item .videoarea-msg-list-item-msgtime {
        /*margin: 0px 0px 0px 650px;*/
        float: right;
    }

.videoarea-msg-write {
    background-image: url(../images/message_board/text-5.jpg);
    width: 950px;
    height: 61px;
    display: block;
    /*padding: 8px 20px 40px 57px;*/
    padding-top: 8px;
    padding-left: 57px;
    background-repeat: no-repeat;
}

.videoarea-msg-write-input {
    width: 740px;
    height: 41px;
    border-radius: 5px;
    vertical-align: top;
    padding: 0px;
    outline: none;
    /*display: inline-block;*/
    /*resize: none;*/
}

.videoarea-msg-write-submit {
    background-image: url(../images/message_board/text-6.png) !important;
    width: 54px;
    height: 41px;
    /*display: inline-block;*/
    Text-indent: -9999px;
    /*margin: 0px 0px 3px 8px;*/
}

    .videoarea-msg-write-submit:hover {
        background-position: left bottom;
    }

#list_scroll::-webkit-scrollbar {
    width: 16px;
    /*background-color:#cccccc;*/
    background-color: transparent;
}

#list_scroll::-webkit-scrollbar-thumb {
    /*background-color:#ff94c4;*/
    background-color: #ba4176;
    border-radius: 10px;
    box-shadow: 0px 3px 5px #850e42;
    box-shadow: 0px 2px 2px #d03378 inset;
}

    #list_scroll::-webkit-scrollbar-thumb:hover {
        /*background-color:#ff94c4;*/
        background-color: #d24e88;
        /*border:1px solid #333333;*/
    }

    #list_scroll::-webkit-scrollbar-thumb:active {
        /*background-color:#ff94c4;*/
        background-color: #d24e88;
        /*border:1px solid #333333;*/
    }

#list_scroll::-webkit-scrollbar-track {
    /*border:1px gray solid;*/
    border: none;
    border-radius: 10px;
    /*-webkit-box-shadow:0 0 6px gray inset;*/
}


/* 中間區塊 */
.mainbody {
    width: 955px;
    height: auto;
    overflow: hidden;
    margin: 0 auto;
    padding-left: 5px;
    padding-bottom: 20px;
}
/* 中間區塊-left */
.mainbody_left {
    width: 730px;
    height: auto;
    overflow: hidden;
    float: left;
}

.mainbody_left_title {
    width: 730px;
    height: 40px;
    line-height: 40px;
    margin-bottom: 10px;
    clear: both;
}

.title_new {
    background: url(./../images/mainbody_left_title.png) left top no-repeat;
    margin-bottom: 10px;
}

.title_no {
    background: url(./../images/mainbody_left_title.png) left center no-repeat;
}

.title_hot {
    background: url(./../images/mainbody_left_title.png) left bottom no-repeat;
}

.mainbody_left_title_lefttxt {
    width: 690px;
    height: auto;
    float: left;
    font-size: 16px;
    padding-left: 10px;
    color: #444853;
}

.mainbody_left_title_righttxt {
    width: 30px;
    height: auto;
    float: right;
    font-size: 12px;
}

.mainbody_left_clips {
    width: 730px;
    height: auto;
    /*min-height: 1060px;
    */
}

    .mainbody_left_clips ul {
    }

        .mainbody_left_clips ul li {
            float: left;
        }

.category_div {
    overflow: hidden;
    margin-top: 20px;
}

.one {
    width: 134px;
    height: auto;
    overflow: hidden;
    border: #B2BAC0 solid 1px;
    background-color: #F7F8F8;
    padding-top: 10px;
    position: relative;
    padding-bottom: 10px;
    margin-left: 6px;
    margin-bottom: 10px;
}

.GameArea {
    margin-bottom: 8px;
    height: 30px;
    background: #4dabf3;
    color: #eee;
    text-align: center;
    font-family: 微軟正黑體;
    font-size: 22px;
    border-bottom: 1px solid #edecee;
    border-top: 1px solid #edecee;
    line-height: 28px;
}

.GameArea_AD img {
    width: 300px;
    height: 100%;
    margin-bottom: 2px;
}

.one_pic {
    width: 134px;
    height: 182px;
    /*width: 120px;
    height: 172px;*/
    margin: 0 auto;
    overflow: hidden;
    background: #000;
}

    .one_pic img {
        /*width: 257px;
        margin-left: -136px;*/
        width: 134px;
    }

.one_count {
    position: absolute;
    top: 10px;
    right: 7px;
    text-align: right;
    color: #FFF;
    font-size: 11px;
    line-height: 20px;
    background: url(./../images/maskdown_bg.png) repeat;
    padding-left: 3px;
    width: auto;
}

.one_lt img {
    width: 120px;
    height: auto;
    position: absolute;
    left: 7px;
    top: 92px;
    z-index: 1;
}

.one_ld {
    width: 25px;
    height: 50px;
    position: absolute;
    left: 7px;
    top: 132px;
}

.code_chin {
    background-image: url(./../images/chines.png);
}

.code_no {
    background-image: url(./../images/languages/zh_TW/no.png);
}

.code_nochin {
    background-image: url(./../images/languages/zh_TW/nochin.png);
}

.code_comic {
    height: 25px;
    top: 157px;
    background-image: url(./../images/code_comic.png);
}

.one_rd {
    width: 45px;
    height: 79px;
    position: absolute;
    right: 6px;
    top: 100px;
}

.code_top {
    background-image: url(./../images/code_top.png);
}

.code_middle {
    background-image: url(./../images/code_middle.png);
}

.code_down {
    background-image: url(./../images/code_down.png);
}

.one_name {
    width: 120px;
    height: 17px;
    line-height: 17px;
    color: #444853;
    font-size: 12px;
    overflow: hidden;
    margin: 0 auto;
    margin-top: 5px;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.one_av {
    width: 120px;
    height: 25px;
    color: #E00068;
    font-size: 15px;
    line-height: 25px;
    overflow: hidden;
    margin: 0 auto;
    text-overflow: ellipsis;
    white-space: nowrap;
}

    .one_av a {
        color: #E00068;
    }

.one_tag {
    width: 120px;
    height: 20px;
    line-height: 20px;
    color: #6F4D9C;
    font-size: 11px;
    overflow: hidden;
    margin: 0 auto;
    text-overflow: ellipsis;
    white-space: nowrap;
}

    .one_tag a {
        color: #6F4D9C;
    }

a {
    text-decoration: none;
    color: #333333;
}

.title_H1 {
    width: 730px;
    height: 30px;
    text-indent: 17px;
    line-height: 28px;
    font-size: 22px;
    margin-bottom: 10px;
    background-color: #FA529D;
    color: #fff;
    animation: FlashColor 2s infinite; /*IE*/
    -moz-animation: FlashColor 2s linear infinite; /*FireFox*/
    -webkit-animation: FlashColor 2s infinite; /*Chrome, Safari*/
}

    .title_H1 p a {
        color: white
    }

@keyframes FlashColor {
    0% {
        background-color: #FA529D;
    }

    50% {
        background-color: #FD7DB6;
    }

    100% {
        background-color: #FA529D;
    }
}

@-webkit-keyframes FlashColor {
    0% {
        background-color: #FA529D;
    }

    50% {
        background-color: #FD7DB6;
    }

    100% {
        background-color: #FA529D;
    }
}

@-moz-keyframes FlashColor {
    0% {
        background-color: #FA529D;
    }

    50% {
        background-color: #FD7DB6;
    }

    100% {
        background-color: #FA529D;
    }
}

.category_ul {
    height: 30px;
    background-color: #FA529D;
    margin-bottom: 10px;
    cursor: pointer;
    width: 760px;
}

    .category_ul > li {
        float: left;
        width: 146px;
        text-align: center;
        line-height: 30px;
        border-right: 3px solid #fff;
        display: inline-block;
        box-sizing: border-box;
        height: 30px;
        transform: skew(30deg);
    }

        .category_ul > li > a {
            width: 100%;
            transform: skew(-30deg);
            display: inline-block;
            color: #FFF;
        }

li.color01 {
    transform: skew(30deg);
    margin-left: -10px;
    width: 156px;
    padding-left: 10px;
}

li.color03 {
    transform: skew(30deg);
    width: 158px;
    padding-right: 12px;
}

    li.color01:hover, li.color01:focus,
    li.color02:hover, li.color02:focus,
    li.color03:hover, li.color03:focus {
        background-color: #B91367;
        font-size: 17px;
    }

li.active {
    background-color: #B91367;
    font-size: 17px;
}

.part {
    width: 305px;
    border-bottom: 1px solid #edecee;
    background-color: #F5F5F5;
    position: sticky;
    top: 70px;
    display: table;
}

.tabBox li {
    float: left;
    display: block;
    line-height: 30px;
    width: 300px;
    text-align: center;
    background-color: white;
    border-bottom: 1px solid #edecee;
    border-top: 1px solid #FC70AE;
    cursor: pointer;
}

    .tabBox li.gambleZone {
        border: none;
    }

    .tabBox li.active {
        /*border-top: none;*/
        color: gray;
        background-color: #eee;
        border-color: white;
    }

        .tabBox li.active h2 {
            color: lightgray;
        }

    .tabBox li h2 {
        font-size: 22px;
        /*background-color: #FC70AE;*/
        color: #FC70AE;
    }

    .tabBox li.Paging {
        /*width:150px;*/
        width: 50%;
    }

.rankList {
    padding: 20px;
    overflow: hidden;
    height: auto;
}

    .rankList li h3 {
        height: 46px;
        line-height: 23px;
        overflow: hidden;
        width: 106px;
        margin-left: 10px;
    }

h3 {
    font-size: 15px;
}


.rankList li em {
    width: 20px;
    height: 20px;
    display: block;
    -webkit-border-radius: 12px 12px 12px 12px;
    -moz-border-radius: 12px 12px 12px 12px;
    border-radius: 12px 12px 12px 12px;
    float: left;
    text-align: center;
    line-height: 20px;
    font-size: 12px;
    color: #999;
    border: 1px solid #999;
}

.rankList li.top em {
    border-color: #2ca1f1;
    color: #2ca1f1;
}

.rankList li {
    height: 65px;
    margin-bottom: 25px;
    overflow: hidden;
    display: inline-flex;
}

    .rankList li .imgLink {
        float: left;
        display: flex;
    }

        .rankList li .imgLink img {
            width: 100px;
            height: 65px;
            margin: 0 22px 0 10px;
        }


.rankList p {
    float: right;
}

/*中間小廣告*/
.GIFright {
    margin: 15px auto;
    margin: 8px auto;
}

/*影音專區*/
.right_movie {
    background-color: #F5F5F5;
}

.right_movieIMG {
    width: 260px;
}

li.movieHeight {
    height: 60px;
    margin-bottom: 12px;
}

.movie_img {
    float: left;
}

.movie_h3 {
    width: 260px;
}

/*活動專區*/
.tabBox + span {
    margin-top: 15px;
    width: 100%;
    display: inline-block;
}

    .tabBox + span > p {
        text-align: center;
    }

.function_go {
    margin: 20px auto;
    width: 100%;
    height: 114px;
    background-color: #EEEEEE;
}

hr {
    height: 3px;
    background-color: #CECECE;
}

.tabBox li h3 {
    background-color: #A953F4;
    color: #fff;
    font-size: 17px;
}

/*論壇專區*/
.rankList02 {
    background-color: #fff;
}

a.More_wu {
    float: right;
    margin-right: 13px;
    color: #FF2CA1;
    font-weight: bold;
    cursor: pointer;
}

    a.More_wu:hover, a.More_wu:focus {
        color: #BD2E6E;
    }

.position_wu {
    width: 1050px;
    margin: auto;
    height: auto;
    margin-top: 20px;
    position: relative;
    display: flex;
    justify-content: space-between;
}
/*右側標題color*/
a > h2.RightColor01 {
    background-color: #ECA63C;
    color: white;
}

a > h2.RightColor02 {
    background-color: #30ABDA;
}

a > h2.RightColor03 {
    background-color: #B169F0;
}

a > h2.RightColor04 {
    background-color: #57BD85;
}

a > h2.RightColor05 {
    background-color: #FA529D;
}

/*錨點*/
.TopGo {
    cursor: pointer;
    position: fixed;
    bottom: 170px;
    right: 0;
    color: #FC4A99;
    display: none;
    z-index: 1;
}

i > em {
    color: #FFFFFF;
    float: left;
    font-size: 15px;
    position: absolute;
    top: 55px;
    left: 15px;
}

.listItem .large {
    display: block;
    position: absolute;
    width: 0;
    height: 0;
    border: 0;
    top: 0;
    left: 0;
    z-index: 1000;
}

.post_msg_name {
    font-size: 15px;
    color: blue;
}

.post_msg_time {
    margin-left: 5px;
    font-size: 12px;
    color: gray;
}

.post_msg_content {
    display: block;
}

    .post_msg_content > a {
        color: brown;
        text-decoration: underline;
    }

.post_msg_icon {
    border: solid;
    width: 30px;
    height: 30px;
    border-radius: 25px;
    border-width: 5px;
    text-align: center;
    background-color: #F095BE;
    color: #FFF;
    line-height: 30px;
    display: inline-block;
    margin-right: 5px;
    vertical-align: top;
}

.Icon_color_0 {
    background-color: red;
}

.Icon_color_1 {
    background-color: blue;
}

.Icon_color_2 {
    background-color: teal;
}

.Icon_color_3 {
    background-color: pink;
}

.Icon_color_4 {
    background-color: gray;
}

.Icon_color_5 {
    background-color: green;
}

.Icon_color_6 {
    background-color: cornflowerblue;
}

.Icon_color_7 {
    background-color: brown;
}

.Icon_color_8 {
    background-color: black;
}

.Icon_color_9 {
    background-color: gold;
}

.btn_post_msg {
    display: inline-block;
    height: 28px;
    border: solid 1px transparent;
    padding: 0 10px;
    outline: 0;
    font-weight: 500;
    font-size: 11px;
    text-decoration: none;
    white-space: nowrap;
    word-wrap: normal;
    line-height: normal;
    vertical-align: middle;
    cursor: pointer;
    border-radius: 2px;
    box-shadow: 0 1px 0 rgba(0,0,0,0.05);
}

.btn_send {
    border-color: #167ac6;
    background: #167ac6;
    color: #fff;
    margin-left: 10px;
}

    .btn_send:disabled {
        background: gray;
        color: #000;
    }

#ContentPlaceHolder1_post_msg_btnarea {
    float: right;
    margin: 5px 11px 0 0;
}

#post_msg_textarea {
    width: 665px;
    height: 61px;
}

.post_msg_send_zone {
    display: block;
    width: 720px;
    margin-top: 5px;
    border-style: solid;
    border-bottom-width: 1px;
    border-top-color: #F095BE;
    border-top-width: 1px;
    border-bottom-color: lightgray;
    padding: 10px 0 40px 10px;
}

#post_msg_see_all {
    margin-right: 10px;
    cursor: pointer;
}

/*18禁頁面*/
.R-18Position {
    width: 957px;
    margin-left: calc(50% - 478px);
    margin-top: 120px;
    position: relative;
}

    .R-18Position > img {
    }

.R-18Icon {
    margin: 25px auto 0;
    width: 450px;
}

.R-18Icon_button1 {
    border: 0;
    background-color: #F23C8D;
    color: #fff;
    height: 140px;
    width: 207px;
    font-size: 35px;
    border-radius: 16px;
    letter-spacing: 1px;
    border-bottom: 3px #E793B8 solid;
    text-shadow: 1px 1px #555;
    margin-right: 8%;
    float: left;
    margin-bottom: 1px;
}

    .R-18Icon_button1:hover {
        background-color: #E02A7A;
        border-bottom: 2px #E793B8 solid;
        margin-top: 1px;
        margin-bottom: 0;
    }

.R-18Icon_button2 {
    border: 0;
    background-color: #6F6F6F;
    color: #fff;
    height: 140px;
    width: 207px;
    font-size: 35px;
    border-radius: 16px;
    letter-spacing: 1px;
    border-bottom: 3px #BCBCBC solid;
    text-shadow: 1px 1px #555;
    margin-bottom: 1px;
}

    .R-18Icon_button2:hover {
        background-color: #5A5A5A;
        border-bottom: 2px #BCBCBC solid;
        margin-top: 1px;
        margin-bottom: 0;
    }

.R-18Text {
    width: 957px;
    height: 50px;
    float: left;
    color: #555;
    margin: 30px auto 5px;
    font-size: 17px;
}

    .R-18Text > img {
        border: 1px #B9B9B9 solid;
        width: 50px;
    }

    .R-18Text > p {
        width: 94%;
        float: right;
        margin-top: 1px;
    }

.R-18Text_ul {
    width: 100%;
    padding-left: 0px;
}

.R-18Text_li {
    display: inline-block;
    width: 24.5%;
    text-align: center;
}

    .R-18Text_li > a {
        color: #F23C8D;
        width: 20%;
        line-height: 32px;
    }

        .R-18Text_li > a:hover {
            font-weight: bold;
            font-size: 17px;
            line-height: 30px;
        }

.R-18Text {
    display: inline-block;
    text-align: center;
}

.R-18Image {
    display: inline-block;
    text-align: left;
    vertical-align: middle;
}

marquee {
    position: absolute;
    top: 190px;
    font-size: 28px;
    font-weight: bold;
    color: #e66d8b;
    background-color: #fff;
    box-shadow: 2px 1px 5px #ED85B3 inset;
    height: 50px;
    left: 14%;
    border-radius: 3px;
    line-height: 49px;
    border: 3px #FBD0E3 solid;
}

/*首頁再改版*/
.header-bar-link {
    color: #8E4569;
}

.header-bar-link-div:hover {
    background: #ffb6d7;
}

.header-bar-link-div > a:hover {
    color: #FFF;
}

.AirLogo {
    display: inline-block;
    height: 97px;
    width: 212px;
    float: left;
}

.AirLinkMenu {
    float: right;
    /*max-width: 700px;*/
}

    .AirLinkMenu > input {
        width: 120px;
        height: 23px;
        font-size: 15px;
        text-indent: 9px;
        letter-spacing: 1px;
        color: #555;
        list-style: none;
        border: 1px #A8A8A8 solid;
        border-radius: 3px;
        transition: color 1s,border 1s,width 1s;
    }

    .AirLinkMenu > select {
        height: 27px;
        font-size: 15px;
        text-indent: 9px;
        letter-spacing: 1px;
        color: #555;
        list-style: none;
        border: 1px #A8A8A8 solid;
        border-radius: 3px;
        width: 80px;
        padding-top: 1px;
    }

    .AirLinkMenu > input:hover {
        border: 1px #FC4A99 solid;
        color: #FC4A99;
        /*width: 130px;
    transition: color 1s,border 1s,width 1s;*/
    }

.AirSearch {
    /*position: absolute;*/
    right: 196px;
    top: 4px;
    color: #929292;
}

div.AirSearch {
    font-size: 21px;
}
/*第一層小選單*/
.AirLinkMenu_ul {
    display: inline-block;
    font-size: 15px;
}

.AirLinkMenu_li1 {
    float: left;
    /* 只有第一層是靠左對齊*/
    /*width:45px;*/
    position: relative;
    top: 2px;
    left: 4px;
}

.AirLinkMenu_ul > li > a {
    color: #555;
    padding-right: 5px;
    padding-left: 5px;
    border-right: #D8D8D8 1px solid;
}
/*友站連結次選單*/
.AirMatey {
    /*隱藏次選單*/
    width: 200px;
    position: absolute;
    right: -46px;
    opacity: 0;
    display: none;
    transition: opacity 0.4s;
    padding-top: 8px;
    z-index: 2;
    box-shadow: 0px 10px 17px -6px #757575;
}

.AirLinkMenu_li1:hover > ul {
    /*滑鼠滑入展開次選單*/
    opacity: 1;
    transition: opacity 0.4s;
    border-right: 5px;
    display: block;
}

.AirLinkMenuTitle {
    text-align: center;
    display: inherit;
    background-color: #FC4A99;
    color: #fff;
    padding: 3px 0;
    font-size: 15px;
}

.AirLinkMenu_a {
    background-color: #f6f6f6;
    color: #757575;
    display: block;
    padding: 0px 30px;
    text-decoration: none;
    line-height: 31px;
}

    .AirLinkMenu_a:hover {
        background-color: #c6c6c6;
        color: #FFF;
        box-shadow: 0px 4px 2px -3px #999 inset;
    }
/*熱搜關鍵字次選單*/
.AirKeyword {
    width: 108px;
    position: absolute;
    left: -7px;
    opacity: 0;
    display: none;
    transition: opacity 0.4s;
    padding-top: 8px;
    z-index: 2;
    box-shadow: 0px 8px 23px -9px #757575;
}

    .AirKeyword:hover {
        opacity: 1;
        transition: opacity 0.4s;
        border-right: 5px;
        display: block;
    }

.AirKeyword_a {
    background-color: #f6f6f6;
    color: #757575;
    display: block;
    padding: 0px 8px;
    text-decoration: none;
    line-height: 30px;
}

    .AirKeyword_a:hover {
        background-color: #c6c6c6;
        color: #FFF;
        box-shadow: 0px 4px 2px -3px #999 inset;
    }
/*次選單分隔線*/
.AirMatey > li, .AirKeyword > li {
    border-bottom: #fff 2px solid;
}
    /*斷結尾*/
    .AirMatey > li:last-child, .AirKeyword > li:last-child {
        border-bottom: 0px;
    }

/*主要選單*/
.main_menu_div {
    float: right;
    margin-top: 10px;
}

.AirMenu {
    /*position: absolute;
    width: 790px;
    top: 68px;
    right: 0;*/
}

.AirMenu_li {
    float: left;
    margin-left: 10px;
    border-right: 2px #FC4A99 solid;
    padding-right: 8px;
    font-size: 17px;
}

    .AirMenu_li > a {
        color: #FC4A99;
    }

        .AirMenu_li > a:hover {
            color: #FF9FCA;
        }

.AirMenu_li2 {
    float: left;
    margin-left: 13px;
    border-right: 2px #9C6DF9 solid;
    padding-right: 7px;
    font-size: 17px;
}

    .AirMenu_li2 > a {
        color: #9C6DF9;
    }

        .AirMenu_li2 > a:hover {
            color: #C7ABFF;
        }

    .AirMenu_li2:nth-of-type(1) {
        padding-left: 0px;
    }

    .AirMenu_li2:last-child {
        border-right: 0;
    }

/*首頁橫幅banner*/
.AirBanner {
    width: 1050px;
    margin: auto;
    height: 264px;
}

.AirBannerLast {
    height: 40px;
    float: left;
    width: 47px;
}

.AirBannerNext {
    height: 40px;
    float: right;
    width: 47px;
}

a.AirBannerLast, a.AirBannerNext {
    font-size: 40px;
    color: #EFEFEF;
    line-height: 45px;
    margin-top: 104px;
    text-align: center;
    text-shadow: 0px 1px #999;
}

    a.AirBannerLast:hover, a.AirBannerNext:hover {
        font-size: 37px;
        color: #8F8F8F;
        text-shadow: none;
        transition: color 0.4s,text-shadow 0.4s;
    }


/*範例虛擬元素
li:after{content:"";display:block;border-right: 1px #000 solid;}*/

/*左右兩側廣告*/
.BillingLeft {
    position: fixed;
    z-index: 10;
    left: 0;
    /*top: 320px;*/
    bottom: 260px;
}

.CloseBilling {
    text-align: center;
    display: inherit;
    background-color: #FC4A99;
    color: #fff;
    padding: 3px 0;
    display: block;
}

.BillingRight {
    z-index: 1;
    position: fixed;
    right: 0;
    /*top: 320px;*/
    bottom: 260px;
}

.Close_a {
    color: #fff;
    position: absolute;
    top: 4px;
    right: 8px;
}

.Close_a-Left {
    left: 8px;
}

.AndroidAPP {
    color: #8D8D8D;
    display: block;
    text-align: center;
    margin-top: 5px;
    font-weight: bold;
}

/*活動頁面*/
.AirActivity {
    width: 100%;
    margin-top: 12px;
    color: #2A2A2A;
    height: 190px;
}

.AirActivity_span {
    float: left;
    display: inline-block;
    box-sizing: border-box;
    height: 115px;
}

.AirActivity_div {
    width: 489px;
    border: 1px #C2C2C2 solid;
    box-sizing: border-box;
    height: 200px;
    position: relative;
    padding: 10px;
    float: right;
}

div.AirActivity > span > a > img {
    width: 240px;
    height: 200px;
}

.AirActivity_div_span {
    font-weight: bold;
    font-size: 21px;
}

.AirActivity_p {
    color: #4d4d4d;
    letter-spacing: 2px;
    font-size: 15px;
    margin-top: 15px;
    line-height: 20px;
}

.More_a {
    background: #ff0084;
    background: -moz-linear-gradient(top, #ff0084 0%, #f94fb3 100%);
    background: -webkit-linear-gradient(top, #ff0084 0%,#f94fb3 100%);
    background: linear-gradient(to bottom, #ff0084 0%,#f94fb3 100%);
    border: 1px #f986c8 solid;
    float: right;
    color: #fff;
    box-shadow: 0px 1px #ff6bc0;
    margin-right: 2%;
    border-radius: 5px;
    position: absolute;
    right: 2%;
    bottom: 14px;
    text-align: center;
    width: 66px;
    height: 28px;
    line-height: 25px;
    font-size: 19px;
    text-shadow: 1px 1px #C85692;
}

    .More_a:hover {
        background: -moz-linear-gradient(top, #ff0084 0%, #f94fb3 100%);
        background: -webkit-linear-gradient(top, #ff0084 0%,#f94fb3 100%);
        background: linear-gradient(to bottom, #c00766 0%,#d53091 100%);
        color: #FF9FE2;
        box-shadow: 0px 1px #e148a0;
        border: 1px #e360ab solid;
        bottom: 6.5%;
        bottom: 13px;
    }

/*活動情報內頁*/

.cursor_pointer {
    cursor: pointer;
}

/*影片撥放按鈕修改*/
.MovieIcon {
    min-width: 70px;
    /*height: 24px;*/
    background: #A7A7A7;
    float: left;
    margin-right: 10px;
    text-align: center;
    line-height: 22px;
    border-radius: 3px;
    letter-spacing: 1px;
    padding: 0 10px;
}

    .MovieIcon:hover {
        background: #FC4A99;
    }

    .MovieIcon a {
        width: 100%;
        height: 100%;
        display: inline-block;
        color: #fff;
        text-shadow: 1px 0px #555;
    }

    .MovieIcon:last-child {
        margin-right: 0px;
    }


.textH1 {
    margin-bottom: 16px;
    color: #EF3C8B;
    font-weight: bold;
    font-size: 18px;
}

a.VideoIcon {
    font-size: 63px;
    float: left;
    color: #FC4A99;
    text-shadow: 0px 1px #848484;
}

a.VideoIconRight {
    float: right;
}

a.VideoIcon:hover {
    color: rgb(161, 161, 161);
}

.oneWU {
    width: 126px;
    margin-left: 4px;
}

.oneWUright: {
    margin-right: 8px;
}

.TopBaner_Btn_div {
    width: 50px;
    display: inline-block;
    padding-bottom: 10%;
}

.TopBaner_Adv_div {
    display: inline-block;
    width: 950px;
    height: 264px;
    overflow: hidden;
}

.HD_Icon {
    display: block;
    float: left;
    right: 0;
    top: 165px;
    z-index: 0;
    cursor: pointer;
    outline: none;
    position: absolute;
}

.relative_post_div {
    padding-bottom: 10px;
    padding-top: 10px;
    margin-bottom: 19px;
    border-width: 1px;
    border-color: #F095BE;
    border-top-style: solid;
    width: 730px;
}

.relative_post_ul {
    padding-left: 25px;
}

.relative_post_link {
    padding: 5px 0 5px 10px;
    border-width: 1px;
    border-color: #bbbbbb;
    border-bottom-style: solid;
    width: 670px;
}

    .relative_post_link:hover {
        background: pink;
    }

.relative_post_img {
    display: inline-block;
    width: 70px;
    height: 50px;
    overflow: hidden;
    border: 1px solid #000;
    background-color: #ccc;
}

.relative_post_h3 {
    display: inline-block;
    vertical-align: top;
    line-height: 50px;
    max-width: 580px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.relative_video_list {
    padding-bottom: 10px;
    padding-top: 10px;
    margin-top: 19px;
    border-width: 1px;
    border-color: #F095BE;
    border-top-style: solid;
    width: 730px;
}

.relative_video_ul {
    display: table;
}

.relative_video_li {
    width: 33%;
    float: left;
}

    .relative_video_li:nth-child(3n+1) {
        clear: left;
    }

.relative_video_link {
}

.relative_video_img {
    position: relative;
}

    .relative_video_img:before {
        content: '';
        display: block;
        background: #000;
        width: 95%;
        height: 20px;
        position: absolute;
        left: 0;
    }

    .relative_video_img:after {
        content: '';
        display: block;
        background: #000;
        width: 95%;
        height: 20px;
        position: absolute;
        bottom: 2px;
    }

    .relative_video_img img {
        width: 95%;
        background: black;
    }

.relative_video_h3 {
    width: 97%;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: N;
    line-height: 1.2em;
    max-height: 4.6em;
    /* text-align: center; */
    font-size: 14px;
    margin-bottom: 10px;
}



.header_link_bar {
    display: block;
    position: fixed;
    width: 100%;
    height: 30px;
    background: #ffc2c2;
    top: 38px;
    z-index: 990;
    text-align: center;
}

.bar_new {
    animation: BarFlash 0.3s infinite; /*IE*/
    -moz-animation: BarFlash 0.3s linear infinite; /*FireFox*/
    -webkit-animation: BarFlash 0.3s infinite; /*Chrome, Safari*/
}

@keyframes BarFlash {
    0% {
        color: #ffffff;
    }

    100% {
        color: yellow
    }
}

@-webkit-keyframes BarFlash {
    0% {
        color: #FFFFFF;
    }

    100% {
        color: yellow
    }
}

@-moz-keyframes BarFlash {
    0% {
        color: #FFFFFF;
    }

    100% {
        color: yellow
    }
}

.share_video_porn_li {
    width: 30%;
    margin-left: 9px;
    border: #B2BAC0 solid 1px;
    padding: 4px;
}

    .share_video_porn_li:first-child {
        margin-left: 6px;
    }

    .share_video_porn_li h3 {
        width: 100%;
        padding: 0 5px;
    }

    .share_video_porn_li a {
        position: relative;
        display: block;
    }

    .share_video_porn_li .svp_duration {
        position: absolute;
        bottom: 7px;
        background: rgba(0, 0, 0, 0.5);
        color: #FFF;
        padding: 5px;
        width: 40px;
        border-radius: 6px;
        text-align: center;
        right: 5px;
    }

.New_Icon {
    display:none;
    width: 100%;
    top: 0px;
    left: 68px;
    z-index: 0;
    position: absolute;
}

    .New_Icon img {
        width: 50%;
    }

#more_porn {
    margin: 10px;
}
