/*base.css*/
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,
form,fieldset,input,textarea,p,blockquote,th,td {
    padding: 0;
    margin: 0;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
fieldset,img {
    border: 0;
}
address,caption,cite,code,dfn,em,strong,th,var {
    font-weight: normal;
    font-style: normal;
}
ol,ul {
    list-style: none;
}
caption,th {
    text-align: left;
}
input{
    outline: none;
}
h1,h2,h3,h4,h5,h6 {
    font-weight: normal;
    font-size: 100%;
}
q:before,q:after {
    content:'';
}
abbr,acronym { border: 0;
}
a{
    text-decoration: none;
}
.w1200 {
    width: 1200px;
    margin: 0 auto;
}
.w1240 {
    width: 1240px;
    margin: 0 auto;
}
.fl {
    float: left;
    display: inline;
}
.fr {
    float: right;
    display: inline;
}
.clearfix{*zoom:1;}
.clearfix:before,.clearfix:after{display:table;content:"";line-height:0;}
.clearfix:after{clear:both;}
/*end*/
body{
    font-size: 14px;
    font-family:'Microsoft YaHei UI';
}
/*top*/
.bread{
    height: 81px;
    line-height: 81px;
    position: fixed;
    top:0;
    left: 0;
    width: 100%;
    z-index: 999;
}
.bread.shadow{
    -moz-box-shadow: #aaa 0 0 10px -2px;
    -webkit-box-shadow: #aaa 0 0 10px -2px;
    box-shadow: #aaa 0 0 10px -2px;
}
.bread .inside{
    background: #ffffff;
}
.bread .inside .left{
    width:830px;
    margin-left: 30px;
}
#header.big .inside .left{
    margin-left: 0px;
}
.bread .inside .left img.logo{
    vertical-align: middle;
    width: 235px;
    height: 26px;
    margin-top: 27px;
    margin-right: 25px;
}
.bread .inside .left ul li{
    float: left;
    position: relative;
    width: 88px;
    text-align: center;
}
.inline_box{
    position: absolute;
    top:77px;
    left: 0;
    padding-bottom: 15px;
    -moz-box-shadow: 0 0 5px 0px #bbb;
    -webkit-box-shadow: 0 0 5px 0px #bbb;
    box-shadow: 0 0 5px 0px #bbb;
    -moz-border-radius: 0 0 3px 3px;
    -webkit-border-radius: 0;
    border-radius: 0 0 3px 3px;
    letter-spacing: 0;
    width: 100%;
    display: none;
    background: #ffffff;
    z-index: 99;
}
.bread .inside .left ul li a{
    color: #4f2a11;
    font-size: 16px;
}
.inline_box i{
    display: block;
    width: 0;
    height: 2px;
    background: #0047ba;
    margin-bottom: 15px;
}
.inline_box a{
    line-height: 40px;
    display: block;
    color: #4f2a11;
    font-size: 14px;
    text-align: center;
}
.inline_box a:hover{
    color: #0047ba;
}
.contact{
    width: 123px;
    height: 22px;
    float: left;
    border:1px solid #af9170;
    border-radius: 3px;
    text-align: center;
    margin-top: 28px;
    position: relative;
    cursor: pointer;
}
.contact a{
    position: absolute;
    width: 0;
    height: 22px;
    left: 0;
    top: 0;
    z-index: 0;
    background: #f8f4df;
    -moz-transition: all, 0.2s;
    -o-transition: all, 0.2s;
    -webkit-transition: all, 0.2s;
    transition: all, 0.2s;
}
.contact:hover a{
    width: 100%;
}
.contact i{
    width: 26px;
    float: left;
    height: 22px;
    border-right:1px solid #af9170;
    background: url("http://dist.gmx1966.com/styles/images/tel.png") no-repeat center;
    position: absolute;
    top:0;
    left: 0;
    z-index: 11;
}
.contact span{
    float: left;
    text-align: center;
    height: 22px;
    width: 96px;
    font-size: 13px;
    color: #ae9866;
    line-height: 22px;
    position: absolute;
    top:0;
    right: 0;
    z-index: 11;
}
.login_before{
    height: 80px;
    line-height: 80px;
    margin-right: 30px;
}
.login_before a.login{
    margin-left: 18px;
}
.login_before a.login:hover{
    color: #0047ba;
}
.login_before a:hover{
    color: #0047ba;
}
.login_before a{
    color: #4d2912;
}
#header.big .login_before{
    margin-right: 0;
}
.login_after{
    position: relative;
    height: 80px;
    margin-right: 30px;
}
#header.big .login_after{
    margin-right: 0;
}
/*2/11*/
.login_after .user{
    margin: 0 44px;
    float: left;
    background: url("http://dist.gmx1966.com/styles/images/user.png") no-repeat center;
    width: 20px;
    height: 81px;
}
.login_after .user a.hover{
    display: block;
    height: 81px;
}
.login_after .shop{
    float: left;
    background: url("http://dist.gmx1966.com/styles/images/shop.png") no-repeat center;
    width: 20px;
    height: 20px;
    margin-top: 30px;
    position: relative;
}
.login_after .shop .num{
    position: absolute;
    top:-7px;
    width: 13px;
    height: 13px;
    right:-6px;
    line-height: 13px;
    font-size: 10px;
    color: #fff;
    background: #d4b572;
    border-radius: 13px;
    text-align: center;
}
.login_after .inline_box{
    left: 130px;
    width: 92px;
}
.login_after .inline_box a,.login_after .inline_box i{
    width: 92px;
}
/*end*/
/*联系我们*/
.contact_con{
    width: 874px;
    margin: 0 auto;
    margin-top: 130px;
}
.contact_con .title{
    height: 70px;
    line-height: 70px;
    font-size: 30px;
    color: #0047ba;
    border-bottom:1px solid #7fa3db;
    text-align: center;
}
.contact_con .kefu{
    margin: 52px auto;
}
.common_tel{
    color: #bfa670;
    font-size: 28px;
    font-family: 'Microsoft YaHei UI';
    font-weight: bold;
    margin-bottom: 15px;
}
.contact_con .notice{
    color: #343432;
    font-size: 18px;
}
.contact_con .notice span{
    font-size: 16px;
    color: #b2b2b2;
}
.common_tel span{
    font-size: 16px;
    color: #b2b2b2;
}
.common_line{
    height: 100px;
    padding:30px 0;
    border-top: 1px solid #e9e8e8;
    position: relative;
}
.common_line i{
    position: absolute;
    top:-1px;
    left: 0;
    width: 200px;
    height: 1px;
    background: #e1d298;
}
.banner{
    position: relative;
    margin-bottom: 98px;
}
.banner .right_arrow{
    position: absolute;
    background: url("http://dist.gmx1966.com/styles/images/right.png") no-repeat 0 0;
    width: 11px;
    height: 21px;
    top:50%;
    right: 34px;
    margin-top: -10px;
}
.gonggao{
    font-size: 14px;
    color: #575b60;
    line-height: 40px;
    margin-top: 20px;
    margin-bottom: 95px;
}
.address {
    padding-top: 67px;
    padding-bottom: 90px;
    border-top: 1px solid #e9e8e8;
    border-bottom: 1px solid #7fa3dc;
}
.address .address_title{
    color: #343432;
    font-size: 20px;
    margin-left: 22px;
    line-height: 35px;
}
.address .address_title span{
    font-weight: bold;
}
.bottom{
    padding-top: 155px;
    text-align: center;
    background: #ffffff;
    padding-bottom: 60px;
    position: relative;
}
.marAuto{
    display: block;
    margin:0 auto;
}
.bottom ul{
    width: 550px;
    margin:0 auto;
    margin-top: 40px;
    margin-bottom: 48px;
}
.bottom ul li{
    float: left;
    border-right: 1px solid #343432;
}
.bottom ul li:last-child{
    border-right: none;
}
.bottom ul li a{
    display: block;
    padding:0 40px;
    height: 18px;
    line-height: 18px;
    font-size: 14px;
    color: #343432;
}
.bottom .line{
    width: 310px;
    margin:0 auto;
    position: relative;
}
.bottom .line img{
    width: 53px;
    height: 53px;
    float: left;
    background: #343432;
    border-radius: 53px;
    -webkit-border-radius: 53px;
    -moz-border-radius: 53px;
    -o-border-radius:53px;
    margin: 0 24px;
}
.bottom .line img.qrcode{
    border-radius: 0;
    width: 193px;
    height: 201px;
    position: absolute;
    background: transparent;
    bottom: 56px;
    right: 38px;
}
.bottom .line img.hover{
    display: none;
}
.bottom .line a.mail:hover img{
    display: none;
}
.bottom .line a.mail:hover img.hover{
    display: block;
    background: transparent;
}
.bottom .line .weixin:hover img{
    display: none;
}
.bottom .line .weixin:hover img.hover{
    display: block;
    background: transparent;
}
.bottom .tel{
    margin-top: 40px;
}
.footer{
    overflow: hidden;
    background: #00499e;
    height: 114px;
    color: #ffffff;
    font-size: 14px;
    text-align: center;
    line-height: 27px;
    position: relative;
}
/*end*/
/*list*/
.type_list{
    padding:30px;
    border-top: 1px solid #d3b689;
    border-bottom: 1px solid #d3b689;
    margin-top: 60px;
}
.type_list .line{
    height: 30px;
    line-height: 30px;
    margin-bottom: 5px;
}
.type_list .line span{
    color: #d4b572;
    font-size: 14px;
}
.type_list .line .list{
    margin-left: 40px;
    max-width: 1000px;
    margin-bottom: 1px;
}
.type_list .line .list a{
    color: #4f2a11;
    font-size: 13px;
    padding-right: 20px;
}
.type_list .line .list a.active{
    color: #00499e;
}
.cake_list{
    border-bottom: 1px solid #b1b1b1;
    padding-bottom: 60px;
}
.cake_list li{
    float: left;
    margin-top: 60px;
    text-align: center;
    position: relative;
    cursor: pointer;
}
.cake_list li .icon{
    z-index: 100;
    position: absolute;
    left: 13px;
    top: 13px;
    width: 44px;
    height: 44px;
    background: url("../images/gmx_icon1.png") center center no-repeat;
    background-size: 44px 44px;
}
.cake_list li .icon1{
    background: url("../images/gmx_icon1.png") center center no-repeat;
    background-size: 44px 44px;
}
.cake_list li .icon2{
    background: url("../images/gmx_icon2.png") center center no-repeat;
    background-size: 44px 44px;
}
.cake_list li .icon3{
    background: url("../images/gmx_icon3.png") center center no-repeat;
    background-size: 44px 44px;
}
.cake_list li img{
    width: 300px;
    height: 240px;
    display: block;
}
.cake_list li .add_cart{
    display: inline-block;
    padding-left: 31px;
    margin-top: 13px;
    font-size: 16px;
    color: #4f2a11;
    background: url("../images/gmx_icon4.png") no-repeat 0 center;
    background-size: 20px 18px;
    height: 24px;
    line-height: 24px;
}
.cake_list li .add_cart.con{
    color: #a8824f;
    background: url("../images/gmx_icon5.png") no-repeat 0 center;
    background-size: 20px 18px;
}
.cake_list li .label_list{
    padding-bottom: 7px;
    width: 300px;
    overflow: hidden;
    text-align: center;
    font-size: 0;
    height:32px;
}
.cake_list li .label_list a{
    display: inline-block;
    height: 23px;
    line-height: 23px;
    color: #d5b688;
    font-size: 14px;
    border:1px solid #d5b688;
    text-align: center;
    border-radius: 13px;
    margin: 7px 6px 0;
    white-space: nowrap;
    overflow: hidden;
    padding: 0 20px 0 10px;
    background: url("../images/gmx_icon7.png") right 9px center no-repeat;
    background-size: 4px 8px;
}
.cake_list li .label_list a:last-child{
    margin-right: 0;
}
.cake_list li .label_list a.con{
    color: #ffffff;
    background:#d5b688 url("../images/gmx_icon6.png") right 9px center no-repeat;
    background-size: 4px 8px;
}
.cake_list li .name{
    color: #6b5347;
    font-size: 16px;
    line-height: 22px;
}
.cake_list li .price{
    color: #a8824f;
    font-size: 16px;
    line-height: 30px;
}
.cake_list li .hide_text{
    /*display: none;*/
    position: absolute;
    height: 44px;
    line-height: 18px;
    top:170px;
    left: 0;
    width: 274px;
    padding: 13px;
    color: #4f2a11;
    font-size: 14px;
    text-align: left;
}
.cake_list li .hide_text i{
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: rgba(255,255,255,.8);
}
.cake_list li .hide_text p{
    overflow: hidden;
    text-overflow: ellipsis;
    position: absolute;
    top: 13px;
    left: 13px;
    width: calc(100% - 26px);
    width: -webkit-calc(100% - 26px);
    height: 100%;
    /*white-space: nowrap;*/
}
.success_layer{
    position: fixed;
    top:0;
    left: 0;
    width: 100%;
    height: 100%;
    display: none;
}
.success_layer i{
    position: fixed;
    top:0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #ffffff;
    opacity: 0.5;
}
.success_layer .success_box{
    position: fixed;
    top:50%;
    left: 50%;
    margin-top: -62px;
    margin-left: -150px;
    width: 300px;
    height: 125px;
    border: 2px solid #d4b572;
    background: #ffffff;
}
.success_layer .success_box p.title{
    background: #d4b572;
    height: 40px;
    line-height: 40px;
    text-indent: 10px;
    color: #ffffff;
}
.success_layer .success_box p.text{
    background: url("../images/gou.png") no-repeat 20px 25px;
    line-height: 84px;
    text-indent: 100px;
    font-size: 16px;
    color: #000000;
}
#full-container .inside_content .gift a.add_cart{
    display: inline-block;
    padding-left: 34px;
    margin-top: 7px;
    font-size: 16px;
    color: #6b5347;
    background: url("../images/shop.png") no-repeat 0 center;
    height: 24px;
    line-height: 24px;
}
.pagenation{
    margin-top: 44px;
    margin-right: 90px;
    float: right;
}
.pagenation li{
    float: left;
    width: 20px;
    height: 20px;
    line-height: 20px;
    text-align: center;
    border: 1px solid #d4d4d5;
    border-radius: 20px;
    margin-right: 4px;
    cursor: pointer;
}
.pagenation li.con{
    border: none;
}
.pagenation li.prev{
    border: none;
    width: 22px;
    height: 23px;
    background: url("http://dist.gmx1966.com/styles/images/prev.jpg") no-repeat 0 0;
}
.pagenation li.next{
    border: none;
    width: 22px;
    height: 23px;
    background: url("http://dist.gmx1966.com/styles/images/next.jpg") no-repeat 0 0;
}
/*end*/
/*login*/
.login_con{
    background: url("http://dist.gmx1966.com/styles/images/login.jpg") no-repeat 0 0;
    height: 572px;
    background-size: 100%;
}
.login_box{
    width: 298px;
    height: 358px;
    border: 1px solid #d4b572;
    float: right;
    margin-top: 48px;
    position: relative;
}
.register_box{
    width: 227px;
    margin:30px auto;
}
.register_box .title{
    color: #333;
    font-size: 14px;
    text-align: center;
    margin-bottom:15px;
}
input.common_input{
    height: 30px;
    padding: 2px;
    line-height: 20px;
    border: 1px solid #f1f1f1;
    width: 100%;
    margin-top: 8px;
}
input.common_input::-webkit-input-placeholder{
    color: #aaaaaa;
}
input.common_input:-ms-input-placeholder{
    color: #aaaaaa;
}
input.common_input::-moz-placeholder{
    color: #aaaaaa;
}
.register_box  .line{
    margin-top: 8px;
}
.register_box  .line .common_input{
    width: 103px;
    margin-right: 13px;
    margin-top: 0;
}
a.get_code{
    width: 103px;
    height: 24px;
    line-height: 24px;
    text-align:center;
    font-size: 12px;
    color: #333333;
    border: 1px solid #eaeaea;
    background: #f3f3f3;
}
a.common_btn:hover,button.common_btn:hover{
    color: #ae9866;
}
.complete_con a.common_btn:hover{
    color: #ae9866;
}
.send_con .inside a:hover,.send_con .inside .next_box .inside div.fl a.address_btn:hover{
    color: #0047ba;
}
.common_company a:hover{
    opacity: 1;
}
.xishi_con .line a.tel:hover,.xishi_con .line a.online:hover{
    color: #0047ba;
}
.xishi_con a.button{
    position: absolute;
    top: 159px;
    right: 460px;
    color: #b79f7c;
    border: 1px solid #b79f7c;
    height: 18px;
    line-height: 18px;
    width: 75px;
    text-align: center;
    font-size: 12px;
    font-weight: bold;
}
.xishi_con a.button:hover{
    background: #f8f4df;
}
a.common_btn,button.common_btn{
    display: block;
    width: 100%;
    height: 32px;
    border-radius: 3px;
    font-size: 14px;
    text-align: center;
    color: #ffffff;
    background: #4f2a11;
    line-height: 32px;
    outline: none;
    border: none;
}
.danger_text{
    font-size: 12px;
    color: #ff3c4b;
    height: 32px;
    line-height: 32px;
}
.danger_text span{
    background: url("http://dist.gmx1966.com/styles/images/danger.png") no-repeat 0 center;
    padding-left: 20px;
}
.notice_text{
    margin-top: 13px;
    color: #333333;
    font-size: 12px;
    line-height: 20px;
}
.notice_text input{
    position: relative;
    top:4px;
}
.notice_text a{
    color: #6890d4;
    line-height: 20px;
}
.login_type li{
    float: left;
    width: 50%;
    height: 16px;
    line-height: 16px;
}
.login_type li a{
    color: #aaaaaa;
    font-size: 14px;
    text-align: center;
    display: block;
}
.login_type li:first-child{
   border-right: 1px solid #aaaaaa;
}
.login_type li:last-child{
    margin-left: -1px;
}
.login_type li.on a{
    color: #333333;
    font-size: 14px;
}
.notice_text .fr a{
    color: #4d2912;
}
.login_type{
    margin-bottom: 15px;
}
.other-type{
    color: #aaa;
    height: 15px;
    font-size: 12px;
    line-height: 15px;
    position: relative;
    overflow: hidden;
    margin-top: 45px;
}
.other-type i{
    display: block;
    height: 1px;
    background: #f0f0f0;
    margin-top: 7px;
}
.other-type p{
    position: absolute;
    width: 94px;
    height: 15px;
    line-height: 15px;
    text-align: center;
    top:0;
    left: 50%;
    margin-left: -47px;
    background: #ffffff;
}
.weixin_type{
    background: url("http://dist.gmx1966.com/styles/images/weixin.png") no-repeat 0 0;
    width: 40px;
    height: 32px;
    display: block;
    margin:20px auto;
}
.weixin_login{
    position: absolute;
    width: 100%;
    height: 100%;
    top:0;
    left: 0;
    background: #fcfaf1;
    text-align: center;
    display: none;
}
.weixin_login .close{
    position: absolute;
    right: 3px;
    cursor: pointer;
}
.weixin_login .close::before{
    content: "\2716";
    color: #aaaaaa;
}
.weixin_login img{
    display: block;
    margin:0 auto;
}
.weixin_login img.login_erweima{
    margin-top: 42px;
    margin-bottom: 20px;
}
.weixin_login img.slogan{
    margin-top: 34px;
}
.common_bg{
    background: url("http://dist.gmx1966.com/styles/images/bg2.jpg") no-repeat 0 0;
    background-size: 100%;
    height: 572px;
    overflow:hidden;
}
.success_box .notice{
    width: 240px;
    margin:88px auto 37px auto;
}
.success_box .notice div{
    margin-left: 15px;
}
.success_box .notice div .big_title{
    font-size: 18px;
    color: #4f2a11;
    height: 32px;
    line-height: 30px;
}
.success_box .notice div .s_title{
    font-size: 12px;
    color: #333333;
}
.success_box .notice div span{
    color: #ff5e6a;
}

.success_box .notice div a{
    color: #aaaaaa;
    padding-left: 5px;
}
.success_box .product_list{
    width: 699px;
    margin:0 auto;
    margin-top: 38px;
}
.success_box .product_list li{
    float: left;
    width: 231px;
    height: 164px;
    margin-right: 2px;
}
.success_box .product_list li img{
    display: block;
    width: 100%;
    height: 100%;
}
.success_box .btn_box{
    width: 233px;
    position: relative;
    height: 40px;
    margin:0 auto;
    margin-top: 30px;
}
.success_box .btn_box a{
    text-decoration: underline;
}
.success_box .btn_box a:hover{
    color: #d4b572;
}
.success_box .btn_box p{
    position: absolute;
    right:-140px;
    top:0;
    text-align: center;
    line-height: 40px;
    color: #aaaaaa;
}
.find_password .title{
    margin-top:50px;
    font-size: 18px;
    color: #d3b689;
    background: url("http://dist.gmx1966.com/styles/images/lock.png") no-repeat 0 center;
    padding-left: 40px;
    height: 31px;
    line-height: 36px;
}
.password_con{
    width: 300px;
    margin:46px auto;
}
.password_con input.common_input{
    padding:8px 2%;
    width: 96%;
}
.password_con .input_box{
    position: relative;
}
.password_con .input_box a{
    position: absolute;
    top:21px;
    color: #3d62ad;
    font-size: 12px;
    right:2%;
    text-decoration: solid;
}
.password_con .common_btn{
    margin-top: 17px;
    border-radius: 0;
}
.find_password .big_title{
    font-size: 18px;
    color: #4f2a11;
    height: 48px;
    line-height: 48px;
    margin-left:24px;
    text-decoration:underline;
}
.common_notice{
    height: 44px;
    line-height: 44px;
    font-size: 14px;
    color: #4f2a11;
    background: #fcfaf0;
}
.common_notice span{
    width: 44px;
    height: 20px;
    line-height: 20px;
    text-align: center;
    color: #ffffff;
    background: #d4b572;
    margin:12px 27px;
}
.common_notice p{
    width: 1070px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    cursor: pointer;
}
.vip_con .title{
    height: 57px;
    line-height: 57px;
    text-align: center;
    background: #fafafa;
    border: 1px solid #d7ba7c;
    color: #4f2a11;
    font-size: 14px;
    margin:35px auto 17px auto;
}
.vip_con .inside{
    border: 1px solid #d7ba7c;
    background: #fafafa;
}
.vip_con .inside .info_con{
    padding: 10px;
    background: #ffffff;
}
.vip_con .inside .info_con .info_list{
    width: 1120px;
    margin:0 auto;
}
.vip_con .inside .info_con .info_list li{
    border-bottom:1px solid #ddddde;
}
.vip_con .inside .info_con .info_list li a{
    display: block;
    width: 100%;
    height: 100%;
    overflow: hidden;
}
.vip_con .inside .info_con .info_list li.on span{
    background: #d8bb7d;
    position: absolute;
    bottom: -2px;
    left: 0;
    width: 100%;
    height: 2px;
}
.vip_con .inside .info_con .info_list li.hover span{
    background: #d8bb7d;
    position: absolute;
    bottom: -2px;
    left: 0;
    width: 0;
    height: 2px;
    animation: navLineAnimationAfter 0.3s ease 0s 1 forwards;
    -webkit-animation: navLineAnimationAfter 0.3s ease 0s 1 forwards;
    -moz-animation: navLineAnimationAfter 0.3s ease 0s 1 forwards;
    -ms-animation: navLineAnimationAfter 0.3s ease 0s 1 forwards;
    -o-animation: navLineAnimationAfter 0.3s ease 0s 1 forwards;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}
.vip_con .inside .info_con .info_list li.hover:hover span{
    animation: navLineAnimationStart 0.3s ease 0s 1 forwards;
    -webkit-animation: navLineAnimationStart 0.3s ease 0s 1 forwards;
    -moz-animation: navLineAnimationStart 0.3s ease 0s 1 forwards;
    -ms-animation: navLineAnimationStart 0.3s ease 0s 1 forwards;
    -o-animation: navLineAnimationStart 0.3s ease 0s 1 forwards;
}
.vip_con .inside .info_con .info_list li.address_detail:hover i{
    display: block;
    background: url("http://dist.gmx1966.com/styles/images/sprit.png") no-repeat -5px -109px;
    width: 33px;
    height: 42px;
}
.vip_con .inside .info_con .info_list li i{
    margin:0 auto;
    margin-top: 58px;
}
.vip_con .inside .info_con .info_list li{
    float: left;
    height: 146px;
    font-size: 16px;
    text-align: center;
    width: 280px;
    color: #6a3314;
    position: relative;
}
.vip_con .inside .info_con .info_list li:hover p{
    color: #d4b572;
}
.detail_con .product_info .notice a:hover{
    color: #0047ba;
}
.detail_con .notice{
    padding: 116px 0;
}
.detail_con .notice .big_title{
    font-size: 50px;
    color: #333333;
    margin-bottom: 25px;
}
.detail_con .notice .l_title{
    font-size: 20px;
    color: #333333;
    line-height: 40px;
}
.vip_con .inside .info_con .info_list li.info i{
    display: block;
    background: url("http://dist.gmx1966.com/styles/images/sprit.png") no-repeat -1px -52px;
    width: 42px;
    height: 38px;
}
.vip_con .inside .info_con .info_list li.on{
    color: #d4b572;
}
.vip_con .inside .info_con .info_list li.info.on i{
    display: block;
    background: url("http://dist.gmx1966.com/styles/images/sprit.png") no-repeat -1px 0;
    width: 42px;
    height: 38px;
}
.vip_con .inside .info_con .info_list li p{
    position: absolute;
    bottom:18px;
    left: 0;
    text-align: center;
    width: 100%;
}
.vip_con .inside .info_con .info_list li.address_detail i{
    display: block;
    background: url("http://dist.gmx1966.com/styles/images/sprit.png") no-repeat -5px -169px;
    width: 33px;
    height: 42px;
}
.vip_con .inside .info_con .info_list li.order i{
    display: block;
    background: url("http://dist.gmx1966.com/styles/images/sprit.png") no-repeat -5px -227px;
    width: 36px;
    height: 40px;
}
.vip_con .inside .info_con .info_list li.order:hover i{
    display: block;
    background: url("http://dist.gmx1966.com/styles/images/sprit.png") no-repeat -5px -285px;
    width: 36px;
    height: 40px;
}
.vip_con .inside .info_con .info_list li.jifen i{
    display: block;
    background: url("http://dist.gmx1966.com/styles/images/sprit.png") no-repeat 0 -409px;
    width: 42px;
    height: 35px;
}
.vip_con .inside .info_con .info_list li.jifen:hover i{
    display: block;
    background: url("http://dist.gmx1966.com/styles/images/sprit.png") no-repeat -2px -349px;
    width: 42px;
    height: 35px;
}
.vip_con .info_box{
    width: 960px;
    margin:90px auto 75px auto;
}
.vip_con .info_box li.con_01 .name{
    color: #a50030;
    font-size: 18px;
}
.vip_con .info_box li.con_01 .name a{
    text-decoration: underline;
}
.vip_con .info_box li.con_01 .person_box {
    margin-top: 15px;
}
.vip_con .info_box li.con_01 .person_box .person_con{
    margin-bottom: 20px;
}
.vip_con .info_box li.con_01 .person_box .person_con .notice_list{
    background: transparent;
    line-height: 20px;
    height: auto;
}
.vip_con .info_box li.con_01 .person_box .person_con span.fl{
    width: 90px;
    text-align: left;
    font-size: 14px;
    font-weight: bold;
    color: #333333;
}
.vip_con .info_box li.con_01 .person_box a{
    color: #888888;
    padding-left: 10px;
}
.vip_con .info_box li.con_01 .person_box a:hover{
    color: #0047ba;
}
.vip_con .info_box li.con_01 .person_box .right a.fr:hover{
    color: #0047ba;
}
.vip_con .info_box li.con_01 .person_box .red{
    color: #a50030;
    font-size: 16px;
}
.vip_con .info_box li.con_01 .person_box .left{
    width: 350px;
}
.vip_con .info_box li.con_01 .person_box .person_con p{
    line-height: 20px;
}
.vip_con .info_box li.con_01 .person_box .person_con{
    line-height: 16px;
}
.vip_con .info_box li.con_01 .person_box .person_con div.fl{
    color: #333333;
    font-size: 14px;
}
.vip_con .info_box li.con_01 .person_box .person_con b{
    color: #d3b689;
}
.vip_con .info_box li.con_01 .person_box .right{
    margin-left: 85px;
    width: 510px;
}
.vip_con .info_box li.con_01 .person_box .person_con i{
    background: url("http://dist.gmx1966.com/styles/images/zuan.png") no-repeat -91px 0;
    width: 19px;
    height: 16px;
    float: left;
    margin-right: 5px;
}
.vip_con .info_box li.con_01 .person_box .person_con i.on{
    background: url("http://dist.gmx1966.com/styles/images/zuan.png") no-repeat 0px 0;
    width: 19px;
    height: 16px;
    float: left;
    margin-right: 5px;
}
.vip_con .info_box li.con_01 .person_box .right div.fl{
    width: 420px;
}
.vip_con .info_box li.con_01 .person_box .right .notice_list a{
    height: 23px;
    color: #333333;
    line-height: 23px;
    padding-left: 10px;
    background: url("http://dist.gmx1966.com/styles/images/dot.png") no-repeat 0 10px;
}
.vip_con .info_box li.con_01 .person_box .right a.fr{
    padding-left: 0;
    margin-top: 25px;
}
.recommend .title{
    color: #0047ba;
    font-size: 16px;
    font-weight: bold;
    text-align: center;
    margin-top: 100px;
    border-bottom: 1px solid #d4b677;
    height: 40px;
    line-height: 40px;
}
.recommend .cake_list{
    border-bottom: none;
}
.recommend .cake_list li{
    margin-top: 14px;
    margin-right: 5px;
}
.recommend .cake_list img{
    width: 295px;
    height: 166px;
}
.recommend .cake_list li .hide_text{
    top:118px;
}
.recommend .cake_list li .name{
    margin-top: 26px;
}
.recommend .cake_list li .hide_text p{
    width: 230px;
    white-space: nowrap;
}
.recommend .cake_list li .hide_text a{
    position: absolute;
    right:13px;
    top:12px;
    width: 28px;
    height: 28px;
    background-color: #ffffff;
    background-image: url("http://dist.gmx1966.com/styles/images/search.png");
    background-repeat: no-repeat;
    background-position: center;
}
.notice_list{
    background: #0047ba;
    height: 48px;
    line-height: 48px;
}
.notice_list li{
    width: 25%;
    text-align: center;
    float: left;
}
.notice_list li a{
    text-align: center;
    display: inline-block;
    font-size: 16px;
    color: #ffffff;
    height: 48px;
    line-height: 48px;
    position: relative;
}
.notice_list li a::after{
    content: '';
    display: block;
    width: 0;
    height: 2px;
    background: #e1d298;
    position: absolute;
    z-index: 1;
    bottom: 0;
    animation: navLineAnimationAfter 0.3s ease 0s 1 forwards;
    -webkit-animation: navLineAnimationAfter 0.3s ease 0s 1 forwards;
    -moz-animation: navLineAnimationAfter 0.3s ease 0s 1 forwards;
    -ms-animation: navLineAnimationAfter 0.3s ease 0s 1 forwards;
    -o-animation: navLineAnimationAfter 0.3s ease 0s 1 forwards;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}
.notice_list li a:hover::after{
    animation: navLineAnimationStart 0.3s ease 0s 1 forwards;
    -webkit-animation: navLineAnimationStart 0.3s ease 0s 1 forwards;
    -moz-animation: navLineAnimationStart 0.3s ease 0s 1 forwards;
    -ms-animation: navLineAnimationStart 0.3s ease 0s 1 forwards;
    -o-animation: navLineAnimationStart 0.3s ease 0s 1 forwards;
}
.notice_list li.on a{
    height: 45px;
    line-height: 48px;
    border-bottom: 3px solid #e1d298;
}
.w875{
    width: 875px;
    margin:0 auto;
}
.blue_title{
    font-size: 30px;
    color: #0047ba;
    height: 60px;
    line-height: 60px;
    border-bottom: 1px solid #7fa3dc;
    margin-top: 130px;
    text-align: center;
}
.need_box  .first_line{
    margin-top: 42px;
    font-size: 20px;
    padding-bottom: 40px;
    padding-top: 40px;
}
.common_box{
    position: relative;
}
.common_box .left{
    width: 262px;
    border-top: 1px solid #e1d298;
    padding: 35px 0;
}
.common_box .left strong{
    display: inline-block;
    vertical-align: middle;
    *vertical-align: auto;
    *zoom: 1;
    *display: inline;
    border-top: #e1d298 1px solid;
    position: absolute;
    left: 0;
    top: -1px;
    color: #343432;
    font-size: 18px;
    font-weight: bold;
    line-height: 100px;
}
.common_box .right{
    width: 570px;
    padding: 35px 0;
    padding-left: 40px;
    border-top: 1px solid #e9e8e8;
}
.need_box i{
    color: #343432;
    font-size: 16px;
    display: block;
    line-height: 30px;
}
.need_box .common_box b{
    font-size: 18px;
    line-height: 45px;
}
.need_box .common_box .qq{
    font-size: 24px;
    color: #e1d298;
    text-decoration: underline;
    background: url("http://dist.gmx1966.com/styles/images/qq_02.jpg") no-repeat 0 center;
    padding-left: 55px;
    height: 55px;
    line-height: 55px;
    display: block;
    margin-bottom: 2px;
}
.need_box .common_box .common_content{
    line-height: 35px;
    font-size: 14px;
    color: #343432;
}
.grey{
    color: #b2b2b2;
}
.need_box {
    border-bottom: 1px solid #7fa3dc;
}
.address_box .address{
    border-bottom: none;
}
.address_list li{
    float: left;
    width: 48%;
    padding-right: 2%;
    height: 176px;
}
.address_list li .title{
    height: 24px;
    line-height: 24px;
    font-size: 14px;
    font-weight: bold;
    margin-top: 0;
    border-bottom: none;
    text-align: left;
    color: #0047ba;
}
.common_box .address_list li b{
    padding-right: 10px;
    font-size: 14px;
    display: inline-block;
    margin:0 auto;
    height: 15px;
}
.common_box .address_list li a{
    background: url("http://dist.gmx1966.com/styles/images/address.png") no-repeat 0 0;
    padding-left: 35px;
    display: block;
    height: 24px;
    line-height: 24px;
    margin-top: 10px;
    font-size: 12px;
    color:#b1b1b1;
}
.common_box .address_list li a.hover{
    background: url("http://dist.gmx1966.com/styles/images/address_on.png") no-repeat 0 0;
    padding-left: 35px;
    display: block;
    height: 24px;
    line-height: 24px;
    color: #c3a477;
    text-decoration: underline;
}
.address_list li p{
    line-height: 24px;
}
.tousu_tel{
    padding: 63px 0;
    border-bottom: 1px solid #e9e8e8;
    color: #343432;
    font-size: 18px;
}
.tousu_box{
    border-bottom: 1px solid #7fa3dc;
}
.tousu_box .tel{
    color: #c9b496;
    font-weight: bold;
}
.tousu_box form{
    display: block;
}
#header{
    z-index: 9999;
    position: fixed;
    top: 40px;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}
#header .inside {
    background: #fff;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    height: 81px;
    line-height: 81px;
    -moz-box-shadow: #aaa 0 0 10px -2px;
    -webkit-box-shadow: #aaa 0 0 10px -2px;
    box-shadow: #aaa 0 0 10px -2px;
    width: 1200px;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    margin:0 auto;
}
#header.big {
    top: 0;
}
#header.big .inside {
    width: 100%;
}
.bread .inside .wrap{
    width: 1200px;
    height: 81px;
    margin:0 auto;
}
.banner-wrap .plate{position:absolute;top:0;}
/* line 70, ../sass/app/_common.scss */
.bread .nav > ul > li {
    height: 81px;
    color: #4d2912;
    cursor: pointer;
    font-size: 18px;
    position: relative;
    letter-spacing: 3px;
    padding: 0 10px;
}
/* line 80, ../sass/app/_common.scss */
.bread .nav > ul > li a {
    display: block;
    text-decoration: none;
}
.bread .nav > ul > li a:hover{
    color: #0047ba;
}
/* line 84, ../sass/app/_common.scss */
.bread .nav > ul > li > ul.toggle,#header.big .nav > ul > li > ul.toggle {
    position: absolute;
    z-index: -1;
    left: 0;
    top: 81px;
    background: #fff;
    width: 100%;
    -moz-box-shadow: 0 0 5px 0px #bbb;
    -webkit-box-shadow: 0 0 5px 0px #bbb;
    box-shadow: 0 0 5px 0px #bbb;
    -moz-border-radius: 0 0 3px 3px;
    -webkit-border-radius: 0;
    border-radius: 0 0 3px 3px;
    letter-spacing: 0;
}
/* line 94, ../sass/app/_common.scss */
.bread .nav > ul > li > ul.toggle li,#header.big .nav > ul > li > ul.toggle li {
    height: 0px;
    line-height: 40px;
    text-align: center;
    font-size: 14px;
    width: 100%;
    overflow: hidden;
    color: #4d2912;
    -moz-transition: all, 0.3s;
    -o-transition: all, 0.3s;
    -webkit-transition: all, 0.3s;
    transition: all, 0.3s;
}
.bread .nav > ul > li > ul.toggle li a,#header.big .nav > ul > li > ul.toggle li a{
    font-size: 14px;
}
/* line 103, ../sass/app/_common.scss */
.bread .nav > ul > li > ul.toggle li:hover,#header.big .nav > ul > li > ul.toggle li:hover {
    color: #0047ba;
}
/* line 109, ../sass/app/_common.scss */
.bread .nav > ul > li::before {
    content: '';
    display: block;
    width: 100%;
    height: 2px;
    background: #fff;
    position: absolute;
    z-index: 10;
    bottom: 0;
    left: 0;
    animation: navLineAnimationHover 0s ease 0.3s 1 forwards;
    -webkit-animation: navLineAnimationHover 0s ease 0.3s 1 forwards;
    -moz-animation: navLineAnimationHover 0s ease 0.3s 1 forwards;
    -ms-animation: navLineAnimationHover 0s ease 0.3s 1 forwards;
    -o-animation: navLineAnimationHover 0s ease 0.3s 1 forwards;
}
/* line 126, ../sass/app/_common.scss */
.bread .nav > ul > li::after {
    content: '';
    display: block;
    width: 0;
    height: 2px;
    background: #0047ba;
    position: absolute;
    z-index: 1;
    bottom: 0;
    animation: navLineAnimationAfter 0.3s ease 0s 1 forwards;
    -webkit-animation: navLineAnimationAfter 0.3s ease 0s 1 forwards;
    -moz-animation: navLineAnimationAfter 0.3s ease 0s 1 forwards;
    -ms-animation: navLineAnimationAfter 0.3s ease 0s 1 forwards;
    -o-animation: navLineAnimationAfter 0.3s ease 0s 1 forwards;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}
/* line 143, ../sass/app/_common.scss */
.bread .nav > ul > li:hover {
    color: #0047ba;
}
/* line 145, ../sass/app/_common.scss */
.bread .nav > ul > li:hover::after {
    animation: navLineAnimationStart 0.3s ease 0s 1 forwards;
    -webkit-animation: navLineAnimationStart 0.3s ease 0s 1 forwards;
    -moz-animation: navLineAnimationStart 0.3s ease 0s 1 forwards;
    -ms-animation: navLineAnimationStart 0.3s ease 0s 1 forwards;
    -o-animation: navLineAnimationStart 0.3s ease 0s 1 forwards;
}
/* line 153, ../sass/app/_common.scss */
.bread .nav > ul > li:hover > ul.toggle > li,#header.big .nav > ul > li:hover > ul.toggle > li {
    height: 40px;
}
/* line 156, ../sass/app/_common.scss */
.bread .nav > ul > li:hover > ul.toggle > li.blank,#header.big .nav > ul > li:hover > ul.toggle > li.blank  {
    height: 15px;
}
#body.product-list .banners {
    height: 470px;
}
/* line 229, ../sass/app/_product.scss */
#body.product-list .banners-container {
    height: 470px;
    overflow: hidden;
}
#body.product-list .lists .list:hover .cover {
    -moz-transform: scale(1.04);
    -ms-transform: scale(1.04);
    -webkit-transform: scale(1.04);
    transform: scale(1.04);
}
.detail-style-1 img{
    display: block;
    max-width: 100%;
    margin-bottom: 20px;
}
.detail-style-2 {
    float: left;
    width: 590px;
}
.detail-style-2 img{
    display: block;
    max-width: 100%;
    height: 330px;
}
.detail-style-2 .tell{
    width: 292px;
    height: 68px;
    border-bottom: #af9170 1px solid;
    line-height: 68px;
    font-size: 18px;
}
.detail-style-2 .abstract {
    font-family: 'microsoft yahei light','microsoft yahei';
    height: 70px;
    font-size: 14px;
    line-height: 1.6em;
    padding-top: 15px;
}
.addr-banner {
    width: 871px;
    height: 321px;
    position: relative;
    margin: 60px auto 0;
}
.addr-banner .banner {
    width: 100%;
    height: 321px;
    position: absolute;
    left: 0;
    top: 0;
}
.xishi_con img{
    display: block;
    width: 100%;
    height: auto;
    font-size: 0;
}
.xishi_con div{
    position: relative;
}
.xishi_con .line{
    position: absolute;
    bottom: 120px;
    width: 1200px;
    left: 50%;
    margin-left: -600px;
}
.xishi_con .line a.tel{
    background: url("http://dist.gmx1966.com/styles/images/phone.png") no-repeat 0 center;
    padding-left: 30px;
    height: 26px;
    float: left;
    line-height: 26px;
    color: #b79f7c;
    margin-left: 160px;
    font-size: 20px;
    font-weight: lighter;
}
.xishi_con .line span{
    font-weight: normal;
    padding-left: 5px;
}
.xishi_con .line a.online{
    background: url("http://dist.gmx1966.com/styles/images/online.png") no-repeat 0 center;
    padding-left: 30px;
    font-size: 20px;
    height: 26px;
    float: left;
    line-height: 26px;
    margin-left: 33px;
    color: #b79f7c;
}
.xishi_con .part_02 .line{
    position: absolute;
    top:50%;
    margin-top: -13px;
    bottom:auto;
}

.xishi_con .part_02 .line a.tel{
    margin-left: 730px;
}
.xishi_con .part_03 .line{
    bottom: 140px;
}

.xishi_con .part_04 .line{
    bottom: auto;
    top: 200px;
}
.xishi_con .part_04 .line .tel{
    margin-left: 413px;
}
/*2.11号修改*/
.login_before{
    width:253px;
}
.login_after{
    width:253px;
}
#wxqr{
    position: fixed;
    top:0;
    left: 0;
    background: rgba(255,255,255,0.6);
    width: 100%;
    display: none;
    height: 100%;
    z-index: 999;
}
#wxqr img{
    position: fixed;
    top: 50%;
    left: 50%;
    width: 250px;
    height: 250px;
    margin-left: -125px;
    margin-top: -125px;
}
#body.product-list .lists .inside .tag{
    position: absolute;
    top:0;
    left: 0;
    background: url("http://dist.gmx1966.com/styles/images/tag.png") no-repeat 0 0;
    background-size: 50px 25px;
    width: 50px;
    height: 25px;
    line-height: 25px;
    text-align: center;
    font-size: 14px;
    color: #e8414b;
    z-index: 99;
}
#banner{margin-top:80px;cursor:pointer;}
#banner,.banner{width:100%;height:324px;}
#banner .c-left,#banner .c-right{position:absolute;top:0;bottom:0;margin:auto;height:21px;z-index:999;opacity:0;}
#banner .c-left{left:40px;}
#banner .c-right{right:40px;}
.detail_con .img_con .title{
    position: relative;
    font-size: 22px;
    color: #0047ba;
    text-align: center;
    height: 25px;
    overflow: hidden;
    font-weight: bold;
    margin-top: 50px;
}
.detail_con .img_con .title i{
    display: block;
    background: url("http://dist.gmx1966.com/styles/images/line.png") no-repeat 0 0;
    width: 1200px;
    height: 1px;
    background-size: 1200px 1px;
    margin:0 auto;
    margin-top: 12px;
}
.detail_con .img_con ul li{
    float: left;
    width: 254px;
    margin-right: 60px;
}
.detail_con .img_con ul li:last-child{
    margin-right: 0;
}
.detail_con .img_con ul li img{
    display: block;
    width: 254px;
    height: 254px;
    font-size: 0;
    border-radius: 254px;
}
.detail_con .img_con ul li .b_title{
    font-size: 24px;
    color: #343432;
    text-align: center;
    line-height: 51px;
}
.detail_con .img_con ul li .desc{
    font-size: 14px;
    color: #343432;
    text-align: center;
    line-height: 25px;
    font-family:'microsoft yahei light','microsoft yahei';
}
.detail_con .img_con .title p{
    width: 412px;
    height: 25px;
    position: absolute;
    top:0;
    left: 50%;
    margin-left: -206px;
}
.manager{
    height: 520px;
}
.manager .banner{
    height: 520px;
}
.taste_con{
    margin-top: 74px;
    margin-bottom: 74px;
    line-height: 22px;
    font-size: 14px;
}
.taste_con .fl,.taste_con .fr{
    width: 540px;
}
.taste_con .title{
    font-size: 24px;
    padding: 35px 0;
}
.health{
    background: #ffffff;
    padding-top: 90px;
}
.health .container{
    padding-top: 90px;
}
#body.brand .health .plate-content{
    margin-top: 35px;
    line-height: 1.6em;
}

