body {
    width: 100%;
    font-size: 12px;
    font-family: "微软雅黑";
    text-align: center;
    background-color: #f2f2f2;
    margin: 0;
}

.detail-table{width: 97.2%;height: .65rem;text-align: left;line-height: .65rem;  padding-left: 10px;  font-size: .24rem;  background: #efefef;}
.detail-table a{color:#9c999c;}
.all {
    margin: 0 auto;
    display: table;
}
.zhanqiindex_tab {
    width: 100%;
    height: 50px;
    background-color: rgb(255,255,255);
}
.zhanqiindex_tab a{
    float: left;
    width: 20%;
    border: 0;
    height: 50px;
    line-height: 50px;
    text-align: center;
    font-size: 18px;
    color: #575757;
    text-decoration: none;
}
.zhanqiindex_tab a.active{
    position: relative;
    color: red;
}
.zhanqiindex_tab a.active::before {
    content: '';
    position: absolute;
    width: 100%;
    height: 2px;
    background: red;
    left: 0px;
    bottom: 0;
}
.zhanqiindex_tab a.active::after {
    content: '';
    position: absolute;
    border-bottom: 5px solid red;
    border-right: 5px solid transparent;
    border-left: 5px solid transparent;
    bottom: 2px;
    left: 50%;
    margin-left: -4px;
}
.yxk_type{
    width:100%;
    background: #fff;
    padding-bottom: 20px;
}
.yxk_type .yxk_type_ul{
    width: 96%;
    margin: 0 auto;
    height: 1.8rem;
    overflow: hidden;
}
.yxk_type .yxk_type_ul a{
    float: left;
    display: table;
    width: 1.54rem;
    height: .50rem;
    line-height: .50rem;
    background: #eeeeee;
    color: rgb(83,83,83);
    font-size: .24rem;
    margin-right: .20rem;
    margin-top: .30rem;
    border-radius: .30rem;
    overflow: hidden;
    border: 0.02rem solid #eeeeee;
}

.yxk_type .yxk_type_ul a.active{
    border: 0.02rem solid rgb(0,120,255);
    color: rgb(0,120,255);
    background: #fff;
    height: .50rem;
    line-height: .50rem;
}

.yxk_type .yxk_type_ul span{
    float: left;
    width: 1.59rem;
    height: .50rem;
    line-height: .50rem;
    background: #eeeeee;
    color: rgb(0,120,255);
    font-size: .24rem;
    margin-right: .20rem;
    margin-top: .30rem;
    border-radius: .30rem;
}

.yxk_nav{
    position: relative;
    width: 100%;
    height: 55px;
    line-height: 55px;
    overflow: hidden;
    background: #fff;
}
.yxk_nav a{
    position: relative;
    float: left;
    width: 22%;
    padding-left: 8%;
    margin-left: 8%;
    height: 55px;
    box-sizing: border-box;
    font-size: .30rem;
    color: rgb(149,149,149);
}

.yxk_nav a.active{
    color: rgb(0,120,255);
}
.yxk_nav .tj:before{
    position: absolute;
    content: '';
    bottom: 5px;
    left: -6px;
    width: 50px;
    height: 50px;
    background: url(../images/new_3gicon.png) -8px -328px no-repeat;
    transform: scale(.7);
}
.yxk_nav .zx:before{
    position: absolute;
    content: '';
    bottom: 5px;
    left: -6px;
    width: 50px;
    height: 50px;
    background: url(../images/new_3gicon.png) -100px -328px no-repeat;
    transform: scale(.7);
}
.yxk_nav .zr:before{
    position: absolute;
    content: '';
    bottom: 5px;
    left: -6px;
    width: 50px;
    height: 50px;
    background: url(../images/new_3gicon.png) -190px -328px no-repeat;
    transform: scale(.7);
}
.yxk_nav .tj.active:before{
    position: absolute;
    content: '';
    bottom: 5px;
    left: -6px;
    width: 50px;
    height: 50px;
    background: url(../images/new_3gicon.png) -8px -262px no-repeat;
    transform: scale(.7);
}
.yxk_nav .zx.active:before{
    position: absolute;
    content: '';
    bottom: 5px;
    left: -6px;
    width: 50px;
    height: 50px;
    background: url(../images/new_3gicon.png) -100px -262px no-repeat;
    transform: scale(.7);
}
.yxk_nav .zr.active:before{
    position: absolute;
    content: '';
    bottom: 5px;
    left: -6px;
    width: 50px;
    height: 50px;
    background: url(../images/new_3gicon.png) -190px -262px no-repeat;
    transform: scale(.7);
}
.yxk_nav a.active:after{
    position: absolute;
    content: '';
    bottom: 0;
    left: 0;
    width: 100%;
    height: 2px;
    background: rgb(0,120,255);
    border-radius: 10px;
}
.down{
    width: 100%;
    background-color: rgb(255,255,255);
    padding-top: 15px;
}
.list ul{
    list-style: none;
    margin: 0;
    padding: 0;
    float: left;
    background: #fff;
}
.list ul > a{
    float: left;
    width: 7.5rem;
    height: 1.0rem;
    border-bottom: 3px solid #e9e9e9;
    padding: .30rem 0 .30rem 0;
}
.list ul > a > img{    
    display: block;
    width: 1.0rem;
    border-radius: 20%;
    float: left;
    margin-left: .20rem;
}
.list ul > a > p{    
    color: rgb(83,83,83);
    font-size: .30rem;
    line-height: .40rem;
    height: .40rem;
    overflow: hidden;
    width: 50%;
    float: left;
    text-align: left;
    padding-left: .30rem;
}
.list ul > a > .type-size{
    width: 50%;
    float: left;
    text-align: left;
    padding-left: .30rem;
    color: rgb(173,173,173);
    margin-top: .20rem;
    font-size: .24rem;
}
.list ul > a > .down{    
    margin-right: .20rem;
    margin-top: -2%;
    width: 1.30rem;
    float: right;
    height: .50rem;
    line-height: .50rem;
    color: rgb(0,120,255);
    background: rgb(234,234,234);
    border-radius: .25rem;
    font-size: .24rem;
    padding: 0;
}


.more{background: #fff;
    padding-bottom: 20px;
    float: left;
    width: 100%;}
.more span
{text-align: center;
    text-decoration: none;
    height: .50rem;
    line-height: .50rem;
    width: 3.2rem;
    display: table;
    margin: 0 auto;
    color: #8f8f8f;
    border: 1px solid #8f8f8f;
    border-radius: .26rem;
    font-size:.24rem;
    margin-top: .30rem;
}

