body{
    color:#333;
    line-height: 1.2;
}




.header .top{
    height:36px;
    line-height: 36px;
    background: #333;
}
.header .top .welcome{
    float:left;
    color:#b4a078;
    font-size:12px;
}
.header .top .item{
    float:right;
}
.header .top .item a{
    float:left;
    font-size:12px;
    color:#ccc;
    margin-left:25px;
    cursor: pointer;
}
.header .top .item a:hover{
    color:#fff;
}
.header .bottom{
    height:138px;
}
.header .bottom .logo{
    float:left;
    font-size:0;
    margin-top:17px;
}
.header .bottom .title{
    float:left;
    font-size:16px;
    color:#000;
    margin-top:46px;
    margin-left:22px;
}
.header .bottom .search{
    float:right;
    margin-top:27px;
    margin-right:49px;
}
.header .bottom .search input[type='text']{
    float:left;
    width:412px;
    height:38px;
    padding-left: 20px;
    border:2px solid #af1429;
}
.header .bottom .search input[type='submit']{
    float:left;
    width:110px;
    height:38px;
    border:none;
    font-size:18px;
    color:#fff;
    background: #af1429;
	appearance:none;
	-webkit-appearance:none;
}
.header .bottom .search .keywords{
    margin-top:5px;
    margin-left:6px;
}
.header .bottom .search .keywords a{
    font-size:12px;
    color:#b4a078;
    margin-right:18px;
    float:left;
}
.header .menu{
    margin-top:13px;
    padding-left:42px;
    position: relative;
}
.header .menu li{
    float:left;
    height:40px;
    margin-right:52px;
}
.header .menu li:last-child{
    margin-right:0;
}
.header .menu li>a{
    color:#000;
    display: block;
    height:40px;
    line-height: 40px;
    font-weight: bold;
    position: relative;
}
.header .menu li:hover>a{
    color:#cc9756;
}
.header .menu li:hover>a:after{
    content:"";
    position: absolute;
    width:100%;
    height:3px;
    background: #cc9756;
    left:0;
    bottom: -1px;
}
.header .menu li .nav_son{
    position: absolute;
    width:1170px;
    top:41px;
    left:50%;
    transform: translateX(-50%);
    border-top:1px solid #e5e5e5;
    padding: 30px 85px;
    padding-bottom: 0;
    background: #fff;
    z-index: 10;
    display: none;
    box-shadow: 0 5px 5px 0px rgba(0, 0, 0, 0.1);
}
.header .menu li .nav_son .list{
    float:left;
    min-width:142.85px;
    height:80px;
    margin-bottom: 40px;
}
.header .menu li .nav_son .list .pic{
    float:left;
    margin-right:5px;
    height:80px;
}
.header .menu li .nav_son .list p{
    float:left;
    color:#000;
    margin-top:56px;
}
.header .menu li .nav_son .list:hover p{
    color:#cc9756;
}
.header .menu li:hover .nav_son{
    display: block;
}
.banner{
    height:489px;
    overflow:hidden;
    position:relative;
}
.banner a{
    display:block;
    width:100%;
    height:489px;
    background-position:center;
    background-repeat:no-repeat;
}
.banner > .swiper-pagination-bullets{
    bottom:13px;
}
.banner > .swiper-pagination-bullets .swiper-pagination-bullet{
    width:9px;
    height:9px;
    border-radius:50%;
    background: #fff;
    cursor:pointer;
    margin:0 5px;
    opacity: 1;
}
.banner > .swiper-pagination-bullets .swiper-pagination-bullet-active{
    background: #af1429;
}
.hot_recommend{
    padding: 35px 0;
    padding-bottom: 10px;
}
.hot_recommend .mt{
    font-size:18px;
    color:#000;
    line-height: 22px;
}
.hot_recommend .mt .img{
    float:left;
    width:38px;
}
.hot_recommend .mt span{
    float:left;
}
.hot_recommend .mt .words{
    float:left;
    margin-left:12px;
    margin-top:2px;
}
.hot_recommend .mc{
    margin:auto;
    margin-top:10px;
    width:1220px;
    position: relative;
}
.hot_recommend .mc .box{
    width:100%;
    height: 100%;
    padding: 10px;
    padding-bottom: 15px;
    overflow: hidden;
}
.hot_recommend .mc ul{
    width:999999px;
}
.hot_recommend .mc ul li{
    float:left;
    width:306px;
    padding-right:24px;
}
.hot_recommend .mc ul li a{
    display: block;
    width:282px;
    height:485px;
}
.hot_recommend .mc ul li .im{
    width:100%;
    height:376px;
    box-shadow: 0 5px 10px rgba(54,54,54,.2);
}
.hot_recommend .mc ul li .tt{
    text-align: center;
    width:100%;
    margin-top:18px;
}
.hot_recommend .mc ul li .des{
    font-size:12px;
    text-align: center;
    width:100%;
    color:#b4a078;
    margin-top:6px;
    height:14px;
}
.hot_recommend .mc ul li .price{
    text-align: center;
    font-size:16px;
    color:#af1429;
    margin-top:10px;
}
.hot_recommend .mc ul li .read{
    width:100%;
    height:32px;
    line-height: 32px;
    background: #b4a078;
    text-align: center;
    color:#fff;
    font-size:16px;
    margin-top:16px;
    display: none;
}
.hot_recommend .mc ul li a:hover .read{
    display: block;
}
.hot_recommend .mc ul li a:hover{
    background: #f4f0ea;
    box-shadow: 0 5px 10px rgba(54,54,54,.2);
}
.hot_recommend .mc ul li a:hover .im{
    box-shadow: none;
}
.hot_recommend .mc .prev{
    width: 25px;
    height: 50px;
    left: -25px;
    top: 163px;
    position: absolute;
    background: url(../image/prev.jpg) no-repeat center;
    cursor: pointer;
}
.hot_recommend .mc .next{
    width: 25px;
    height: 50px;
    right: -25px;
    top: 163px;
    position: absolute;
    background: url(../image/next.jpg) no-repeat center;
    cursor: pointer;
}
.products{
    background: #f3f3f3;
    padding: 30px 0;
    padding-bottom: 20px;
}
.brand{
    margin-bottom: 40px;
}
.brand .mt{
    line-height: 32px;
    font-size:18px;
    color:#000;
}
.brand .mt i{
    float:left;
    width:38px;
}
.brand .mc{
    margin-top:16px;
}
.brand .mc .im{
    float:left;
    width:200px;
    height:186px;
    border:1px solid #dedede;
    border-right:none;
    background: #fff;
}
.brand .mc .im:last-child{
    border-right:1px solid #dedede;
}
.brand .mc .im .p2{
    display: none;
}
.brand .mc .im:hover .p1{
    display: none;
}
.brand .mc .im:hover .p2{
    display: block;
}
.pro_banner{
    position: relative;
    height:292px;
    overflow: hidden;
}
.pro_banner .im{
    height:292px;
}
.products .detail{
    margin-bottom: 40px;
}
.products .detail .mt{
    line-height: 40px;
}
.products .detail .mt .img{
    float:left;
    width:42px;
    height:40px;
}
.products .detail .mt p{
    float:left;
    font-size:18px;
    color:#000;
}
.products .detail .mt .tab{
    float:right;
}
.products .detail .mt .tab a{
    float:left;
    color:#000;
}
.products .detail .mt .tab a:hover{
    color:#cc9756;
}
.products .detail .mt .tab span{
    float:left;
    margin:0 8px;
    color:#000;
}
.products .detail .mt .tab span:last-child{
    display: none;
}
.products .detail .mt .more{
    float:right;
    color:#000;
    margin-right:10px;
    margin-left:35px;
}
.products .detail .mt .more:hover{
    color:#cc9756;
}
.products .detail .mc{
    margin-top:8px;
}
.products .detail .mc .list{
    margin-top:28px;
}
.products .detail .mc .list li{
    float:left;
    width:282px;
    margin-right:24px;
    height:480px;
}
.products .detail .mc .list a{
    background: #fff;
    display: block;
}
.products .detail .mc .list li:nth-child(4n){
    margin-right:0;
}
.products .detail .mc .list .im{
    width:100%;
    height:376px;
}
.products .detail .mc .list .tt{
    padding-left: 16px;
    width:100%;
    font-size:16px;
    margin-top:20px;
    margin-bottom: 25px;
}
.products .detail .mc .list .read{
    height:37px;
    line-height: 37px;
    background: #b4a078;
    text-align: center;
    color:#fff;
    display: none;
}
.products .detail .mc .list .price{
    padding-left: 16px;
    font-size:18px;
    color:#af1429;
    width:100%;
    margin-top:-12.5px;
    margin-bottom: 25px;
}
.products .detail .mc .list a:hover .read{
    display: block;
}
.products .detail .mc .list a:hover{
    box-shadow: 0 5px 10px rgba(54,54,54,.2);
}
.pro{
    padding-top:54px;
    padding-bottom: 70px;
}
.pro .mt{
    line-height: 40px;
    font-size:18px;
    color:#000;
}
.pro .mt .img{
    float:left;
    width:42px;
    height:40px;
}
.pro .mc{
    margin-top:21px;
}
.pro .mc .im1{
    float:left;
    width:696px;
    height:379px;
    position: relative;
}
.pro .mc .im1 .im{
    width:100%;
    height:100%;
}
.pro .mc .im1 .img{
    position: absolute;
    width:100%;
    height:100%;
    top:0;
    left:0;
    color:#fff;
    padding-left: 35px;
    line-height: 32px;
}
.pro .mc .im1:hover{
    box-shadow: 0 5px 10px rgba(54,54,54,.2);
}
.pro .mc .im2{
    float:right;
    width:475px;
}
.pro .mc .im2 .im{
    width:100%;
    height:180px;
}
.pro .mc .im3{
    width:100%;
    height:180px;
    position: relative;
    display: block;
}
.pro .mc .im3 .img{
    position: absolute;
    width:100%;
    height:100%;
    top:0;
    left:0;
    text-align: center;
    color:#fff;
    font-size:16px;
    justify-content: center;
}
.pro .mc .im3:hover{
    box-shadow: 0 5px 10px rgba(54,54,54,.2);
}
.pro .mc .im4{
    width:100%;
    height:180px;
    position: relative;
    display: block;
    margin-top:19px;
}
.pro .mc .im4 .img{
    position: absolute;
    width:413px;
    height:134px;
    top:50%;
    left:50%;
    transform: translate(-50%,-50%);
    background: rgba(197,184,162,0.5);
    color:#fff;
    line-height: 25px;
    justify-content: center;
    text-align: center;
}
.pro .mc .im4:hover{
    box-shadow: 0 5px 10px rgba(54,54,54,.2);
}
.news{
    background: #f4f0ea;
    padding-top:40px;
    padding-bottom: 50px;
}
.news .mt{
    line-height: 40px;
    font-size:18px;
    color:#000;
    padding-left: 14px;
}
.news .mt .img{
    float:left;
    width:42px;
    height:40px;
}
.news .mc{
    margin-top:13px;
    position: relative;
}
.news .mc .box{
    width: 100%;
    height: 100%;
    padding: 10px 14px;
    overflow: hidden;
}
.news .mc ul{
    width:999999px;
}
.news .mc ul li{
    float:left;
    width:407.5px;
    padding-right: 50.5px;
}
.news .mc ul li a{
    width:357px;
    height:466px;
    background: #fff;
    display: block;
}
.news .mc ul li .im{
    width:100%;
    height:306px;
}
.news .mc ul li .tt{
    font-size:16px;
    padding-left: 20px;
    margin-top:23px;
    width:100%;
}
.news .mc ul li .des{
    color:#666;
    line-height: 23px;
    height:46px;
    overflow: hidden;
    padding-left: 20px;
    padding-right: 10px;
    margin-top:15px;
}
.news .mc ul li .date{
    color:#999;
    font-size:12px;
    padding-left: 20px;
    margin-top:15px;
}
.news .mc ul li a:hover{
    box-shadow: 0 3px 8px rgba(54,54,54,.2);
}
.news .mc .prev{
    width: 43px;
    height: 44px;
    left: -60px;
    top: 211px;
    position: absolute;
    background: url(../image/left.png) no-repeat center;
    cursor: pointer;
}
.news .mc .next{
    width: 43px;
    height: 44px;
    right: -60px;
    top: 211px;
    position: absolute;
    background: url(../image/right.png) no-repeat center;
    cursor: pointer;
}
.news .mc .prev:hover{
    background: url(../image/left_hover.png) no-repeat center;
}
.news .mc .next:hover{
    background: url(../image/right_hover.png) no-repeat center;
}
.iBlock{
    padding: 60px 0;
}
.iBlock .detail{
    width:400px;
    height:210px;
    border-right:1px solid #e9e9e9;
    overflow: hidden;
    float:left;
}
.iBlock .detail:last-child{
    border:none;
}
.iBlock .detail .mt{
    text-align: center;
    font-size:16px;
    margin-top:16px;
}
.iBlock .detail .phone{
    text-align: center;
    font-size:26px;
    margin-top:20px;
}
.iBlock .detail .time{
    text-align: center;
    margin-top:15px;
}
.iBlock .detail .tab{
    margin-top:30px;
    text-align: center;
}
.iBlock .detail .tab a{
    display: inline-block;
    width:98px;
    height:26px;
    line-height: 24px;
    border:1px solid #666;
    margin:0 6px;
}
.iBlock .detail .tab a:hover{
    color:#cc9756;
}
.iBlock .detail .des{
    padding: 0 30px;
    line-height: 26px;
    margin-top:15px;
}
.iBlock .detail .share{
    margin-top:10px;
    padding-left: 30px;
    line-height: 23px;
}
.iBlock .detail .share span{
    float:left;
    margin-right:10px;
}
.iBlock .detail .share a{
    width:24px;
    height:23px;
    margin:0;
    margin-right:7px;
    border-radius: 50%;
    overflow: hidden;
    opacity: 1;
}
.iBlock .detail .share .f_tsina{
    background-image: url(../image/weibo.png);
}
.iBlock .detail .share .f_qzone{
    background-image: url(../image/qq.png);
}
.iBlock .detail .wx{
    text-align: center;
    margin-top:15px;
}
.iBlock .detail .words{
    text-align: center;
    font-size:12px;
    margin-top:2px;
}





.footer{
    height:325px;
    background: #414141;
    overflow: hidden;
}
.footer .item{
    padding-bottom: 28px;
    border-bottom: 1px solid #646464;
    width:1090px;
    margin:auto;
    margin-top:45px;
    padding-left: 50px;
}
.footer .item .list{
    float:left;
    margin-right:140px;
    font-size:18px;
    color:#fff;
    line-height: 53px;
}
.footer .item .list:last-child{
    margin-right:0;
}
.footer .item .list .im{
    float:left;
    width:53px;
    height:53px;
    margin-right:18px;
}
.footer .tab{
    text-align: center;
    margin-top:22px;
}
.footer .tab a{
    font-size:13px;
    color:#999;
    margin:0 15px;
}
.footer .tab a:hover{
    color:#fff;
}
.footer .address{
    text-align: center;
    font-size:13px;
    color:#999;
    margin-top:15px;
    line-height: 30px;
}
.footer .zhi{
	display:block;
	margin:auto;
	width:40px;
}
.footer .zhi img{
	width:40px;
}
.fixed-menu{position:fixed;right:2%;top:50%;width:73px;z-index:500;-webkit-transform:translateY(-50%);-moz-transform: translateY(-50%);-ms-transform: translateY(-50%);transform: translateY(-50%);}
.fixed-menu a{width:100%;height:73px;margin-bottom:1px;position:relative;display:block;text-align:center;}
.fixed-menu p{height:73px;line-height:73px;width:170px;color:#fff;font-size:22px;position:absolute;top:0;left:-172px;background:#af1429;overflow:hidden;text-align:center;display:none;}
.fixed-menu .phone{background:#b4a078 url(../image/phone.png) no-repeat center;}
.fixed-menu .phone:hover{background:#af1429 url(../image/phone.png) no-repeat center;}
.fixed-menu .phone:hover p{display:block;}
.fixed-menu .wx{background:#b4a078 url(../image/wx.png) no-repeat center;}
.fixed-menu .wx:hover{background:#af1429 url(../image/wx.png) no-repeat center;}
.fixed-menu .wx img{position:absolute;top:0;left:-122px;width:120px;height:120px;display:none;}
.fixed-menu .wx:hover img{display:block;}
.fixed-menu .top{background:#222 url(../image/top.png) no-repeat center;}
.fixed-menu .per_register{background:#b4a078 url(../image/register1.png) no-repeat center 12px;color:#fff;padding-top:50px;}
.fixed-menu .per_register:hover{background:#af1429 url(../image/register1.png) no-repeat center 12px;}
.fixed-menu .com_register{background:#b4a078 url(../image/register2.png) no-repeat center 12px;color:#fff;padding-top:50px;}
.fixed-menu .com_register:hover{background:#af1429 url(../image/register2.png) no-repeat center 12px;}









/*弹出登录*/
.back_bg,.back_bg1{
    position: fixed;
    width: 100%;
    height: 100%;
    background:rgba(0,0,0,0.3);
    left: 0;
    top: 0;
    z-index: 510;
    display: none;
}
.back_bg2{
    position: fixed;
    width: 100%;
    height: 100%;
    background:rgba(0,0,0,0.3);
    left: 0;
    top: 0;
    z-index: 550;
}
.tan_login{
    width:684px;
    height:458px;
    position:fixed;
    z-index:600;
    top:50%;
    left:50%;
    transform: translate(-50%,-50%);
    display: none;
}
.tan_login2{
    display: block;
}
.tan_login .tan_left{
    float:left;
    width:280px;
    height:100%;
    background:#b4a078;
    border-top-left-radius:12px;
    border-bottom-left-radius:12px;
    padding-left:38px;
    padding-top:75px;
    overflow:hidden;
}
.tan_login .tan_left.on{
    background: #931122;
}
.tan_login .tan_left .con{
    color:#e5e5e5;
    font-size:12px;
    line-height:20px;
    margin-top:25px;
}
.tan_login .tan_left .tt{
    font-size:16px;
    color:#fff;
    margin-top:15px;
    padding-left: 46px;
}
.tan_login .tan_right{
    float:right;
    width:404px;
    height:100%;
    background:#fff;
    border-top-right-radius:12px;
    border-bottom-right-radius:12px;
}
.tan_login .tan_right .tt{
    text-align:center;
    margin-top:40px;
}
.tan_login .tan_right .tt p{
    font-size:15px;
    line-height:22px;
    padding-left:35px;
    display:inline-block;
    background:url(../image/wx1.png) no-repeat left center;
}
.tan_login .tan_right .wx{
    background:#fafafa;
    margin:auto;
    padding:16px;
    margin-top:20px;
    width:202px;
}
.tan_login .tan_right .wx img{
    display: block;
}
.tan_login .tan_right .share{
    margin-top:20px;
    margin-left:100px;
}
.tan_login .tan_right .share a{
    width:36px;
    height:36px;
    background:#e5e5e5;
    border-radius:50%;
    float:left;
    margin-right:20px;
    cursor: pointer;
}
.tan_login .tan_right .share a:hover{
    background:#b4a078;
}
.tan_login .tan_right .share .qy{
    background:#b4a078;
    text-align: center;
    font-size:18px;
    line-height: 36px;
    color:#fff;
}
.tan_login .tan_right .check{
    margin-top:20px;
    font-size:12px;
    color:#999;
    text-align:center;
    line-height:30px;
}
.tan_login .tan_right .check input{
    margin-right:8px;
    position:relative;
    top:2px;
}
.tan_login .tan_right .detail{
    display: none;
}
.tan_login .tan_right .detail:first-child{
    display: block;
}
.tan_login .tan_right .detail2 .tt p{
    background:url(../image/icon11.png) no-repeat left center;
    padding-left: 26px;
}
.tan_login .tan_right .detail3 .tt p{
    background:url(../image/icon12.png) no-repeat left center;
    line-height: 32px;
}
.tan_login .tan_right .detail3 .tt{
    margin-top:35px;
}
.tan_login .tan_right .detail form{
    margin:auto;
    margin-top:22px;
    width:264px;
}
.tan_login .tan_right .detail .text{
    margin-bottom: 15px;
}
.tan_login .tan_right .detail .text input[type='text'],.tan_login .tan_right .detail .text input[type='password']{
    width:100%;
    height:38px;
    background: #f1f3f7;
    padding-left: 21px;
    border:none;
    font-size:13px;
}
.tan_login .tan_right .detail .text input[type='text'].code{
    width:148px;
    float:left;
}
.tan_login .tan_right .detail .text img{
    height:38px;
    width:116px;
    float:left;
    cursor: pointer;
}
.tan_login .tan_right .detail .text .sms{
    float:left;
    width:116px;
    height:38px;
    line-height: 38px;
    background: #b4a078;
    color:#fff;
    font-size:13px;
    text-align: center;
    cursor: pointer;
}
.tan_login .tan_right .detail .text .sms a{
    color:#fff;
}
.tan_login .tan_right .detail input[type='submit']{
    width:100%;
    height:38px;
    background: #b4a078;
    border:none;
    color:#fff;
    font-size:16px;
    margin-top:8px;
    cursor: pointer;
}
.tan_login .tan_right .detail .tips{
    text-align: center;
    color:#666;
    margin-top:25px;
}
.tan_login .tan_right .detail .tips a{
    color:#931122;
}
.tan_login .close{
    position:absolute;
    top:0;
    right:-45px;
    width:38px;
    height:38px;
    background:rgba(0,0,0,0.3) url(../image/close.png) no-repeat center;
    border-radius:50%;
    cursor:pointer;
}
.tan_login1{
    width:684px;
    height:458px;
    position:fixed;
    z-index:600;
    top:50%;
    left:50%;
    transform: translate(-50%,-50%);
}
.tan_login1 .close{
    position: absolute;
    top: 0;
    right: -45px;
    width: 38px;
    height: 38px;
    background: rgba(0,0,0,0.3) url(../image/close.png) no-repeat center;
    border-radius: 50%;
    cursor: pointer;
}
.tan_login1 .mc{
    width:684px;
    height:458px;
    background:#fff;
    border-radius: 12px;
}
.tan_login1 .mc .tt{
    text-align:center;
    font-size:25px;
    color:#1f1f1f;
    margin-top:7px;
    margin-bottom:30px;
}
.tan_login1 .mc form{
    margin-top:35px;
}
.tan_login1 .mc form .text{
    margin-bottom:26px;
}
.tan_login1 .mc form .text span{
    float:left;
    width:172px;
    padding-right:16px;
    text-align:right;
    font-size:16px;
    line-height:55px;
}
.tan_login1 .mc form .text input[type="text"]{
    border:none;
    padding-left:37px;
    width:204px;
    height:55px;
    line-height:55px;
    background:#f5f5f5;
    float:left;
    border-radius:5px;
    font-size:16px;
}
.tan_login1 .mc form .text input[type="text"].phone{
    width:374px;
}
.tan_login1 .mc form .text .code{
    width:155px;
    height:55px;
    line-height:55px;
    text-align:center;
    float:left;
    margin-left:15px;
    background:#dcdcdc;
    border-radius:5px;
    cursor:pointer;
}
.tan_login1 .mc form .sub{
    margin-top:45px;
}
.tan_login1 .mc form .sub .submit{
    width:226px;
    height:55px;
    margin:0 auto;
    display:block;
    text-align:center;
    line-height:55px;
    border-radius:5px;
    border:none;
    background:#f05e16;
    color:#fff;
    font-size:16px;
}







.main{
    background: #f3f3f3;
    overflow: hidden;
}
.news_list{
    margin-top:24px;
    padding-bottom: 30px;
}
.news_list .mt{
    line-height: 40px;
    font-size:18px;
    color:#000;
    padding-left: 14px;
}
.news_list .mt .img{
    float:left;
    width:42px;
    height:40px;
}
.news_list .mc{
    margin-top:24px;
    padding: 0 14px;
    position: relative;
}
.news_list .mc a{
    width:357px;
    height:466px;
    margin-right:50.5px;
    margin-bottom: 56px;
    background: #fff;
    float:left;
}
.news_list .mc a:nth-child(3n){
    margin-right:0;
}
.news_list .mc a .im{
    width:100%;
    height:306px;
}
.news_list .mc a .tt{
    font-size:16px;
    padding-left: 20px;
    margin-top:23px;
    width:100%;
}
.news_list .mc a .des{
    color:#666;
    line-height: 23px;
    height:46px;
    overflow: hidden;
    padding-left: 20px;
    padding-right: 10px;
    margin-top:15px;
}
.news_list .mc a .date{
    color:#999;
    font-size:12px;
    padding-left: 20px;
    margin-top:15px;
}
.news_list .mc a:hover{
    box-shadow: 0 3px 8px rgba(54,54,54,.2);
}






.service{
    border-top:2px solid #b4a078;
    padding-bottom: 60px;
}
.service .mt{
    line-height: 55px;
    font-size:12px;
    color:#666;
    padding-left: 42px;
}
.service .mt a{
    font-size:12px;
    color:#666;
}
.service .mc{
    padding: 0 14px;
}
.service .mc .sright{
    float:right;
    width:986px;
    border:1px solid #f3f3f3;
    min-height: 450px;
    padding:35px 26px;
}
.service .mc .sright .tt{
    font-size:18px;
    padding-bottom: 25px;
    border-bottom: 1px dashed #dad9d9;
}
.service .mc .sright .con{
    line-height: 28px;
    margin-top:25px;
}
.column{
    float:left;
    width:148px;
}
.column .list .tt{
    height:38px;
    line-height: 38px;
    background: #b4a078;
    text-align: center;
    color:#fff;
    font-size:16px;
    margin-bottom: 1px;
    cursor: pointer;
}
.column .list .sub{
    text-align: center;
    border-left:1px solid #f3f3f3;
    border-right:1px solid #f3f3f3;
    padding: 12px 0;
    display: none;
}
.column .list .sub.cur{
    display: block;
}
.column .list .sub a{
    line-height: 33px;
    display: block;
    color:#666;
}
.column .list .sub a.cur{
    color:#b4a078;
}
.column .list:last-child .sub{
    border-bottom:1px solid #f3f3f3;
}






.etp_register{
    padding-top: 38px;
    padding-bottom: 90px;
}
.etp_register .mt{
    text-align: center;
    font-size:24px;
}
.etp_register .mc{
    background: #fff;
    margin-top:20px;
    padding: 30px;
    padding-bottom: 60px;
}
.etp_register .mc .title{
    padding-bottom: 12px;
    border-bottom: 1px solid #e4e4e4;
}
.etp_register .mc .title span{
    color:#d00202;
}
.etp_register .mc .item{
    margin-top:30px;
    text-align: center;
}
.etp_register .mc .item .list{
    display: inline-block;
    margin:0 90px;
    margin-bottom: 30px;
    cursor: pointer;
}
.etp_register .mc .item .list .img{
    width:74px;
    height:74px;
    border-radius: 50%;
    background: #e5e5e5;
    margin:auto;
}
.etp_register .mc .item .list p{
    margin-top:16px;
    font-size:16px;
    color:#666;
}
.etp_register .mc .item .list.active .img{
    background: #b4a078;
}
.etp_register .mc .item .list.active p{
    color:#b4a078;
}
.etp_register .mc .text{
    height:33px;
    margin-bottom:32px;
    position:relative;
}
.etp_register .mc .text span{
    float:left;
    width:145px;
    text-align:right;
    font-size:16px;
    line-height:33px;
    margin-right:18px;
    color:#666;
    position: relative;
}
.etp_register .mc .text span.must:after{
    content:"*";
    position: absolute;
    color:#af1429;
    right:-11px;
    top:3px;
}
.etp_register .mc .text p{
    float:left;
    width:137px;
    text-align:right;
    font-size:16px;
    line-height:33px;
    margin-right:18px;
}
.etp_register .mc .text input[type='text'],.etp_register .mc .text input[type='password']{
    width:454px;
    height:33px;
    border:1px solid #e9edf4;
    padding-left:20px;
    color:#666;
    float:left;
}
.etp_register .mc .text .select{
    float:left;
    position:relative;
}
.etp_register .mc .text .select i{
    position:absolute;
    width:11px;
    height:8px;
    right:13px;
    top:13px;
    background:url(../image/down.png) no-repeat center;
    pointer-events: none;
}
.etp_register .mc .text select{
    width:250px;
    height:33px;
    border:1px solid #e9edf4;
    padding-left:20px;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    background: transparent;
}
.etp_register .mc .text .form_select{
    margin-right:13px;
}
.etp_register .mc .text .form_select select{
    width:122px;
}
.etp_register .mc .text .select1{
    margin-right:13px;
}
.etp_register .mc .text .select1 select{
    width:257px;
}
.etp_register .mc .text .file{
    width: 257px;
    height: 35px;
    background: url(../image/file.png) no-repeat center;
    float: left;
}
.etp_register .mc .text .file input{
    width: 257px;
    height: 35px;
    border: 0;
    opacity: 0;
}
.etp_register .mc .text .demo{
    color:#b4a078;
    margin-left:18px;
    line-height:35px;
}
.etp_register .mc .text .pic_btn{
    display:none;
    position:absolute;
    right:100px;
    top:-30px;
}
.etp_register .mc .text .pic_btn img{
    height:94px;
}
.etp_register .mc .line{
    width: 100%;
    border-top: 1px solid #e4e4e4;
    margin-top: 50px;
    margin-bottom: 35px;
}
.etp_register .mc .tcode input[type='text']{
    width:235px;
}
.etp_register .mc .tcode img{
    height:33px;
    float:left;
    margin-left:50px;
}
.etp_register .mc .tcode a{
    float:left;
    cursor:pointer;
    border:1px solid #e9edf4;
    line-height:31px;
    width:167px;
    text-align:center;
    margin-left:50px;
}
.etp_register .mc .sub{
    height:41px;
    position:relative;
    margin-top:45px;
}
.etp_register .mc .sub .submit{
    width:362px;
    height:41px;
    line-height:41px;
    background:#b4a078;
    border-radius:6px;
    border:none;
    margin:auto;
    cursor:pointer;
    display:block;
    font-size:18px;
    color:#fff;
    font-family:Georgia;
}







.pro_list{
    background: #fff;
    margin-top:40px;
    padding: 42px 30px;
}
.pro_list .screen .detail{
    position: relative;
    padding-left: 108px;
    overflow: hidden;
}
.pro_list .screen .detail p{
    position: absolute;
    top:0;
    left:0;
    color:#999;
}
.pro_list .screen .detail a{
    float:left;
    margin-right:25px;
    margin-bottom: 24px;
}
.pro_list .screen .detail a:hover,.pro_list .screen .detail a.active{
    color:#b4a078;
}
.pro_list .item{
    height:48px;
    line-height: 46px;
    border-bottom: 1px solid #f5f5f5;
    border-top:1px dashed #dfdfdf;
}
.pro_list .item p{
    float:left;
    width:108px;
    color:#999;
}
.pro_list .item a{
    float:left;
    margin-right:45px;
}
.pro_list .item a.active,.pro_list .item a:hover{
    color:#b4a078;
}
.pro_list .item .shelf{
    padding-right:16px;
    background: url(../image/shelf.png) no-repeat right 16px;
}
.pro_list .item .shelf:hover,.pro_list .item .shelf.active{
    background: url(../image/shelf_hover.png) no-repeat right 16px;
}
.pro_list .mc{
    margin-top:30px;
}
.pro_list .mc .detail{
    float:left;
    width:262px;
    height:458.333px;
    margin-right:30px;
    margin-bottom: 20px;
}
.pro_list .mc .detail:nth-child(4n){
    margin-right:0;
}
.pro_list .mc .detail .im{
    width:100%;
    height:349.3333px;
}
.pro_list .mc .detail .tt{
    text-align: center;
    width: 100%;
    margin-top: 18px;
}
.pro_list .mc .detail .des{
    font-size: 12px;
    height:14px;
    text-align: center;
    width: 100%;
    color: #b4a078;
    margin-top: 6px;
}
.pro_list .mc .detail .price{
    text-align: center;
    font-size: 16px;
    color: #af1429;
    margin-top: 10px;
}
.pro_list .mc .detail .read{
    width: 100%;
    height: 32px;
    line-height: 32px;
    background: #b4a078;
    text-align: center;
    color: #fff;
    font-size: 16px;
    margin-top: 16px;
    display: none;
}
.pro_list .mc .detail:hover .read{
    display: block;
}
.pro_list .mc .detail:hover{
    background: #f4f0ea;
    box-shadow: 0 5px 10px rgba(54,54,54,.2);
}
.guess_like{
    margin-top:38px;
    margin-bottom: 70px;
    background: #fff;
    padding: 30px;
}
.guess_like .mt{
    font-size:16px;
}
.guess_like .mc{
    margin:auto;
    margin-top:22px;
    width:1070px;
    position: relative;
}
.guess_like .mc .box{
    width:100%;
    height: 100%;
    padding: 10px;
    overflow: hidden;
}
.guess_like .mc ul{
    width:999999px;
}
.guess_like .mc ul li{
    float:left;
    width:217.5px;
    padding-right:37.5px;
}
.guess_like .mc ul li a{
    display: block;
    width:180px;
    padding-bottom: 16px;
}
.guess_like .mc ul li .im{
    width:100%;
    height:240px;
}
.guess_like .mc ul li .tt{
    text-align: center;
    width:100%;
    margin-top:18px;
    padding: 0 3px;
}
.guess_like .mc ul li .price{
    text-align: center;
    font-size:12px;
    color:#af1429;
    margin-top:10px;
}
.guess_like .mc ul li .read{
    text-align: center;
    font-size:12px;
    margin-top:10px;
    color:#b4a078;
}
.guess_like .mc ul li a:hover{
    background: #f4f0ea;
    box-shadow: 0 5px 10px rgba(54,54,54,.2);
}
.guess_like .mc .prev{
    width: 32px;
    height: 32px;
    left: -42px;
    top: 115px;
    position: absolute;
    background: url(../image/left1.png) no-repeat center;
    cursor: pointer;
}
.guess_like .mc .next{
    width: 32px;
    height: 32px;
    right: -42px;
    top: 115px;
    position: absolute;
    background: url(../image/right1.png) no-repeat center;
    cursor: pointer;
}
.guess_like .mc .prev:hover{
    background: url(../image/left_hover1.png) no-repeat center;
}
.guess_like .mc .next:hover{
    background: url(../image/right_hover1.png) no-repeat center;
}





.crumb{
    padding-left: 42px;
    line-height: 45px;
}
.pro_info{
    padding: 32px;
    background: #fff;
}
.pro_info .smallimgs{
    float:left;
    position:relative;
}
.pro_info .smallimgs .box{
    margin:25px 0;
    height: 550px;
    overflow: hidden;
}
.pro_info .smallimgs .list li{
    border:1px solid #f5f5f5;
    margin-bottom:6px;
    cursor:pointer;
}
.pro_info .smallimgs .list li.active{
    border-color:#d22810
}
.pro_info .smallimgs .list li > a{
    display:block;
}
.pro_info .smallimgs .list li img{
    display:block;
    width:98px;
    height:131px;
}
.pro_info .smallimgs .small-prev{
    position:absolute;
    top:0;
    cursor:pointer;
    background-image:url(../image/xs.png);
    background-position:center;
    background-repeat:no-repeat;
    background-color:#b4a078;
    width:100%;
    height:20px;
}
.pro_info .smallimgs .small-next{
    position:absolute;
    bottom:0;
    cursor:pointer;
    background-image:url(../image/xx.png);
    background-position:center;
    background-repeat:no-repeat;
    background-color:#b4a078;
    width:100%;
    height:20px;
}
.pro_info .bigimgs{
    width:450px;
    float:left;
    margin-right:6px;
}
.pro_info .bigimgs .imgBox{
    display:block;
    width:450px;
    height:600px;
    overflow:hidden;
    box-shadow: 0 5px 10px rgba(54,54,54,.2);
}
.pro_info .mc{
    float:right;
    width:550px;
    height:600px;
    position: relative;
}
.pro_info .mc .tt{
    font-size:24px;
    padding-bottom: 12px;
    border-bottom:1px dashed #dfdddd;
}
.pro_info .mc .subtt{
    font-size:16px;
    color:#b4a078;
    margin-top:12px;
    display: flex;
    align-items: center;
    position: relative;
}
.pro_info .mc .subtt .pic{
    margin: 0 5px 0 0;
}
.pro_info .mc .subtt .collect{
    font-size:16px;
    color:#b4a078;
    position: absolute;
    right: 10px;
    top: 0px;
}
.pro_info .mc .tab{
    margin-top:14px;
}
.pro_info .mc .tab p{
    float:left;
    background: #f5f5f5;
    padding: 0 15px;
    line-height: 27px;
    margin-right:15px;
    margin-bottom: 15px;
}
.pro_info .mc .detail{
    margin-top:25px;
}
.pro_info .mc .detail .list{
    margin-bottom: 18px;
}
.pro_info .mc .detail .list p{
    color:#999;
    display: inline-block;
    margin-right:8px;
}
.pro_info .mc .detail .list span{
    color:#999;
}
.pro_info .mc .detail .list .price{
    color:#af1429;
    font-size:20px;
}
.pro_info .mc .detail .list em{
    font-style:normal;
    color:#b4a078;
    cursor: pointer;
}
.pro_info .mc .detail .list .price1{
    color:#ccc;
    font-size:20px;
    text-decoration:line-through
}
.pro_info .mc .item{
    background: #f5f3ef;
    padding: 20px 38px;
    margin-top:20px;
    display: flex;
    align-items: center;
    /* justify-content: space-between; */
}
.pro_info .mc .item .list{
    flex: 1;
}
.pro_info .mc .item .list p{
    text-align: center;
    font-size: 16px;
    color: #666666;
}
.pro_info .mc .item .list p:first-child{
    font-size: 18px;
    font-weight: bold;
    color: #000;
    margin: 0 0 18px 0;
}
.pro_info .mc .logistics{
    font-size: 14px;
    color: #999;
    margin: 26px 0 0;
}
.pro_info .mc .mpcode{
    display: flex;
    align-items: center;
    margin: 40px 0 0;
}
.pro_info .mc .mpcode p{
    font-size: 14px;
    line-height: 20px;
    color: #999;
}
.pro_info .mc .mpcode img{
    margin: 0 0 0 10px;
    width: 100px;
}
.pro_info .spce-box{
    margin: 22px 0 0;
}
.pro_info .spce{
    margin: 0 0 10px 0;
    display: flex;
    flex-wrap: wrap;
}
.pro_info .spce .spce-title{
    font-size: 14px;
    line-height: 20px;
    color: #999;
    margin-right: 10px;
}
.pro_info .spce .spce-list{
    display: flex;
    flex-wrap: wrap;
}
.pro_info .spce .spce-item{
    display: flex;
    align-items: center;
    padding: 3px 4px;
    border: 1px solid #dadde0;
    border-radius: 2px;
    margin: 0 10px 10px 0;
}
.pro_info .spce .spce-item.selected{
    border: 1px solid #ff5609;
}
.pro_info .spce .spce-item.disabled{
    border: 1px solid #d3ddd7;
    background: #d3ddd7;
}
.pro_info .spce .spce-item .pic{
    margin: 0 10px 0 0;
    width: 30px;
    height: 30px;
    overflow: hidden;
}
.pro_info .spce .spce-item .pic img{
   max-width: 100%;
}
.pro_info .mc .btns{
    position: absolute;
    left:0;
    bottom: 0;
}
.pro_info .mc .btns .add_cart{
    width:190px;
    height:50px;
    line-height: 50px;
    padding-left: 60px;
    color:#fff;
    font-size:18px;
    background: #333 url(../image/cart.png) no-repeat 22px center;
    float:left;
    margin-right:6px;
    cursor: pointer;
}
.pro_info .mc .btns .buy{
    float:left;
    width:190px;
    height:50px;
    line-height: 50px;
    text-align: center;
    color:#fff;
    font-size:18px;
    background: #b4a078;
    margin-right:6px;
    cursor: pointer;
    border:none;
}
.pro_info .mc .btns .collect{
    width:62px;
    height:50px;
    border:1px solid #b4a078;
    text-align: center;
    float:left;
    color:#b4a078;
    background: url(../image/collect.png) no-repeat center 7px;
    padding-top: 26px;
    cursor: pointer;
}
.pro_con{
    margin-top:45px;
    background: #fff;
    padding:15px 30px 50px;
    margin-bottom: 45px;
}
.pro_con .mt{
    height:40px;
    line-height: 40px;
    background: #f3f3f3;
}
.pro_con .mt p{
    float:left;
    width:130px;
    font-size:16px;
    text-align: center;
    cursor: pointer;
}
.pro_con .mt p.current{
    color:#b4a078;
    background: #fff;
    border-left:1px solid #b4a078;
    border-right:1px solid #b4a078;
    border-top:2px solid #b4a078;
    line-height: 38px;
}
.pro_con .mc{
    margin-top:45px;
}
.pro_con .mc .detail{
    display: none;
    min-height: 300px;
    line-height: 30px;
}
.pro_con .mc .detail *{
    max-width: 100%;
}
.pro_con .mc .detail:first-child{
    display: block;
}





.member{
    margin-top:28px;
    margin-bottom: 70px;
    background: #fff;
    padding: 35px;
    padding-bottom: 50px;
}
.member_box{
    width:940px;
    float:right;
    min-height: 400px;
}
.user_welcome{
    padding-bottom: 20px;
    border-bottom: 2px solid #f3f3f3;
}
.user_welcome .uleft{
    float:left;
    margin-top:23px;
    height:110px;
    border-right:1px solid #eee;
    padding-right:23px;
    min-width: 355px;
    padding-left: 5px;
}
.user_welcome .uleft .im{
    width:94px;
    height:94px;
    float:left;
    border:1px solid #b4a078;
    border-radius: 50%;
    overflow: hidden;
    margin-top:8px;
}
.user_welcome .uleft .con{
    float:left;
    margin-left:18px;
}
.user_welcome .uleft .con .tt{
    font-size:18px;
    margin-top:18px;
}
.user_welcome .uleft .con .subtt{
    margin-top:9px;
    color:#666;
}
.user_welcome .uleft .con .subtt span{
    color:#af1429;
}
.user_welcome .uleft .con .time{
    color:#666;
    font-size:12px;
    margin-top:9px;
}
.user_welcome .uright{
    float:left;
    margin-left:38px;
}
.user_welcome .uright .tt{
    margin-top:8px;
}
.user_welcome .uright .con{
    margin-top:20px;
}
.user_welcome .uright .con .detail{
    float:left;
}
.user_welcome .uright .con .list{
    margin-bottom: 15px;
    line-height: 14px;
    overflow: hidden;
}
.user_welcome .uright .con .list .img{
    width:14px;
    height:14px;
    float:left;
}
.user_welcome .uright .con .list span{
    float:left;
    color:#666;
    margin-left:9px;
    width:145px;
}
.user_welcome .uright .con .list p{
    position: relative;
    padding-left: 15px;
    float:left;
}
.user_welcome .uright .con .list p:before{
    content:"";
    position: absolute;
    width:6px;
    height:6px;
    background: #01d815;
    border-radius: 50%;
    left:0;
    top:4px;
}
.user_welcome .uright .con .list p.no:before{
    background: #999;
}
.user_welcome .uright .con .item{
    float:left;
    margin-left:165px;
    text-align: center;
}
.user_welcome .uright .con .item p{
    font-size:16px;
    font-weight: bold;
    line-height: 16px;
}
.user_welcome .uright .con .item a{
    width:90px;
    height:28px;
    line-height: 28px;
    background: #b4a078;
    display: inline-block;
    color:#fff;
    margin-top:14px;
    font-size:12px;
    border-radius: 20px;
}
.score_manage .mt{
    line-height: 23px;
    margin-top:3px;
    font-size:16px;
}
.score_manage .mt .img{
    width:38px;
    height:23px;
    float:left;
}
.score_manage .mc{
    margin-top:20px;
}
.score_manage .mc table{
    width:100%;
    text-align: center;
    border-collapse: collapse;
}
.score_manage .mc table thead{
    height:42px;
    line-height: 42px;
    background: #f5f5f5;
}
.score_manage .mc table tbody{
    border-left:1px solid #f5f5f5;
    border-right:1px solid #f5f5f5;
}
.score_manage .mc table tbody td{
    font-size:12px;
    color:#666;
    line-height: 1.4;
    padding: 15px 8px;
    border-bottom:1px solid #f5f5f5;
}
.score_manage .mc table tbody td.t1{
    color:#b4a078;
}
.score_manage .mc table tbody td.t2{
    color:#af1429;
}
.score_exchange .mt{
    line-height: 27px;
    margin-top:3px;
    font-size:16px;
}
.score_exchange .mt .img{
    width:38px;
    height:27px;
    float:left;
}
.score_exchange .mc{
    margin-top:20px;
}
.score_exchange .mc .detail{
    float:left;
    width:134px;
    margin-right:27px;
    margin-bottom: 20px;
}
.score_exchange .mc .detail:nth-child(6n){
    margin-right:0;
}
.score_exchange .mc .detail .im{
    width:100%;
    height:178px;
    border:1px solid #ededed;
}
.score_exchange .mc .detail .tt{
    font-size:12px;
    margin-top:15px;
    width:100%;
    text-align: center;
}
.score_exchange .mc .detail .price{
    text-align: center;
    color:#af1429;
    font-size:12px;
    margin-top:6px;
}
.score_exchange .mc .detail:hover .im{
    box-shadow: 0 5px 10px rgba(54,54,54,.2);
}
.score_exchange .mc .detail:hover .tt{
    color:#b4a078;
}
.ship_address .mt{
    line-height: 23px;
    margin-top:3px;
    font-size:16px;
}
.ship_address .mt .img{
    width:38px;
    height:23px;
    float:left;
}
.ship_address .mt p{
    float:right;
    color:#b4a078;
    font-size:14px;
    cursor: pointer;
}
.ship_address .tip{
    padding-left: 10px;
    margin-top:8px;
}
.ship_address .mc{
    margin-top:15px;
}
.ship_address .mc table{
    width:100%;
    text-align: center;
    border-collapse: collapse;
}
.ship_address .mc table thead{
    height:42px;
    line-height: 42px;
    background: #f5f5f5;
}
.ship_address .mc table tbody{
    border-left:1px solid #f5f5f5;
    border-right:1px solid #f5f5f5;
}
.ship_address .mc table tbody td{
    color:#666;
    line-height: 1.4;
    padding: 15px 8px;
    border-bottom:1px solid #f5f5f5;
}
.ship_address .mc table tbody td span{
    color:#b4a078;
    cursor: pointer;
}
.ship_address .mc table tbody td span.sedit{
    margin-right:13px;
}
.ship_address .mc table tbody td span.default{
    width:102px;
    height:32px;
    line-height: 30px;
    border:1px solid #b4a078;
    text-align: center;
    background: #f5f3ef;
    display: block;
    margin:auto;
}
.tan_address{
    background: #fff;
    padding: 36px;
    padding-bottom: 42px;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    z-index: 520;
    width: 748px;
    display: none;
}
.tan_address .tt{
    line-height: 24px;
    margin-bottom: 15px;
    font-size:16px;
}
.tan_address .close{
    width:24px;
    height:24px;
    background: url(../image/icon22.png) no-repeat center;
    position: absolute;
    right:36px;
    top:36px;
    cursor: pointer;
}
.tan_address .text{
    margin-bottom: 20px;
    overflow: hidden;
    float:left;
}
.tan_address .text1{
    float:right;
}
.tan_address .text span{
    float:left;
    width:90px;
    line-height: 32px;
    color:#666;
    padding-left: 12px;
    position: relative;
}
.tan_address .text span:before{
    content:"*";
    position: absolute;
    color:#af1429;
    top:2px;
    left:1px;
}
.tan_address .text input[type='text']{
    width:206px;
    height:32px;
    padding: 6px 12px;
    border:1px solid #ddd;
}
.tan_address .text select{
    width:185px;
    height:32px;
    padding:0 8px;
    border:1px solid #ddd;
    float:left;
    margin-right:15px;
    background: url(../image/down.png) no-repeat 165px center;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}
.tan_address .text select:last-child{
    margin-right:0;
}
.tan_address .text textarea{
    width:585px;
    height:70px;
    border:1px solid #ddd;
    resize: none;
    padding: 8px 12px;
}
.tan_address .tab{
    padding-left: 90px;
}
.tan_address .tab .check{
    float:left;
    margin-top:8px;
}
.tan_address .tab .check input{
    width:18px;
    height:18px;
    -webkit-appearance: none;
    background-image:url(../image/check.png);
    background-position: 0 -84px;
    float:left;
    margin-right:10px;
}
.tan_address .tab .check input:checked{
    background-position: 0 -56px;
}
.tan_address .tab .btn{
    float:right;
}
.tan_address .tab .btn .submit{
    float:left;
    width:102px;
    height:34px;
    border:none;
    background: #b4a078;
    color:#fff;
    margin-right:18px;
    cursor: pointer;
}
.tan_address .tab .btn .cancle{
    float:left;
    width:102px;
    height:34px;
    border:1px solid #b4a078;
    background: #f5f3ef;
    color:#b4a078;
    text-align: center;
    line-height: 32px;
    cursor: pointer;
}
.del_address{
    background: #fff;
    padding: 36px;
    padding-bottom: 42px;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    z-index: 520;
    width: 566px;
    display: none;
}
.del_address .tt{
    font-size:16px;
}
.del_address .close{
    width:24px;
    height:24px;
    background: url(../image/icon22.png) no-repeat center;
    position: absolute;
    right:36px;
    top:36px;
    cursor: pointer;
}
.del_address .con{
    margin-top:20px;
}
.del_address .con .text{
    position: relative;
    padding-left: 90px;
    line-height: 25px;
    height:25px;
}
.del_address .con .text span{
    position: absolute;
    left:0;
    top:0;
    line-height: 25px;
    color:#999;
}
.del_address .con .tab{
    margin-top:45px;
    text-align: center;
}
.del_address .con .tab .sure{
    width:102px;
    height:34px;
    line-height: 34px;
    border:none;
    background: #b4a078;
    color:#fff;
    margin-right:18px;
    cursor: pointer;
    display: inline-block;
}
.del_address .con .tab .cancle{
    width:102px;
    height:34px;
    border:1px solid #b4a078;
    background: #f5f3ef;
    color:#b4a078;
    text-align: center;
    line-height: 32px;
    cursor: pointer;
    display: inline-block;
}
.account_info .mt{
    line-height: 27px;
    margin-top:3px;
    font-size:16px;
}
.account_info .mt .img{
    width:38px;
    height:27px;
    float:left;
}
.account_info .mc{
    margin-top:25px;
}
.account_info .mc .text{
    margin-bottom: 50px;
    overflow: hidden;
}
.account_info .mc .text span{
    float:left;
    width:92px;
    padding-left: 5px;
    color:#666;
}
.account_info .mc .text input[type='text']{
    width:170px;
    height:38px;
    line-height: 36px;
    border:1px solid #ddd;
    padding: 0 8px;
}
.account_info .mc .text input[type='radio']{
    width:15px;
    height:15px;
    float:left;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-position: 0 -212px;
    background-image: url(../image/radio.png);
}
.account_info .mc .text input[type='radio']:checked{
    background-position: 0 -187px;
}
.account_info .mc .text label{
    float:left;
    margin-left:3px;
    line-height: 15px;
    margin-right:40px;
}
.account_info .mc .text p{
    float:left;
}
.account_info .mc .text a{
    float:left;
    margin-left:58px;
    color:#b4a078;
}
.account_info .mc .text1{
    margin-bottom: 20px;
}
.account_info .mc .text1 span{
    line-height: 94px;
}
.account_info .mc .text1 .im{
    float:left;
    width: 94px;
    height: 94px;
    border: 1px solid #b4a078;
    border-radius: 50%;
    overflow: hidden;
}
.account_info .mc .text2 span{
    line-height: 38px;
}
.account_info .mc .submit{
    width:120px;
    height:38px;
    background: #b4a078;
    color:#fff;
    border:none;
    margin-left:92px;
}
.replace_phone .mt{
    font-weight: bold;
    font-size:18px;
}
.replace_phone .tab{
    margin:auto;
    margin-top:16px;
    margin-bottom: 50px;
    width:390px;
}
.replace_phone .tab .step{
    float:left;
    height:28px;
    line-height: 28px;
    background-image: url(../image/icon.png);
    font-size:12px;
}
.replace_phone .tab .step1{
    width: 100px;
    background-position: 0 -5878px;
    padding-left: 10px;
    color:#fff;
}
.replace_phone .tab .step2{
    width: 184px;
    background-position: 0 -5916px;
    text-align: center;
    margin-left: -4px;
}
.replace_phone .tab .step2.has{
    background-position: 0 -5954px;
    color:#fff;
}
.replace_phone .tab .step3{
    width: 109px;
    padding-left: 92px;
    margin-left: -2px;
    background-position: 0 -5992px;
}
.replace_phone .tab .step3.has{
    background-position: 0 -6030px;
    color:#fff;
}
.replace_phone .tab span{
    float:left;
    margin-top:8px;
    color:#666;
}
.replace_phone .tab .t1{
    margin-left: -30px;
    width: 90px;
    text-align: center;
}
.replace_phone .tab .t2{
    margin-left: 34px;
    width: 190px;
    text-align: center;
}
.replace_phone .tab .t3{
    margin-left: 76px;
}
.replace_phone .ht{
    text-align: center;
    margin-bottom: 20px;
}
.replace_phone .text{
    width:300px;
    margin:auto;
    margin-bottom:10px;
}
.replace_phone .text input{
    width:200px;
    height:43px;
    border: 1px solid #e8e8e8;
    border-right:none;
    padding: 10px 0 10px 10px;
    color:#666;
    float:left;
}
.replace_phone .text1 input{
    width:100%;
    border-right: 1px solid #e8e8e8;
}
.replace_phone .text .code{
    width:100px;
    height:43px;
    line-height: 43px;
    background: #b4a078;
    float:left;
    text-align: center;
    color:#fff;
    cursor: pointer;
}
.replace_phone .submit{
    width:144px;
    height:42px;
    background:#b4a078;
    margin:auto;
    margin-top:26px;
    display: block;
    border:none;
    color:#fff;
    cursor: pointer;
}






#cart_show {
    width: 382px;
    height: 152px;
    position: absolute;
    z-index: 10000002;
    overflow: hidden;
    padding: 0;
    border: 4px solid rgba(0, 0, 0, .1);
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    display: none;
}
#cart_show .success {
    width: 320px;
    margin:auto;
    margin-top: 24px;
}
.cart_show_wrap {
    width: 380px;
    border: 1px solid #C4C4C4;
    background: white;
    height: 150px;
}
#cart_show #initCart_next_go a {
    display: block;
}
#cart_show .success b, #cart_show .success-b {
    overflow: hidden;
    width: 320px;
    height: 40px;
    padding-left: 56px;
    background: url(../image/20130425D.png) no-repeat 0 -100px;
    font: normal 24px/40px 微软雅黑;
    color: #7ABD54;
}
#cart_show .success-b {
    color: #999;
    font: 12px/150% Arial, Verdana, "宋体";
    height: auto;
    overflow: hidden;
}
#cart_show .success-b h3 {
    color: #7abd54;
    font: 24px/40px 微软雅黑;
}
#cart_show .btn-pay, #cart_show .btn-continue, #cart_show .btn-append {
    background: url(../image/20130425D.png) no-repeat scroll 0 0 #ccc;
    display: block;
    line-height: 100px;
    overflow: hidden;
}
#cart_show .btn-continue {
    background-position: -90px -37px;
    float: right;
    height: 36px;
    width: 94px;
}
#cart_show #initCart_next_go {
    margin-top: 15px;
    width: 360px;
    overflow: hidden;
}
#cart_show .btn-pay {
    background-position: 0 0;
    float: right;
    height: 36px;
    margin: 0 58px 0 10px;
    width: 189px;
}



.pagin{
    text-align: center;
    margin-top:20px;
}
.pagin a,.pagin span{
    display: inline-block;
    padding: 8px 13px;
    margin: 0px 2px;
    border: 1px solid #ddd;
    background: #fff;
    font-size: 14px;
    line-height: 18px;
    vertical-align: middle;
    color: #333;
}
.pagin a.current{
    color: #fff;
    background: #E4393C;
    border: 1px #E4393C solid;
}
.pagin span{
    background: #999;
    color:#fff;
    border:1px solid #999;
}





.tan_message{
    width:392px;
    background: #fff;
    position: fixed;
    top:50%;
    left:50%;
    transform: translate(-50%,-50%);
    border-radius: 8px;
    z-index: 600;
    padding: 56px 40px 30px 40px;
}
.tan_message .tip{
    width:55px;
    height:55px;
    border-radius: 50%;
    background: #b4a078 url(../image/icon25.png) no-repeat center;
    top:-20px;
    left:50%;
    transform: translateX(-50%);
    position: absolute;
}
.tan_message .con{
    text-align: center;
    font-size:16px;
    line-height: 32px;
}
.tan_message .tab{
    text-align: center;
    margin-top:25px;
}
.tan_message .tab a{
    display: inline-block;
    width:104px;
    height:34px;
    line-height: 34px;
    background: #b4a078;
    border-radius: 5px;
    color:#fff;
    margin:0 12px;
    font-size:16px;
}
.tan_message .tab a.shop{
    background: #af1429;
    width:145px;
}
.tan_message.default_message{
    display: none;
}
.online_message{
    width:460px;
    background: #fff;
    position: fixed;
    top:50%;
    left:50%;
    transform: translate(-50%,-50%);
    z-index: 600;
    padding:40px 50px;
    padding-top: 36px;
    display: none;
}
.online_message .mt{
    font-size:22px;
    color:#b6a079;
}
.online_message .mc{
    margin-top:26px;
}
.online_message .mc .text{
    margin-bottom: 20px;
    overflow: hidden;
}
.online_message .mc .text span{
    width:76px;
    line-height: 34px;
    float:left;
}
.online_message .mc .text input[type="text"]{
    width:278px;
    padding: 0 15px;
    border:1px solid #e8e8e8;
    background: #f8f8f8;
    height:34px;
    float:left;
}
.online_message .mc .text textarea{
    border:1px solid #e8e8e8;
    background: #f8f8f8;
    resize:none;
    padding: 10px 15px;
    width:278px;
    height:100px;
}
.online_message .mc .text input[type="text"].code{
    width:155px;
}
.online_message .mc .text img{
    float:left;
    width:105px;
    height:34px;
    margin-left:18px;
    cursor: pointer;
}
.online_message .mc input[type='submit']{
    width:116px;
    height:38px;
    line-height: 38px;
    background: #b99d78;
    color:#fff;
    border-radius: 3px;
    border:none;
    display: block;
    margin:auto;
    margin-top:35px;
    font-size:16px;
    cursor: pointer;
}







.ui-case-message table tr td{
    padding: 8px;
}
.ui-case-message table{
    margin-bottom: 10px;
}
.ui-case-message .ui-message-tt tr td{
    padding: 12px;
}
.ui-message-comm{
    border:1px solid #ddd;
    margin-bottom: 10px;
}
.ui-message-comm .tr-comm{
    background: #f5f5f5;
    line-height: 25px;
}
.ui-message-comm .tr-comm span{
    margin-right:30px;
}
.ui-message-comm .tr-comm span:last-child{
    margin-right:0;
}





.order_detail h5{
    margin-top:0;
    font-size:16px;
    font-weight: normal;
    margin-bottom: 15px;
}
.order_detail table{
    margin-bottom: 20px;
}
.order_detail table td,.order_detail table th{
    padding: 10px;
    line-height: 25px;
}
.order_detail table th{
    font-weight: normal;
}
.order_detail table input[type="button"],.order_detail table input[type="submit"]{
    border:none;
    padding: 0 15px;
    background: #af1429;
    color:#fff;
    line-height: 36px;
    cursor: pointer;
    border-radius: 5px;
}
.order_detail table input[type="text"]{
    width: 250px;
    height: 32px;
    padding: 6px 12px;
    border: 1px solid #ddd;
}
a.invo_btn{
    display: inline-block;
    padding: 0 10px;
    background: #b4a078;
    color:#fff;
    margin-left:30px;
}




.invoice_info .mt{
    line-height: 20px;
    margin-top: 3px;
    font-size: 16px;
}
.invoice_info .mt i{
    float:left;
    margin-right:8px;
}
.invoice_info .tips{
    background: #f5f5f5;
    font-size:12px;
    color:#b4a078;
    padding:10px 16px;
    margin-top:8px;
    margin-left:25px;
    line-height: 20px;
    border-radius:5px;
}
.invoice_info .mc{
    margin-top:15px;
}
.invoice_info .mc .text{
    overflow: hidden;
    margin-bottom: 25px;
    line-height: 35px;
}
.invoice_info .mc .text span{
    float:left;
    width:100px;
    text-align: right;
    color:#666;
    margin-right:22px;
}
.invoice_info .mc .text input[type="text"]{
    width:406px;
    height:35px;
    line-height: 33px;
    border:1px solid #ddd;
    padding:0 12px;
    float:left;
}
.invoice_info .mc .text color{
    color:#cd0000;
    margin-right:6px;
    position: relative;
    top:3px;
}
.invoice_info .mc .text input[type='radio']{
    width:15px;
    height:15px;
    float:left;
    margin-top:10px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-position: 0 -212px;
    background-image: url(../image/radio.png);
}
.invoice_info .mc .text input[type='radio']:checked{
    background-position: 0 -187px;
}
.invoice_info .mc .text label{
    float: left;
    margin-left: 6px;
    margin-right: 40px;
}
.invoice_info .mc .submit{
    width: 102px;
    height: 33px;
    background: #b4a078;
    color: #fff;
    border: none;
    margin-left: 122px;
    margin-top:15px;
    cursor: pointer;
}
.invoice_info .tc{
    padding-left: 20px;
}
.invoice_info .tc .text{
    color:#666;
    margin-bottom: 20px;
}
.invoice_info .tc .tt{
    line-height: 16px;
    margin-top:20px;
    margin-bottom: 20px;
    color:#af1429;
}
.invoice_info .tc .tt img{
    float:left;
    margin-right:9px;
}
.invoice_info .tc .tt span{
    color:#666;
    margin-left:23px;
}
.invoice_info .tc .text a{
    color:#af1429;
    margin-left:20px;
}

.mypage {
    text-align: center;
    width: 100%;
    margin-top: 20px;
    margin-bottom: 20px;
    overflow: hidden;
}
.mypage .pagination {
    display: flex;
    justify-content: center;
}
.mypage li {
    display: inline-block;
    color: #333333;
    background: #eff1f4;
    border-radius: 5px;
    height: 37px;
    line-height: 37px;
    text-align: center;
    padding: 0px 15px;
    margin: 0 5px;
}
.mypage li.active {
    background: #b4a078;
    color: #ffffff;
}
.mypage .rows {
    border: none;
}
  


