/*
* @Author: lijiao
* @Date:   2017-11-01 13:39:29
* @Last Modified by:   lijiao
* @Last Modified time: 2018-10-11 11:23:21
*/
*{
    margin: 0px;
    padding: 0px;
}
body{
    background: #fff;
    font-family: 'Times New Roman',\5B8B\4F53;
    color:  #53565a;
}
li{
    list-style: none;
}
img{
    display: block;
    border: none;
}
label{
    cursor: pointer;
}
input[type='checkbox']{
    cursor: pointer;
}
input{
    outline: none;
    border: none;
    background: none;
}
.cursor{
    cursor: pointer;
}
a{text-align:center; cursor: pointer;text-decoration: none;}
table{width: 100%;border-collapse:collapse;margin: 0px auto;}
body{font-size:14px;}

/* 隐藏类 */
.hide{
    display: none;
}
/* 超链样式 */
.link{
    color: #999;
    cursor: pointer;
    text-decoration: none;
}
.link:hover{
    color: #e80012;
}
.link-text{
    color: #999;
    text-decoration: none;
}

/* loading */
/*btn*/
.btnBigOnBlur {
    width: 110px;
    height: 34px;
    line-height: 34px;
    background: #fff;
    color: #53565A;
    border: 1px solid #53565A;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    cursor: pointer
}

.btnBigOnBlur:hover {
    background: #53565A;
    color: #fff;
    border: 1px solid #53565A;
}
/*布局*/
.fl{
    float: left;
}
.fr{
    float: right;
}
.clearfix:after {
    content: " ";
    display: block;
    clear: both;
    height: 0;
    visibility: hidden;
}
.clearfix {
    zoom: 1;
}
/*提示框*/
#hint{
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,.5);
    position: fixed;
    top:0;
    left: 0;
    display: none;
    z-index: 99;
}
.case{
    width: 300px;
    height: 150px;
    background-color: #fff;
    border-radius:5px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -150px;
    margin-top: -75px;
    overflow: hidden;
}
.case .hint_top{
    width: 100%;
    height: 40px;
    line-height: 40px;
    text-align: center;
    font-size: 16px;
    color: #53565a;
    margin-top: 20px;
}
.case .content{
    width: 100%;
    text-align: center;
    margin: 3px auto;
    font-size: 14px;
    color:  #999;
}
.case .close,.case .sure{
    width: 50%;
    height: 40px;
    position: absolute;
    border: none;
    outline: none;
    background-color: #f8f8f8;
    border-top: 1px solid #E0E1DD;
    color: #999;
    cursor: pointer;
}
.case .close:hover,.case .sure:hover{
    color: #53565a;
}
.case .close{
    right:0;
    bottom: 0;
}
.case .sure{
    left: 0px;
    bottom: 0px;
    border-right: 1px solid #E0E1DD;
    z-index: 1;
}

/*底部*/
.footer {
    width: 100%;
    height: 356px;
}

.footer .footer_borderTop {
    height: 12px;
    background-color: #f4c3cc;
}

.footer .footer_content {
    width: 55%;
    height: 267px;
    margin: 33px auto 0;
}

.footer .footer_content .left_part {
    width: 29%;
}

.left_part ul {
    overflow: hidden;
}

.footer h4 {
    width: 100%;
    color: #53565A;
    font-size: 14px;
    margin-bottom: 15px;
    font-weight: normal;
}

.footer a {
    color: #97999B;
    font-size: 12px;
}

.left_part ul li {
    float: left;
    width: 47%;
    font-size: 12px;
    color: #97999B;
    letter-spacing: 0;
    line-height: 20px;
}

.footer .left_part ul li.lineOne {
    width: 100%;
}

.footer .right_part {
    width: 115%;
}

.footer .right_part ul {
    width: 16%;
}

.footer .right_part ul li {
    width: 100%;
    text-align: left;
    font-size: 12px;
    letter-spacing: 0;
    line-height: 20px;
}

.first {
    margin-bottom: 8px;
}

.footer_top {
    padding-bottom: 27px;
    border-bottom: 1px solid #E0E1DD;
}

.footer_logs {
    padding-top: 25px;
}

.footer_logs ul {
    margin-left: -20px;
}

.footer_logs ul li {
    float: left;
    width: 100px;
    text-align: center;
}

.footer_bg_01 {
    display: inline-block;
    width: 80px;
    height: 80px;
    background: url(https://img.ido-love.com/footer_log_01.png) no-repeat center center;
}

.footer_bg_02 {
    display: inline-block;
    width: 80px;
    height: 80px;
    background: url(https://img.ido-love.com/footer_log_02.jpg) no-repeat center center;
}

.footer_bg_03 {
    display: inline-block;
    width: 80px;
    height: 80px;
    background: url(https://img.ido-love.com/footer_log_04.jpg) no-repeat center center;
    background-size: 110%;
}
.footer_bg_04 {
    display: inline-block;
    width: 80px;
    height: 80px;
    background: url(https://img.ido-love.com/footer_log_03.jpg) no-repeat center center;

}
.footer_kf{
	background: url(https://img.ido-love.com/footer_kf.png) no-repeat;
	float: left;
    width: 37px;
    height: 37px;
    margin-right: 20px;
    cursor: pointer;
}
.footer_telephone {
    float: left;
    width: 37px;
    height: 37px;
    background: url(https://img.ido-love.com/footer_tel.png) no-repeat;
    margin-right: 20px;
}

.footer_notice_log {
	display: block;
	float: left;
	width: 40px;
	height: 40px;
	margin-right: 20px;
	background: url(https://img.ido-love.com/footerNotice.png) no-repeat;
	background-size: cover;
}

.footer_logs ul li p {
    font-size: 12px;
    color: #53565A;
    text-align: center;
}

.footer_bottom_right {
    margin-top: 30px;
    color: #53565A;
}

.footer_bottom_right img {
    width: 37px;
    margin-right: 19px;
    margin-top: 6px;
}

.footer_bottom_right div span {
    font-size: 18px;
    color: #8B8075;
}

.footer_bottom_right div p {
    font-size: 12px;
    color: #8B8075;
}

.footer_bottom {
    /*color: ;*/
    height: 42px;
    line-height: 42px;
    font-size: 12px;
    background: #f0f0f0;
    padding: 0  2%;
    margin-top: 50px;
}

.footer_bottom ul li {
    float: left;
    padding: 0 1% 0 0;
}

.footer_bottom ul li a {
    border-left: 1px solid #97999B;
    padding-left: 18px;
    color: #53565A;
}

.footer_bottom ul li.cancle_line a {
    border-left: none;
}

.footer_bottom p {
    color: #666;
    width: 80%;
    margin: 0px auto;
    text-align: center;
}



#screen,.search_mask,#iescreen{position: absolute; top: 0; left: 0; width: 100%; height: 100%; background: #000; opacity: 0.5; filter: alpha(opacity=50); display: none;z-index:10;}
/*header*/
.common_header{height: 58px;background: #fff;width: 100%;position: fixed;top:0px;left:0px;z-index:996;box-shadow: 0 2px 4px 0 rgba(0,0,0,0.05);}
.nav{padding-top:10px;}
.menu,.search_pro,.logoin,.logo a{background:url(https://img.ido-love.com/pc.png) no-repeat 0 0;cursor: pointer;}
.menu{height:30px;background-position:-27px -24px; line-height: 30px;padding-left:40px;color:#8C7F70; font-size:16px;margin-left:30px;position:absolute;left:0px;top:14px;}
.logo a{width:96px;height:40px;background-position:-332px -18px;display: block;margin: 0px auto;}
.menu_right{position: absolute;right:0px;top:14px;}
.menu_right a{float:left;display:block;margin-right:40px;}
.div_5348{width:30px;height:30px;background-position:-106px -24px;}
.search_pro{width:30px;height:30px;background-position:-183px -23px;}
.logoin{width:30px;height:34px;background-position:-260px -24px;position: relative;}


/*tc*/
.nav_detail{width: 800px;height: 720px;position: fixed;left: 0px;top:0px; display: none;}

/*ordercommon*/
.person_banner{padding-top:58px;}
.person_banner img{width:100%;}
.person_con{height: 58px; line-height: 58px;font-size:14px;box-shadow: 0 2px 4px 0 rgba(0,0,0,0.05);}
.person_con ul{width: 890px;margin:0px auto;}
.person_con ul li{ float: left;padding-left: 20px;padding-right:20px;}
.person_con ul li:nth-of-type(even){color:#979797;height: 12px;line-height: 12px;margin-top:23px;}
.person_con ul li a{color:#9B9B9B;height: 58px; line-height: 58px;}

/*search*/
.searchall{position: absolute;top:58px;width: 100%;left: 0px;z-index:900;}
.search{background: #666;width:100%;height: 62px; line-height: 62px;}
.search_center{width:80%;margin: 0px auto;}
.entry_text{float:left;width: 50%;position: relative;margin-right:30px;color:#E0E1DD;}
.entry_text input{width: 100%;height: 40px; font-size:14px;line-height: 40px;padding-left:10px;border: 1px solid #979797;background: none;color:#E0E1DD;}
.search_go{width:30px;height:30px;display: block;background:url(https://img.ido-love.com/pc.png) no-repeat -183px -23px;cursor: pointer;position: absolute;right:0px;top:15px;}
.search span{display: block;float:left;color:#E0E1DD;}
.search ul li{ float: left;margin-left: 20px; }
.search ul li a{font-size: 14px;color: #E0E1DD;}

.search_con{width: 100%;margin: 0px auto;background: #fff;position: relative;}
.search_con ul li{width: 100%;border-bottom:1px solid #E2E2E2;padding-top:2%;padding-bottom:2%;}
.search_c{width:80%;margin: 0px auto;}
.search_left{float:left;width: 20%;}
.search_right{float:left;height: 90px;width: 70%;}
.search_left span{display:block;line-height: 30px;}
.search_left span.left_line{width:19px;border-top: 3px solid #979797;height: 20px;margin-top:24px;}
.search_left span.english_name{font-family: Times-Roman;font-size: 20px;color: #8B8075;letter-spacing: 2.09px;}
.search_left span.chinese_name{font-size: 16px;color: #8B8075;letter-spacing: 1.67px;}

.search_right ul li{float:left;border-bottom:none;width: 21%;height: 90px;padding-top:0px;}
.search_right ul li a{display: block;}
.search_right ul li img{width: 90px;height: 90px;margin:0px auto;}
.search_right ul li span{ display: block;text-align: center;font-size: 14px;color: #8B8075;letter-spacing: 1.46px; }

/*左右滚动*/
.flashSale_wrap {
    /*display: none;*/
    width: 720px;
    height: 120px;

    position: relative;
}
.flashSale{
    position: relative;
    overflow: hidden;
    height: 120px;
}
.flashSale .tab-content .tab-pane {
    display: none;
}
.flashSale .tab-content .active {
    display: block;
}
.flashSaleDeals {
    width: 720px;
    height: 90px;
    position: relative;
}
.search_right ul li .flashSaleDeals ul li{
    width:180px;
    float:left;
    height:90px;
}
.search_right ul.flder li{width:180px;}
.xsq_deal_wrapper,.saleDeal{
    position: relative;
    display: block;
    float: left;
    width: 90px;
    height: 90px;
}
.dealCon{
    position: relative;
    width: 180px;
    height: 90px;
}
.dealImg{
    width: 90px;
    height: 90px;
}
.flashSaleDeals .saleDeal:hover .finish{
    display: block;
}
.flashSaleDeals .saleDeal:hover .finishIcon, .flashSaleDeals .saleDeal.zt2:hover .finish {
    display: none;
}

.trigger {
    width:30px;height:30px;
    background-image: url(https://img.ido-love.com/pc.png);
    position: absolute;
    top: 40px;
    z-index: 3;
    display: block;
}
.zuo{
    background-position:-875px -25px;
    left: -30px;
}
.you{
    background-position:-933px -25px;
    right: -20px;
}
html,body {
    width: 100%;
    height: 100%;
}
.nav_box {
    width: 100%;
    min-width: 850px;
    height: 100%;
    min-height: 550px;
    background-color: rgba(0, 0, 0, 0.6);
    position: fixed;
    z-index: 1000;
    top: 0px;
    left: 0px;
}
.nav_box .nav_left {
    width: 210px;
    height: 100%;
    background-color: #fff;
    font-family: PingFangSC-Regular;
    font-size: 14px;
    border-right: 1px solid #f0f0f0;
    color: #53565A;
    position: relative;
}
.nav_box .nav_left .nav_close {
    cursor: pointer;
    width: 210px;
    height: 58px;
    font-size: 30px;
    line-height: 50px;
    text-indent: 30px;
    border-bottom: 1px solid #f0f0f0;
}
.nav_box .nav_left .seeido,
.nav_box .nav_left .ring,
.nav_box .nav_left .gift,
.nav_box .nav_left .series,
.nav_box .nav_left .idoworld,
.nav_box .nav_left .articon,
.nav_box .nav_left .shop,
.nav_box .nav_left .perfume,
.nav_box .nav_left .articon,
.nav_box .nav_left .new_arrivals {
    display: block;
    width: 100%;
    height: 6%;
    cursor: pointer;
    position: relative;
    text-align: center;
    margin-top: 11%;
    color: #53565A;
}
.nav_box .nav_left .seeido ._img,
.nav_box .nav_left .ring ._img,
.nav_box .nav_left .gift ._img,
.nav_box .nav_left .series ._img,
.nav_box .nav_left .idoworld ._img,
.nav_box .nav_left .articon ._img,
.nav_box .nav_left .shop ._img ,
.nav_box .nav_left .perfume ._img,
.nav_box .nav_left .new_arrivals ._img{
    width: 30px;
    height: 30px;
    position: absolute;
    top: 0;
    left: 26%;
    margin-left: -15px;
}
.nav_box .nav_left .seeido .content,
.nav_box .nav_left .ring .content,
.nav_box .nav_left .gift .content,
.nav_box .nav_left .series .content,
.nav_box .nav_left .idoworld .content,
.nav_box .nav_left .articon .content,
.nav_box .nav_left .shop .content,
.nav_box .nav_left .perfume .content,
.nav_box .nav_left .new_arrivals .content {
    width: 62%;
    height: 20px;
    position: absolute;
    top: 6px;
    font-family: PingFangSC-Regular;
    font-size: 14px;
    color: #53565A;
    text-align: left;
    left: 38%;
    padding-bottom: 30px;
}
.nav_box .nav_left .seeido ._img {
    background: url(https://img.ido-love.com/index.png) no-repeat;
}
.nav_box .nav_left .seeido ._img:hover {
    background: url(https://img.ido-love.com/index_hover.png) no-repeat;
}
.nav_box .nav_left .ring ._img {
    background: url(https://img.ido-love.com/ring.png) no-repeat;
}
.nav_box .nav_left .ring ._img:hover {
    background: url(https://img.ido-love.com/ring_hover.png) no-repeat;
}
.nav_box .nav_left .gift ._img {
    background: url(https://img.ido-love.com/gift.png) no-repeat;
}
.nav_box .nav_left .gift ._img:hover {
    background: url(https://img.ido-love.com/gift_hover.png) no-repeat;
}
.nav_box .nav_left .series ._img {
    background: url(https://img.ido-love.com/series.png) no-repeat;
}
.nav_box .nav_left .series ._img:hover {
    background: url(https://img.ido-love.com/series_hover.png) no-repeat;
}
.nav_box .nav_left .idoworld ._img {
    background: url(https://img.ido-love.com/world.png) no-repeat;
}
.nav_box .nav_left .idoworld ._img:hover {
    background: url(https://img.ido-love.com/world_hover.png) no-repeat;
}
.nav_box .nav_left .articon ._img {
    background-size: 100%;
    background: url(https://img.ido-love.com/artionq.png) no-repeat;
}
.nav_box .nav_left .articon ._img:hover {
    background: url(https://img.ido-love.com/articon-hover.png) no-repeat;
}
.nav_box .nav_left .shop ._img {
    background: url(https://img.ido-love.com/reservation.png) no-repeat;
}
.nav_box .nav_left .shop ._img:hover {
    background: url(https://img.ido-love.com/reservation_hover.png) no-repeat;
}
.nav_box .nav_left .perfume ._img {
    background: url("https://img.ido-love.com/perfume_grey.svg") no-repeat;
    background-size: 100%;
}
.nav_box .nav_left .perfume ._img:hover {
    background: url("https://img.ido-love.com/perfume_pink.svg") no-repeat;
    background-size: 100%;
}
.nav_box .nav_left .new_arrivals ._img {
    background: url("https://img.ido-love.com/icon/new.png") no-repeat;
}
.nav_box .nav_left .new_arrivals ._img:hover {
    background: url("https://img.ido-love.com/icon/new_hover.png") no-repeat;
}
.nav_box .nav_left #loginOut {
    width: 210px;
    height: 40px;
    position: absolute;
    bottom: 0;
    line-height: 40px;
    text-align: center;
    border-top: 1px solid #f0f0f0;
    font-size: 14px;
    color: #97999b;
    cursor: pointer;
}
.nav_box .nav_middle {
    width: 210px;
    height: 100%;
    position: relative;
    font-family: PingFangSC-Regular;
    font-size: 14px;
    color: #53565A;
}
.nav_box .nav_middle #series_nav {
    display: none;
    background-color: #fff;
    width: 210px;
    height: 100%;
}
.nav_box .nav_middle #series_nav .arrow_up,
.nav_box .nav_middle #series_nav .arrow_down {
    cursor: pointer;
    width: 210px;
    height: 10%;
    position: absolute;
}
.nav_box .nav_middle #series_nav .arrow_up {
    top: 0;
}
.nav_box .nav_middle #series_nav .arrow_up .up {
    display: none;
    width: 64px;
    height: 100%;
    background: url(https://img.ido-love.com/pc.png) no-repeat -1100px -14px;
    position: absolute;
    left: 62px;
}
.nav_box .nav_middle #series_nav .arrow_down {
    bottom: 0;
}
.nav_box .nav_middle #series_nav .arrow_down .down {
    width: 64px;
    height: 100%;
    background: url(https://img.ido-love.com/pc.png) no-repeat -1040px -10px;
    position: absolute;
    left: 54px;
}
.nav_box .nav_middle #series_nav #childnav {
    width: 210px;
    height: 80%;
    position: absolute;
    top: 10%;
    overflow: hidden;
}
.nav_box .nav_middle #series_nav #childnav .childbox {
    width: 250px;
    height: 100%;
    overflow: auto;
}
.nav_box .nav_middle #series_nav #childnav .childbox::-webkit-scrollbar{
    display:none
}
.nav_box .nav_middle #series_nav #childnav .childbox .series_child_nav .series_title {
    display: block;
    cursor: pointer;
    width: 210px;
    height: 38px;
    margin-top: 22px;
    line-height: 38px;
    text-align: center;
    font-family: PingFangSC-Regular;
    font-size: 14px;
    color: #53565A;
}
.nav_box .nav_middle #gift_nav {
    display: none;
    width: 210px;
    height: 100%;
    background-color: #fff;
}
.nav_box .nav_middle #gift_nav .zhanwei {
    width: 210px;
    height: 10%;
}
.nav_box .nav_middle #gift_nav .gift_child {
    width: 210px;
    height: 38px;
    padding: 32px 0;
    position: relative;
}
.nav_box .nav_middle #gift_nav .gift_child a {
    display: block;
    width: 210px;
    height: 38px;
    text-align: center;
    line-height: 38px;
    font-family: PingFangSC-Regular;
    font-size: 14px;
    color: #53565A;
}
.nav_box .nav_middle #gift_nav .gift_child span {
    display: inline-block;
    content: '';
    width: 70px;
    height: 1px;
    background-color: #f0f0f0;
    position: absolute;
    left: 50%;
    margin-left: -35px;
    bottom: 0;
}
.nav_box .nav_middle #ring_nav {
    display: none;
    width: 210px;
    height: 100%;
    background-color: #fff;
}
.nav_box .nav_middle #ring_nav .zhanwei {
    width: 210px;
    height: 25%;
}
.nav_box .nav_middle #ring_nav .ring_child {
    width: 210px;
    height: 38px;
    padding: 32px 0;
    position: relative;
}
.nav_box .nav_middle #ring_nav .ring_child a {
    display: block;
    cursor: pointer;
    width: 210px;
    height: 38px;
    line-height: 38px;
    text-align: center;
    font-family: PingFangSC-Regular;
    font-size: 14px;
    color: #53565A;
}
.nav_box .nav_middle #ring_nav .ring_child span {
    display: inline-block;
    content: '';
    width: 70px;
    height: 1px;
    background-color: #f0f0f0;
    position: absolute;
    left: 50%;
    margin-left: -35px;
    bottom: 0;
}
.nav_box .nav_right {
    width: 380px;
    height: 100%;
    position: relative;
}
.nav_box .nav_right .right_up,
.nav_box .nav_right .right_down {
    cursor: pointer;
    width: 380px;
    height: 10%;
    position: absolute;
}
.nav_box .nav_right .right_up {
    top: 0;
}
.nav_box .nav_right .right_up .upbtn {
    display: none;
    width: 64px;
    height: 100%;
    background: url(https://img.ido-love.com/pc.png) no-repeat -1100px -14px;
    position: absolute;
    left: 154px;
}
.nav_box .nav_right .right_down {
    bottom: 0;
}
.nav_box .nav_right .right_down .downbtn {
    width: 64px;
    height: 100%;
    background: url(https://img.ido-love.com/pc.png) no-repeat -1040px -10px;
    position: absolute;
    left: 150px;
}
.nav_box .nav_right .series_list {
    display: none;
    width: 380px;
    height: 100%;
    position: absolute;
    background-color: #f0f0f0;
}
.nav_box .nav_right .series_list .list_content {
    width: 380px;
    height: 80%;
    overflow: hidden;
    position: absolute;
    top: 10%;
}
.nav_box .nav_right .series_list .list_content .product {
    display: none;
    width: 420px;
    height: 100%;
    position: absolute;
    top: 0;
    background-color: #f0f0f0;
    margin: 0;
    overflow: auto;
}
.nav_box .nav_right .series_list .list_content .product::-webkit-scrollbar{
    display:none
}
.nav_box .nav_right .series_list .list_content .product .hrefbox {
    display: inline-block;
    width: 380px;
    height: 200px;
}
.nav_box .nav_right .series_list .list_content .product .hrefbox .series_img {
    width: 140px;
    height: 140px;
    margin: 40px 120px 0;
    /*background-color: blue;*/
}
.nav_box .nav_right .series_list .list_content .product .hrefbox .series_img img {
    width: 140px;
    height: 140px;
}
.nav_box .nav_right .series_list .list_content .product .hrefbox .series_content {
    width: 380px;
    height: 20px;
    font-size: 14px;
    text-align: center;
    line-height: 20px;
    color: #53565a;
}
.nav_box .nav_right .series_list .list_content .onechild {
    display: block;
}
.nav_box .nav_right .gift_list {
    display: none;
    width: 380px;
    height: 100%;
    background-color: #f0f0f0;
    position: absolute;
}
.nav_box .nav_right .gift_list .g_r_list {
    width: 380px;
    height: 80%;
    overflow: hidden;
    position: absolute;
    top: 10%;
}
.nav_box .nav_right .gift_list .g_r_list .gift_product {
    display: none;
    width: 320px;
    height: 100%;
    padding: 0 50px;
    position: absolute;
    top: 0;
    background-color: #f0f0f0;
    overflow: auto;
}
.nav_box .nav_right .gift_list .g_r_list .gift_product::-webkit-scrollbar{
    display:none
}
.nav_box .nav_right .gift_list .g_r_list .gift_product .hrefbox {
    margin: 0;
    display: block;
    width: 280px;
    height: 150px;
    border-bottom: 1px solid #E0E1DD;
}
.nav_box .nav_right .gift_list .g_r_list .gift_product .hrefbox .g_r_img {
    width: 120px;
    height: 120px;
    margin: 14px 0;
    /*background-color: blue;*/
}
.nav_box .nav_right .gift_list .g_r_list .gift_product .hrefbox .g_r_img img {
    width: 120px;
    height: 120px;
    /*background-color: blue;*/
}
.nav_box .nav_right .gift_list .g_r_list .gift_product .hrefbox .g_r_content {
    width: 144px;
    height: 100px;
    padding-top: 46px;
    padding-left: 16px;
}
.nav_box .nav_right .gift_list .g_r_list .gift_product .hrefbox .g_r_content .g_r_title {
    width: 154px;
    font-family: STSongti-SC-Regular;
    font-size: 14px;
    line-height: 24px;
    color: #53565A;
    letter-spacing: 1.46px;
}
.nav_box .nav_right .gift_list .g_r_list .gift_product .hrefbox .g_r_content .g_r_detail {
    font-family: STSongti-SC-Regular;
    font-size: 12px;
    color: #53565A;
    letter-spacing: 0;
    line-height: 12px;
}
.nav_box .nav_right .gift_list .g_r_list .gift_product .hrefbox:last-child {
    border-bottom: 1px solid #f0f0f0;
}
.nav_box .nav_right .gift_list .g_r_list .onechild {
    display: block;
}
.nav_box .nav_right .ring_list {
    display: none;
    width: 380px;
    height: 100%;
    background-color: #f0f0f0;
    position: absolute;
}
.nav_box .nav_right .ring_list .g_r_list {
    width: 380px;
    height: 80%;
    overflow: hidden;
    position: absolute;
    top: 10%;
}
.nav_box .nav_right .ring_list .g_r_list .ring_product {
    display: none;
    width: 350px;
    height: 100%;
    padding: 0 30px;
    position: absolute;
    top: 0;
    background-color: #f0f0f0;
    overflow: auto;
}
.nav_box .nav_right .ring_list .g_r_list .ring_product::-webkit-scrollbar{
    display:none
}
.nav_box .nav_right .ring_list .g_r_list .ring_product .hrefbox {
    display: block;
    height: 150px;
    border-bottom: 1px solid #E0E1DD;
}
.nav_box .nav_right .ring_list .g_r_list .ring_product .hrefbox .g_r_img {
    width: 120px;
    height: 120px;
    margin: 14px 0;
    /*background-color: blue;*/
}
.nav_box .nav_right .ring_list .g_r_list .ring_product .hrefbox .g_r_img img {
    width: 120px;
    height: 120px;
}
.nav_box .nav_right .ring_list .g_r_list .ring_product .hrefbox .g_r_content {
    height: 100px;
    padding-top: 48px;
    padding-left: 16px;
}
.nav_box .nav_right .ring_list .g_r_list .ring_product .hrefbox .g_r_content .g_r_title {
    height: 24px;
    font-family: STSongti-SC-Regular;
    font-size: 14px;
    line-height: 24px;
    color: #53565A;
    letter-spacing: 1.46px;
}
.nav_box .nav_right .ring_list .g_r_list .ring_product .hrefbox .g_r_content .g_r_detail {
    font-family: STSongti-SC-Regular;
    font-size: 12px;
    color: #53565A;
    letter-spacing: 0;
    line-height: 12px;
}
.nav_box .nav_right .ring_list .g_r_list .ring_product .hrefbox:last-child {
    border-bottom: 1px solid #f0f0f0;
}
.nav_box .nav_right .ring_list .g_r_list .onechild {
    display: block;
}

/*商品列表*/
.list {
    max-width: 1360px;
    width: 100%;
    margin: 0 auto;
    position: relative;
}

.product {
    float: left;
    width: 25%;
    position: relative;
    margin-bottom: 12px;
}

.img {
    width: 76.4%;
    margin: 0 auto;
    /*width: 260px;*/
    /*height: 260px;*/
}
.img img {
    width: 100%;

}
.lucency{
    display: none;
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    background-color: rgba(0,0,0,.8);
    z-index: 998;
}

.product_detail {
    width: 80%;
    height: 380px;
    z-index: 999;
    background-color: #fff;
    border-top: 1px solid #e2e2e2;
    border-bottom: 1px solid #e2e2e2;
    position: fixed;
    top: 260px;
    left: 50%;
    margin-left: -40%;
    display: none;
}
.content_middle{
	margin: 0 auto;
	width: 800px;
	height: 100%;
}
.detail_img {
    float: left;
    width: 340px;
    height: 340px;
    margin-top: 20px;
}
.detail_img img {
    width: 340px;
    /* height: 340px; */
}
.detail_content {
    float: right;
    width: 420px;
    margin-top: 50px;
}

.detail_content p {
    text-align: center;
}

.detail_content .belong {
    margin-top: 20px;
    font-size: 24px;
    color: #53565A;
    letter-spacing: 1.88px;
    line-height: 35px;
}

.detail_content .title {
    font-size: 24px;
    color: #53565A;
    letter-spacing: 2.5px;
    line-height: 35px;
}

.detail_content .presentation {
    margin-top: 14px;
    width: 420px;
    height: 72px;
    font-size: 16px;
    color: #97999B;
    letter-spacing: 0;
    line-height: 24px;
    text-align: center;
}
.detail_content .presentation p{
    text-align: center;
}
.detail_content .link {
    margin-top: 44px;
    font-size: 16px;
    color: #97999B;
}

.detail_content .link a {
    display: inline-block;
    text-decoration: none;
    margin: 0 10px;
    font-size: 16px;
    color: #97999B;
}

.product_detail .close {
    cursor: pointer;
    position: absolute;
    top: 10px;
    right: 30px;
    font-size: 30px;
    width: 30px;
    height: 30px;
    color: #8B8075;
}

.advertise {
    width: 100%;
    height: 340px;
    padding-top: 58px;
}

.advertise a {
    display: inline-block;
    width: 100%;
    height: 340px;
}

.advertise a img {
    width: 100%;
    height: 340px;
}

.keyword {
    height: 108px;
    margin-top: 4px;
    margin: 0px auto;
}

.keyword .keyword_top {
    width: 100%;
    height: 52px;
    line-height: 52px;
}

.keyword .keyword_top .keyword_title {
    width: 78px;
    margin-left: 40px;
}

.keyword .keyword_top > ul > li {
    width: 80px;
    margin: 0 15px;
    text-align: center;
    position: relative;
}

.keyword .keyword_top>ul>li>a {
    display: inline-block;
    width: 70px;
    height: 52px;
    font-size: 14px;
    color: #53565A;
    letter-spacing: 1.46px;
}

.keyword .keyword_top .keyword_down {
    cursor: pointer;
    width: 0;
    height: 0;
    position: absolute;
    right: 5px;
    top: 23px;
    border: solid 5px transparent;
    border-top: solid 5px #53565A;
}

.keyword .keyword_top .keyword_up {
    cursor: pointer;
    width: 0;
    height: 0;
    position: absolute;
    right: 5px;
    top: 19px;
    border: solid 5px transparent;
    border-bottom: solid 5px #53565A;
}

.keyword .keyword_top .shengyu {
    margin-right: 30px;
    font-size: 14px;
    color: #686B6E;
    letter-spacing: 1.46px;
}

.keyword_bottom {
    width: 100%;
    height: 50px;
    border-top: 1px solid #e2e2e2;
    border-bottom: 1px solid #e2e2e2;
}

.keyword_bottom ul {
    float: left;
    margin-left: 40px;
}

.keyword_bottom ul li {
    width: 98px;
    padding: 0 5px;
    float: left;
}

.keyword_bottom ul li a {
    display: inline-block;
    width: 96px;
    font-size: 14px;
    color: #8B8075;
    letter-spacing: 1.46px;
    height: 24px;
    line-height: 24px;
    border: 1px solid #8B8075;
    border-radius: 6px;
    margin-top: 13px;
    position: relative;
}

.keyword_bottom ul li a .close {
    position: absolute;
    font-size: 22px;
    right: 4px;
    top: -1px;
}

.keyword_reset {
    cursor: pointer;
    font-size: 14px;
    color: #53565A;
    letter-spacing: 1.46px;
    margin-right: 50px;
    line-height: 50px;
}


.keyword_top .choose {
    display: none;
    position: absolute;
    cursor: pointer;
    top: 46px;
    z-index: 999;
    background-color: #E0E1DD;
    width: 80px;
    line-height: 30px;
    font-size: 14px;
    color: #53565a;
    letter-spacing: 1.46px;
    border: 1px solid #97999b;
    border-radius: 6px;
}
.keyword_top .choose a{
    display: block;
    width: 80px;
    height: 30px;
    font-size: 14px;
    color: #53565a;
    letter-spacing: 1.46px;
}
.keyword_top .choose a:hover{
    background-color: #53565a ;
    color: #fff;
}
.show{
    display: block;
}

.wrapper {
    padding-top: 58px;
}
.scrollTop{z-index:1000;width:60px;height:200px;position: fixed;bottom: 20px;right:20px;}
.scrollTop a{display: block;width: 60px;height: 60px; cursor: pointer;}
.scrollTop a.allgotop{background: url(https://img.ido-love.com/top.png) no-repeat top center;background-size: 100%;}
.scrollTop a.service_kf{background: url(https://img.ido-love.com/kefu.png) no-repeat top center;background-size: 100%;}
.scrollTop a.questionnaire{background: url(https://img.ido-love.com/questionnaire.png) no-repeat top center;background-size: 100%;display: none}
.search_close{width:20px;height:30px;cursor:pointer;float:right;margin-top:10px;margin-right:45px;font-size: 28px;}
.loginMask{position: absolute;right:-10px;top:32px;width: 90px;display: none;}
.text--center span{font-size:14px;display: block;text-align: center;color: #97999B;width: 80%;margin:0px auto;border-top: 1px solid #ebebeb;}
.text--center span.login-zh{border-top: none;}
.box {
    width: 100%;
    position: relative;
    background: #fafafa;
    color: #ccc;
    white-space: nowrap;
    border-radius: 5px;
    -webkit-box-shadow: #ccc 0px 0px 9px;
   -moz-box-shadow: #ccc 0px 0px 9px;
   box-shadow: #ccc 0px 0px 9px;
}
.box:after {
    content: " ";
    position: absolute;
    height: 0;
    width: 0;
    border: 10px solid transparent;
    pointer-events: none;
    border-color: transparent transparent #ccc transparent;
}
.pointer--top {
    animation: animimate-pointer--top 500ms ease-in-out;
    transform-origin: top center;
}
.pointer--top:after {
    margin-left: -16px;
    border-bottom-color: #fafafa;
    top: -20px;
    left: 80%;
}
.text--center{
	line-height: 30px;
}
@keyframes animimate-pointer--top {
    0% {
        transform: scale(0.1) rotate(-30deg) translateY(-50px) rotateX(-90deg);
        opacity: 0;
    }
    50% {
        transform: rotate(10deg) rotateX(2deg);
        opacity: 1;
    }
    70% {
        transform: rotate(-3deg);
    }
    100% {
        transform: scale(1);
    }
}
.search_product_zindex{border-radius: 8px;margin-top: 2%;margin-left: 2%;box-shadow:0px 0px  10px 5px #f0f0f0;  border: 1px solid #f0f0f0;width: 94%;background: rgba(255, 255, 255, 0.8);height: 94%;position: absolute;display: none;max-width: 720px;  }
.search_product_title{width: 100%;height: 20%;background: rgba(255, 255, 255, 0);position: absolute;bottom: 30%;left: 0px;text-align: center;font-family: 'Times New Roman', '\5B8B\4F53';font-size: 16px;color: #53565A;padding-top: 10%;padding-right: 3%;}


/*弹层*/
#popup_box {
	position: fixed;
	left: 0;
	top: 0;
	z-index: 9999;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.5);
	display: none;
}

#popup_box .popup_content {
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius:4px;
	text-align:center;
	width:300px;
	height:80px;
	line-height:80px;
	position:absolute;
	left: 50%;
	top: 50%;
	margin-left: -150px;
	margin-top: -40px;
	background: #fff;
	color: #53565A;
	font-size: 14px;
}
.ietest{padding:20px;width:50%;height:545px;position:absolute;top:0;left:0;display:none;z-index:120;text-align: center;background: #fff;color: #53565A;}
.ietest a{color: #53565A;display: block;width: 188px;height: 38px; line-height: 38px;text-align: center;border: 1px solid #979797;-moz-border-radius: 4px;-webkit-border-radius: 4px;border-radius:4px;}
/* nav_menu */
.nav_menu_new{height:42px;background:#eee;margin-top:30px;width: 65%;margin: 0px auto;}
.nav_new11{width:1006px;height:41px;position:relative;margin:0 auto;}
.nav_new11 .list li{float:left;background:#eee;width: 20%}
.nav_new11 .list a{float:left;display:block;width:125px;height:42px;text-align:center;font:bold 13px/36px "\5FAE\8F6F\96C5\9ED1";color:#7d7d7d;}
.nav_new11 .list a:hover{color:#FFA304;}
.nav_new11 .list a:hover,.nav .list .now{color:#666;height:52px;}
.nav_new11 .box{position:absolute;left:0px;top:42px;width:1006px;background:#FFF;overflow:hidden;height:0;filter:alpha(opacity=0);opacity:0;}
.nav_new11 .cont{position:relative;/*padding:25px 0 0px 24px;*/}
/* sublist */
.sublist li{/*float:left;*/width:168px;padding-right:24px;padding-bottom:24px;}
.sublist li h3.mcate-item-hd{font-family:'\5FAE\8F6F\96C5\9ED1';padding-left:2px;font-size:14px;height:26px;line-height:26px;border-bottom:1px dashed #666666;}
.sublist li p.mcate-item-bd{padding-left:2px;}
.sublist li p.mcate-item-bd a{height:26px;line-height:26px;margin-right:5px;font-size:12px;color:#666666;text-decoration:none;display:inline-block;}
.sublist li p.mcate-item-bd a:hover{color:#6c5143;text-decoration:underline;}
.sublistdiv{width: 20%;float:left;position:relative;padding-top:30px;height: 240px;}
.sublistone{height:180px;overflow: hidden;}
.arrowup{cursor:pointer;position: absolute;bottom: 0px;width: 50px;left:50%;margin-left:-25px;}
.sublistone li{text-align: center;color:#666;line-height: 36px;height:36px;}
.secondbanner{float: left;width: 60%;}
.secondbanner img{width: 100%;}
.secondbanner2{float: left;width: 20%;}
.secondbanner2 img{width: 100%;}