body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,button,textarea,p,blockquote,th,td,i{ margin:0; padding:0; }
img {border: none;vertical-align:middle}em{ font-style:normal;}ul, li, dl, dd, dt, ol{ list-style: none; }
a {	outline: none; text-decoration: none; cursor: pointer;}table { border-collapse:collapse; border-spacing:0; }
h1,h2,h3,h4,h5,h6 {font-size:100%;font-weight:normal;}input,select{vertical-align: middle;}i{font-style: normal;}
html{overflow-x: hidden;}


/* 商品评价页面样式 */
.main-container {
    width: 1130px;
    margin: 0 auto;
    background-color: #fff;
    padding: 20px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

/* 订单信息样式 */
.order-info {
    margin: 20px 0;
    font-size: 16px;
    width: 400px;
    float: left;
    padding-bottom: 15px;
}
.order-info p {
    margin-bottom: 10px;
    color: #666;
}
.order-number, .order-time {
    color: #333;
    font-weight: bold;
}

/* 商品评价区域样式 */
.product-review {
    padding-top: 20px;
    height: 60px;
    overflow: hidden;
}
.product-image {
    width: 290px;
    float: left;
    text-align: center;
}
.product-image img {
    width: 200px;
    height: 200px;
    border: 1px solid #eee;
}
.product-name {
    font-size: 14px;
    margin-top: 10px;
    color: #333;
    line-height: 1.4;
}
.product-spec {
    font-size: 12px;
    color: #999;
    margin-top: 5px;
}

/* 评分容器样式 */
.rating-container {

}
.rating-row {
    width: 320px;
    margin-bottom: 10px;
    overflow: hidden;
    float: left;
}
.rating-label {
    float: left;
    width: 100px;
    font-size: 14px;
    color: #333;
    line-height: 40px;
    text-align: right;
    padding-right: 10px;
}
.stars {
    float: left;
    display: inline-block;
}
.stars span {
    font-size: 24px;
    color: #ccc;
    cursor: pointer;
}
.stars span.on {
    color: #ff6f61;
}
.stars span.hover {
    color: #ff9c92;
}
.rating-score {
    float: left;
    margin-left: 10px;
    font-size: 14px;
    color: #ff6f61;
    line-height: 38px;
}

/* 评价晒单区域样式 */
.review-comment {
    clear: both;
    margin-top: 30px;
    border-top: 1px solid #eee;
    padding-top: 20px;
}
.comment-title {
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 15px;
    color: #333;
}
.comment-area {
    height: 290px;
    position: relative;

}
.comment-area textarea {
    width: 800px;
    height: 120px;
    border: 1px solid #ddd;
    padding: 10px;
    font-size: 14px;
    resize: none;
}
.comment-limit {
    text-align: right;
    font-size: 12px;
    color: #999;
    margin-top: 5px;
}

/* 上传图片区域样式 */
.upload-section {
    padding-left: 40px;;
    margin-bottom: 20px;
}
.upload-title {
    font-size: 14px;
    margin-bottom: 10px;
    color: #333;
}
.image-counter {
    font-size: 12px;
    color: #999;
    margin-left: 5px;
}
.upload-area {
    overflow: hidden;
}
.upload-btn {
    width: 80px;
    height: 80px;
    border: 1px dashed #ddd;
    text-align: center;
    line-height: 80px;
    font-size: 30px;
    color: #ddd;
    float: left;
    cursor: pointer;
    margin-right: 10px;
    margin-bottom: 10px;
}
.upload-tip {
    float: left;
    margin-left: 15px;
    font-size: 12px;
    color: #999;
    line-height: 80px;
}

/* 上传图片预览样式 */
.uploaded-image {
    width: 80px;
    height: 80px;
    float: left;
    margin-right: 10px;
    margin-bottom: 10px;
    position: relative;
    border: 1px solid #eee;
    overflow: hidden;
}
.uploaded-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
/* 图片占位符样式 - 兼容IE7+ */
.image-placeholder {
    width: 100%;
    height: 100%;
    background-color: #f5f5f5;
    color: #666;
    text-align: center;
    line-height: 80px;
    font-size: 12px;
}
.delete-image {
    position: absolute;
    top: 0;
    right: 0;
    width: 20px;
    height: 20px;
    background-color: #333;
    color: #fff;
    text-align: center;
    line-height: 18px;
    cursor: pointer;
    font-size: 16px;
    font-weight: bold;
}
.delete-image:hover {
    background-color: #ff0000;
}

/* 提交按钮样式 */
.submit-btn {
    width: 120px;
    height: 40px;
    background-color: #ff6f61;
    color: #fff;
    text-align: center;
    line-height: 40px;
    border-radius: 4px;
    cursor: pointer;
    margin-left: 502px;
    border-color: #ff6f61;
}
.submit-btn:hover {
    background-color: #ff5a4c;
}

/* 用户评价模块样式 */
.user-reviews {
    background-color: #fff;

    border-radius: 5px;

}

.user-reviews h3 {
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 15px;
    border-bottom: 1px solid #eee;
    padding-bottom: 10px;
}

.review-item {
    margin-bottom: 20px;
    padding-bottom: 15px;
    border-bottom: 1px dashed #eee;
}

.review-item:last-child {
    border-bottom: none;
}

.user-info {
    align-items: center;
    margin-bottom: 10px;
}

.user-info .avatar {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    margin-right: 10px;
}

.user-info .username {
    font-weight: bold;
    color: #333;
}

.review-content {
    line-height: 1.6;
    color: #555;
    margin-bottom: 10px;
}

.review-images {
    overflow: hidden;
}

.review-images .review-img {
    float: left;
    margin: 0 10px 10px 0;
}

.review-images .review-img {
    width: 100px;
    height: 100px;
    cursor: pointer;
    border: 1px solid #eee;
}

.review-images .review-img:hover {
    border-color: #f60;
}

.more-reviews {
    text-align: right;
    margin-top: 20px;
    font-size: 14px;
    color: #f60;
    cursor: pointer;
}

.page{
    text-align: center;
    margin-top: 20px;
}
.page a{
    display: inline-block;
    padding: 5px 10px;
    margin: 0 5px;
    border: 1px solid #ddd;
    color: #333;
    text-decoration: none;
}
.page a:hover{
    background-color:#ff202f;
    color: #fff;
}
.page .on{
    background-color:#ff202f;
    color: #fff;
    border: 1px solid #ff202f;
}

/* 图片展开弹窗样式 */
.image-modal {
    display: none;
    position: fixed;
    z-index: 9999;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgba(0,0,0,0.8);
    justify-content: center;
    align-items: center;
}

.image-modal-content {
    margin: auto;
    display: block;
    max-width: 90%;
    max-height: 90%;
}

.image-modal-close {
    position: absolute;
    top: 15px;
    right: 35px;
    color: #f1f1f1;
    font-size: 40px;
    font-weight: bold;
    transition: 0.3s;
    cursor: pointer;
}

.image-modal-close:hover,
.image-modal-close:focus {
    color: #bbb;
    text-decoration: none;
    cursor: pointer;
}

body{font-size: 16px;}
.png{display:inline-block; background: url(../images/ico.png);vertical-align: middle; margin-right: 10px;font-size: 18px;}
.a_dingdan{width: 32px;height: 35px;}
.a_gwc{width: 38px;height: 32px;background-position: 0 -40px;}
.a_shouye{width: 80px;height: 25px;background-position: 0 -78px;}

.logintop{ background:url(../images/topbj.jpg) left top; width: 100%; line-height: 28px; border-bottom: 1px solid #e0e0e0; height: 28px; font-size: 12px; position: relative; z-index: 66; font-family: "微软雅黑";}
/*.loginbox{text-align:right;line-height: 52px;height: 52px; color: #fff;float:right}*/
.logintop .loginbox{width: 530px;float: left; padding-left: 20px; color: #666}
.logintop .nav-r{width: 600px;float: right;text-align: right; padding-right: 20px;}
.navbox{height: 52px; background: url(../images/navbg.jpg) repeat-x; }
.nav1200{width: 1200px;margin: 0 auto; line-height: 52px;color: #fff;}
.nav-l{float: left;}
.nav1200 a{padding: 0 10px; color: #fff; font-weight: bold;}
.nav1200 a:hover,.nav1200 .on{color: yellow}
.nav-r{width: 200px;float: right;text-align: right; padding-right: 20px;}
.nav-r a{padding: 0 10px; color: #666}
.jiantou{background-image: url(../images/jt.png);width: 9px;height: 4px;margin-left: 5px;display: inline-block;vertical-align: middle;background-position: 0 -4px;padding-left: 5px;background-repeat: no-repeat;}
.lxkf:hover i{background-position: 0 0;}
.logintop a:hover{color: red}
.logintop .gouwuche{width: 15px;height: 15px; background-image: url(../images/gwc.png); vertical-align: middle; display: inline-block; margin-right: 5px;}

.fg-loop-img{position: relative; width: 100%; min-width: 1200px; height: 120px; z-index: 1; padding-top: 20px;}
.transition{-moz-transition: all 0.2s ease; -webkit-transition: all 0.2s ease; -o-transition: all 0.2s ease; transition: all 0.2s ease;}
.transition2{-moz-transition: all 0.5s ease; -webkit-transition: all 0.5s ease; -o-transition: all 0.5s ease; transition: all 0.5s ease;}
#loopImg{position: relative; width: 100%; height: 100%; overflow: hidden;}
.fg-loop-link{position: absolute; display: inline-block;  height: 120px; width: 1200px; left: 50%; top: 0; margin-left: -600px; overflow: hidden; opacity: 0; z-index: 1;}
#loopImg .select{opacity: 1; z-index: 9;}
.fg-loop-select{position: absolute; left: 50%; bottom: 5px; width: 200px; height: 13px; padding: 10px 0; margin-left: -100px; text-align: center; background-color: rgba(0, 0, 0, .3); border-radius: 10px; z-index: 9;}
.fg-loop-select .circle{display: inline-block; width: 13px; height: 13px; margin-left: 6px; background-color: #FFF; border-radius: 6.5px; vertical-align: top;}
.fg-loop-select .select{width: 28px; border-radius: 10px; background-color: #d53b3b;}
.fg-loop-img .shadow{position: absolute; left: 0; bottom: 0; width: 100%; height: 13px; opacity: .8; filter: alpha(opacity=80); background-color: #F3F3F3;}

.pagebox{width: 100%; text-align: center;height: 50px;clear: both; padding-top: 20px;}
.pagebox span{padding: 5px 20px; font-size: 14px; border:1px solid #ddd; color: #888;border-radius: 20px;margin: 0 10px; cursor: pointer;}
.pagebox span:hover,.pagebox .on{border:1px solid #fd5151; color: #fd5151}
.kf_kefu{width: 220px;height: 310px;float: right;background:#fff;border:1px solid #ddd; font-size: 14px; padding: 15px; position: absolute;right:25px;top:28px; display: none;}
.kf_kefu .line{height: 42px; display: block;line-height: 42px;border-bottom: 1px dashed #ddd; color: #333;text-align: left;}
.kf_kefu span{background-image: url(../images/kfico.png); width: 29px;height: 23px;display: inline-block; vertical-align: middle; margin-right:5px; }
.kf_kefu .a1{background-position:  0 0;}
.kf_kefu .a2{background-position:  0 -46px;}
.kf_kefu .a3{background-position:  0 -91px;}
.kf_kefu h5{text-align: center; line-height: 50px; font-size: 18px;color: #555}
.kf_kefu .ewm{width: 158px;height: 158px;display: block;margin: 0px auto;}
.kf_kefu ul{ border-top: 1px solid #eee; margin-top: 20px;}
.kf_kefu li{width: 66px;padding-top: 50px;height: 30px;float: left; margin-left: 20px;}
.kf_kefu .i1{background: url(../images/sy/i1.png) top center no-repeat;}
.kf_kefu .i2{background: url(../images/sy/i2.png) top center no-repeat;}
.kf_kefu .i3{background: url(../images/sy/i3.png) top center no-repeat;}

.search_wrap{width: 1200px; padding-top: 20px; height: 62px;color: #888; overflow: hidden;}
.search_wrap input{height: 36px;width: 1085px;border:2px solid #fd6969;font-size: 14px; padding-left: 10px;}
.search_wrap input:focus{border:2px solid #c94848; }
.search_wrap button{width: 100px;height: 40px;border:none;background: #fd6969;cursor: pointer; color: #fff; font-weight: bold; font-size: 18px; vertical-align: middle;}
.search_wrap a{color: #888;padding:0 5px;font-size: 14px;}
.search_wrap a:hover{color: #fd5151}

.w1200{width: 1200px;margin: 0 auto; position: relative;}

.adimg{width: 1920px; height: 150px; overflow: hidden;  position: relative;left: 50%;margin-left: -960px;}

/*左侧广告位*/
.leftad{width: 182px;position: absolute;left:-190px;top:20px;background: #eeefff;}
.leftad li{width: 182px;height: 350px;float: left;position: relative; margin-bottom: 20px;}
.leftad li:hover{background: #f8f8f8;}
.leftad li:hover .cpt{border:1px solid #fd5151}
.leftad .cpt{border:1px solid #ddd;width:180px;height: 180px;}
.leftad .jiage{color: #fd5151;font-size: 20px;line-height: 54px;height: 54px;text-align: center;}
.leftad strong{font-size: 22px;}
.leftad .txt{height:45px;color: #424242;overflow: hidden;}
.leftad .small{display: block;color: #fd5151; padding: 5px 0;}
.leftad .goumai{width: 162px;height:37px;display: block;background: url(../images/gm.png);margin: 5px auto;}
.leftad .goumai:hover{background-position: 0 -37px;}

.leftad .jiage del{color: #888;padding-left: 10px;font-size: 12px;}


/*.contcycle{margin-top: 20px;}*/
.contcycle li{width: 232px;height: 425px;float: left;margin:0 4px;position: relative; margin-top: 20px;}
.contcycle li:hover{background: #f8f8f8;}
.contcycle li:hover .cpt{border:1px solid #fd5151}
.contcycle .cpt{border:1px solid #ddd;width: 230px;height: 230px;}
.contcycle .jiage{color: #fd5151;font-size: 20px;line-height: 54px;height: 54px;}
.contcycle strong{font-size: 22px;}
.contcycle .txt{height:45px;color: #424242;overflow: hidden;}
.contcycle .small{display: block;color: #fd5151; padding: 5px 0;}
.contcycle .ank{width: 232px; height: 40px;position: absolute;left: 0;bottom: 20px;}
.contcycle .gouwuche{width: 40px;height: 33px;display: block;float: left;background: url(../images/gwc-da.png);margin-top: 5px;margin-left: 10px;}
.contcycle .goumai{width: 162px;height:37px;display: block;float: left;background: url(../images/gm.png);float: right; margin-top: 5px;}
.contcycle .goumai:hover{background-position: 0 -37px;}
.contcycle .gouwuche:hover,.contcycle .on{background-position: 0 -35px;}
.contcycle .jiage del{color: #888;padding-left: 10px;font-size: 12px;}

/*详情页*/
.cont_xiangqing{background: #fff;width: 1160px;margin: 0 auto; padding: 20px;}
.xq_top{height: 302px;padding: 20px 0;}
.cont_xiangqing .cpt{width: 300px;height: 300px; border:1px solid #ddd;float: left;}
.cont_xiangqing .jiage{color: #fd5151;font-size: 20px;line-height: 54px;height: 54px;}
.cont_xiangqing strong{font-size: 26px;}
.cont_xiangqing .txt{height: 85px;color: #424242;font-size: 24px;display: block;}
.cont_xiangqing .xq-r{width: 740px;float: left; margin-left: 20px;}
.cont_xiangqing .redsize{ padding:5px 20px;background:#f6f6f6;color:#ff202f;border:1px solid #ff202f; margin-top:10px;display:inline-block; }
.cont_xiangqing .gouwuche{width: 40px;height: 35px;display: block;float: left;background: url(../images/gwc-da.png);margin-top: 5px;margin-left: 10px;}
.cont_xiangqing .goumai{width: 162px;height:37px;display: block;float: left;background: url(../images/gm.png);float: right;}
.cont_xiangqing .goumai:hover{background-position: 0 -37px;}
.cont_xiangqing .jiaru:hover .gouwuche{background-position: 0 -35px;}
.cont_xiangqing .jiaru{display: block;line-height: 33px;font-size: 22px; line-height: 45px;color: #ff202f;padding: 10px 0}
.cont_xiangqing .jiaru:hover{color: #ffa800;}
.cont_xiangqing .jiage del{color: #888;padding-left: 20px;font-size: 16px;}
.xq_cont{position: relative;}
.xq_cont h1{width: 362px;height: 96px;background: url(../images/xqbt.jpg);display: block;margin: 20px auto;}
.xq_cont img{max-width: 100%;display: block;margin: 0 auto;}
.xqtable{display: table;width: 80%; margin: 20px auto;color: #666}
.xqtable td,.xqtable th{border:1px solid #eee;padding: 5px 10px;}
.xqtable th{background: #eee; color: #333}
.cont_xiangqing .tabx2{border-top: 1px dashed #ddd;height: 60px;position: relative;}
.cont_xiangqing .tabx2 b{float: left;width: 100px;height: 58px;line-height: 58px;font-size: 20px;text-align: center; cursor: pointer;}
.cont_xiangqing .tabx2 .pj{position: absolute;right: 0;top: 20px;color: #d74343;}
.cont_xiangqing .tabx2 b.on{color: #ff202f; border-bottom: 2px solid #ff202f;}
.tabs-reviews{padding-top: 15px;}
.tab-xiangqing{display: none;}




/*结算页*/
.cont_jiesuan{background: #fff;width: 1160px;margin: 0 auto; padding: 20px;}
.cont_jiesuan .dizhi{width: 960px;height: 150px;background: #f6f6f6;border:1px solid #ddd;margin: 30px auto;position: relative;}
.cont_jiesuan .qr{width: 200px;height: 40px;font-size: 22px; line-height: 40px; background: #fe6c5f;color: #fff;padding-left: 20px;}
.cont_jiesuan .table{display: table;margin-left: 20px; margin-top: 10px;color: #555;line-height: 30px;}
.cont_jiesuan .rab{ position:absolute;width: 160px;height: 110px;text-align:center;right:0;top:0;padding-top:40px; line-height:30px; }
.cont_jiesuan .del{width: 60px;height: 30px;line-height: 30px;text-align: center;border:1px solid #999;color: #666;display: block;position: absolute;right:50px;top:50px;}
.cont_jiesuan .return{font-size: 14px;color: #666}.cont_jiesuan .return:hover{color: #ff202f}
.cont_jiesuan .tianjia{width: 60px;height: 30px;line-height: 30px;text-align: center;border:1px solid #999;color: #666;display: block;margin: 0 auto;}

.cont_jiesuan .dingdanli li{width: 1130px;height: 200px;margin: 0 auto; padding: 20px 0; border-top:1px dashed #ddd;position: relative;}
.cont_jiesuan .dingdanli li:hover{background: #eee;}
.cont_jiesuan .checkbox{width: 24px;height: 24px;display: block;border:1px solid #ddd; float: left;margin-top: 90px; margin-right: 60px;}
.cont_jiesuan .cpt{width: 200px;height: 200px;border:1px solid #ddd;float: left;}
.cont_jiesuan .dingdanli .txt{width: 730px;height: 200px;float: left;padding-left: 30px;color: #424242;font-size: 18px;}
.cont_jiesuan .xg{width: 60px;height: 30px;line-height: 30px;text-align: center;border:1px solid #999;color: #666;display: block;
	position: absolute;right:50px;top:40px;}
.cont_jiesuan .dingdanli .redsize{ padding:5px 20px;background:#f6f6f6;color:#ff202f;border:1px solid #ff202f; margin-top:20px; }
.cont_jiesuan .del:hover,.cont_jiesuan .xg:hover,.cont_jiesuan .tianjia:hover{background: #ff202f; color: #fff;border:1px solid #ff202f}
.cont_jiesuan .on{background: #fff9db;}

.item-amount{width: 110px; height: 30px;  position: relative; z-index: 1; padding: 15px 0;}
.item-amount a{display: block; height: 28px; width: 30px; border: 1px solid #ccc; background: #f0f0f0; text-align: center; text-decoration: none; line-height: 28px; color: #444; position: absolute; top: 20px;}
.item-amount .minus,
.item-amount .no-minus{border-radius: 5px 0 0 5px; left: 0;}
.item-amount .plus,
.item-amount .no-plus{border-radius: 0 5px 5px 0; right: 0;}
.item-amount .no-minus,
.item-amount .no-plus{color: #EAEAEA; border-color: #EAEAEA; background-color: #F7F6F6;}
.item-amount .minus:hover, .item-amount .plus:hover{border-color: #acacac;background-color:#eaeaea;}
.item-amount .no-minus:hover,.item-amount .no-plus:hover{color: #EAEAEA; border-color: #EAEAEA; background-color: #F7F6F6; cursor: default;}
.text-amount{width: 46px; height: 20px; line-height: 20px; border-width: 1px 0; border-style: solid; border-color: #ccc; color: #343434; text-align: center; padding: 4px 0; background-color: #fff; background-position: -75px -375px; position: absolute; z-index: 2; left: 32px; top: 20px;}
.cont_jiesuan .jiage{color: #fd5151;font-size: 20px;line-height: 54px;height: 54px;}
.cont_jiesuan .jiage del{color: #888;padding-left: 20px;font-size: 16px;}
.cont_jiesuan strong{font-size: 26px;}
.cont_jiesuan .del2{width: 60px;height: 30px;line-height: 30px;text-align: center;border:1px solid #999;color: #666;display: block;
	position: absolute;right:85px;bottom:20px; background: #eee; font-size: 14px;}
.cont_jiesuan .del2:hover{color: #fd5151;border:1px solid #fd5151;background: #fff;}
.zongjie{height: 70px;border:1px solid #ddd;text-align: right; padding-top: 10px; padding-right: 30px; background: #fbfbfb;position: relative;color: #666}
.jiesuan{width: 200px;height: 60px;background: url(../images/jiesuan.png);float: right;display: block; margin-left: 20px;}
.jiesuan:hover{background-position: 0 -60px;}
.zongjie .allbox{position: absolute;left: 0px; line-height: 60px;color: #666}
.zongjie .checkbox{margin-top: 20px;margin-left: 15px;margin-right: 5px;}

/*优惠券*/
.coupon-items{width: 1200px;margin: 0 auto;background: #fff;}
.coupon-items ul{width: 100%; height: auto;}
.coupon-items li{width: 242px;float: left; margin: 20px 26px; height: 300px;background: #f9f9f9;position: relative;text-align: center; font-size: 14px;}   
.coupon-items .jiaobiao{width: 40px;height: 13px;display: block;background: url(../images/coupon.png) 0 -272px no-repeat;margin: 0 auto;}
.coupon-items .c-type{background: #ffeff3;height: 160px;color: #FF0F23;}
.coupon-items .c-type-bottom{width: 250px;height: 3px; display: block; position:absolute;background: url(../images/coupon.png) -3px -296px no-repeat;left:0;top:160px; }
.coupon-items .c-type strong{font-size: 32px; }
.coupon-items .shiyong{width: 125px;height: 32px; border-radius: 6px;background: #FF0F23;color: #fff;display: block;margin: 0 auto;text-align: center; line-height: 32px;
	position: absolute; bottom:20px;left: 62px;}
.coupon-items .shiyong:hover{background: #c93636}
.coupon-items .c-msg{padding-top: 20px; color: #888}
.coupon-items .icon-site{width: 62px;height: 61px;position:absolute;background: url(../images/coupon.png); right: 20px; top: 20px;}
.coupon-items .i_shiyong{}
.coupon-items .i_guoqi{background-position: -345px 0}
.coupon-items .zhihui .c-type{background: #ddd; color: #fff;}
.coupon-items .zhihui .c-type-bottom{background: url(../images/coupon.png) -3px -317px}


.goumaipop{width: 740px;height: 430px;border:5px solid #ff5254;position: relative; background: #fff;display: none}
.pop-h3{text-align: center; color: #fff; height: 46px;background: url(../images/ptbg.jpg); line-height: 46px;font-size: 18px;}
.pop-h3 small{color: #fdf866;}
.pop-close2{position: absolute;width: 46px;height: 46px; right:0px; top:0px; background: url(../images/x2.png); }
.pop-close2:hover{background-position: 0 -46px;}
.quanpop{width: 520px;height: 400px;}
.quanpop .tabbox{text-align: center;height: 30px; color: #666; cursor: pointer; padding: 5px;}
.quanpop .tabbox span{width: 100px;height: 30px;text-align: center;line-height: 30px;border:1px solid #ddd;display: inline-block; border-radius: 5px;}
.quanpop .tabbox .on{border:1px solid #ff3f4d; background: #fffde9;color: #ff3f4d}
.quanpop .quanbox{width: 520px;height: 260px;overflow-y: auto;margin: 0 auto; overflow-x: hidden; }
.quanpop .quanbox li{width: 490px;border: 1px solid #ddd;height: 110px; border-radius: 10px;margin:5px; cursor: pointer;zoom: 1;}
.quanpop .quanbox li img{width: 160px;height: 90px; margin: 5px 10px;float: left;}
.quanpop .quanbox .on{border:1px solid #ff3f4d; background: #fffde9;}
.quanpop .quanbox .d1{width: 200px;padding-top: 10px; float: left;height: 85px; color: #999}
.quanpop .quanbox .d2{width: 100px;padding-top: 20px; float: left;height: 85px;color: #ff3f4d;text-align: center;}
.quanpop .quanbtn{width: 90px;height: 36px;line-height: 36px;text-align: center;margin: 10px auto;display: block;background: #FF0000;color: #fff; border-radius: 5px;}
.quanpop .quanbox u{ position:relative; }.quanpop .quanbox .d2 strong{font-size: 24px;}
.quanpop .quanbox .bukeyong{background: #eee;}
.quanpop .quanbox .gztip{width: 260px;font-size: 14px; height: 120px;position: absolute;top: 22px;left:-15px;z-index: 9;  background: #fff; padding: 10px 20px;display: none; border:1px solid #ddd;}
.quanpop .lingqbtn{width: 90px;height: 36px;line-height: 36px;text-align: center;margin: 10px auto;display: block;background: #FF0000;color: #fff; border-radius: 5px;}
.quanpop .ylingqbtn{width: 90px;height: 36px;line-height: 36px;text-align: center;margin: 10px auto;display: block;background: #ddd;color: #666; border-radius: 5px;}
.getyhq{width: 130px;height: 130px;background: url(../images/130.gif);display: block;position: absolute;position: fixed;bottom: 20px;right:100px;cursor: pointer;}







.cont_ddlist{}
.cont_ddlist .tabbox{width: 1130px; height: 60px;margin: 0 auto; clear: both; padding-top: 20px;}
.cont_ddlist .tabbox span{width: 120px;height: 40px;line-height: 40px;cursor: pointer;background: #fff;margin-right: 20px;
	border:1px solid #ddd;display:block;text-align: center; border-radius: 20px;float: left; }
.cont_ddlist .tabbox .on{border:1px solid #fd5151; color: #fd5151}
.cont_ddlist .dingdanli li{width: 1130px;height: 234px;margin: 0 auto; border-top:1px dashed #ddd;position: relative;background: #fff; margin-bottom: 20px;}
.cont_ddlist .dingdanli li:hover{background: #eee;}
.cont_ddlist .cpt{height: 200px;width: 200px;float: left;border:1px solid #ddd;}
.cont_ddlist .danhao{height: 30px;line-height: 30px;color: #fff;padding: 0 20px; background: #999;clear: both;}
.cont_ddlist .txt{width: 710px;height: 85px;color: #424242;padding-left: 20px; font-size: 24px;display: block;float: left;position: relative;}
.cont_ddlist .xq-r{width: 740px;float: left; margin-left: 20px;}
.cont_ddlist .redsize{ padding:5px 20px;background:#f6f6f6;color:#ff202f;border:1px solid #ff202f; margin-top:10px;display:inline-block;font-size:14px; }
.cont_ddlist .jiage{color: #fd5151;font-size: 20px;line-height: 40px;height: 40px;}
.cont_ddlist strong{font-size: 26px;}
.cont_ddlist .zj{width: 190px;float: left;text-align: center; color: #666;padding-top: 10px;}
.cont_ddlist .abs{width: 540px;height: 80px; line-height: 80px; position: absolute;bottom:0px;right:200px;color:#666 }
.cont_ddlist .abs div{padding-left:30px; float:right; width: 200px;text-align:right; }
.cont_ddlist .xiangq{width: 100px;height: 30px;line-height: 30px;text-align: center; border:1px solid #999;color: #666;margin: 0 auto;margin-top: 10px;border-radius: 5px;  display: block; background: #eee; font-size: 14px;}
.cont_ddlist .xiangq:hover{background: #fff;}
.cont_ddlist .ddtable{display: table;width: 100%;}

.shdz{border:1px dashed #ddd; padding: 20px; margin-top: 20px;  color: #666}


.ddtab {width: 1200px;margin: 0 auto; clear: both; padding: 20px 0;}
.ddtab span{padding: 5px 20px; cursor: pointer; color: #ff202f; border: 1px solid #ddd; border-radius: 20px;background: #fff; color: #666; margin-top: 10px;display: inline-block;font-size: 14px;}
.ddtab .on{border: 1px solid #ff202f; color: #ff202f}


/*弹窗*/
.pop_a{background: url(../images/popbg.jpg);width: 700px;height:538px;position: relative;}
.close{width: 38px;height: 40px;background: url(../images/xx.png);position: absolute;display: block;right:5px;top:5px;}
.close:hover{background-position: 0 -41px;}
.closeBtn{width: 38px;height: 40px;background: url(../images/xx.png);position: absolute;display: block;right:5px;top:5px;}
.closeBtn:hover{background-position: 0 -41px;}

.pop_a h2{width: 240px;height: 45px;line-height: 45px;text-align: center;color: #fff;font-weight: bold;margin: 0 auto;font-size: 20px;}


.pop_a .dztable{width: 430px;display: table;margin: 30px auto;text-align: right;}
.pop_a .dztable input{float: left;font-size: 18px;color: #333; margin-left: 10px;width: 300px;height: 32px;line-height: 32px;padding-left: 10px; background: #f6f6f6;border:1px solid #eee}
.pop_a .dztable td{padding-bottom: 20px;}
.pop_a textarea{width: 310px;float: left;font-size: 18px;color: #333; line-height: 24px; margin-left: 10px;margin-top: 20px; background: #f6f6f6;border:1px solid #eee;height: 160px;}
.pop_a .tijiao{width:310px;height: 40px;line-height: 40px;text-align: center;color: #fff;display: block;background: #fc6d6c; border-radius: 20px;margin-left: 230px;font-size: 20px;font-weight: bold}
#wrap{
	margin-left: 10px ;
	text-align: center;
}
#wrap select{
	width:100px;
	height:30px;
	border:1px solid #eee;
	font:14px/30px  "寰蒋闆呴粦";
	border-radius: 5px;
	float: left;
	margin-right: 5px;
	color: #666;

}

#wrap input{
	/*width:100px;*/
	height:30px;
	border:1px solid #eee;
	font:14px/28px  "寰蒋闆呴粦";
	border-radius: 5px;
	vertical-align: middle;
	background:#000;
	color: #fff;
}


.do-gotop{width: 70px;height: 70px;background: url(../images/topp.png);  opacity: 0;
	cursor: pointer; position: fixed; z-index: 9999; font-size: 0px; right: 20px; bottom: 15px; display: block;}
.do-gotop.show {
  opacity: 1;
}


/*底部*/
.bottom{text-align: center;font-size: 12px;padding-top: 50px;color: #666;line-height: 24px;clear: both;}
.bottom a{color: #666}
 






.malltcbox{height: 400px;width: 500px;border:1px solid #b1b1b1; background:#eee;position: relative;color: #555; font-family: "å¾®è½¯é›…é»‘"}
.malltcbox a:hover{text-decoration:none;}
.malltcbox .title{position:relative;height: 50px;   line-height:50px; background:url(../images/poph1.jpg); text-align: center;font-size: 24px;color: #fff;}
.malltcbox .title span{color: #fffd78; padding: 0 20px;}
.malltcbox .title a,.mallclose{width: 30px;height: 30px;display: block;position: absolute;right:10px;top:10px; background-image: url(../images/close.png);}
.malltcbox .title a:hover,.mallclose:hover{background-position:0 -30px;}
.malltcbox .step1{margin-top: 25px;margin-left: 25px;}
 .malltcbox .step1 td { padding-bottom: 15px;font-size: 16px;}
.malltcbox .step1 i{width: 15px;height: 15px;border-radius: 50%; background:#c50104;display: inline-block;margin-right: 10px; vertical-align: middle; }
.malltcbox .step1 .time{ float: left; color: #888;text-align: center; line-height: 28px; width: 151px;height: 28px; background: #fff;
    border:1px solid #d5d5d5;position: relative; margin-right: 3px; margin-bottom: 10px; cursor: pointer;}
.malltcbox .step1 .on{border:1px solid #970304;color: #333;}
.malltcbox .step1 .gou{width: 20px;height: 24px;background: url(../images/gou.png); position: absolute;right:-10px;bottom: 0;z-index: 5;display: none;}
.malltcbox .step1 .on .gou{display: block;}
.malltcbox .step1 .time img{position:absolute;z-index: 4;top:0px; left:0;}
.paystyle{width: 150px;height: 45px;float: left;border: 1px solid #ddd; margin-right: 3px;position: relative;background: #fff; cursor: pointer; margin-bottom: 10px;}
.malltcbox .sumtip{font-size: 14px;color: #666;}.malltcbox .sumtip a{color: #666;}
.malltcbox .mas-top{padding-left: 86px; line-height: 32px; font-size: 18px; position: relative; border-bottom: 1px dashed #888;width: 650px;margin: 20px auto;padding-bottom:10px;}
.malltcbox .mas-top .img{position:absolute;top:0px;left:10px;width: 60px;height: 60px;}

.malltcbox .iconfont{width: 30px;height: 30px;color: #8d8d8d; font-style:normal; vertical-align: middle; display: inline-block;border:1px solid #dddddd; background: #fff; text-align: center;font-size: 20px;}
.malltcbox .RIA-ipt{width: 70px;height: 30px; border:1px solid #eee; padding-left: 10px;}
.op-input{width: 146px;height: 24px;}
.malltcbox .hui{color:#8d8d8d}.malltcbox .hong{color:#d74343}
.determinebtn{vertical-align: middle;display: inline-block; }
.payinput{width: 180px;height: 28px;border:1px solid #ddd; vertical-align: middle; padding-left: 10px;}
.paddlr{padding: 0 20px;}
.ptopbott{padding: 10px 0;clear: both;}
.disabled{background: #eee;}
.stepbottom{position: absolute;bottom: 0;left: 0; text-align: center;width:100%;}
.stepbottom p{font-size: 12px; color: #999;line-height: 24px;}
.stepbottom .stepbtn{display: inline-block;width: 205px;height: 50px;text-align: center;line-height: 50px; color: #fff; font-size: 28px;}
.stepbottom .btnhui{background: #9c9c9c;}.stepbottom .btnhui:hover{background: #8d8d8d;}
.stepbottom .btnhong{background: #ed5555;}.stepbottom .btnhong:hover{background: #f75e5e;}

.step2{width: 650px;margin: 20px auto;line-height: 36px;}
.malltcbox .gou{width: 30px;height: 30px;vertical-align: middle; margin-right: 10px;}
.step2 h1{position: relative; height: 60px;line-height: 60px; text-align: center;color: #f95959; font-size: 24px;}
.step2 h1 .img{position: absolute;right:0;bottom:-90px;width: 145px;height: 183px;background: url(../images/cg1.png);}
.step2 td{padding: 10px; font-size:16px;line-height:34px;}
.step2 .td-left{vertical-align: top; color: #8d8d8d;font-size:16px;}
.step3{width: 441px;height: 211px;margin: 20px auto; text-align: center;font-size: 24px; line-height: 50px;}
.step4{text-align: center;padding: 10px; line-height: 20px; color: #777;}
.step4 .txt{color: #d10104; font-size: 20px;text-align: left;display: block;}
.step4 .ewm{width: 150px;height: 150px;margin: 10px;}
.step21{text-align: center;}
.step21 h1{position: relative; height: 80px;line-height: 80px; text-align: center;color: #f95959; font-size: 26px; padding-top: 100px;}
.step21 p {text-align: left;padding-left: 250px; }

.malltcbox  h2{color: #d10104; font-size: 20px;text-align: center;padding: 35px 0;}
.malltcbox .text{padding:100px 140px; color: #666; line-height: 42px; font-size: 18px; }
.malltcbox .tip{font-size: 12px; color: red;position: absolute;right:-130px;}



.package-info{line-height: 25px;font-size: 14px; padding-left: 37px; font-weight: bold; color: #333;}
.package-status{font-size: 14px;}
.package-status .status-list{margin:0;padding:0;margin-top:-5px;padding-left:8px;list-style:none;}
.package-status .status-list li{border-left:2px solid #d9d9d9;text-align:left;}
.package-status .status-list li:before{ /* 流程点的样式 */
	content:'';
	border:3px solid #f3f3f3;
	background-color:#d9d9d9;
	display:inline-block;
	width:10px;
	height:10px;
	border-radius:10px;
	margin-left:-9px;
	margin-right:10px
}
.package-status .status-list .latest:before{background-color:#0dad12;border-color:#f8e9e4;}
.package-status .status-box{overflow:hidden}
.package-status .status-list li{height:auto;}
.package-status .status-list{margin-top:-8px}
.package-status .status-box{position:relative;height: 325px;overflow-y: auto}
.package-status .status-box:before{content:" ";background-color:#f3f3f3;display:block;position:absolute;top:-8px;left:20px;width:10px;height:4px}
.package-status .status-list{margin-top:0px;}
/* .package-status .status-list .latest{border:none} */
/* .package-status .status-list li{margin-bottom:-2px} */
 
 
 
.status-list li:not(:first-child){
	padding-top:10px;
}
 
.status-content-before{
	text-align:left;
	margin-left:25px;
	margin-top:-20px;
}
.status-content-latest{
	text-align:left;
	margin-left:25px;
	color:green;
	margin-top:-20px;
}
.status-time-before{qqqqqqqqq
	text-align:left;
	margin-left:25px;
	font-size:10px;
	margin-top:5px;
	
}
.status-time-latest{
	text-align:left;
	margin-left:25px;
	color:green;
	font-size:10px;
	margin-top:5px;
}
.status-line{
	border-bottom:1px solid #ccc;
	margin-left:25px;
	margin-top:10px;
	
}

.ajy_bottom{text-align: center; background: #fff; border-top:1px solid #ddd;padding: 20px;font-size: 12px;line-height: 24px; clear: both;color: #888;}

body .demo-class .layui-layer-btn0 {
    border-color: #fc3d44;
    background-color: #fc3d44;
    color: #fff;
}


/*倒计时*/
.time-item{width: 100px;height: 24px; border-radius: 5px; position: absolute; position: fixed; right:100px;bottom: 120px; text-align: center; background:#C71C60;}
.time-item strong {
    color:#fff;
    font-size:18px;
    line-height: 24px;
}
#day_show {
    color: #fff;display: none; font-size: 14px; line-height: 24px
}
.item-title .unit {
    background:none;
    line-height:49px;
    font-size:24px;
    padding:0 10px;
    float:left;
}
