/* PC导航 */
@media(max-width:1198px) {
#pc-header .logo{padding:5px 0; width:50px; overflow: hidden;}
}
#pc-header {/*height:106px;*/}
#pc-header .logo{padding:10px 0;}
#pc-header .logo img{max-width:none;max-height:70px;}
#pc-header .navbar{/*position: fixed;top: 0;*/background:#1C1E23;-webkit-box-shadow:0px 2px 5px rgba(0, 0, 0, 0.5); box-shadow:0px 2px 5px rgba(0, 0, 0, 0.5);z-index:9;border-bottom:1px solid #000;}
#pc-header .nav li.active ul li a {color:#333;font-weight:500}
#pc-header .nav li a{/*color:#CDD0DF;*/line-height:70px;position:relative;padding:0 10px;font-size:15px;font-weight:500}
/* #pc-header .nav li:last-child a{padding:0 0 0 20px;} */
#pc-header .nav li ul {top:70px;border-radius:5px;/*padding:15px;border:1px solid #0B0C0D;*/box-shadow: 0 5px 15px -8px rgba(0, 0, 0, 0.9);}
#pc-header .nav li.active a,#pc-header .nav li a:hover,#pc-header .nav li:hover a.first-level{color:#B08153;}
#pc-header .nav li ul{background:#fff;border-top-left-radius:0px;border-top-right-radius:0px;transition: 0.3s;}
#pc-header .nav li ul li a {line-height:36px;color:#333;font-size:14px;font-weight:500;display:block;width:100%;text-align:left;padding:0 30px;}
#pc-header .nav li ul li a:hover{background: #B08153;color:#fff;border-radius:0px;}

/* 登录图标 */
.log-in a.user-ico i{font-size: 20px !important;}
.button-group a.user-login-icon {
    display: inline-block;
    padding: 0 16px;
    /*height: 32px;*/
    line-height: 30px;
    color: #8F919C;
    background-color: rgba(212,224,255,.06);
	border: 1px solid rgba(212,224,255,.15);
    border-radius: 6px;
    cursor: pointer;
    white-space: nowrap;
}
.button-group a.user-login-icon:hover {
	color: #CDD0DF;
	background-color: rgba(212,224,255,.12);
	border: 1px solid rgba(212,224,255,.25);
}

/* pc搜索图标 */
#pc-header .searchBar{position:absolute;top:27px;right:120px}
#pc-header a.search-ico i{font-size:18px;color:#6E6E6E;}

/* 购物车图标 */
#pc-header .shopBar{position:absolute;top:27px;right:80px}
#pc-header a.shop-ico i{font-size:18px;color:#6E6E6E;}

/* 登入后开通会员按钮 */
.vipsss {
    position:absolute;top: 25px;right:50px; width:60px;font-size: 17px;
}
.vipsss .vip1 a:hover {
	color: #EEE8AA;
}
.vipsss .vip2 a, .vipsss .vip2 a:hover {
	color: #8F919C;
}

a.vipmember-button {
    position: absolute; 
	top: 14px; 
	right:45px;
	width:70px;
	color: #FFE4C4;
    display: inline-block;
    text-align: center;
    line-height: 28px;
    height: 30px;
    font-size: 10pt;
	font-weight:500;
    border-radius: 50px;
    border: 1px solid #FFE4C4;
	background:rgba(255,228,196,0.15);;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}
a.vipmember-button:hover{
	color: #FFFFFF;
	background: #A2770A;
	border: 1px solid #A2770A;
}

.vipmember-button-huise {
    position: absolute; 
	top: 14px; 
	right:52px;
	width:100px;
	color: #4D5057;
    display: inline-block;
    text-align: center;
    line-height: 28px;
    height: 30px;
    font-size: 10pt;
    border-radius: 50px;
    border: 1px solid #4D5057;
}

/* 登入后状态 */
.log-in{position:absolute;top:19px;right:5px}
.log-in .drop-menu {margin:10px 0 0;min-width:100px;border-radius:5px;-webkit-box-shadow:0 6px 12px rgba(0,0,0,.075); box-shadow:0 6px 12px rgba(0,0,0,.075) }
.log-in .drop-menu li{padding: 0 10px;text-align: center;}
.log-in .drop-menu li a{position: relative;color:#CDD0DF;margin:0;}
.log-in .drop-menu li a:hover,.drop-menu a:focus {color:#fff;background:#4A4D54;border-radius: 5px;}
.log-in .button-group span {display:inline-block;line-height:24px;height:24px;width:24px}
.log-in .button-group ul:before {position:absolute;top:-8px;left:107px;display:inline-block;border-right:8px solid transparent;border-bottom:8px solid #fff;border-left:8px solid transparent;content:'';}
.log-in .button-group ul:after {position:absolute;top:-8px;left:107px;display:inline-block;border-right:8px solid transparent;border-bottom:8px solid #4D5057;border-left:8px solid transparent;content:'';}
.log-in .button-group .button {padding:0;line-height:18px;font-size:20px}
.log-in .button-group .drop-menu {padding: 10px 0; left: -98px;border-top:0px solid #ff0000;border: 1px solid #35383F;background:#1C1E23;-webkit-box-shadow: 0px 8px 10px rgba(0,0,0,.5);box-shadow: 0px 8px 10px rgba(0,0,0,.5);border-radius:4px;}
.log-in a.user-ico{color:#CDD0DF;width:35px;height:35px;line-height:35px;background:#575a61;display:block;}
.log-in a.user-ico:hover{background:#5C5F67;color:#FFF;}
.log-in a.user-head{width:35px;height:35px;overflow:hidden;display:block;margin-top:-2px;}
.log-in a.user-head img{width:35px;height:35px;}
/* 登入后状态 end*/

/* 注册登录切换 */
.register .tab{font-size:0}
.register .tab li{cursor:pointer;display:inline-block;position:relative;font-size:22px;width:120px;color:#666;margin:30px 0}
/*.register .tab li::before{background:#ccc;content:'';position:absolute;bottom:-10px;left:0;width:100%;height:3px;border-radius:3px;transition:transform .3s;}*/
.register .tab li.cur{font-weight: 500;}
/*.register .tab li.cur::before{background:#666;content:'';position:absolute;bottom:-10px;left:0;width:100%;height:3px;border-radius:3px;transition:transform .3s;}*/

.register .line{margin:0px;padding:0;position: relative; text-align: center;}
.register .line hr{background:#B8BBC9;}
.register .line span{display: inline-block; padding: 0 20px; position: relative; z-index: 200;}
.register .line hr{-moz-border-bottom-colors: none; -moz-border-left-colors: none; -moz-border-right-colors: none; -moz-border-top-colors: none; border-color: #E2E2E2 -moz-use-text-color -moz-use-text-color; border-image: none; border-style: solid none none; margin-top:10px; position: absolute; top:0; width: 100%;}

.register .bnt-login{position:relative;margin:0 auto;text-align:center}
.register .bnt-login a {display:inline-block;color:#fff;font-size:26px;width:48px;height:48px;text-align:center;line-height:45px;margin-left:5px;margin-right:5px;border-radius:30px}
.register .bnt-login a:hover{color:#fff;}
.register .bnt-login a.weixin, .register .bnt-login a.qq, .register .bnt-login a.weibo{-webkit-transition: all .2s ease-in-out;-o-transition: all .2s ease-in-out;transition: all .2s ease-in-out;}
.register .bnt-login a.weixin{background:#38B624;}
.register .bnt-login a.qq{background:#1F92DF;}
.register .bnt-login a.weibo{background:#F65A6A;}
.register .bnt-login a.weixin:hover{background:#199705;}
.register .bnt-login a.qq:hover{background:#006AB7;}
.register .bnt-login a.weibo:hover{background:#D23646;}
.register .bnt-login a.weixin p, .register .bnt-login a.qq p, .register .bnt-login a.weibo p{color:#6E6E6E; line-height:34px;}

.register .bnt-login .mabida { }
.register .bnt-login .mabida .aiyaha { position: absolute; left:-31px; top: 75px; z-index:999; display: none;}
.register .bnt-login .mabida:hover .aiyaha { display: block;} 
.register .bnt-login .mabida .aiyaha { background-color:#FFF3E9; border:1px #FFBCA2 solid; }
.register .bnt-login .mabida .aiyaha div {color:#CC0000; font-size:10pt;line-height:130%;width:400px; margin:5px;}
/* 注册登录切换 end*/

/* 弹出搜索 begin */
.searchBar-m {display:none;width:100%;height:100%;position:fixed;top:0px;z-index:9999;text-align:center}
.searchBar-m .mask {position:absolute;left:0;right:0;width:100%;height:100%;background:#000;opacity:0.8;backdrop-filter: blur(8px);}
.searchBar-m a {display:block;position:absolute;right:5%;top:5%;width:60px;height:60px;line-height:56px;font-size:48px;z-index:9999;color:#fff;}
.searchBar-m a:hover{color:#B08153}
.searchBar-m .form-group {width:70%;max-width:720px;position:absolute;left:50%;top:40%;transform:translate(-50%,-200%);}
.searchBar-m .input{width:88%;background:transparent;border:0;border-bottom:2px solid #f2f2f2;color:#CDD0DF;height:60px;line-height:60px;float:left;padding:0}
.searchBar-m .button {width:8%;height:60px;line-height:60px;border-bottom:2px solid #f2f2f2;display:block;float:left;background:url(../images/ico-search-button.png) no-repeat center 50%;text-indent:-2000px}
.searchBar-m .button:hover{background:url(../images/ico-search-button.png) no-repeat center 50%;}
/* 弹出搜索 end */