/* BASIC css start */
.logotop { position:relative; width:600px; margin:0 auto; text-align:center; }
.logotop img { max-height:20px; margin-top:10px; }

.top_left { position:absolute; top:0px; left:15px; }
.top_right { position:absolute; top:0px; right:15px; }
.top_right a { color:#000; }
.top_right a:hover { color:#000;}
.top_right i { font-size:22px; margin-top:2px;}

.t_menu { position:relative; float:left; padding:10px; color:#000; display:block; cursor:default; text-align:center; font-size:13px;}
.t_menu .t_view {background:#fff; padding:20px; text-align:left; position:absolute; top:-9000px; left:-9px; z-index:49; width:550px;box-shadow: 0 2px 2px rgba(0, 0, 0, 0.2);}
.t_menu .t_view p{line-height:130%; padding:8px 0;}
.t_menu .t_view p a:hover{font-weight:bold;}
.t_menu a { color:#000; display:block; }
.t_menu:hover,
.t_menu a:hover,
.t_menu li.selected > a,
.t_menu li.on > a { color:#000;}
.t_menu .t_view.right {width:120px;}
.t_menu .t_view.collection {min-height:174px;}
.t_menu .t_view.lang {width:auto;}

.top_menu_banner {
    position: absolute; right: 24px; top: 24px; width: 300px;
}
.top_menu_banner img{
    width: 100%;
}

.search_box  {
    width: 130px;
    border: 1px solid #ddd;
    margin-left: 8px;
}
.search_box .MS_search_word {
    float: left;
    border: none;
    width: 105px;
    padding: 3px 0;
    outline:none;
    margin:0 3px;
}

/* category.css */
.top_category { position:absolute; top:55px; left:0px; z-index:49; padding:0; }

.top_category .position { border:1px solid #ccc; border-top:0; background:#fff; padding:10px; }
.top_category .position > ul { }
.top_category .position > ul > li { position:relative; }
.top_category .position > ul > li > a { display:block; width:160px; padding:5px 0; }
.top_category .position > ul > li > a:hover {  }
.top_category .position > ul > li.selected > a {  }
.top_category .position > ul > li.on > a {  }

.top_category .sub-category { display:none; position:absolute; top:0; left:140px; width:160px; padding:5px; background:#fff; border:1px solid #ccc; z-index:52; }
.top_category .sub-category ul { }
.top_category .sub-category li { padding:5px; }
.top_category .sub-category a { display:block; }
.top_category .sub-category a:hover {  }


.shop_category { position:relative; width:100%; }

.shop_category .position { position:relative; border-bottom:1px solid #e8e8e8; padding:12px 0; text-align:center; }
.shop_category .position > ul { }
.shop_category .position > ul > li { display:inline-block; *display:inline; *zoom:1; position:relative; }
.shop_category .position > ul > li > a { display:block; padding:10px; font-weight:bold; }
.shop_category .position > ul > li > a:hover { }
.shop_category .position > ul > li.selected > a {  }
.shop_category .position > ul > li.on > a { font-weight:bold; color:#999; }

.shop_category .sub-category { position:absolute; top:35px; left:0px; width:150px; padding:5px; background:#fff; border:1px solid #ccc; z-index:50; }
.shop_category .sub-category ul { }
.shop_category .sub-category li { padding:5px; text-align:left; }
.shop_category .sub-category a { display:block; }
.shop_category .sub-category a:hover {  }

/* boardInfo.css */
.top_board { position:absolute; top:25px; left:0px; z-index:49; padding:0; }

.top_board .board { border:1px solid #ccc; border-top:0; background:#fff; padding:10px; }
.top_board .board ul { }
.top_board .board li { position:relative; }
.top_board .board li img { vertical-align:middle; }
.top_board .board a { display:block; width:150px; padding:5px 0; }
.top_board .board a:hover { font-weight:bold; color:#000; }


/* loginoff.css */
.loginoff { position:relative; float:right; }

.loginoff .name { color:#000; margin-right:5px; border-bottom:1px solid #ddd; margin-bottom: 10px;}

/* multishopList.css */
.xans-layout-multishoplist.list { float:right; position:relative; }

.xans-layout-multishoplist.list > ul {  }
.xans-layout-multishoplist.list > ul li { position:relative; float:left; /* padding:5px 5px;*/ margin-top: 4px}
.xans-layout-multishoplist.list > ul li a { display:block; }
.xans-layout-multishoplist.list > ul li.selected a { border-bottom:1px solid #000; }
.xans-layout-multishoplist.list.show > ul { display:block; }

.header_banner {    
    height: 40px;
    position: fixed;
    width: 100%;
    top: 0;
    z-index: 10;
    background-color:#000;
    color:#fff;
}
.header_banner a{
    text-align: center;
    font-size: 14px;
    line-height: 40px;
    display:block;
    color:#fff;
}
.header_banner_slider {
    width:500px;
    margin:0 auto;
}

.top_notice_slider_prev {
    position:absolute;
    left:0;
    top:0;
    font-size:16px;
    padding:12px;
    z-index:2;
    cursor:pointer;
}
.top_notice_slider_next {
    position:absolute;
    right:0;
    top:0;
    font-size:16px;
    padding:12px;
    z-index:2;
    cursor:pointer;
}

.top_left .t_menu.dtb::after {
    bottom: -7px;
    position: absolute;
    content: "NEW";
    font-size: 9px;
    line-height: 1;
    padding: 1px 4px;
    color: #fff;
    background-color: #333;
    margin: 0 auto;
    left: 50%;
    transform: translateX(-50%);
    border-radius: 4px;
    font-weight: bold;
}

.menu_popup {position:fixed; top:90px; left:0; background-color:#fff; width:100%; display:none;}
.menu_popup div {padding:10px 40px 40px 80px; overflow:hidden;}
.menu_popup ul {float:left; width:143px;}
.menu_popup ul li {padding:6px;}


/* search */
.search {position:relative;}
.search input {border:0; border-bottom:2px solid #999; width:100%; padding:8px 0; outline:none;}
.search input:focus {border-bottom:2px solid #000;}
.search a {position:absolute; right:0; top:8px;}

.search_div {background-color:#fff; width:400px; height:100%; position:fixed; top:109px; right:-400px; z-index:999999999;}
.search_inner {padding:0 24px 30px;}
.search_ovr {background-color:rgba(0,0,0,0.5); position:fixed; top:110px; left:0; width:100%; height:100%; z-index:2; opacity:0; display:none;}

/* ´ÙÃ£´Ù ÀÚµ¿¿Ï¼º*/
.search-auto-complete-list { display:none; line-height:14px; background:#fff; }
.search-auto-complete-list ul { width:100%; padding:10px 0 6px; border-bottom:1px solid #ddd; list-style:none; overflow:hidden;}
.search-auto-complete-list ul li { float:left;  margin:0 4px 4px 0;  }
.search-auto-complete-list ul li.on { background:#eee; }
.search-auto-complete-list ul li a { display:block; padding:8px 12px; color:#000; background:none; font-size:14px; letter-spacing:-1px;background-color:#f5f5f5;border-radius:30px; } 
.search-auto-complete-list ul li a strong { color:#ab3e41; }
.search-auto-complete-list ul li a:hover { background:#eee; }
.search-auto-complete-list .search-list-close { display:block; padding:10px 11px; text-align:right; color:#666; font-size:11px; }

/* floating button */
.btn_goto_top {
    position:fixed;
    bottom:60px;
    right:32px;
    width:40px;
    height:40px;
    font-size:22px;
    text-align:center;
    line-height:40px;
    border-top-right-radius:40px;
    border-top-left-radius:40px;
    background-color:#fff;
    border-bottom:1px solid #eee;
    color:#999;
    z-index:99999999;
    box-shadow:0 2px 6px rgba(0,0,0,0.2);
    cursor:pointer;
}
.btn_goto_bottom {
    position:fixed;
    bottom:20px;
    right:32px;
    width:40px;
    height:40px;
    font-size:22px;
    text-align:center;
    line-height:40px;
    border-bottom-right-radius:40px;
    border-bottom-left-radius:40px;
    background-color:#fff;
    color:#999;
    z-index:99999999;
    box-shadow:0 2px 6px rgba(0,0,0,0.2);
    cursor:pointer;
}

.sch_best_list {padding:0 24px;}
.sch_best_list a {display:block;}


.sch_best_list li {
    counter-increment: count 1;
    position:relative;
    padding-left:32px;
    line-height:32px;
    font-size:15px;
}

.sch_best_list li::before {
    content: counter(count, decimal);
    position: absolute;
    left: 0px;
    top: 6px;
    background-color: #eee;
    color: #000;
    width: 20px;
    line-height: 20px;
    font-size: 12px;
    font-weight:bold;
    text-align:center;
}
.sch_best_list_title {
    font-size:12px;
    font-weight:bold;
    color:#000;
    padding:0 24px 8px;
}
/* BASIC css end */

