a {
    text-decoration: none;
}

a:active,
a:visited,
a:-webkit-any-link {
    color: inherit;
}

a:hover {
    color: #FF3366;
}

@import url(//fonts.googleapis.com/earlyaccess/notosanstc.css);

body {
    font-family: 'Noto Sans TC', '微軟正黑體', sans-serif;
    position: relative;
    margin: 0;
    padding: 35px 0 0 0;
    background: #ffffff;
    background-position: center 0;
    background-size: 100% auto;
    background-repeat: no-repeat;
}

body .page-wrapper {
    margin: 0 auto;
}

@media screen and (min-width: 1200px) {
    body .page-wrapper {
        width: 64.58333%;
    }
}

@media screen and (min-width: 1200px) {
    body {}
}

header {
    position: fixed;
    z-index: 1;
    top: 0;
    left: 0;
    width: 100%;
    height: 35px;
    border-bottom: 1px solid #d2d3d7;
    background-color: white;
}

header .menu {
    display: flex;
    align-items: center;
    height: 100%;
    padding-left: 10px;
}

header .menu img {
    width: 24px;
}

header .logo {
    position: absolute;
    top: 5px;
    right: 0;
    bottom: 5px;
    left: 0;
    width: 60%;
    margin: auto;
    background-image: url("../images/logo-computer.png");
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}

@media screen and (min-width: 1200px) {
    header {
        position: absolute;
    }

    header .menu {
        display: none;
    }
}

footer {
    background-color: #fff;
    margin: 0 auto;
    padding: 2rem 0 1rem 0;
    text-align: center;
}

footer #footer_new {
    margin: 0 0 20px 0;
}

footer #footer_new p {
    font-size: 13px;
    margin: 0 auto;
}

@media (max-width: 544px) {
    footer #footer_new p {
        font-size: 12px;
        padding: 0 1rem;
    }
}

footer #footer_new p.style6666 {
    margin-top: 15px;
    font-size: 12px;
    color: #999999;
}

footer #footer_new p a {
    font-size: 13px;
    color: #1574D5;
    text-decoration: none;
    line-height: 20px;
}

@media (max-width: 544px) {
    footer #footer_new p a {
        font-size: 12px;
    }
}

footer #footer_new p a:hover {
    color: #1574D5;
    text-decoration: underline;
}

.clearfix::before,
.clearfix::after {
    content: " ";
    display: table;
}

.clearfix::after {
    clear: both;
}

/* line 662, ../sass/event-20190922.scss */
div.fixedmenubar {
    overflow: hidden;
    min-width: auto;
    max-width: 200px;
    z-index: 2;
    position: fixed;
    right: 0;
    top: 0;
}

/* line 670, ../sass/event-20190922.scss */
div.fixedmenubar * {
    transition: all .25s;
}

/* line 675, ../sass/event-20190922.scss */
div.fixedmenubar div.menugroup::after {
    transition: all .25s;
    position: fixed;
    top: 0;
    right: -100%;
    width: 200px;
    height: 1999px;
    content: ' ';
    background: white;
    z-index: -1;
    pointer-events: none;
    opacity: 0;
    box-shadow: 8px 0px 20px grey;
}

/* line 689, ../sass/event-20190922.scss */
div.fixedmenubar div.menugroup ul {
    width: 200px;
    position: fixed;
    top: 67.2px;
    right: -100%;
    pointer-events: none;
    opacity: 0;
}

/* line 696, ../sass/event-20190922.scss */
div.fixedmenubar div.menugroup ul a {
    color: #444041;
    text-decoration: none;
}

/* line 700, ../sass/event-20190922.scss */
div.fixedmenubar div.menugroup ul li {
    font-weight: 500px;
    text-align: right;
    font-size: 2.3vmin;
    padding: 10px;
    white-space: nowrap;
}

/* line 706, ../sass/event-20190922.scss */
div.fixedmenubar div.menugroup ul li:hover {
    background: #fdd100;
}

/* line 713, ../sass/event-20190922.scss */
div.fixedmenubar label {
    width: 100%;
    text-align: right;
    padding: 10px;
    margin: 0 auto;
}

/* line 718, ../sass/event-20190922.scss */
div.fixedmenubar label img {
    transition: none;
    max-width: 50px;
}

/* line 721, ../sass/event-20190922.scss */
div.fixedmenubar label img:nth-child(1) {
    position: relative;
    opacity: 1;
}

/* line 725, ../sass/event-20190922.scss */
div.fixedmenubar label img:nth-child(2) {
    position: absolute;
    transform: rotate(0deg);
    opacity: 0;
}

/* line 732, ../sass/event-20190922.scss */
div.fixedmenubar input {
    display: none;
}

/* line 735, ../sass/event-20190922.scss */
div.fixedmenubar input:checked~div.menugroup {
    height: 10000px;
}

/* line 737, ../sass/event-20190922.scss */
div.fixedmenubar input:checked~div.menugroup ul {
    pointer-events: all;
    opacity: 1;
    right: 0;
}

/* line 742, ../sass/event-20190922.scss */
div.fixedmenubar input:checked~div.menugroup::after {
    right: 0;
    opacity: .7;
}

/* line 748, ../sass/event-20190922.scss */
div.fixedmenubar input:checked~div label img:nth-child(1) {
    position: absolute;
    opacity: 0;
}

/* line 752, ../sass/event-20190922.scss */
div.fixedmenubar input:checked~div label img:nth-child(2) {
    position: relative;
    transform: rotate(-360deg);
    opacity: 1;
}

/* line 762, ../sass/event-20190922.scss */
div.fixedrightmenu {
    position: fixed;
    width: 137px;
    top: 130px;
    right: -32px;
    z-index: 99999;
    padding: 20px 28px 20px 30px;
    font-weight: 100;
}

/* line 769, ../sass/event-20190922.scss */
div.fixedrightmenu img {
    max-width: 100% !important;
}

/* line 772, ../sass/event-20190922.scss */
div.fixedrightmenu:after {
    position: absolute;
    top: 0px;
    left: 0px;
    content: ' ';
    height: 100%;
    width: 100%;
    background: white;
    z-index: -1;
    pointer-events: none;
    border-radius: 30px;
    opacity: .8;
    box-shadow: -5px 5px 0px rgba(128, 128, 128, 0.5);
}

/* line 787, ../sass/event-20190922.scss */
div.fixedrightmenu a {
    display: list-item;
    font-weight: bolder;
    color: #444041;
    text-decoration: none;
    position: relative;
}

/* line 793, ../sass/event-20190922.scss */
div.fixedrightmenu a li {
    padding: 10px 0px;
}

/* line 796, ../sass/event-20190922.scss */
div.fixedrightmenu a i {
    opacity: 0;
    font-size: 8px;
    position: absolute;
    left: -15px;
    top: 16px;
}

/* line 803, ../sass/event-20190922.scss */
div.fixedrightmenu a:last-of-type {
    position: relative;
    font-size: 30px;
}

/* line 806, ../sass/event-20190922.scss */
div.fixedrightmenu a:last-of-type li {
    padding-bottom: 0px;
    text-align: center;
}

/* line 809, ../sass/event-20190922.scss */
div.fixedrightmenu a:last-of-type:after {
    position: absolute;
    content: ' ';
    width: 0px;
    height: 0px;
    border: solid 5px;
    border-color: transparent transparent #444041 transparent;
    top: 2px;
    left: 50%;
    transform: translateX(-50%);
}

/* line 821, ../sass/event-20190922.scss */
div.fixedrightmenu a:hover {
    color: #FF3366;
}

/* line 823, ../sass/event-20190922.scss */
div.fixedrightmenu a:hover i {
    opacity: 1;
}

/* line 827, ../sass/event-20190922.scss */
div.fixedrightmenu a:hover:last-of-type:after {
    border-color: transparent transparent #FF3366 transparent;
}

/* line 834, ../sass/event-20190922.scss */
div.fixedrightmenu ul {
    max-width: 120px;
}

/* line 838, ../sass/event-20190922.scss */
div.fixedrightmenu ul a:nth-of-type(1),
div.fixedrightmenu ul a:nth-of-type(2),
div.fixedrightmenu ul a:nth-of-type(3),
div.fixedrightmenu ul a:nth-of-type(4),
div.fixedrightmenu ul a:nth-of-type(5) {
    position: relative;
}

/* line 844, ../sass/event-20190922.scss */
div.fixedrightmenu ul a:nth-of-type(1):after,
div.fixedrightmenu ul a:nth-of-type(2):after,
div.fixedrightmenu ul a:nth-of-type(3):after,
div.fixedrightmenu ul a:nth-of-type(4):after,
div.fixedrightmenu ul a:nth-of-type(5):after {
    content: ' ';
    background: grey;
    height: 1px;
    width: 115px;
    position: absolute;
    bottom: 0px;
}

/* line 852, ../sass/event-20190922.scss */
div.fixedrightmenu ul a:nth-of-type(1):hover:after,
div.fixedrightmenu ul a:nth-of-type(2):hover:after,
div.fixedrightmenu ul a:nth-of-type(3):hover:after,
div.fixedrightmenu ul a:nth-of-type(4):hover:after,
div.fixedrightmenu ul a:nth-of-type(5):hover:after {
    height: 2px;
    background: rgba(128, 128, 128, 0.4);
}


/*main_area*/
.main-container {
    width: 1160px;
    margin: 0px auto;
    overflow: hidden;
}

.topbanner {
    min-width: 1160px;
    height: 460px;
    background: url(../images/bannerbg.jpg);
    background-repeat: no-repeat;
    background-position: center top;
    position: relative;
    padding-top: 20px;
}

.toparea {
    width: 1050px;
    margin: 0px auto;
    position: relative;
}
.girlblock{
    position: absolute;top: 53px;left: -30px;
}
.boyblock{
    position: absolute;top: 32px;right: -30px;
}
.maintitle {
    text-align: center;position: relative;
    top: 30px;
}

.maintitle img {

}





/*shoplist*/
section.shoparea {
    margin: 20px 0px;
}

.shoparea .shoplist {
    margin: 0px 0px 20px 0px;
    border: 1px solid #C6C6C6;
    border-radius: 0px 0px 13px 13px;
}

.shoplist_container {
    margin: 20px auto;
}
.shoplist_container tr td  img{

}
.shoplist_container tr td {
    width: 250px;
    text-align: center;
}

.shoparea-ad {
    margin: -1px;position: relative;height: 60px;z-index: 10;
    border-radius: 13px 13px 0px 0px;
}
.shoparea-ad >img{
    position: absolute;top: -25px;z-index: 15;
    left: 25px;width: 295px;height: auto;
}
.shoparea-ad h2{
    position: relative;left: 350px;font-size: 38px;
    font-weight: 700;color: #ffffff;letter-spacing: 3px;
    top: 9px;
}
.shoparea-ad.girl{
    background: #FF6582;
}
.shoparea-ad.boy{
    background: #0DB2AD;
}
.shoptable {
    margin: 0px auto;
}

table.goodlayout {
    margin: 12px;
    border: 1px solid #ccc;
    transition: 0.1s;
}
table.goodlayout:hover{
    transform:scale(1.05);
}
.goodname {
    padding: 15px 5px;
    vertical-align: top;
    font-size: 30px;
    text-align: center;
    line-height: 18px;
}
.gooddesc{
    padding: 5px 10px 15px 10px;
    line-height: 20px;color: #828282
}
.gooddesc p{
    text-align: center;
}
.goodprice {
   
}

.gooddollar {
    color: #FF3366;font-weight: 500;
}

.goodprice-size {
    color: #FF3366;
    font-size: 30px;font-weight: 500;
}
a.girlbtn{
    padding: 8px 0px;color: #fff;
    background: #FF3366;
    display: block;
    margin-top: 10px;font-size: 22px;letter-spacing: 5px;
}
a.boybtn{
    padding: 8px 0px;color: #fff;
    background: #0DB2AD ;
    display: block;
    margin-top: 10px;font-size: 22px;letter-spacing: 5px;
}
.btnarea {
    text-align: center;
    margin: 30px 0px 20px 0px;
}

.shopbtn {
    border: 1px solid #C6C6C6;
    padding: 7px 70px;
    border-radius: 10px;
    font-size: 20px;
    letter-spacing: 5px;
    text-align: center;
    transition: 0.3s;
}

.shopbtn:hover {
    background: #D8D8D8;
}

/*shopslide*/

section.lastarea{
    background: #3EB13A;text-align: center;
    padding: 0px 0px 30px 0px;position: relative;
    margin-top: 50px;
}
.last-container {
    width: 1160px;
    margin: 0px auto;
}
.lasttitle{
    position: relative;
    left: 0;right: 0;
    top: -30px;z-index: 90;
}
section.lastarea img{
    margin-top: -10px;
}
.lastcontent{
    margin: 0px 15px;background: #ffffff;
    padding: 25px 50px;
    border-radius: 10px;height: 380px;
}
.lastcontent h3{
    font-size:25px;
    margin: 10px 0px 15px 0px;text-align: left;font-weight: 500;
}
.lastcontent img.linebtn{
    width: 80%;
    margin: 5px 0px;
}
.lastcontent ul {
    margin: 0px 0px 0px 20px;
}
.lastcontent ul li{
    font-size: 1.2em;line-height: 1.5em;text-align: left;
    margin-bottom: 10px;font-weight: 500;
    list-style-type: disc;padding-left: -10px;
}
.notice{
    width: 70%;float: left;
}
.addfriend{
    width: 30%;float: right;position: relative;top: 50px;
}
.addfriend img{

}