﻿/* 专题通用样式 */
.t_activity_box{
    line-height:1;
    font-size:14px;
}
.t_title1{
    padding:30px 0;
}
.t_title font{
    padding:0 20px;
    font-size:16px;
    font-weight:700;
    vertical-align:5px;
}

.t_title{
    padding:50px 0 29px 0;
    color:#fff;
    text-align:center;
    font-family:"Microsoft YaHei";
    font-size:32px;
    font-weight:bold;
}
.title_type,.type{
    display:inline-block;
    *display:inline;
    margin:0 16px;
    font-size:30px;
    font-weight:normal;
}
.t_icon{
    display:inline-block;
    vertical-align:middle;
}
.icon_left{
    width:76px;
    height:26px;
    background:url(https://i.huim.com/zhuanti/1212/1212_pc_title01.png);
}
.icon_right{
    width:76px;
    height:26px;
    background:url(https://i.huim.com/zhuanti/1212/1212_pc_title02.png);
}
.tm_1212{
    display:inline-block;
    vertical-align:middle;
    width:76px;
    height:26px;
}
.tm_1212.icon_left{
    background:url(https://i.huim.com/zhuanti/1212/1212_pc_title01.png);
}
.tm_1212.icon_right{
    background:url(https://i.huim.com/zhuanti/1212/1212_pc_title02.png);
}
.t_activity{
    overflow:hidden;
}
.t_activity ul{
    width:1205px;
}
.t_activity li{
    float:left;
    width:220px;
    margin-right:5px;
    margin-bottom:5px;
    background-color:#fff;
}
.t_activity li img{
    width:100%;
}
.t_box{
    padding:10px;
}
.g_title,.g_time,.g_price{
    /*margin-bottom:10px;*/
}
.g_title{
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
/* app下载 */
.t_appdownload{
    width: 100%;
    height:525px;
    background: url(https://i.huim.com/zhuanti/20180618/618_pc_appdown.png) no-repeat center 120px;
}
.app_download{
    margin-top:10px;
}
/* app下载 新 */
.app_download img{
    display:block;
    margin:0 auto;
    padding-bottom:200px;
    width:300px;
    height:300px;
}
.timeline{
    padding:10px 0 20px 0;
    background:#5b0a21;
}
.timeline .timeline_box{
    width:1025px;
}
.timeline_box li{
    float:left;
    margin-right:8px;
    margin-bottom:10px;
}
.timeline_box li a{
    display:block;
    width:160px;
    height:114px;
    background-color:#08b659;
}
/* 通用按钮 */
.common_btn{
    display: block;
    color: #fff;
    text-align: center;
    font-size:13px;
    line-height: 32px;
}
.common_btn .arr_right {
    position: relative;
    display: inline-block;
    margin-left: 5px;
    top: -2px;
    width: 4px;
    height: 6px;
    background: url(https://i.huim.com/zhuanti/20161111/pc_ico.png) 0 -237px;
}

/* 导航
--------------------*/
.partyon_nav{
    display:-none;
    width:100px;
    position:fixed;
    left:50%;
    bottom:200px;
    margin-left:630px;
    border-bottom:0px;     
    _bottom: 0;
    _position: absolute;
    _top: expression(documentElement.scrollTop + documentElement.clientHeight-this.offsetHeight-200);
}
.partyon_nav .partyon_nav_tit{
    padding-bottom:10px;
}
.partyon_nav .partyon_nav_tit a{
    padding:10px 0 5px 0;
    display:block;
    text-align:center;
    font-size:12px;
    color:#fff;
}
.partyon_nav span{
    display:block;
    width:80px;
    height:80px;
    margin:0 10px 0 10px;
    background:url("https://i.huim.com/zhuanti/tmall/1111_sidebar.png") no-repeat 0 0;
}
.partyon_nav ul{
    width:100px;
    margin:0 auto;
}
.partyon_nav li{
    display:block;
    cursor:pointer;
    height:32px;
    line-height:32px;
}
.partyon_nav li a{
    display:block;
    cursor:pointer;
    height:32px;
    line-height:32px;
    border-top:1px solid #f4b084;
    color:#fff;
    font-size:12px;
    padding-left:25px;   
    background:url("https://i.huim.com/zhuanti/tmall/1111_sidebar.png") no-repeat 10px -84px;
}

.partyon_nav .gotop{
    height:42px;
    color:#fff;
    border-color:#9570cc;
    text-indent:-99em;
    overflow:hidden;
    border-top:1px solid #f4b084;
    background:url("https://i.huim.com/zhuanti/tmall/1111_sidebar.png") no-repeat 35px -113px;
}
.partyon_nav .current a{
    background-color: #3b267b;
}


.ball-beat{
                display:inline-block;
                vertical-align:-3px;
            }
            .ball-beat > div {
                  background-color: #fff;
                  width: 15px;
                  height: 15px;
                  border-radius: 100%;
                  margin: 2px;
                  -webkit-animation-fill-mode: both;
                          animation-fill-mode: both;
                  display: inline-block;
                  -webkit-animation: ball-beat 0.7s 0s infinite linear;
                          animation: ball-beat 0.7s 0s infinite linear; }
                  .ball-beat > div:nth-child(2n-1) {
                    -webkit-animation-delay: 0.35s !important;
                            animation-delay: 0.35s !important; }
             
                            @-webkit-keyframes ball-beat {
  50% {
    opacity: 0.2;
    -webkit-transform: scale(0.75);
            transform: scale(0.75); }

  100% {
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1); } }

@keyframes ball-beat {
  50% {
    opacity: 0.2;
    -webkit-transform: scale(0.75);
            transform: scale(0.75); }

  100% {
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1); } }




.right_nav{
    width: 180px;
    height: 1140px;
    background: #1e1e1e;
    position: fixed;
    right: 0;
    top:0;
    z-index: 99;
}
.right_nav img{
    display: none;
}
.right_nav .nav_hb{
    width: 150px;
    height: 64px;
    background: url(https://i.huim.com/zhuanti/20171111/1111_bar_hb_n.png) top center;
}
.right_nav .nav_top{
    margin:0;
    width: 180px;
    height: 140px;
    background: url(https://i.huim.com/zhuanti/20171111/1111_bar_home_n.png) top center;
}
.right_nav div{
     width: 150px;
    height: 42px;
    margin:4px  auto 0  auto;
}
.nav_ys{
    background: url(https://i.huim.com/zhuanti/20171111/1111_bar_ys_n.png);
}
.nav_kb{
    background: url(https://i.huim.com/zhuanti/20171111/1111_bar_kb_n.png);
}
.nav_bd{
    background: url(https://i.huim.com/zhuanti/20171111/1111_bar_phb_n.png);
}
.nav_qd{
    background: url(https://i.huim.com/zhuanti/20171111/1111_bar_qd_n.png);
}
.nav_ms{
    background: url(https://i.huim.com/zhuanti/20171111/1111_bar_ms_n.png);
}
.nav_hd{
    background: url(https://i.huim.com/zhuanti/20171111/1111_bar_dp_n.png);
}
.nav_bc{
    background: url(https://i.huim.com/zhuanti/20171111/1111_bar_bc_n.png);
}
.nav_lyc{
    background: url(https://i.huim.com/zhuanti/20171111/1111_bar_lyc_n.png);
}
.nav_sj{
    background: url(https://i.huim.com/zhuanti/20171111/1111_bar_sj_n.png);
}
.nav_jg{
    background: url(https://i.huim.com/zhuanti/20171111/app/1111_bar_jg_n.png);
}
.dianshang img{
    display: none;
}
.dianshang .jd{
    background: url(https://i.huim.com/zhuanti/20171111/1111_pchome_mall_jd_n.png);
}
.sn{
    background: url(https://i.huim.com/zhuanti/20171111/1111_pchome_mall_sn_n.png);
}
.gm{
    background: url(https://i.huim.com/zhuanti/20171111/1111_pchome_mall_gm_n.png);
}
.fq{
    background: url(https://i.huim.com/zhuanti/20171111/1111_pchome_mall_fq_n.png);
}
.yhd{
    background: url(https://i.huim.com/zhuanti/20171111/1111_pchome_mall_yhd_n.png);
}
.ymx{
    background: url(https://i.huim.com/zhuanti/20171111/1111_pchome_mall_amazon_n.png);
}
.close_nav{
    position: fixed;
    top: 0;
    right: 180px;
    background: #4c4c4c;
    color: #fff;
    font-size: 12px;
    width: 25px;
    height: 52px;
    text-align: center;
    padding:5px 0; 
    cursor: pointer;
    z-index: 99;
}
.close_nav span{
    display: block;
}
.fold_img{
    display: none;
   position: fixed;
   top: 0;
   right: 0;
   width: 96px;
   height: 96px;
   cursor: pointer;
}