﻿@charset "utf-8";
body {
    width: 100%;
	min-height:480px;
    min-width: 320px;
	height:100%;
    margin: 0 auto;
	/*overflow:hidden;*/
    font-family: 'microsoft yahei',Verdana,Arial,Helvetica,sans-serif;
    font-size: 14px;
    background-color: #f4f4f4;
	-webkit-user-select:none;
    -webkit-text-size-adjust:none;
}
ul, ol, li, img {
	list-style: none;
    margin: 0;
    padding: 0;
    border: 0;
}
#com {
	position:relative;
    width: 100%;
    margin: 0 auto;
   background-color: #fff;
    overflow: hidden;
}
.m_left{margin-left:-24px;}
#com a:hover {text-decoration: none;}
.row {margin-left: 0;margin-right: 0;}
.row a {
	color: #666;
	text-decoration: none;
	overflow: hidden;
	display: block;
}
#msg {display: block; width: 100%;}

/*积分商城首页*/
.jf_header {
    width: 100%;
    height: 40px;
    background-color: #E8EEF3;
    overflow: hidden;
    position:relative;
}

.jf_logo {
    float: left;
    width: 35%;
    max-height: 45px;
    overflow: hidden;
}

    .jf_logo img {
        /*margin-top: 10px;
        padding-left: 12px;
        max-height: 45px;
        max-width: 129px;*/
        margin: 5px 0px 5px 13px;
        width: 90px;
    }

.nav_logo {
    width: 10%;
    float: right;
    overflow: hidden;
    min-width: 45px;
	position:relative;
	text-align:center;
	
}

/*.nav_bg {
    float: right;
    width: 25px;
    height: 25px;
    margin: 8px 100px 0 10px;
    display: block;
}*/
.nav_logo a{display:inline-block; width:40px; height:40px; overflow:hidden;}
.nav_bg {
    width: 25px;
    height: 20px;
    margin: 10px 0 0 0;
}
.nav_close {
    width: 25px;
    height: 25px;
    margin: 10px 0 0 15px;
}
.jf_search {
    width: 100%;
    padding:5px;
    overflow: hidden;
    position: relative;
	background:#fff;
}

input[readonly] {
    background-color: #red;
}

.u_search {
    /*width: 80%;*/
    position: relative;
}

#u-s {
    width: 83%;
}

#u-s-btn {
    width: 15%;
    position: absolute;
    top: -1px;
    right: 0;
    text-align: center;
    cursor: pointer;
}

.u-s-s {
    width: 40px;
    position: absolute;
    top: -3%;
    right: 5%;
    text-align: center;
    border-radius: 5px;
    padding: 5px 0;
}

    .u-s-s span {
        font-size: 1em;
    }

/*轮播*/	
#content{width:100%; margin:0 auto; overflow:hidden;}
.slideBox{ position:relative; overflow:hidden; width:100%; margin:0 auto;  }
.slideBox .hd{ position:absolute; height:28px; line-height:28px; bottom:0; right:0; z-index:1; }
.slideBox .hd li{ display:inline-block; width:5px; height:5px; -webkit-border-radius:5px; -moz-border-radius:5px; border-radius:5px; background:#999; text-indent:-9999px; overflow:hidden; margin:0 6px;   }
.slideBox .hd li.on{ background:#fff;  }
.slideBox .bd{ position:relative; z-index:0;}
.slideBox .bd li{ position:relative; text-align:center;overflow:hidden;}
.slideBox .bd li img{ background:url(images/loading.gif) center center no-repeat;  vertical-align:top; width:100%;/* 图片宽度100%，达到自适应效果 */}
.slideBox .bd li a{ -webkit-tap-highlight-color:rgba(0,0,0,0);  }  /* 去掉链接触摸高亮 */
.slideBox .bd li .tit{ display:block; width:100%;  position:absolute; bottom:0; text-indent:10px; height:28px; line-height:28px; background:url(images/focusBg.png) repeat-x; color:#fff;  text-align:left;  }


/*右侧边栏样式*/
/*.u-right-div{z-index:1090;}*/
.am-offcanvas {
    display: none;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
	width:100%;
    z-index: 1090;
    background: rgba(0, 0, 0, 0.5);
}

.am-offcanvas.am-active {
	display: block;
}
.am-offcanvas-page {
  position: fixed;
  /* 1 */
  -webkit-transition: margin-left 0.3s ease-in-out;
          transition: margin-left 0.3s ease-in-out;
  /* 2 */
}
.am-offcanvas-bar {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    z-index: 1091;
    width: 80%;
    max-width: 100%;
    background: #d2d2d2;/**/
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
    -webkit-transition: -webkit-transform 0.3s ease-in-out;
    transition: transform 0.3s ease-in-out;
    -webkit-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    transform: translateX(-100%);
}

.am-offcanvas-bar:after {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	width: 1px;
	background: #262626;
}

.am-offcanvas.am-active .am-offcanvas-bar.am-offcanvas-bar-active {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
}

.am-offcanvas-bar-flip {
    left: auto;
    right: 0;
    -webkit-transform: translateX(100%);
    -ms-transform: translateX(100%);
    transform: translateX(100%);
}

.am-offcanvas-bar-flip:after {
	right: auto;
	left: 0;
}

.u-r-top {
    width: 100%;
    height: 40px;
    overflow: hidden;
    border-bottom: 1px solid #d7d7d7;
    margin-bottom: 10px;
    padding: 5px 0;
    position: relative;
    background-color: #fff;
    clear: both;
}

.u-reset {
    position: absolute;
    right: 60px;
}

.u-confim {
    position: absolute;
    right: 10px;
}

.u-r-body {
    width: 100%;
    overflow: hidden;
    background-color: #fff;
}

.u-r-case {
    width: 100%;
    height: 40px;
    padding: 10px 0 10px 10px;
    border-bottom: 1px solid #d7d7d7;
    overflow: hidden;
    position: relative;
}

.u-r-case a {
	width: 100%;
	display: block;
	cursor: pointer;
	color: #333;
	overflow: hidden;
}

.u-r-case a:hover {
	background-color: #69c;
}

.u-r-case span {
	position: absolute;
	display: inline-block;
	width: 20%;
}

.u-r-case strong {
	position: absolute;
	display: inline-block;
	width: 60%;
	left: 30%;
	font-weight: 400;
	color: #F00;
	text-align: right;
	padding-right: 10px;
}

.u-r-case img {
	position: absolute;
	top:13px;
	right: 10px;
	width: 10px;
	height: 12px;
}

.jf_index, .pp_index, .gys_index {
   /* z-index: 2000;*/
}

.modal-body ul {
    list-style-type: none;
}

.modal-body ul li {
  width: 100%;
  padding: 5px 15px;
  border-bottom: 1px solid #d7d7d7;
}

.modal-body ul li a {
	width: 100%;
	display: block;
	cursor: pointer;
	color: #333;
}

.u-r-c-val {
    width: 35%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.modal-body ul li a input {
    float: right;
    right: 0;
	
}

.f_bg {
    background: url(../images/search.gif) no-repeat right center #E8E8E8;
}
/*积分商城列表分类导航*/
.jf_liebiao {
    margin: 0 auto;
    width: 100%;
    overflow: hidden;
    border-bottom: 1px solid #e8e8e8;
    margin-bottom: 10px;
    background-color: #fff;
}

.jf_liebiao ul {
	width: 100%;
	margin: 0 auto;
	overflow: hidden;
	list-style: none;
	padding-left: 0;
	padding-bottom: 10px;
}

.jf_liebiao ul li {
	float: left;
	width: 25%;
	margin: 0 auto;
	text-align: center;
}

.jf_liebiao ul li a img {
	width: 60%;
	position: relative;
	left: 20%;
	margin-top: 15px;
	min-width: 30px;
	min-height: 30px;
	display: block;
}

.jf_liebiao ul li a span {
	width: 60%;
	color: #666;
	display: block;
	position: relative;
	left: 20%;
	white-space: nowrap;
	overflow: hidden;
}

.jf_liebiao ul li a {
	text-decoration: none;
}

/*精品推荐*/
.jp {
    width: 100%;
    background-color: #fff;
    border-top: 1px solid #e8e8e8;
    padding: 6px 0;
}

.jp_title {
    font-size: 1.3em;
    color: #f93;
    padding: 0 5px 2px 15px;
}

.jp span a {
    color: #666;
    font-size: 1em;
    font-weight: 500;
    padding: 0 10px 2px 0;
}

.jp span a {
    text-decoration: none;
}

.caption h3 {
    font-size: 14px;
    height: 30px;
    padding: 0 5px;
    overflow: hidden;
}

.caption strong {
    padding-left: 5px;
    width: 20px;
	font-size:13px;
    white-space: nowrap;
    overflow: hidden;
}

.price {color: #69c;}

/*明星单品*/
.mx {
    width: 100%;
    background-color: #fff;
    margin-top: 10px;
    border-top: 1px solid #e8e8e8;
    padding: 6px 0;
}

.mx_title {
    font-size: 1.3em;
    color: #f99;
    padding: 0 5px 2px 15px;
}

.mx span a {
    color: #666;
    font-size: 1em;
    font-weight: 500;
    padding: 0 10px 2px 0;
}

.mx span a {
    text-decoration: none;
}
/*新品上线*/
.xp {
    width: 100%;
    background-color: #fff;
    margin-top: 10px;
    border-top: 1px solid #e8e8e8;
    padding: 6px 0;
}

.xp_title {
    font-size: 1.3em;
    color: #6cf;
    padding: 0 5px 2px 15px;
}

.xp span a {
    color: #666;
    font-size: 1em;
    font-weight: 500;
    padding: 0 10px 2px 0;
}

.xp span a {
    text-decoration: none;
}
/*专属新品*/
.zs {
    width: 100%;
    background-color: #fff;
    margin-top: 10px;
    border-top: 1px solid #e8e8e8;
    padding: 6px 0;
}

.zs_title {
    font-size: 1.3em;
    color: #fc0;
    padding: 0 5px 2px 15px;
}

.zs span a {
    color: #666;
    font-size: 1em;
    font-weight: 500;
    padding: 0 10px 2px 0;
}

.zs span a {
    text-decoration: none;
}
/*节日专区*/
.jr {
    width: 100%;
    background-color: #fff;
    margin-top: 10px;
    border-top: 1px solid #e8e8e8;
    padding: 6px 0;
}

.jr_title {
    font-size: 1.3em;
    color: #c06;
    padding: 0 5px 2px 15px;
}

.jr span a {
    color: #666;
    font-size: 1em;
    font-weight: 500;
    padding: 0 10px 2px 0;
}

.jr span a {
    text-decoration: none;
}
/*精品团购*/
.jptg {
    width: 100%;
    background-color: #fff;
    margin-top: 10px;
    border-top: 1px solid #e8e8e8;
    padding: 6px 0;
}

.jptg_title {
    font-size: 1.3em;
    color: #0c9;
    padding: 0 5px 2px 15px;
}

.jptg span a {
    color: #666;
    font-size: 1em;
    font-weight: 500;
    padding: 0 10px 2px 0;
}

.jptg span a {
    text-decoration: none;
}
/*新品预定*/
.xpyd {
    width: 100%;
    background-color: #fff;
    margin-top: 10px;
    border-top: 1px solid #e8e8e8;
    padding: 6px 0;
}

.xpyd_title {
    font-size: 1.3em;
    color: #c6c;
    padding: 0 5px 2px 15px;
}

.xpyd span a {
    color: #666;
    font-size: 1em;
    font-weight: 500;
    padding: 0 10px 2px 0;
}

.xpyd span a {
    text-decoration: none;
}
/*猜你喜欢*/
.guess {
    width: 100%;
    background-color: #fff;
    /*margin-top:10px;*/
    border-top: 1px solid #e8e8e8;
    padding: 6px 0;
}

.guess_title {
    font-size: 1.3em;
    color: #f93;
    padding: 0 5px 2px 15px;
}

.guess_like {
    font-size: 18px;
    color: #777;
    padding: 0 5px 2px 15px;
}
/*.guess_title b{
	color:#666;
	font-size:20px;
	font-weight:500;
	padding-left:20px;
	}*/
.guess span a {
    color: #666;
    font-size: 1em;
    font-weight: 500;
    padding: 0 10px 2px 0;
}

.guess span a {
    text-decoration: none;
}
/*热销排行榜*/
.hot {
    width: 100%;
    background-color: #fff;
    border-top: 1px solid #e8e8e8;
    border-bottom: 1px solid #e8e8e8;
    padding: 6px 0;
}

.hot_title {
    font-size: 1.3em;
    color: #39c;
    padding-left: 15px;
}
/*.hot_title b{
	color:#666;
	font-size:20px;
	font-weight:500;
	padding-left:20px;
	}*/
.hot-wh {
    width: 120px;
    height: 100px;
    margin: 0 auto;
}

.media-subtitle {
    display: block;
    line-height: 22px;
    height: 23px;
    text-overflow: ellipsis;
    color: #39c;
    overflow: hidden;
}

.media-price {
    height: 30px;
    color: #666;
    overflow:hidden;
}

    .media-price span {
        height: 30px;
        color: #39c;
    }

 .t_no{height:18px; line-height:22px;}
.t_no b{margin:0 15px 0 0;}

.delete {
    margin-left: 20px;
    height: 30px;
    color: #ccc;
}

/*返回顶部*/
#back-to-top {
    position: fixed;
    display: none;
    bottom: 100px;
    right: 10px;
    z-index: 10;
}

    #back-to-top img {
        width: 40px;
        height: 40px;
    }
/*footer导航*/
.footer {
    width: 100%;
    margin: 10px 0 0 0;
    background-color: #fff;
    overflow: hidden;
}

.footer ul {
list-style: none;
overflow: hidden;
}

.footer ul li {
  float: left;
  width: 25%;
  text-align: center;
  margin: 0 3%;
}

.footer ul li a {
  color: #CCC;
  overflow: hidden;
  display: block;
  text-decoration: none;
}

.footer ul li a img {
  width: 3em;
  height: 3em;
  display: block;
  position: relative;
  left: 50%;
  margin-left: -1.5em;
  margin-top: 20px;
}

.footer ul li a span {
  font-size: 12px;
}

.copy {
    text-align: center;
    font-size: 12px;
}
.copy span{display:block;width:100%;padding:15px 0;}

/*精品推荐*/
.jp_back {
    width: 100%;
    height: 40px;
    background-color: #fff;
    overflow: hidden;
    border-bottom: 1px solid #3b8ede;
}

    .jp_back img {
        width: 36px;
        height: 18px;
        margin-top: 12px;
        padding-left: 20px;
    }

    .jp_back strong {
        color: #3b8ede;
        font-size: 16px;
        position: absolute;
        left: 50%;
        margin-left: -40px;
        line-height: 40px;
    }

.jp_caption {
    padding: 0 15px;
    color: #333;
    overflow: hidden;
}

.caption-heading {
    margin-top: 0;
    margin-bottom: 5px;
    height: 30px;
    word-break: break-all;
    text-overflow: ellipsis;
    font-size: 14px;
    overflow: hidden;
}

.like-heading {
    margin-top: 0;
    margin-bottom: 5px;
    height: 26px;
    font-size: 12px;
    overflow: hidden;
}

.caption-subtitle {
    display: block;
    height: 23px;
    line-height: 23px;
    white-space: nowrap;
    text-overflow: ellipsis;
    color: #39c;
    overflow: hidden;
}

.caption-price {
    height: 30px;
    color: #666;
}

    .caption-price span {
        height: 30px;
        color: #39c;
    }

.delete {
    margin-left: 10px;
    height: 30px;
    color: #ccc;
}

.more {
    width: 100%;
    height: 30px;
    line-height: 30px;
    overflow: hidden;
    text-align: center;
    background-color: #fff;
    border-top: 1px solid #d7d7d7;
}

    .more a {
        display: block;
        width: 100%;
    }

    .more span {
        font-size: 1em;
    }

.am-slider .am-slides:after {
    clear: both;
}

.am-slider a:focus, .am-slider a:hover {
    outline: 0;
}

.am-control-nav, .am-direction-nav, .am-slides {
    margin: 0;
    padding: 0;
    list-style: none;
}

.am-slider {
    margin-top: 10px;
    padding: 0;
    position: relative;
}

    .am-slider .am-slides:after, .am-slider .am-slides:before {
        content: " ";
        display: table;
    }

    .am-slider .am-slides > li {
        display: none;
        -webkit-backface-visibility: hidden;
        position: relative;
    }

.am-slides a {
    text-decoration: none;
}

.no-js .am-slider .am-slides > li:first-child {
    display: block;
}

.am-slider .am-slides img {
    width: 100%;
    display: block;
}

.am-pauseplay span {
    text-transform: capitalize;
}

.am-viewport {
    -webkit-transition: all 1s ease;
    transition: all 1s ease;
}

.am-slider-carousel li {
    /*margin-right: 5px*/
}

.am-control-nav {
    position: absolute;
}

    .am-control-nav li {
        display: inline-block;
    }

.am-control-thumbs {
    position: static;
    overflow: hidden;
}

.nodata {
    width: 100%;
	padding:10px 0;
	cursor:pointer;
    text-align: center;
}
/*悦生活列表分类导航*/
.yue_liebiao {
    margin: 0 auto;
    width: 100%;
    overflow: hidden;
    border-bottom: 1px solid #e8e8e8;
    background-color: #fff;
}

    .yue_liebiao ul {
        width: 100%;
        margin: 0 auto;
        overflow: hidden;
        list-style: none;
        padding-left: 0;
        padding-bottom: 10px;
    }

        .yue_liebiao ul li {
            float: left;
            width: 25%;
            margin: 0 auto;
            text-align: center;
        }

            .yue_liebiao ul li a img {
                width: 60%;
                position: relative;
                left: 20%;
                margin-top: 15px;
                min-width: 30px;
                min-height: 30px;
                display: block;
            }

            .yue_liebiao ul li a span {
                width: 60%;
                color: #666;
                display: block;
                position: relative;
                left: 20%;
                /*min-width:60px;*/
                white-space: nowrap;
            }

            .yue_liebiao ul li a {
                text-decoration: none;
            }

.comment {
    width: 100%;
    margin-bottom: 10px;
}
/*悦.生活 back*/
.yue_back {
    width: 100%;
    height: 40px;
    background-color: #69c;
    overflow: hidden;
}

    .yue_back img {
        width: 35px;
        height: 20px;
        margin-top: 10px;
        padding-left: 20px;
    }

    .yue_back strong {
        color: #fff;
        font-size: 1.2em;
        position: absolute;
        left: 50%;
        margin-left: -2em;
        margin-top: .5em;
    }
/*悦.生活导航列表*/
.yue_life_liebiao {
    margin: 0 auto;
    width: 100%;
    overflow: hidden;
    border-bottom: 1px solid #e8e8e8;
    /*	margin-bottom:20px;*/
    background-color: #fff;
}

    .yue_life_liebiao ul {
        width: 100%;
        margin: 0 auto;
        overflow: hidden;
        list-style: none;
        padding-left: 0;
        /*padding-bottom:10px;*/
    }

        .yue_life_liebiao ul li {
            float: left;
            width: 25%;
            margin: 0 auto;
            text-align: center;
            border-right: 1px solid #d7d7d7;
            border-bottom: 1px solid #d7d7d7;
        }

            .yue_life_liebiao ul li a img {
                width: 60px;
                height: 60px;
                position: relative;
                left: 50%;
                margin-top: 15px;
                margin-left: -30px;
                min-width: 30px;
                min-height: 30px;
                display: block;
            }

            .yue_life_liebiao ul li a span {
                width: 60px;
                color: #666;
                display: block;
                position: relative;
                left: 50%;
                margin-left: -30px;
                white-space: nowrap;
                margin-top: 5px;
            }

            .yue_life_liebiao ul li a {
                text-decoration: none;
            }

/*标签页*/

#myTab {
    width: 100%;
    text-align: center;
}

#myTab li {
  width: 33.33%;
}

#myTab li a {
   color: #666;
   /*height:40px;*/
  overflow:hidden;
  white-space:nowrap;
  text-overflow:ellipsis;
  width:100%;
  /*display:inline-block;*/
}

#myTab li:nth-child(1) a::after, #myTab li:nth-child(2) a::after {
	content: "";
	display: block;
	width: 1px;
	height: 22px;
	background: #999;
	position: absolute;
	right: -1px;
	top: 9px;
}
/*商品详情页*/
#sp {
    width: 100%;
    margin: 0 auto;
    padding: 0 10px;
    overflow: hidden;
}

    #sp ul {
        list-style-type: none;
        width: 100%;
        overflow: hidden;
    }

        #sp ul li {
            width: 100%;
            margin-bottom: 10px;
            /*margin-left:-20px;*/
            border: 1px solid #ccc;
            background-color: #fff;
        }

#gg {
    padding: 0 10px;
    background-color: #fff;
}

.ggcs {
    text-indent: 2em;
    line-height: 25px;
    padding: 10px 5px;
}

#pp {
    width: 100%;
    margin: 0 auto;
    overflow: hidden;
    color: #666;
    padding: 0 10px;
    background-color: #fff;
}

    #pp h2 {
        font-size: 14px;
        line-height: 30px;
    }

.pp-img {
    width: 100%;
    overflow: hidden;
    position: relative;
    height: 120px;
}

.pptb {
    position: absolute;
    top: 35%;
    line-height: 30px;
}

.pptb_img {
    position: absolute;
    left: 70px;
    width: 120px;
    height: 120px;
}

.ppwz {
    display: block;
    line-height: 30px;
    margin-top: 5px;
}

    .ppwz a {
        text-decoration: none;
        color: #69c;
    }

.ppms {
    margin-top: 10px;
    line-height: 25px;
    padding-right: 10px;
}
/*购物按钮*/
.empty-cart {
    width: 100%;
    /*background-color: #fff;*/
    overflow: hidden;
    text-align: center;

}

.empty-cart img {
	width: 100px;
	height: 100px;
	margin: 140px 0 10px 0;
}

.empty-cart span {
	display: block;
	margin: 10px 0;
}

.empty-cart a {
	display: block;
	font-size: 1em;
	position: relative;
	width: 100px;
	left: 50%;
	margin-left: -50px;
	margin-bottom: 50px;
}
.empty-cart a:link,.empty-cart a:visited{
	 color:#fff;
	}
.shopping_cart {
    width: 100%;
    background-color: #fff;
    text-align: center;
    position: fixed;
    bottom: 0;
    z-index: 1000;
    padding-top: 8px;
    height: 55px;
    border:1px solid #ccc;
}

    .shopping_cart a, .shopping_cart a:hover {
        color: #fff;
        text-decoration: none;
    }

#shop_jia {
    width: 40%;
    height: 35px;
    line-height:24px;
    /*background: url(../images/join-crat-btn-bg.gif) center center no-repeat;*/
    border-radius: 5px;
    cursor: pointer;
    background: #d90303;
}

.shop-disable {
    opacity: .2;
    pointer-events: none;
    cursor: not-allowed;
}

#shop_cart {
    width: 40%;
    height: 35px;
    line-height:24px;
    /*line-height:30px;
	display:inline-block;*/
    margin: 2px;
    background: url(../images/see-crat-btn-bg.gif) center center no-repeat;
    border-radius: 5px;
    cursor: pointer;
}

.cart-num {
    width: 29px;
    height: 28px;
    text-align: center;
    position: relative;
}

    .cart-num i {
        background-color: #f24b48;
        width: 15px;
        height: 15px;
        color: #fff;
        line-height: 15px;
        border-radius: 100%;
        position: absolute;
        top: -5px;
        right: -5px;
        font-style: normal;
        font-size: 10px;
    }

/*单品版本选择 控制框 开始*/
.choose_banben {
    width: 100%;
    overflow: hidden;
    background: #fff;
}

.banben_taocan {
    float: left;
    margin: 5px 8px 0 0;
    cursor: pointer;
    display: block;
    position: relative;
    padding: 0px 0px 4px 0px;
}

    .banben_taocan i {
        width: 15px;
        height: 15px;
        position: absolute;
        padding: 7px 7px;
        color: #666;
        right: 0;
        bottom: 0;
    }

    .banben_taocan .xianshi {
        background: url(/images/spr.fw.png) -105px -26px;
    }
/*单品版本选择 控制框 结束*/
.option a {
    cursor: pointer;
}

.banben_taocan a {
    border: 1px solid #ccc;
    color: #999;
    white-space: nowrap;
    padding: 4px 4px;
}

/*.banben_taocan a:hover {
        border: 2px solid #e4393c;
        color: #666;
        text-decoration: none;
        padding: 7px 7px;
    }*/

.banben_taocan .a_cur {
    border: 2px solid #e4393c;
    right: 0;
    bottom: 2px;
    _bottom: 1px;
}

.products {
    width: 100%;
    overflow: hidden;
    border-bottom: 1px solid #ccc;
    text-align: center;
}

    .products img {
        width: 98%;
        padding: 1%;
    }

.products_ms {
    width: 100%;
    padding: 0 1%;
    margin-bottom: 10px;
    line-height: 22px;
    overflow: hidden;
    background-color: #fff;
    border-bottom: 1px solid #ccc;
}

.products_t span {
    margin-top: 5px;
    margin-bottom: 5px;
    display: inline-block;
}

.products_s span {
    margin-top: 5px;
    margin-bottom: 5px;
}

.products_t {
    width: 100%;
    margin: 0 auto;
    overflow: hidden;
    cursor: pointer;
}

    .products_t a, .products_t a:hover {
        width: 100%;
        display: block;
        color: #666;
        text-decoration: none;
    }

.products_ms h3 {
}

.products_ms h4 {
    font-size: 10px;
    color: #69c;
}

.products_ms b {
    /*color: #69c;*/
    color:#F91717;
}

.sc, .zk {
    margin: 5px 0 5px 15px;
}

.yf {
    display: block;
    margin: 5px 0;
}

.bh {
    margin-left: 40px;
}

.products_s {
    display: block;
    width: 100%;
    margin: 0 auto;
}

.choice {
    display: block;
    line-height: 30px;
    border-top: 1px solid #ccc;
}

    .choice a, .choice a:hover {
        display: block;
        width: 100%;
        color: #666;
        text-decoration: none;
    }

.select {
    margin-bottom: 10px;
}

    .select:after, .option:after {
        visibility: hidden;
        display: block;
        font-size: 0;
        content: " ";
        clear: both;
        height: 0;
    }
/*购物车*/
.car-select {
    position: absolute;
    top: 60px;
}

    .car-select:after {
        visibility: hidden;
        display: block;
        font-size: 0;
        content: " ";
        clear: both;
        height: 0;
    }

.label {
    float: left;
    width: 30px;
    white-space: nowrap;
    font-size: 12px;
    color: #686868;
    text-align: left;
}

.option {
    margin-left: 50px;
}

.option a {
	text-decoration: none;
}

.option .btn-del {
	background-position: 10px -20px;
	overflow: hidden;
	background: url(images/shp-cart-icon-sprites.png) no-repeat -15px -20px;
	border-width: 1px 0 1px 1px;
	border-radius: 3px 0 0 3px;
	font-size: 25px;
	border: 1px solid #ccc;
	float: left;
	width: 28px;
	height:25px;
	line-height: 20px;
	text-align: center;
}

.fm-txt {
    border-width: 1px;
    font-size: 14px;
    border-radius: 0;
    -webkit-appearance: none;
    border: 1px solid #ccc;
    float: left;
    width: 35px;
    height: 25px;
    line-height: 20px;
    text-align: center;
}

.option .btn-add {
    overflow: hidden;
    background: url(images/shp-cart-icon-sprites.png) no-repeat -15px -20px;
    border-width: 1px 1px 1px 0;
    border-radius: 0 3px 3px 0;
    font-size: 20px;
    border: 1px solid #ccc;
    float: left;
    width: 28px;
    height: 25px;
    line-height: 20px;
    text-align: center;
}

.check {
    width: 100%;
    margin: 5px 0;
    background-color: #fff;
    height: 40px;
    line-height: 40px;
    text-align: center;
    border-top: 1px solid #d7d7d7;
    cursor: pointer;
}

    .check a {
        display: block;
        width: 100%;
        color: #666;
        text-decoration: none;
    }

.guess-img {
    width: 1200px;
    height: 150px;
    display: block;
    overflow: hidden;
    -webkit-transition: 500ms;
}

.pro-img {
    width: 86px;
    margin-right: 6px;
    margin-left: 5px;
    float: left;
}

    .pro-img .img {
        display: block;
        padding: 2px;
        border: 1px solid #dfdfdf;
    }

.pro--title {
    display: block;
    overflow: hidden;
    height: 31px;
    margin: 6px 0 0;
    font-size: 12px;
    line-height: 15px;
    color: #252525;
}

.pro-price {
    display: block;
    font-size: 12px;
    line-height: 12px;
    color: #686868;
    margin-bottom: 14px;
}
/*购物车列表*/
.car-icon {
    width: 40px;
    height: 40px;
    display: inline-block;
    float: right;
    margin: 10px 10px;
    overflow: hidden;
}

.car-nav {
    width: 100%;
    height: 65px;
    overflow: hidden;
    display: none;
    background-color: #fff;
    border-bottom: 1px solid #d7d7d7;
}

    .car-nav a {
        float: left;
        width: 33%;
        height: 70px;
        color: #fff;
        text-align: center;
        margin-top: 10px;
        overflow: hidden;
    }

        .car-nav a:hover {
            text-decoration: none;
        }

        .car-nav a img {
            width: 30px;
            height: 30px;
        }

        .car-nav a span {
            color: #666;
            display: block;
        }

.car-list {
    width: 100%;
    margin: 0 auto;
    /*margin-bottom: 100px;*/
    overflow: hidden;
}

.car-list ul {
	list-style-type: none;
	width: 100%;
	margin: 0 auto;
	overflow: hidden;
}

.car-list ul li {
	width: 100%;
	border-bottom: 1px solid #d7d7d7;
	overflow: hidden;
	position: relative;
}

.car-list ul li input[type=checkbox] {
	margin-left: 15px;
}

.car-list ul li label {
	margin-left: 5px;
}

.car-check {
    width: 5%;
    height: 33px;
    /**line-height: 100px;**/
    text-align: center;
    line-height:33px;
    float:left;
}

.car-media {
    width: 90%;
    margin-left: 8%;
    overflow: hidden;
   /**position: absolute;
    top: 0;**/ 
}

.car-list-a {
    line-height: 100px;
    height: 100px;
}

.car-img {
    width: 60px;
    height: 60px;
}
/*电子券订单页面*/
.order-car-img {
    width: 60px;
    height: 60px;
    border: 1px solid #d3d3d3;
}

.car-body {
    position: relative;
    width: 100%;
    margin-left: 65px;
}

.car-heading {
    font-size: 14px;
    height: 22px;
    overflow: hidden;
    position: absolute;
    top: 10px;
}

.car-price {
    font-size: 14px;
    height: 22px;
    display: block;
    position: absolute;
    right: 70px;
    top: 20px;
}

.car-del {
    display: block;
    width: 25px;
    height: 25px;
    position: absolute;
    right: 80px;
    top: 55px;
    overflow: hidden;
}

.car-del img {
  width: 25px;
  height: 25px;
}

.payment-total-bar {
    width: 100%;
    height: 50px;
    overflow: hidden;
    position: fixed;
    background: #eaedf1;
    bottom: 0;
    z-index: 10000;
}

.shp-chk {
    width: 22px;
	height:22px;
    float: left;
    overflow: hidden;
    margin:16px 0 0 15px;
}

.payment-total-bar span {
    color: #999;
    font-size: 10px;
}

.cart-checkbox {
    display: block;
    width: 20px;
    height: 20px;
    margin: 0 auto;
    background: url(../images/shp-cart-icon-sprites.png) no-repeat 0 0;
    background-size: 50px 100px;
}

.cart-checkbox.checked {
	background-position: -25px 0;
}

.shp-cart-info {
    display: block;
    float: left;
    min-width: 30%;
    color: #39c;
    font-size: 14px;
    font-weight: 800;
}

.shp-cart-tax {
    display: block;
    float: left;
    min-width: 30%;
    color: #69c;
    font-size: 12px;
    font-weight: 800;
}

.shp-cart-total {
    margin-top: 16px;
    margin-left: 5px;
    display: block;
}

.shp-cart-total span {
	color: #39c;
	font-size: 12px;
	font-weight: normal;
}

.btn-right-block {
    margin-top: 10px;
    padding: 5px 5px;
    background:#d90303;
    color: #fff;
    border-radius: 3px;
    position: absolute;
    right: 5px;
}

a:hover.btn-right-block {
    text-decoration: none;
    color: #fff;
}

.btn-right-block span {
    color: #fff;
    font-size: 14px;
}
/*手机充值*/
.phone-l {
    font-size: 14px;
    float: right;
    line-height: 40px;
    margin-right: 20px;
}

#chargeForm {
    margin-bottom: 100px;
}

.phone-num {
    width: 100%;
    height: 50px;
    line-height: 50px;
    border-bottom: 1px solid #d7d7d7;
    overflow: hidden;
    background-color: #fff;
}

    .phone-num label {
        margin: 0 20px;
        font-size: 14px;
    }

.tel, .pass {
    width: 80%;
    height: 30px;
    border: 1px solid #d7d7d7;
    padding: 0 0 0 10px;
    border-radius: 5px;
    font-size: 1.1em;
}

#tips {
    width: 100%;
    height: 30px;
}

.error {
    color: #ff3c3c;
    display: none;
}

.show {
    display: block;
}

.warning {
    line-height: 30px;
    font-size: 14px;
    margin-left: 20px;
}

.denomination {
    width: 100%;
    height: auto;
    line-height: 70px;
    background-color: #fff;
    overflow: hidden;
    padding: 10px 0 5px 0;
}

    .denomination span {
        display: inline-block;
        width: 45px;
        font-size: 14px;
        margin: 0 20px;
    }

.phone-value {
    width: 80%;
    overflow: hidden;
    margin-left: 85px;
    position: relative;
    margin-top: -70px;
}

    .phone-value .btn {
        float: left;
        width: 100%;
        border: 1px solid #e0e0e0;
        height: 31px;
        width: 25%;
        margin-right: 3%;
        margin-bottom: 5px;
        overflow: hidden;
    }

.btn.on {
    border-color: #69c;
}

.our-price {
    display: block;
    width: 100%;
    height: 3em;
    line-height: 3em;
    margin-top: 20px;
    background-color: #fff;
    padding-left: 20px;
    border-top: 1px solid #d4d4d4;
    border-bottom: 1px solid #d7d7d7;
    font-size: 14px;
}

.phone-price {
    color: #69c;
    font-size: 12px;
}

.our-price i {
    width: 50px;
    height: 30px;
    line-height: 30px;
    color: #69c;
    float: right;
    right: 15px;
    overflow: hidden;
}

.our-jf {
    display: block;
    width: 100%;
    height: 3em;
    line-height: 3em;
    background-color: #fff;
    padding-left: 20px;
    border-bottom: 1px solid #d7d7d7;
    font-size: 14px;
}

    .our-jf span {
        color: #69c;
        font-size: 14px;
    }

.recharge_now {
    background: url(../images/go-pay-bg.png) no-repeat center 50%;
    -webkit-border-radius: 25px;
    width: 100%;
    height: 50px;
    line-height: 50px;
    text-align: center;
    position: fixed;
    bottom: 5px;
    font-size: 14px;
}

a.recharge_now {
    color: #fff;
    text-decoration: none;
}
/*我的订单页*/
#orderTab {
    width: 100%;
    /*margin-top: 15px;*/
    text-align: center;
}

    #orderTab li {
        width: 25%;
    }

        #orderTab li a {
            color: #666;
        }

        #orderTab li:nth-child(1) a::after, #orderTab li:nth-child(2) a::after, #orderTab li:nth-child(3) a::after {
            content: "";
            display: block;
            width: 1px;
            height: 22px;
            background: #999;
            position: absolute;
            right: -1px;
            top: 9px;
        }

.order-list {
    width: 100%;
    overflow: hidden;
    border-top: 1px solid #d7d7d7;
    background-color: #fff;
    padding: 10px 0;
}

    .order-list a {
        color: #333;
    }

.order-l-s {
    width: 90%;
    float: left;
    margin: 0 auto;
    padding-top: 8px;
}

    .order-l-s span {
        padding-left: 25px;
        line-height: 23px;
        display: block;
    }

.order-list img {
    float: right;
    margin-right: 5px;
    margin-top: 35px;
    width: 18px;
    height: 15px;
    padding-right: 10px;
    text-align: center;
}

.order-img {
    width: 100%;
    overflow: hidden;
    position: relative;
    border-top: 1px solid #d7d7d7;
    background-color: #fff;
    padding: 10px 0 20px 0px;
}

.order-img img {
	margin-top: 5px;
	margin-left: 20px;
}
.order-img span {
	margin-left: 90px;
}

.order-img span b {
	color: #69c;
}

.order-heading {
    width: 200px;
    margin-left: 90px;
    font-size: 12px;
    line-height: 16px;
    word-break: keep-all;
    word-wrap: break-word;
    text-overflow: ellipsis;
    height: 32px;
    margin-top: -55px;
    overflow: hidden;
}
.order-heading a{color:#333;}
.order-zt {
    width: 100%;
    overflow: hidden;
    background-color: #fff;
    height: 3em;
    line-height: 3em;
    margin-bottom: 10px;
    border-top: 1px solid #d7d7d7;
    border-bottom: 1px solid #d7d7d7;
}

    .order-zt span {
        padding-left: 25px;
    }

        .order-zt span b {
            color: #69c;
        }

.order-more {
    width: 100%;
    overflow: hidden;
    height: 30px;
    line-height: 30px;
    background-color: #fff;
    border-top: 1px solid #d7d7d7;
    text-align: center;
}

    .order-more a {
        color: #666;
        text-decoration: none;
    }

.showMores {
    width: 100%;
    border-bottom: 1px solid #d7d7d7;
    padding: 5px 0;
    cursor: pointer;
    text-align: center;
}

/*订单未付款页面*/
.order-l {
    font-size: 14px;
    float: right;
    line-height: 40px;
    margin-right: 20px;
}

    .order-l a {
        color: #39c;
    }

        .order-l a:hover {
            color: #39c;
            text-decoration: none;
        }

.order-pay {
    width: 100%;
    overflow: hidden;
    background-color: #fff;
    position: relative;
    padding: 0 0 10px 0;
}

    .order-pay span {
        margin-left: 20px;
        margin-top: 10px;
        display: block;
    }

        .order-pay span b {
            color: #69c;
        }

.order-go-pay {
    display: block;
    width: 70px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    background: url(../images/go-pay-bg.png) no-repeat center 100%;
    position: absolute;
    right: 20px;
    top: 15px;
    border-radius: 5px;
}

a.order-go-pay {
    color: #fff;
    text-decoration: none;
}

.order-address {
    width: 100%;
    padding: 1px 0 10px 20px;
    background-color: #6e7d94;
    color: #fff;
    position: relative;
}

    .order-address .order-tel {
        float: right;
        margin-right: 10px;
    }

.order-add {
    display: block;
    padding-top: 10px;
    padding-right: 10px;
    overflow: hidden line-height:22px;
}

.order-address img {
    width: 10px;
    height: 15px;
    margin-right: 5px;
}

.order-products {
    width: 100%;
    background-color: #fff;
    padding-left: 20px;
}

.order-bh {
    width: 100%;
    border-top: 1px solid #d7d7d7;
    border-bottom: 1px solid #d7d7d7;
    background-color: #fff;
    overflow: hidden;
    padding: 10px 0 10px 20px;
    position: relative;
}
/*电子券*/
.order-electronic-bh {
    width: 100%;
    height: 50px;
    border-bottom: 1px solid #d7d7d7;
    background-color: #fff;
    overflow: hidden;
    padding-left: 20px;
    position: relative;
}

    .order-electronic-bh span {
        display: block;
        line-height: 23px;
    }

.order-bh a {
}
/*电子券end*/
.order-bh span {
    display: block;
    line-height: 23px;
    padding-right: 20px;
}

.order-dd {
    width: 100%;
    margin-top: 10px;
    border-top: 1px solid #d7d7d7;
    background-color: #fff;
    overflow: hidden;
    padding: 10px 0 10px 20px;
}

    .order-dd span {
        display: block;
        line-height: 23px;
    }

        .order-dd span b {
            color: #69c;
        }
/*已完成订单页面*/
.order-4s {
    height: 25px;
    display: block;
    border: 1px solid #69c;
    border-radius: 5px;
    line-height: 25px;
    text-align: center;
    position: absolute;
    right: 20px;
    top: 10px;
    padding: 0 5px;
}

a.order-4s {
    text-decoration: none;
}

.order-kd {
    width: 100%;
    height: auto;
    padding: 10px 0 10px 20px;
    border-top: 1px solid #d7d7d7;
    background-color: #fff;
    overflow: hidden;
    padding-left: 20px;
}

    .order-kd span {
        display: block;
        line-height: 23px;
    }

        .order-kd span b {
            color: #69c;
        }
/*支付订单页面*/
.order-p {
    width: 100%;
    margin: 0 auto;
    overflow: hidden;
    padding: 10px 0 10px 20px;
    background-color: #fff;
    border-bottom: 1px solid #d7d7d7;
}

    .order-p span {
        line-height: 23px;
        display: block;
    }

        .order-p span b {
            color: #69c;
        }

.ddzt {
    color: #69c;
}

.order-jf {
    width: 100%;
    overflow: hidden;
    margin: 10px 0;
    background-color: #fff;
    padding: 15px 0 15px 20px;
    border-top: 1px solid #d7d7d7;
    border-bottom: 1px solid #d7d7d7;
}

    .order-jf span {
        line-height: 23px;
        display: block;
    }

        .order-jf span b {
            color: #69c;
        }

    .order-jf label {
        color: #333;
    }

    .order-jf a {
        color: #69c;
        text-decoration:underline;
    }

.order-zx {
    width: 100%;
    overflow: hidden;
    background-color: #fff;
    padding: 10px 0;
    border-top: 1px solid #d7d7d7;
    border-bottom: 1px solid #d7d7d7;
}

.zx {
    line-height: 20px;
    padding-left: 20px;
}

.order-zx span b {
    color: #69c;
}

.order-sx-pay {
    width: 100%;
    position: relative;
    border-top: 1px solid #d7d7d7;
    overflow: hidden;
    margin: 10px 0 0 0;
    padding: 10px 0 0 0;
}

    .order-sx-pay img {
        width: 40px;
        height: 40px;
        padding-left: 20px;
    }

    .order-sx-pay span {
        position: absolute;
        top: 10px;
        left: 50px;
        line-height: 20px;
    }

        .order-sx-pay span b {
            display: block;
        }

.zf a {
    width: 95%;
    display: block;
    margin-left: 3%;
    margin-top: 15px;
    text-align: center;
    height: 40px;
    line-height: 40px;
    font-size: 16px;
    color: #fff;
    background-color: #d90303;
    border-radius: 4px;
}

    .zf a:hover {
        text-decoration: none;
    }

/*填写订单页面*/
.order-add-list {
    width: 100%;
    overflow: hidden;
    background-color: #fff;
    margin-bottom: 10px;
}

.order-add-tel {
    float: right;
    margin-right: 60px;
}

.order-add-add {
    display: block;
    padding-top: 10px;
    padding-right: 60px;
    overflow: hidden line-height:22px;
}

.order-add-img {
    width: 25px;
    height: 30px;
    position: absolute;
    top: 40%;
    right: 20px;
}

.order-add-heading {
    width: 190px;
    margin-left: 90px;
    font-size: 12px;
    line-height: 16px;
    word-break: keep-all;
    word-wrap: break-word;
    text-overflow: ellipsis;
    height: 32px;
    margin-top: -55px;
    overflow: hidden;
}

.order-add-gg {
    position: absolute;
    top: 55px;
    left: 0;
}

.order-add-jf {
    position: absolute;
    top: 5px;
    right: 20px;
}

.order-add-num {
    position: absolute;
    top: 25px;
    right: 20px;
    font-size: 13px;
}

    .order-add-num img {
        width: 9px;
        height: 9px;
        margin-right: 5px;
        margin-top: -2px;
    }

.order-add-type {
    width: 100%;
    padding: 10px 20px;
    background-color: #fff;
    border-top: 1px solid #d7d7d7;
    border-bottom: 1px solid #d7d7d7;
    position: relative;
}

.order-add-t {
}

.order-add-s {
    position: absolute;
    right: 20px;
}

.order-add-kd {
    width: 100%;
    padding: 10px 20px;
    background-color: #fff;
    border-bottom: 1px solid #d7d7d7;
    position: relative;
}

.order-add-fs {
    position: absolute;
    right: 20px;
}

    .order-add-fs b {
        color: #69c;
    }

.order-add-total {
    width: 100%;
    height: 120px;
    padding-top: 5px;
    padding-right: 20px;
    overflow: hidden;
    position: relative;
    background-color: #FFF;
    border-top: 1px solid #d7d7d7;
    border-bottom: 1px solid #d7d7d7;
}

    .order-add-total span {
        display: block;
    }

        .order-add-total span b {
            color: #69c;
        }

.order-total {
    position: absolute;
    top: 15px;
    right: 20px;
}

.order-yf {
    position: absolute;
    top: 35px;
    right: 20px;
}

    .order-yf img {
        width: 10px;
        height: 10px;
        position: relative;
        margin-top: -4px;
        margin-right: 10px;
    }

.order-confim {
    width: 100%;
    overflow: hidden;
    height: 40px;
    line-height: 40px;
    /*text-align: center;*/
    background-color: #fff;
}

    .order-confim span {
        display: inline-block;
        width: 200px;
        color: #69c;
        text-align: center;
        font-size: 14px;
        overflow: hidden;
    }

    .order-confim a {
        display: inline-block;
        float: right;
        width: 80px;
        height: 30px;
        line-height: 30px;
        margin: 5px 20px;
        text-align: center;
        color: #fff;
        font-size: 14px;
        background-color:#d90303;
        border-radius: 4px;
        text-decoration: none;
    }

.confim a:hover {
    text-decoration: none;
}
/*电子券页面*/
.order-electronic {
    width: 100%;
    overflow: hidden;
    background-color: #FFF;
    padding: 5px 20px;
    border-top: 1px solid #d7d7d7;
}

    .order-electronic span {
        display: block;
        line-height: 23px;
    }

        .order-electronic span b {
            color: #69c;
        }

.order-tip {
    width: 95%;
    white-space: nowrap;
    text-overflow: ellipsis;
    font-size: 10px;
    color: #69c;
    overflow: hidden;
}

.order-electronic-ma {
    width: 100%;
    overflow: hidden;
    background-color: #FFF;
    padding: 5px 20px;
    position: relative;
    border-bottom: 1px solid #d7d7d7;
    margin: 10px 0;
}

    .order-electronic-ma span {
        display: block;
        line-height: 23px;
    }

    .order-electronic-ma a {
        position: absolute;
        right: 20px;
        top: 15px;
        width: 80px;
        height: 30px;
        line-height: 30px;
        text-align: center;
        background-color: #39c;
        border-radius: 5px;
        color: #fff;
    }

        .order-electronic-ma a:hover {
            text-decoration: none;
        }

.order-phone {
    width: 100%;
    height: 60px;
    background-color: #6e7d94;
    color: #fff;
    padding-left: 20px;
    padding-top: 10px;
    position: relative;
}

    .order-phone span {
        display: block;
        line-height: 23px;
    }

.order-electric-add-jf {
    position: absolute;
    top: 45px;
    right: 20px;
}

/*退货申请页面*/
.return {
    width: 100%;
    margin: 0 auto;
    overflow: hidden;
    margin-top: 10px;
    border-top: 1px solid #d7d7d7;
    border-bottom: 1px solid #d7d7d7;
}

.return-dh {
    width: 100%;
    height: 80px;
    line-height: 80px;
    overflow: hidden;
    padding-left: 20px;
    background-color: #fff;
    padding-top: 10px;
    position: relative;
}

    .return-dh span {
        display: block;
        line-height: 22px;
    }

.return-img {
    width: 100%;
    overflow: hidden;
    background-color: #fff;
}

.return-tk {
    display: block;
    width: 100%;
    padding-left: 20px;
    line-height: 25px;
    border-top: 1px solid #d7d7d7;
}

.re-img {
    width: 100%;
    height: 70px;
    overflow: hidden;
    position: relative;
    background-color: #fff;
}

    .re-img img {
        margin-left: 20px;
    }

    .re-img span {
        margin-left: 90px;
    }

        .re-img span b {
            color: #69c;
        }

.return-zt {
    float: right;
    margin-right: 20px;
}

    .return-zt b {
        color: #69c;
    }

.return-4s {
    width: 80px;
    height: 30px;
    display: block;
    border: 1px solid #69c;
    border-radius: 5px;
    line-height: 30px;
    text-align: center;
    position: absolute;
    right: 20px;
    top: 25px;
}

a.return-4s {
    text-decoration: none;
}
/*退货款申请*/
.tked {
    width: 100%;
    overflow: hidden;
    background-color: #fff;
    border-bottom: 1px solid #d7d7d7;
    padding: 10px 0 10px 20px;
}

    .tked span {
        display: block;
        line-height: 20px;
    }

        .tked span b {
            color: #69c;
            padding-left: 20px;
        }

.tked-b {
    margin-left: 70px;
}

.tkyy {
    width: 100%;
    height: 85px;
    overflow: hidden;
    background-color: #fff;
    border-bottom: 1px solid #d7d7d7;
    padding: 10px 0 10px 20px;
    position: relative;
}

    .tkyy label {
        position: absolute;
        top: 25px;
    }

.tk-area {
    width: 65%;
    position: absolute;
    left: 110px;
}

.tk-upload {
    width: 100%;
    overflow: hidden;
    background-color: #fff;
    border-bottom: 1px solid #d7d7d7;
}

    .tk-upload ul {
        width: 100%;
        list-style-type: none;
        overflow: hidden;
        padding: 10px 20px;
    }

        .tk-upload ul li {
            float: left;
            width: 80px;
            height: 80px;
            margin-right: 5px;
            margin-bottom: 5px;
            overflow: hidden;
        }

            .tk-upload ul li img {
                width: 80px;
                height: 80px;
                border: 2px dashed #ccc;
            }

.tk-file {
    height: 80px;
    background: url(../images/up_pic.png);
    position: relative;
    width: 80px;
    background-size: contain;
    text-align: center;
    padding-top: 60%;
}

.fileInput {
    height: 80px;
    position: absolute;
    right: 0;
    top: 0;
    opacity: 0;
    filter: alpha(opacity=0);
    cursor: pointer;
}

.tk-submit a {
    width: 95%;
    display: block;
    margin-left: 3%;
    margin-top: 30px;
    text-align: center;
    height: 40px;
    line-height: 40px;
    font-size: 16px;
    color: #fff;
    background-color: #69c;
    border-radius: 10px;
}

    .tk-submit a:hover {
        text-decoration: none;
    }

/*个人中心*/
.u-user-center {
    width: 100%;
    height: 40px;
    background-color: #fff;
    overflow: hidden;
    border-bottom: 1px solid #3b8ede;
}

.u-user-center strong {
  color: #3b8ede;
  font-size: 16px;
  position: absolute;
  left: 50%;
  margin-left: -27px;
  line-height: 40px;
  letter-spacing:1px;
}

.u-nav-a img {
    width: 36px;
    height: 18px;
    margin-top: 12px;
    padding-left: 20px;
}

.u-my-user {
    width: 100%;
    overflow: hidden;
    border-bottom: 1px solid #d7d7d7;
    position: relative;
    background-color: #fff;
}

    .u-my-user span b {
        color: #69c;
    }

    .u-my-user a {
        display: block;
        width: 100%;
        height: 120px;
        cursor: pointer;
        color: #777;
        text-decoration: none;
        overflow: hidden;
    }

.u-user-img {
    position: absolute;
    top: 20px;
    left: 20px;
    width: 80px;
    height: 80px;
    border: 1px dashed #d7d7d7;
    border-radius: 80px;
}

.u-email {
    position: absolute;
    top: 10px;
    left: 130px;
}

.u-company {
    position: absolute;
    top: 35px;
    left: 130px;
}

.u-jfye {
    position: absolute;
    top: 60px;
    left: 130px;
}

.u-tdjf {
    position: absolute;
    top: 85px;
    left: 130px;
}

.u-right-arrow {
    position: absolute;
    top: 40%;
    right: 10px;
    width: 10px;
    height: 15px;
}

.u-order {
    width: 100%;
    overflow: hidden;
    background-color: #fff;
    margin-bottom: 10px;
    border-bottom: 1px solid #d7d7d7;
    position: relative;
}

    .u-order span {
        line-height: 2.5em;
    }

    .u-order a {
        width: 100%;
        display: inline-block;
        cursor: pointer;
        text-decoration: none;
        color: #777;
        padding: 5px 0;
    }

.u-wddd {
    padding-left: 15px;
}

.u-ck {
    position: absolute;
    right: 40px;
    color: #ccc;
}

.u-o-r-arrow {
    position: absolute;
    right: 10px;
    top: 15px;
    width: 10px;
    height: 15px;
}

.u-order ul {
    width: 100%;
    list-style-type: none;
    border-top: 1px solid #d7d7d7;
    overflow: hidden;
}

    .u-order ul li {
        width: 25%;
        text-align: center;
        float: left;
    }

        .u-order ul li a img {
            width: 30px;
            position: relative;
            left: 50%;
            margin-top: 5px;
            margin-left: -15px;
        }

        .u-order ul li a span {
            width: 60px;
            display: block;
            position: relative;
            left: 50%;
            margin-left: -30px;
        }

        .u-order ul li a {
            text-decoration: none;
        }

.u-my-info, .u-my-address, .u-my-set {
    width: 100%;
    overflow: hidden;
    background-color: #fff;
    border-top: 1px solid #d7d7d7;
    position: relative;
}

.u-my-set {
    margin-bottom: 10px;
    border-bottom: 1px solid #d7d7d7;
}

    .u-my-info a, .u-my-address a, .u-my-set a {
        width: 100%;
        display: inline-block;
        cursor: pointer;
        text-decoration: none;
        color: #777;
        padding: 5px 0;
    }

    .u-my-info span, .u-my-address span, .u-my-set span {
        padding-left: 15px;
        line-height: 2.5em;
    }

.u-nav {
    width: 100%;
    min-width: 320px;
    overflow: hidden;
    display: none;
    background-color: #fff;
    border-bottom: 1px solid #d7d7d7;
}

.u-nav ul {
width: 100%;
overflow: hidden;
list-style-type: none;
}

.u-nav ul li {
	width: 25%;
	float: left;
	text-align: center;
	padding-top: 5px;
}

.u-nav ul li a {
  color: #666;
  text-decoration: none;
}

.u-nav ul li a img {
  width: 30px;
  position: relative;
}

.u-nav ul li a span {
	width: 60px;
	display: block;
	position: relative;
	left: 50%;
	margin-left: -30px;
	white-space: nowrap;
	font-size: 12px;
}
.c-nav {
    background-color: #fff;
    border-bottom: 1px solid #d7d7d7;
    display: none;
    min-width: 320px;
    overflow: hidden;
    width: 100%;
}

.c-nav ul {
  width: 100%;
  overflow: hidden;
  list-style-type: none;
}

.c-nav ul li {
  width: 20%;
  float: left;
  text-align: center;
  padding-top: 5px;
}

.c-nav ul li a {
  color: #666;
  text-decoration: none;
}

.c-nav ul li a img {
  width: 30px;
  position: relative;
}

.c-nav ul li a span {
  width: 60px;
  display: block;
  position: relative;
  left: 50%;
  margin-left: -30px;
  white-space: nowrap;
  font-size: 12px;
}
/*我的信息页面*/
.u-i-photo {
    width: 100%;
    height: 120px;
    overflow: hidden;
    position: relative;
    border-bottom: 1px solid #d7d7d7;
}

    .u-i-photo span {
        position: absolute;
        left: 20px;
        top: 40%;
    }

.u-file {
    position: absolute;
    top: 10px;
    right: 40px;
    width: 80px;
    height: 80px;
    background: url(../images/u_user.gif);
    text-align: center;
    border: 1px dashed #d7d7d7;
    border-radius: 80px;
}

.u-fileInput {
    height: 100px;
    position: absolute;
    right: 0;
    top: 0;
    opacity: 0;
    filter: alpha(opacity=0);
    cursor: pointer;

}

.u-i-com {
    width: 100%;
    overflow: hidden;
    padding: 8px 0 8px 20px;
    border-bottom: 1px solid #d7d7d7;
    position: relative;
}

    .u-i-com a {
        display: block;
        width: 100%;
        cursor: pointer;
        color: #333;
    }

.u-i-email {
    position: absolute;
    right: 40px;
}

.u-i-arrow {
    position: absolute;
    right: 10px;
    top: 30%;
    width: 10px;
    height: 15px;
}
/*我的消息*/
.u-m-info {
    width: 100%;
    overflow: hidden;
    background-color: #fff;
    margin-bottom: 10px;
    border-top: 1px solid #d7d7d7;
    border-bottom: 1px solid #d7d7d7;
}

    .u-m-info h3, .u-m-info p {
        padding-left: 20px;
        font-size: 1em;
    }

    .u-m-info span {
        padding-left: 20px;
        font-size: .9em;
    }
/*我的地址*/
.u-m-address {
    width: 100%;
    background-color: #fff;
    border-bottom: 1px solid #d7d7d7;
    padding-left: 20px;
    position: relative;
    overflow: hidden;
    margin-top:5px;
}

.u-m-address a {
	width: 100%;
	display: block;
	cursor: pointer;
	color: #333;
	text-decoration: none;
    color: #848283;
    font-size: 10px;
}

.u-m-address a img {
	display: none;
}

.u-m-name {
    display: inline-block;
    width: 192px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    padding-top: 5px;
    color: #333;
    font-size: 14px;
}

.u-m-phone {
    float: right;
    padding-top: 5px;
    padding-right: 40px;
    color: #333;
    font-size: 14px;
}

.u-m-address p {
    padding: 5px 40px 5px 0;
  
}

.u-m-add-address {
    width: 100%;
    background-color: #fff;
    text-align: center;
    padding: 10px 0;
}

.u-m-add-address a {
	width: 100px;
	color: #fff;
	padding: 8px;/*2016-1-21   修改按钮居中*/
	text-decoration: none;
	background-color: #39c;
	border-radius: 5px;
	/*display: block;
	margin-left: 45%;*/
}

.u-default {
    background-color: #6e7d94;
}

.u-default a img {
	display: block;
	width: 15px;
	height: 15px;
	position: absolute;
	right: 10px;
	top: 35%;
}

.u-default span, .u-default p {
	color: #fff;
}
/*我的设置*/
.u-m-set {
    width: 100%;
    overflow: hidden;
    background-color: #fff;
    position: relative;
    padding: 8px 0;
    border-bottom: 1px solid #d7d7d7;
}

.u-margin {
    margin-bottom: 10px;
}

.u-m-set a {
    color: #333;
    text-decoration: none;
    display: block;
    cursor: pointer;
}

.u-m-set span {
    padding-left: 20px;
}

.u-m-new {
    font-size: .8em;
    float: right;
    padding: 2px 25px 0 0;
}

.u-m-exit {
    width: 100%;
    overflow: hidden;
   background:none;
    text-align: center;
    margin-top: 10px;
}

.u-m-exit a {
	width: 80%;
	display: block;
	padding: 8px 0;
	cursor: pointer;
	color: #fff;
	text-decoration: none;
	background-color: #D83030;
	margin: 0 10%;
	border-radius: 5px;
    letter-spacing:2px;
}

.u-m-exit a span {}

.user-rules {
    width: 100%;
    overflow: hidden;
    padding: 10px 20px;
    background-color: #fff;
}

    .user-rules p {
        text-indent: 2em;
    }

.u-conact {
    width: 100%;
    overflow: hidden;
    padding: 10px 20px;
    background-color: #fff;
}
.u-conact h2 {
	font-size: 1.2em;
}

.u-conact span {
	display: block;
	padding: 5px 0;
	font-size: .9em;
}

.u-set-company {
    width: 100%;
    overflow: hidden;
    padding: 10px 20px;
    background-color: #fff;
}

    .u-set-company h2 {
        font-size: 1.2em;
    }

    .u-set-company p {
        text-indent: 2em;
        font-size: .9em;
    }
/*修改收货地址*/
.u-modify-address, .u-modify-address ul {
    width: 100%;
    overflow: hidden;
    background-color: #fff;
}

    .u-modify-address ul li {
        width: 100%;
        display: inline-block;
        border-bottom: 1px solid #d7d7d7;
        overflow: hidden;
        padding: 5px 0;
    }

.u-m-a {
    padding: 5px 0 5px 20px;
    display: block;
    width: 80px;
    opacity: .6;
    vertical-align: middle;
}

.u-m-add {
    margin: -30px 0 0 0;
    width: 70%;
    float: right;
    padding: 5px 10px 5px 0;
    opacity: 1;
    display: block;
    overflow: hidden;
}

.u-overflow {
    word-break: keep-all;
    word-wrap: no-warp;
    text-overflow: ellipsis;
}

.u-m-default, .u-m-del {
    width: 100%;
    overflow: hidden;
    margin-top: 10px;
    background-color: #fff;
}

    .u-m-default a {
        display: block;
        width: 90%;
        background-color: #3b8ede;
        border-radius: 5px;
        color: #fff;
        text-align: center;
        margin: 0 5%;
        padding: 5px 0;
    }

    .u-m-del a {
        display: block;
        width: 90%;
        background-color: #d90303;
        border-radius: 5px;
        color: #fff;
        text-align: center;
        margin: 0 5%;
        padding: 5px 0;
    }
/*保存修改地址*/
.u-modify-confim {
    width: 100%;
    overflow: hidden;
    background-color: #fff;
}

    .u-modify-confim input, .u-modify-confim textarea {
        border: 0;
        display: block;
        width: 100%;
        background-color: #fff;
        border-bottom: 1px solid #d2d2d2;
        padding: 10px 0 10px 20px;
    }

.u-m-select {
    width: 100%;
    border-bottom: 1px solid #d2d2d2;
    padding: 8px 0 8px 20px;
}

    .u-m-select select {
        width: 25%;
        margin-right: 5%;
        margin-top: 9px;
    }
/*修改登录密码*/
.u-modify-pass {
    width: 100%;
    overflow: hidden;
    background-color: #fff;
}

    .u-modify-pass input, .u-modify-pass span {
        border: 0;
        display: block;
        width: 100%;
        background-color: #fff;
        border-bottom: 1px solid #d2d2d2;
        padding: 8px 0 8px 20px;
    }

.u-p-btn {
    width: 90%;
    margin: 10px 5%;
}

.u-modify-phone {
    width: 95%;
    overflow: hidden;
    background-color: #fff;
}

    .u-modify-phone input[type=tel], .u-modify-phone input[type=password], .u-modify-phone span {
        border: 0;
        display: block;
        width: 100%;
        background-color: #fff;
        border-bottom: 1px solid #d2d2d2;
        padding: 8px 0 8px 20px;
    }

.u-yzm-code {
    width: 100%;
    overflow: hidden;
    display: inline-block;
}

.u-yzm {
    width: 50%;
    padding: 7px 0 8px 20px;
    border: 1px solid #d7d7d7;
    border-radius: 5px;
}

.u-getCode {
    width: 49%;
    display: inlline-block;
    padding: 8px 0;
    float: right;
    color: #fff;
    text-align: center;
    background-color: #8FD6A2;
    border: 1px solid #d7d7d7;
    border-radius: 5px;
}
/*忘记支付密码*/
.u_paypass input{border: 0;display: block;width: 100%;background-color: #fff;border-bottom: 1px solid #d2d2d2;padding: 8px 0 8px 20px;}
 input#u-yzm{float:left;width: 50%;padding: 7px 0 8px 20px;border: 1px solid #d7d7d7;border-radius: 5px;}
 input#u-getCode{width: 49%;display: inlline-block;padding: 8px 0;float: right;color: #fff;text-align: center;background-color: #8FD6A2;border: 1px solid #d7d7d7;border-radius: 5px;}
.u-pay-yzm{width:100%; margin-top:10px; overflow:hidden;}

/*我的账户*/
.u-account {
    width: 100%;
    margin: 0 auto;
    overflow: hidden;
    background-color: #fff;
}

.u-a-hang {
    width: 100%;
    margin: 0 auto;
    position: relative;
    background-color: #fff;
    overflow: hidden;
    padding: 10px 20px;
    border-bottom: 1px solid #d7d7d7;
}

    .u-a-hang a {
        width: 100%;
        cursor: pointer;
        color: #333;
    }

.u-a-left, .u-a-start {
    display: inline-block;
    width: 90px;
    color: #000;
    white-space: nowrap;
}

.u-a-right {
    margin-left: 30%;
    display: inline-block;
    width: 40%;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.u-a-h {
    width: 100%;
    margin: 0 auto;
    overflow: hidden;
}

.u-a-end {
    display: inline-block;
    width: 50%;
    float: right;
}

#u-time {
    width: 100%;
    overflow: hidden;
    text-align: center;
}

#u-start, #u-end {
    width: 100 %;
    display: inline-block;
    border: 0;
}

.u-account-query {
    width: 100%;
    margin: 0 auto;
    overflow: hidden;
    margin-top: 10px;
    background-color: #fff;
    border-top: 1px solid #d7d7d7;
}

.u-a-q {
    padding-left: 20px;
}

.u-a-radio {
    display: inline;
    white-space: nowrap;
}

.u-a-a {
    width: 100%;
    overflow: hidden;
    text-align: center;
    background-color: #fff;
    padding: 5px 0;
}

    .u-a-a a {
        display: block;
        width: 90%;
        margin: 0 5%;
        border-radius: 5px;
    }
/*我的账户信息*/
.u-myaccount {
    margin-bottom: 10px;
}

/*我的信息*/
.u-personal {
    width: 100%;
    overflow: hidden;
}

.u-p-info {
    padding: 5px 20px;
    font-size: 12px;
    margin-bottom: 10px;
    border-bottom: 1px solid #d7d7d7;
    background-color: #fff;
}

.u-p-message {
    width: 100%;
    overflow: hidden;
    /*padding:5px 0 5px 20px;*/
    background-color: #fff;
    border-top: 1px solid #d7d7d7;
}
/*#u-phone{padding-left:5px;}*/
.u-p-type {
    display: inline-block;
    width: 30%;
    padding: 5px 20px;
    white-space: nowrap;
    overflow: hidden;
}

.u-p-message input[type=text], .u-p-message input[type=email], .u-radio-type, #sandbox-container {
    display: inline-block;
    width: 60%;
    overflow: hidden;
    padding: 5px 0;
    margin-left: 5%;
    border: 0;
    border-radius: 5px;
    vertical-align: top;
}

#sandbox-container input[type=text] {
	width: 100%;
	margin-left: 0;
	padding-left: 5px;
	border: 0;
	border-radius: 5px;
	vertical-align: top;
}

#u-zj-type, #u-nationality {
    cursor: pointer;
}
/*login登录页面*/
.u_wel {
    width: 100%;
    margin: 0 auto;
    overflow: hidden;
}

.u_login {
    width: 100%;
    height: 30px;
    line-height: 30px;
    background-color: #69c;
    text-align: center;
	position:relative;
}
.u_login a img{position:absolute; left:30px; top:9px; width:14px; height:14px;}
.u_login span {
    color: #fff;
    font-weight: bold;
}
.login {
	background:#fff;
    width: 100%;
	padding:25px 0;
}
.u_login_bg {
    width: 100%;

    color: #69c;
    overflow: hidden;
}
.u_login_bg img{width:80%; margin:0 auto;}
.u_login_logo span {
    font-family: Arial;
    font-size: 60px;
}

.u_login_logo_t {
    margin-top: -20px;
}

    .u_login_logo_t span {
        font-family: "Times New Roman";
        font-size: 15px;
        margin-left: 50px;
    }

    .u_login_logo_t strong {
        margin-left: 10px;
        font-size: 24px;
    }

.u_form {
    width: 100%;
    overflow: hidden;
    background-color: #fff;
    padding: 5px 0;
    text-align: center;
}

.l-yzm {
    width: 90%;
    overflow: hidden;
    /*display:inline-block;*/
    margin: 0 auto;
}

.login-yzm {
    width: 49%;
    padding: 5px 0px 5px 12px;
    border: 1px solid #d7d7d7;
    border-radius: 5px;
    float: left;
}

.getCode {
    background: url(../images/code.jpg);
    font-family: Arial;
    font-style: italic;
    color: blue;
    font-size: 25px;
    border: 1px solid #d7d7d7;
    border-radius: 5px;
    float: right;
    font-weight: bolder;
    cursor: pointer;
    width: 48%;
    text-align: center;
    vertical-align: middle;
}

.btn_width {
    width: 90%;
    margin: 0 auto;
    text-align: center;
    display: block;
    background-color: #39c;
}
.f_p { margin-right: 5%; margin-top:20px;}
.f_p a{color:#333;}
.u-f { width: 90%;overflow: hidden;}
.back_index{margin-left:30px;}
/*初始化支付密码*/
.login-info {
    width: 100%;
    display: block;
    padding: 8px 0;
    margin-bottom: 10px;
    font-size: 11px;
    text-align: center;
    border-bottom: 1px solid #d7d7d7;
    background-color: #fff;
}

.u_ini_form {
    width: 100%;
    overflow: hidden;
    background-color: #fff;
    padding: 5px 0;
    border-top: 1px solid #d7d7d7;
    text-align: center;
}

    .u_ini_form span {
        display: inline-block;
        width: 90%;
        overflow: hidden;
        white-space: nowrap;
        font-size: 10px;
        text-align: left;
    }

        .u_ini_form span b {
            font-size: 1.5em;
            margin-right: 10px;
            color: #69c;
        }

.login-ini-a {
    width: 100%;
    overflow: hidden;
    padding: 10px 0;
    background-color: #fff;
    border-top: 1px solid #d7d7d7;
}

    .login-ini-a a {
        display: block;
        width: 90%;
        margin: 0 5%;
        padding: 5px 0;
        border-radius: 5px;
        text-align: center;
        color: #fff;
    }
/*企业文化*/
#Vision,#Mission,#Values{width:100%;overflow:hidden;padding:10px 10px 100px 10px;}
#Vision h3,#Mission h3,#Values h3{color:#39F;}
#Vision p,#Mission p,#Values p{padding:6px 0;}
.culture{margin: -12px 0 0 -36px;color: #39f;font-size: 18px;font-weight: bold;position: absolute;left: 50%;top: 50%;}
/*即时奖励*/
.jl_title{width:100%; overflow:hidden; border-top:1px solid #d7d7d7;border-bottom:1px solid #d7d7d7;}

.jl_title span{display:block; float:left; text-align:center; padding:10px 0; font-size:14px; font-weight:bold; color:#39c; background-color:#f4f4f4;}
.jl_name{width:15%;}
.jl_type{width:40%;}
.jl_jf{width:20%; color:#39c; }
.jl_time{width:25%;}
.jl_pm{width:10%;}
.jl_xm{width:20%;}
.jl_yje{width:30%;}
.jl_gs{width:40%;}
.jl_gsmc{width:40%;}
.jl_yj{width:40%;}
.jl_content{ width:100%; overflow:hidden; border-bottom:1px solid #d7d7d7;}
.jl_content span{display:block; float:left; text-align:center; padding:10px 3px; font-size:12px;}
.jl_content .jl_type span{display:block; width:100%; }
.pb{padding-bottom:500px;}
.pb-100{padding-bottom:100px;}
.pb-50{padding-bottom:50px;}
.pb-200{padding-bottom:200px;}
.mt-10{margin-top:-10px;}
.m strong{margin-left:-100px;}
#wrapper ,#wrapper2{position:absolute;width:100%;left:0;z-index:1;background-color:#fff;overflow:hidden; float:left;}
#wrap{width:100%; position:absolute; overflow:hidden;}
#scroller {position:relative;-webkit-tap-highlight-color:rgba(0,0,0,0);float:left;width:100%;padding:0;}
#scroller ul {position:relative;/*list-style:none;*/padding:0;margin:0;width:100%;text-align:left;}
#scroller ul li{display:block; }
.a_club ul li:nth-child(2n-1){background-color:#EDF8FA;}
#pullUp {background:#fff;height:40px;line-height:40px;padding:5px 10px;/*border-bottom:1px solid #ccc;*/font-weight:bold;font-size:14px;color:#888;position:relative;}
#pullUp span{margin-left: -20px;left: 50%;position: absolute;}
#pullUp .pullUpIcon  {
	display:block; float:left;
	width:40px; height:40px;
	background:url(../images/pull-icon@2x.png) 0 0 no-repeat;
	-webkit-background-size:40px 80px; background-size:40px 80px;
	-webkit-transition-property:-webkit-transform;
	-webkit-transition-duration:250ms;	
}
#pullUp .pullUpIcon  {-webkit-transform:rotate(-180deg) translateZ(0);}
#pullUp.flip .pullUpIcon {-webkit-transform:rotate(0deg) translateZ(0);}
#pullUp.loading .pullUpIcon {
	/*margin-left:45%;*/
	background-position:0 100%;
	-webkit-transform:rotate(0deg) translateZ(0);
	-webkit-transition-duration:0ms;
	-webkit-animation-name:loading;
	-webkit-animation-duration:2s;
	-webkit-animation-iteration-count:infinite;
	-webkit-animation-timing-function:linear;
}
@-webkit-keyframes loading {
	from { -webkit-transform:rotate(0deg) translateZ(0); }
	to { -webkit-transform:rotate(360deg) translateZ(0); }
}
.jl_color{display:block;padding:10px 0 10px 20px; font-size:16px; font-weight:bold;color:#333; background-color:#f4f4f4;}
.jl_list{}
.jl_list ul li a{width:80%;display:block;margin:20px 10%;padding:10px 0;border:1px solid #d7d7d7;border-radius:5px;text-decoration:none; text-align:center;font-size:1.2em;color:#333;cursor:pointer;position:relative;overflow:hidden;}
.jl_list2{ background-color:#fff; overflow:hidden; padding-bottom:5px;}
.jl_list2 ul{list-style:none;}
.jl_list2 ul li{float:left; width:22%; margin:8px 1.5% 0; border:1px solid #d7d7d7; text-align:center;}
.jl_list2 ul li a{width:100%; display:block; color:#333; padding:6px 0; white-space:nowrap; overflow:hidden; text-overflow:ellipsis; font-size:13px; }
.jl_list ul li a:hover{background-color:#d2d2d2;}	
.jl_list ul li a i{width: 20px;height: 20px; position: absolute; top: 30%; right: 30px;background: url("../images/right-arrow.gif") no-repeat 100%/15px 15px;}	
.tj{ border-top:1px solid #d7d7d7; width:100%;overflow:hidden; text-align:center; padding:10px 0; background-color:#fff;}
.tj span{ border:1px solid #d7d7d7; padding:5px 10px; cursor:pointer;}
.mr-50{margin-right:50px;}
/*悦福享首页*/
.u-search{width:65%; overflow:hidden; height:30px; margin:10px 0; padding: 0 5%;}
.jf_title{color:#666;}
.pd_3{padding:3px;}
.qy_wenhua{ width:100%; padding:10px 0; overflow:hidden;}
.qy_wenhua ul {list-style-type:none;}
.qy_wenhua ul li{width:33.33%; float:left; padding:0 1px;  overflow:hidden;}
.qy_wenhua ul li:nth-child(1) a::after{content: "";display: block;width: 1px;height:100%;float:right;background-color:#999; position: absolute;right: -1px; top:5px;}
.qy_wenhua ul li:nth-child(2) a::after{content: "";display: block;width: 1px;height:100%; float:right;background-color:#999; position: absolute;right: -1px; top:5px;}
.qy_wenhua ul li a{display:block;width:100%; color:#333; position:relative;padding:0 4px;}
.qy_wenhua ul li a span{display:inline-block;width:100%; padding-top:3px;text-overflow:ellipsis;white-space:nowrap;overflow:hidden;}
.qy_wenhua ul li a img{}
.jsjl ul li,.ygsr ul li{ width:100%;padding:5px 10px 5px 15px; overflow:hidden; white-space:nowrap; text-overflow:ellipsis;}
.rzjnr ul li,.ygsr ul li{ width:100%;padding:5px 10px 5px 15px; overflow:hidden; white-space:nowrap; text-overflow:ellipsis;}
.foot{width:13px; height:13px; display:inline-block; vertical-align:baseline; margin-right:10px;}
.foot0{background-color:#03F;}
.foot1{background-color:#06F;}
.foot2{background-color:#09F;}
.foot3{background-color:#CCC;}
.foot4{background-color:#CCC;}
/*员工生日*/
.sr_title{width:100%; overflow:hidden; border-top:1px solid #d7d7d7;border-bottom:1px solid #d7d7d7;}
.sr_title span{display:block; float:left; width:33.33%; text-align:center; padding:10px 0; font-size:16px; font-weight:bold; color:#39c; background-color:#f4f4f4;}
.sr_content{ width:100%; overflow:hidden; border-bottom:1px solid #d7d7d7;}
.sr_content span{display:block; float:left; width:33.33%; text-align:center; padding:10px 3px;}
/*企业活动*/
#qy_tab{width: 100%;text-align: center;}
#qy_tab li {width: 50%;}
#qy_tab li a {color: #666;}
#qy_tab li:nth-child(1) a::after{content: "";display: block;width: 1px;height: 22px;background: #999;position: absolute;right: -1px;top: 9px;}
.f_15{font-size:15px;}
.f_13{font-size:13px; margin-right:10px;}
.mb_10{margin-bottom:10px;}
.mb_50{margin-bottom:50px;}
.hot_active{width:100%; overflow:hidden; border-bottom:1px solid #d7d7d7;}
.hot_active a{ color:#666;}
.hot_con{ width:100%; overflow:hidden;/* padding-bottom:10px;*/ border-bottom:1px solid #d7d7d7;}
.hot_con li a{ border-bottom:1px solid #d7d7d7;}
.hot_con a,.hot_con li a{display:block; float:left; width:50%; color:#333; }
.hot_c{ padding:5px 10px 0 10px; }
.hot_c img{ margin-right: auto;margin-left: auto;}
.border_b{border-right:1px solid #d2d2d2;}
.hot_c span,.hot_l_r span{display:block; width:100%;padding-top:6px; white-space:nowrap; overflow:hidden; text-overflow:ellipsis;}
.a_title{ font-size:15px;}
.a_time{font-size:13px;}
.a_num{font-size:12px; color:#CCC; padding-bottom:5px;}
.hot_c p{font-size:12px; line-height:22px;}
.hot_a,.hot_b,.hot_e{ display:inline-block;/*width:30px;*/ height:17px; padding:0 5px; border-radius:3px; margin-left:15px; color:#fff; background-color:#c06; text-align:center;}
.hot_b{background-color:#f93;}
.hot_e{background-color:#bebebe;}
/*活动列表页*/
.hot_list{width:100%; overflow:hidden;}
.hot_list span{display:block; width:100%; white-space:nowrap;overflow:hidden;text-overflow:ellipsis; }
.hot_list a{color:#333;}
.hot_a_i{width:120px; height:100px;}
.hot_li_h{height:120px; vertical-align:middle; overflow:hidden;}
.hot_t_h{height:100px; overflow:hidden; position:relative;}
.a_t{position:absolute; top:-2px;}
.a_s{position:absolute; top:23px;}
.a_n{position:absolute; top:45px;}
.f_17{font-size:17px;}
.a_dec{position:absolute; top:65px; font-size:13px; display:block; width:100%; padding:0 5px 0 1px; overflow:hidden;text-overflow:ellipsis;}
.a_club ul,.a_club li{width:100%; overflow:hidden; }
.club_a{display:block; width:100%; color:#666; position:relative; height:100px; overflow:hidden; vertical-align:middle; border-bottom:1px solid #d7d7d7;}
.hot_head{position:absolute; width:90px; height:90px; top:5px; left:10px;}
.hot_dec{position:absolute; top:50%; left:110px; right:30px; font-size:14px; margin-top:-30px;}
.hot_dec span{display:block; width:100%;overflow:hidden; text-overflow:ellipsis; white-space:nowrap; padding:5px 0;}
.hot_r{position:absolute; right:10px; top:50%; margin-top:-8px; width:10px; height:15px;}
.more_active{width:100%; display:block; text-align:center; padding:10px 0; color:#666; background-color:#f4f4f4;}
/*活动详情*/
.a_d,.active_con,.active_end{width:100%; overflow:hidden;border-bottom:1px solid #d7d7d7;}
.a_d span{font-size:13px; width:100%; display:block;  padding:5px 20px 0 20px;}
.ad{color:#39c;}
.a_c_t,.a_c_a,.a_c_i,.a_end,.a_p_num{overflow:hidden; padding:3px 0;}
.active_con b,.active_end b{color:#39c; font-size:12px; font-weight:400;/*padding:0 10px;*/display:block;float:left; margin-left:20px;}
.active_con span{font-size:12px; width:68%;  float:left; display:block;}
.a_p_num a{color:#333;}
.a_p_num span{white-space:nowrap; overflow:hidden; width:60%; display:inline-block;}
.a_p_num img{width:10px; height:10px; margin:5px 10px 0 0; }
.active_member,.active_member ul{width:100%; overflow:hidden; padding: 0 0 0 2px;}
.active_member ul li{width:49%; float:left; border:1px solid #d7d7d7; position:relative; overflow:hidden; padding:31px 0; font-size:12px; margin-top:5px;}
.active_member ul li:hover{background-color:#f7f7f7;}
.active_member ul li:nth-child(2n-1){margin-right:5px;}
.active_member ul li img{position:absolute; top:5px; left:5px; border:1px solid #d7d7d7; border-radius:3px; width:45px; height:45px; margin:5px 0;}
.a_m_n{position:absolute;top:6px; left:60px;}
.a_m_t{position:absolute;top:33px; left:60px;}
.a_m_n i{background:url("../images/male.png") no-repeat; width:13px; height:12px;margin-left: 5px; display: inline-block;}
.join_active{padding:5px 0;}
.join_active a{display:block;width:80%; margin:0 auto; text-align:center;  padding:5px 0; background-color:#09F; color:#fff; border-radius:5px;}
.active_details{width:100%; overflow:hidden; padding:10px 20px; font-size:12px;}
.active_details span{color:#69c; }
/*俱乐部详情*/
.club_banner{width:100%; height:150px; overflow:hidden; position:relative;border-top:1px solid #F7F7F7;}
.club_banner img{width:90px; height:90px; top:5px; left:50%;margin-left:-45px; position:absolute; border-radius:5px; border:1px solid #d7d7d7;}
.club{position:absolute; top:100px; display:block; padding:2px 10px;font-size:12px; color:#333; width:100%; text-align:center;}
#Active,#Club{position:relative;}
.join_c {position:absolute; top:125px; display:block; padding:2px 10px;font-size:12px; color:#333; left:50%; margin-left:-22px;border:1px solid #d7d7d7; border-radius:3px; cursor:pointer;}
.join_c i{ width:16px; height:15px;  display:inline-block; vertical-align:sub; margin-right:5px; background:url("../images/plus.svg") no-repeat;background-size: 16px 15px;}
.c_a{display:block; float:left; width:50%; color:#333; }
/*评论*/
.new_comment {float: right;line-height: 40px;margin-right: 20px;}
.new_comment span{font-size: 15px;color:#69c;}
.active-comment,.a_c_head,.a_c_body{width:100%;overflow:hidden;}
.active-comment{border-bottom:1px solid #d7d7d7;}
.a_c_head a{position:relative; display:block;padding:40px 20px; margin: 0 20px;border-bottom:1px solid #d7d7d7; color:#333;}
.a_c_head a span{position:absolute; font-size:12px;}
.a_c_head a img{position:absolute;top:15px; left:0; width:50px; height:50px; border-radius:5px;}
.a_c_u{top:15px; left:60px; color:#69c;}
.a_c_n{top:50px; left:60px; overflow:hidden; text-overflow:ellipsis;}
.a_c_time{top:50px; left:95px; margin-left:100px;}
.a_c_head a i{position:absolute; top:35px; right:0; height:15px; width:10px;background:url(../images/arrow-right.png) no-repeat;background-size:10px 15px;}
.a_c_body {padding:5px 20px; font-size:12px; overflow:hidden; line-height:22px;}
.a_c_p,.a_c_d,.a_c_d a{overflow:hidden; position:relative;}
.a_c_p span{display:block;}
.a_c_d{padding:10px 0; cursor:pointer;float:right;}
.a_c_d a{ width:100%;color:#333;display:block;padding:10px 0;}
.a_c_d span,.a_c_d i{/*position:absolute;*/ display:inline-block;}
.a_c_d_e{ background:url(../images/eye.png) no-repeat;background-size: 12px 10px; width:15px; height:10px; margin-right:5px;}
.a_c_d_num1{ margin-right:10px;}
.a_c_d_t{ background:url(../images/chat.png) no-repeat;background-size: 12px 10px; width:15px; height:10px; margin-right:5px;}
.a_c_d_num2{margin-right:10px;}
.a_c_d_z{ background:url(../images/zan.png) no-repeat;background-size: 12px 11px; width:15px; height:12px; margin-right:5px;}
.a_c_d_num3{margin-right:10px;}
.t_comment{width:100%; border-bottom:1px solid #d7d7d7; }
.c_title{width:100%; display:block;border-bottom:1px solid #d7d7d7; color:#39c; padding:3px 20px; font-size:12px; line-height:20px;}
.t_f{width:100%; padding:40px 20px; position:relative; overflow:hidden;  border-bottom:1px solid #d7d7d7;}
.t_f span,.t_f a{position:absolute; font-size:12px;}
.t_f img{position:absolute;top:15px; left:20px; width:50px; height:50px; border-radius:5px;}
.t_lz{margin-left:20px;}
.t_n{top:15px; left:80px;}
.t_time{position:absolute;top:45px; left:80px; overflow:hidden; }
.e_zan{width:100%; margin:30px 0 0 60px; border-top:1px solid #ccc; /*position:relative; */overflow:hidden;}
.e_zan span,.e_zan i{position:absolute; display:inline-block;}
.e_member{color:#005ba9; padding:5px 3px; width:60%; overflow:hidden;}
.e_ms{font-weight:500; color:#333; padding:0 8px;}
.e_m_b{ top:80px;right:20px; background:url(/images/zan.png) no-repeat;background-size: 15px 15px; width:18px; height:17px; border:0px solid #ccc; border-radius:2px; }
.t_l{left:0; top:2px;}
.t_time em{margin-left: 60px;font-size:12px; font-style:normal; display:inline-block;}
.t_del{ display:inline-block; padding:2px 5px; background-color:#39c; border-radius:2px; color:#fff; cursor:pointer; top:15px; right:10px;}
.t_text{position:fixed; bottom:0;width:100%; border-top:1px solid #d7d7d7;}
.t_c{padding:22px 0; background:#f4f4f4; position:relative; overflow:hidden;}
.camera{ position:absolute; top:3px; left:10px; width:34px; height:24px; cursor:pointer;}
.t_c_text{position:absolute; top:2px; left:20px;maring-right:54px; height:40px;border: 0;display: block; background-color: #fff;/*border-bottom: 1px solid #d2d2d2;*/ resize:none;}
.t_send{position:absolute; top:2px; right:10px; background:#39c; padding:11px 20px; border-radius:2px; color:#fff; cursor:pointer; font-size:13px;}
.t_up{display:none;}
/*抱团*/
.team_b{width:100%;background-color:rgba(0,0,0,.6); padding:25px 0; position:fixed; bottom:0;color:#fff; z-index:10;}
.team_join { display:inline-block; padding:0 15px; width:100px; background-color:#ff69b4; border-radius:4px;text-align:center; position:absolute; left:10%; top:5px; cursor:pointer;}
.team_join span{display:block;}
.t_kl{font-size:12px;}
.t_ct{letter-spacing:2px; font-size:15px;}
.team_t{display:inline-block; width:160px; overflow:hidden; position:absolute; top:5px; font-size:13px;left: 45%; }
.t_j{padding:5px 0; height:25px; }
#Team ul li,#Team ul li a,#myTeam ul li,#myTeam ul li a{display:block; width:100%; overflow:hidden; color:#333; padding:2px 3px;}
.t_a{overflow:hidden;}
.t_title{display:block;width:100%; padding:3px 0; overflow:hidden; text-overflow:ellipsis; white-space:nowrap;  }
.t_dec{ font-size:12px; line-height:18px; color:rgba(102,102,102,.8);overflow : hidden; margin-bottom:5px; width:100%; height:40px;}
.t_go{width:100%; padding:20px 0; background-color:#ff69b4; border-radius:20px; position:relative;}
.t_go span,.t_go del,.t_go i{position:absolute; display:inline-block;}
.t_3{width:38px; height:38px; background-color:#fff; border-radius:20px; top:1px; left:2px; color:#ff69b4; font-size: 12px;padding: 1px 5px;line-height: 17px;text-align: center;}
.t_price{top:10px; left:50px; color:#fff; }
.t_go del{top:13px; left:120px; color:rgba(255,255,255,.8); font-size:12px;}
.t_zt{top:10px; right:30px; color:#fff;}
.t_go i{top:14px; right:10px;width:10px;height:12px; background:url(../images/r-a.png) no-repeat;background-size:10px 12px;}
.t_go_null{background-color:rgba(153,153,153,.5);}
.t_go_null .t_3{color:rgba(153,153,153,.8);}
.t_cg{width:42px; height:42px; top:3px;line-height:16px;}
/*抱团详情页*/
.t_d{border-bottom:1px solid #d7d7d7;}
.t_d .t_dec{height:auto;}
.t_3_team{width:100%; margin-top:5px; border-top:1px solid #d7d7d7;border-bottom:1px solid #d7d7d7;}
.t_3_head{width:100%; position:relative;padding:15px 0;}
.t_3_head img{position:absolute; left:0; top:-3px; width:40px; height:35px;z-index:10; }
.p_num{position:absolute; top:5px; left:50%; margin-left:-60px; color:rgba(102,102,102,.8); font-size:12px;z-index:10; background:rgba(255,255,255,1); }
.t_3_line{border-bottom:1px solid rgba(200,200,200,.2); width:80%; margin:0 auto; position:absolute; top:17px; left:10%;}
.t_3_member,.t_3_member ul{width:100%; overflow:hidden;position:relative; text-align:center;}
.t_3_member ul li{display:inline-block; width:10%;}
.t_3_member ul li a{position:relative;}
.circle{border:1px solid rgba(102,102,102,.5); border-radius:15px; width:30px; height:30px;}
.circle_1{border:1px solid #ff69b4;}
.t_leader{height: 10px;width: 15px;position:absolute; top:15px; right:0; background:url(../images/leader.png) no-repeat; background-size:15px 10px;}
.ok{position:absolute; top:0; right:5px; height:30px; width:55px;}
.t_3_price{text-align:center; padding-top:20px;}
.tm_price{display:inline-block;border:1px solid rgba(102,102,102,.5); border-radius:3px; width:100px; height:90px;position:relative;}
.tm_price span,.tm_price img{display:inline-block; position:absolute;width:60px; font-size:12px; left:50%; margin-left:-30px;   }
.tm_p{top:-10px; background-color:#fff; color:#ccc;}
.t_3_p{top:22px; background:#ccc; border-radius:2px;color:#fff;}
.tm_price img{ top:45px;width:10px; margin-left:-5px; -webkit-transform:rotate(45deg);transform:rotate(45deg);}
.t_freight{top:60px;background:#ccc; border-radius:2px;color:#fff;}
.team_price{display:inline-block;border:1px solid #ff69b4; border-radius:3px; width:150px; height:110px;position:relative; margin-left:5%;}
.team_price span{display:inline-block; position:absolute;width:110px; font-size:12px; left:50%; margin-left:-55px;   }
.team_3_price{color:#ff69b4; top:15px;}
.team_3_price b{font-size:22px;}
.team_save{top:50px; background-color:rgba(255,204,51,1); border-radius:1px; color:#fff;}
.free_freight{top:80px;border-radius:1px; background-color:rgba(0,204,0,1); color:#fff;}
.djs{width:100%;text-align:center;}
#day_show,#hour_show,#minute_show,#second_show{color:#ff69b4;}
.yfx_price{position:relative; width:100%;}
.yfx_price a{width:100%; display:block; padding:20px 0; cursor:pointer;}
.yfx_price a span,.yfx_price a i{position:absolute;  font-size:12px;}
.y_p{left:20px; color:#333;}
.y_s{right:30px;color:#ccc;}
.yfx_price i{color:#ccc;}
.yfx_price i{ top:14px;right:10px; width:10px;height:12px; background:url(../images/arrow-right.png) no-repeat;background-size:10px 12px;}
.team_zt{ display:inline-block; padding:0 15px; width:100px; background-color:rgba(51,255,51,.7); border-radius:4px;text-align:center; position:absolute; right:10%; top:5px; cursor:pointer;}
.team_zt span{display:block;}
/*组团弹出层*/
.zt{width:100%;padding:10px 0; font-size:12px; overflow:hidden;}
.zt_kl{width:100%; padding:0 20px; text-align:center; border-bottom:1px solid rgba(153,153,153,.3); line-height:22px;}
.zt_kl span{display:block;}
.zt_c{}
.zt_mm{}
.zt_mm b{color:#ff69b4;font-size:16px;}
.zt_share{width:100%; padding:0 20px; border-bottom:1px solid rgba(153,153,153,.3);}
.zt_s_t{}
.share{width:100%;min-width:320px;}
.share a{display:inline-block; width:49%; text-align:center;}
.zt_more{width:100%; display:block; padding:0 20px; line-height:22px; text-align:left;}
.zt_more b{color:#ff69b4;}
.t_content{width:100%;padding:5px;}
.t_content img{ display:block; width:100%;}
/*分享插件*/
#nativeShare .list {width: 90%; margin: 0 auto;}
#nativeShare .list span {width: 30%;display: inline-block; text-align: center;margin: 10px 0;}
#nativeShare .list span i {width: 40px; height: 40px; display: block;margin: 0 auto; margin-bottom: 5px;}
#nativeShare .weixin i { background: url(../images/wechat.png);background-size: cover;}
#nativeShare .weixin_timeline i {background: url(../images/friends.png); background-size: cover;}

/*2016-1-20 首页新闻版块*/
.gs_news,.gs_news ul,.gs_news ul li,.gs_list,.gs_list ul,.gs_list ul li{width:100%; overflow:hidden;}
.gs_news ul li,.gs_list ul li{ border-bottom:1px dashed #ccc;margin-left:15px; padding:5px 0; position:relative; width:100%;}
.gs_news ul li a,.gs_list ul li a{color:#333;}
.n_list{color:#0066FF;}
.n_title{display:inline-block; width:80%; vertical-align:middle;white-space:nowrap; text-overflow:ellipsis; overflow:hidden;}
.gs_jj{font:12px/20px;color:#333; width:80%;}
.gs_news ul li b{display:inline-block; width:20%; white-space:nowrap;  font-weight:500; position:absolute; top:50%; margin-top:-10px; right:0; text-align:right;padding-right:30px;}
.gs_list ul li a span{display:inline-block;white-space:nowrap; text-overflow:ellipsis; overflow:hidden; padding:0 20px 0 0;}
.gs_list ul li p{width:98%;  padding:0 20px 0 0;}
.gs_list ul li a span,.gs_list ul li b{width:100%; }
.gs_list ul li b{display:block; font-weight:500; }





@media (max-width:1920px) { 
    .thumbnail a > img, .thumbnail > img {
        margin-right: auto;
        margin-left: auto; 
        padding:5px;
        width: 200px; /**/
        height: 200px; /*积分商城缩略图高度*/
    }
	.hot_c img{
		width:490px;
		height:320px;
		}
	.qy_wenhua ul li a img{width:625px; height:400px;}
}
@media (max-width:1280px){.qy_wenhua ul li a img{width:417px; height:320px;}}
@media (max-width:1024px) {
	.nav_logo{width:17%;}
    .thumbnail a > img, .thumbnail > img {
        margin-right: auto;
        margin-left: auto;
        padding:3px;
        width: 140px; /**/
        height: 140px; /*积分商城缩略图高度*/
    }
    
    .order-spgg {
        width: 300px;
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
    }
	.hot_c img{
		width:360px;
		height:240px;
		}
	.qy_wenhua ul li a img{width:333px; height:230px;}
}
@media (max-width:800px){.qy_wenhua ul li a img{width:257px; height:200px;}}
@media (max-width:768px){
     .hot_c img{
		width:260px;
		height:170px;
		}
	.pb{padding-bottom:500px;}
	.qy_wenhua ul li a img{width:245px; height:180px;}	
}
@media (max-width:667px){.qy_wenhua ul li a img{width:204px; height:170px;}}
@media (max-width:568px){.qy_wenhua ul li a img{width:178px; height:120px;}}
@media (max-width:560px) {
    .caption h3 {font-size: 13px;height: 28px;}
    .caption strong{font-size:12px;}
	.thumbnail{}
    .thumbnail a > img, .thumbnail > img {
        margin-right: auto;
        margin-left: auto;
        padding:3px;
        width: 100px;
        height: 100px; /*积分商城缩略图高度*/
    }
   .cuxiao_ico{
    position: absolute;
    z-index: 1;
    top: 8px;
    width: 36px!important;
    right: 7px!important;
    height: 36px!important;
}
    .caption-heading {
        margin-top: 0;
        margin-bottom: 5px;
        height: 28px;
        word-break: break-all;
        text-overflow: ellipsis;
        font-size: 13px;
        overflow: hidden;
    } 
	.caption-subtitle {font-size:11px;}
    .media-price {font-size: 10px;}
    .media-price span {font-size: 13px;}
    .delete {font-size: 10px;}
    .car-heading {
        font-size: 14px;
        position: absolute;
        top: 10px;
        width: 140px;
        line-height: 22px;
        word-break: keep-all;
        text-overflow: ellipsis;
        height: 22px;
        overflow: hidden;
    }

    .car-select {
        position: absolute;
        top: 60px;
    }

    .tel, .pass {
        width: 70%;
        height: 30px;
        border: 1px solid #d7d7d7;
        border-radius: 5px;
        padding: 0 0 0 10px;
    }

    .order-spgg {
        width: 250px;
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
    }

    .u-my-user span {
        white-space: nowrap;
        text-overflow: ellipsis;
        display: block;
        width: 400px;
        overflow: hidden;
    }
	.hot_c img{
		width:220px;
		height:140px;
		}
    .qy_wenhua ul li a img{width:178px; height:120px;}
}
@media (max-width:480px) {
    .jf_liebiao ul li a span {font-size: .8em; }
    .yue_liebiao ul li a span {font-size: .8em;}
    .u-my-user span {
        white-space: nowrap;
        text-overflow: ellipsis;
        display: block;
        width: 300px;
        overflow: hidden;
    }
    .u-a-right {
        margin-left: 20%;
        display: inline-block;
        width: 45%;
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
    }
    .u-m-name {
        width: 100px;
    }
	#Vision h3,#Mission h3,#Values h3,#Vision p,#Mission p,#Values p{font-size:13px;}
	.hot_c img{width:140px;height:90px;}
	.pb{padding-bottom:350px;}	
	.qy_wenhua ul li a img{width:150px; height:120px;}
    /*2016  首页新闻*/
	.n_title,.gs_jj{font-size:12px; width:70%;}
	.gs_news ul li b{font-size:12px; width:20%; margin-left:10%;padding-right:90px;}
}
@media (max-width:414px){
	.qy_wenhua ul li a img{width:127px; height:102px;}
	}
@media (max-width:375px){
	.qy_wenhua ul li a img{width:110px; height:100px;}
	}
@media (max-width:320px) {
    .caption h3 {
        font-size: 11px;
        height: 23px;
    }

    .caption strong {
        font-size: 10px;
    }

    .price {
        font-size: 12px;
        width: 35px;
        word-break: keep-all;
        white-space: nowrap;
        text-overflow: ellipsis;
    }

    .jp_title {
        font-size: 16px;
        color: #f93;
        padding: 0 0 2px 15px;
    }

    .jp span a {
        color: #666;
        font-size: 15px;
        padding: 0 10px 2px 0;
    }

    .mx_title {
        font-size: 16px;
        color: #f99;
        padding: 0 5px 2px 15px;
    }

    .mx span a {
        color: #666;
        font-size: 15px;
        padding: 0 10px 2px 0;
    }

    .xp_title {
        font-size: 16px;
        color: #6cf;
        padding: 2px 5px 2px 15px;
    }

    .xp span a {
        color: #666;
        font-size: 15px;
        padding: 0 10px 2px 0;
    }

    .zs_title {
        font-size: 16px;
        color: #fc0;
        padding: 0 5px 2px 15px;
    }

    .zs span a {
        color: #666;
        font-size: 16px;
        padding: 0 10px 2px 0;
    }

    .jr_title {
        font-size: 16px;
        color: #c06;
        padding: 0 5px 2px 15px;
    }

    .jr span a {
        color: #666;
        font-size: 15px;
        padding: 0 10px 2px 0;
    }

    .jptg_title {
        font-size: 16px;
        color: #0c9;
        padding: 0 5px 2px 15px;
    }

    .jptg span a {
        color: #666;
        font-size: 15px;
        padding: 0 10px 2px 0;
    }

    .xpyd_title {
        font-size: 16px;
        color: #c6c;
        padding: 0 5px 2px 15px;
    }

    .xpyd span a {
        color: #666;
        font-size: 15px;
        padding: 0 10px 2px 0;
    }

    .guess_title {
        font-size: 16px;
        color: #f93;
        padding: 0 5px 2px 15px;
    }

    .guess span a {
        color: #666;
        font-size: 15px;
        padding: 0 10px 2px 0;
    }

    .hot_title {
        font-size: 16px;
        color: #39c;
        padding-left: 15px;
    }

    .tel, .pass {
        width: 65%;
        height: 30px;
    }

    .order-add-heading {
        width: 150px;
        margin-left: 90px;
        font-size: 12px;
        line-height: 16px;
        word-break: keep-all;
        word-wrap: break-word;
        text-overflow: ellipsis;
        height: 32px;
        margin-top: -55px;
        overflow: hidden;
    }

    .order-tip {
        width: 96%;
        white-space: nowrap;
        text-overflow: ellipsis;
        font-size: 9px;
        color: #69c;
        overflow: hidden;
    }

    .order-spgg {
        width: 200px;
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
    }

    .u-my-user span {
        white-space: nowrap;
        text-overflow: ellipsis;
        display: block;
        width: 180px;
        overflow: hidden;
    }

    .u-a-right {
        display: inline-block;
        width: 60%;
        margin-left: 6%;
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
    }
	.hot_c img{
		width:140px;
		height:90px;
		}
    .pb{padding-bottom:200px;}	
	.jl_list2 ul li a{font-size:10px;}
	.qy_wenhua ul li a img{width:96px; height:85px;}	
	.jsjl ul li,.ygsr ul li{font-size:12px;}
	.a_m_t{font-size:11px;}
}

