html, body, div, p, span, a, abbr, object, iframe, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, label, pre, form, fieldset, input, textarea, blockquote, table, caption, tbody, tr, th, td, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, legend { margin: 0; padding: 0;}
caption, th { text-align: left; }
ol,ul,li,dl,dd,dt { list-style-type: none; }
img{ border:0; }
fieldset, img, button { border: none; }
button { cursor: pointer; }
input, button, img { vertical-align: middle; }
input,select,textarea{
    outline: none;
    border: none;
    resize: none;
}
ins { text-decoration: none; }
del { text-decoration: line-through; }
body { 
    font: normal 0.9em/1.6 Tahoma, "Lucida Grande", Verdana, "Microsoft Yahei", STXihei, hei; 
    color: #838383; 
    background-color: #f5f5f5; 
    padding-bottom: 65px;
    -webkit-tap-highlight-color: transparent;
}
a{
    text-decoration: none;
}
a:active{
    -webkit-appearance: none;
    -webkit-tap-highlight-color: transparent;
}

.clear{clear:both;height:0;line-height:0;font-size:0;visibility:hidden;overflow:hidden}
.clearfix:after{visibility: hidden;display: block;font-size: 0;content: " ";clear: both;height: 0;zoom:1;}

.l{ float:left; }
.r{ float:right; }
.mt15{ margin-top: 15px }


.personal{
    position: relative;
    overflow: hidden;
    height: 210px;
    padding-bottom: 10px;
    background: url(../images/memberBg.jpg) no-repeat; 
    background-size: cover; 
    background-position: center;
}
.personalImg, .personalName{
    position: absolute;
    left: 0px;
    right: 0px;
    margin-left: auto;
    margin-right: auto;
}
.personalImg{
    top: 26px;
    width: 120px;
    height: 120px;
    overflow: hidden;
    border-radius: 100px;
    border: 4px solid #fff;
}
.personalImg a{
    display: block;
    height: 100%;
    overflow: hidden;
    border-radius: 50px;
}
.personalImg a img{
    width: 122px;
    height: 122px;
    border-radius: 50px;
}
.personalName{
    top: 170px;
    height: 40px;
    color: #fff;
    text-align: center;
}
.personalName{
    font-size: 1.3em;
}
.personalMore{
    position: absolute;
    top: 32px;
    right: 20px;
    width: 36px;
    line-height: 1.2;
}
.personalMore a{
    display: block;
    padding: 15px 12px 15px 10px;
    text-align: center;
    color: #fff;
    font-size: 0.9em;
    box-sizing: border-box;
    border-radius: 18px;
    background: rgba(0,0,0,.3);
}


.perMeg{
    overflow: hidden;
    padding: 0 15px;
    border-top: 1px solid #e7e7e7;
    border-bottom: 1px solid #e7e7e7;
    background: #fff;
}
.perMeg li{
    overflow: hidden;
    padding: 12px 0px 12px 0px;
    display: block;
    color: #525252;
    border-bottom: 1px solid #e7e7e7;
}
.perMeg li p:first-child{
    float: left;
    width: 25%;
}
.perMeg li p:last-child{
    float: left;
    width: 75%;
}
.perMeg li:last-child{
    border-bottom: none;
}
.perMeg li a{
    float: right;
}
.perMeg .copy{
    width: 24px;
    height: 24px;
    background: url(../images/icon-copy.png) no-repeat;
    background-size: 24px; 
}


.btnTel,.btnAdd{
    padding: 15px 15px 0 15px;
    text-align: center;
}
.btnTel a{
    display: block;
    width: 100%;
    padding: 12px 0px;
    color: #fff;
    font-size: 1.1em;
    border-radius: 60px;
    background: #408bff;
}
.btnTel a:active{
    background: #2f7aef;
}

.btnTel1{
    padding: 15px 15px 0 15px;
    text-align: center;
}
.btnTel1 a{
    display: block;
    width: 100%;
    height: 50px;
    color: #fff;
    font-size: 1.1em;
    border-radius: 60px;
    background: url(../images/icon-tel.png) no-repeat center #408bff;
    background-size: 30px;
}
.btnTel1 a:active{
    background: url(../images/icon-tel.png) no-repeat center #2f7aef;
    background-size: 30px;
}


.list{
    overflow: hidden;
}
.list li{
    background: #fff;
    padding: 0 15px;
    margin-bottom: 15px;
    border-top: 1px solid #e7e7e7;
    border-bottom: 1px solid #e7e7e7;
}
.list li div{
    overflow: hidden;
    padding: 15px 0;
}
.list li div:nth-child(2){
    border-top: 1px solid #e7e7e7;
    border-bottom: 1px solid #e7e7e7;
}
.list li h2{
    display: inline-block;
    overflow: hidden; 
    padding-top: 4px;
    font-weight: normal;
    font-size: 1.1em;
    color: #000;
    display: -webkit-box; 
    -webkit-line-clamp: 1; 
    -webkit-box-orient: vertical;
}
.list li span{
    display: inline-block;
    margin-right: 10px;
}
.list li div:nth-child(1) a{
    float: right;
    padding: 4px 15px;
    border-radius: 1px;
    color: #408bff;
    border: 1px solid #408bff;
    
}
.list li div:nth-child(1) a:active{
    color: #fff;
    border: 1px solid #408bff;
}
.list li div:nth-child(3) p{
    float: right;
}
.list li .huodong,.list li .huo{
    padding: 7px 16px;
    border-radius: 2px;
}
.list li .huodong{
    color: #fff;
    border:1px solid #408bff;
}
.list li .huodong:active{
   /* background: #2f7aef;*/
}
.list li .huo{
    margin-left: 10px;
    color: #408bff;
    border:1px solid #408bff;
}
.list li .huo:nth-child(1){
	height:auto;
	
}
.list li .huou{
	min-height:35px;
	line-height:35px;
}
.list li .huo:active{
   border:1px solid #408bff;
}

.xia li{
    margin-bottom: 15px;
    overflow: hidden;
    padding: 12px 10px 6px 15px;
    border-top: 1px solid #e7e7e7;
    border-bottom: 1px solid #e7e7e7;
    background: #fff;
}
.xia li .iconImg{
    float: left;
    width: 60px;
    height: 60px;
    border-radius: 30px;
    overflow: hidden;
    margin-right: 15px;
}
.xia li .iconImg img{
    width: 100%;
    vertical-align: middle;
}
.xia li .xiaMeg{
    float: left;
    margin-right: 15px;
}
.xia li .xiaTel{
    float: right;
    display: inline-block;
    padding: 4px 10px;
    color: #ff7f27;
    margin-top: 12px;
    border-radius: 60px;
    border: 1px solid #ff7f27;
}
.xia li .xiaLink{
    float: right;
    display: inline-block;
    width: 22px;
    height: 22px;
    padding: 25px 15px 10px 10px;
    background: url(../images/arrow.png) no-repeat 98% center;
    background-size: 22px;
}
.xia li h4{
    color: #000;
    padding-top: 3px;
    padding-bottom: 2px;
    MAX-WIDTH: 8REM;
}
.xia li p{
    overflow:hidden; 
    display: -webkit-box; 
    -webkit-line-clamp: 1; 
    -webkit-box-orient: vertical;
}



/*footNav*/
.footNav{
    position: fixed;
    z-index: 3;
    bottom: 0px;
    border-top: 1px solid #e7e7e7;
    background: #e6e6e6;
    width: 100%;
    text-align: center;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
}
.menu{
    position: relative;
    float: left;
    left:0;
    width: 33.33%;
    height: 50px;
    line-height: 50px;
    background: #fff;
    border-right: 1px solid #ebebeb;
    box-sizing:border-box;
    -webkit-box-sizing:border-box;
}
.menu:last-child{
    border-right: none;
}
.new-sub{
    position: absolute;
    bottom: 60px;
    z-index: 10;
    width: 100%;
    padding: 0px 10px;
    background: #fff;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    border: 1px solid #EEEEEE;
    border-radius: 5px;
    display:none;
}
.new-sub li{
    width: 100%;
    background: #fff;
    float: none;
    box-sizing: border-box;
    -webkit-box-sizing:border-box;
    border-top: 1px solid #f2f2f2;
}
.new-sub li:first-child{
    border-top: none;
}
.new-sub li a{
    display:block;
    height:50px;
    line-height:50px;
    text-align:left;
    background:#fff;
    color:#333;
    border:none;
    text-align:center;
    font-size: 1.1em;
}
.sanjiao{
    position:absolute;
    bottom: 4px;
    right: 4px;
    width: 0;
    height: 0;
    border: 4px solid transparent;
    border-right: 4px solid #adadad;
    border-bottom: 4px solid #adadad;
    opacity:.5;
}
.bt-name{
    font-size: 1.1em;
    color:#000;
    line-height:50px;
}
.bt-name a{
    display:block;
    font-size: 1.1em;
    color:#000;
     line-height:50px;
}
.new-sub .tiggle{
	width:0px;
    height:0px;
    position:absolute;
    left:50%;
    margin-left:-10px;
    bottom:-9px;
    border-top:10px solid #EEEEEE;
    border-left:10px solid transparent;
    border-right:10px solid transparent;
    z-index:10;
}
  .new-sub .innertiggle{
  	width:0px;
    height:0px;
    position:absolute;
    left:50%;
    margin-left:-9px;
    bottom:-8px;
    border-top:9px solid white;
    border-left:9px solid transparent;
    border-right:9px solid transparent;
    z-index:11;
}

.addMa{
    overflow: hidden;
}
.addMa li{
    background: #fff;
    margin-bottom: 15px;
    border-top: 1px solid #e7e7e7;
    border-bottom: 1px solid #e7e7e7;
}
.addMa li:last-child{
    margin-bottom: 0;
}
.addMa li a{
    display: block;
    padding: 15px 15px 12px 64px;
    color: #838383;
    font-size: 1.1em;
    background: url(../images/header.png) no-repeat 15px 8px;
    background-size: 38px;
}

/* 排行榜 2018-05-09 */
.paiBg{
    height: 100px;
    line-height: 100px;
    text-align: center;
    color: #fff;
    font-size: 1.45em;
    background: url(../images/paiBg.jpg) no-repeat;
    background-size: cover;
}

.paihang{
    background: #fff;
}
.paihang li{
    
}
.paihang li a{
    display: block;
    overflow: hidden; 
    text-overflow: ellipsis;
    white-space: nowrap;
    height: 70px;
    line-height: 70px;
    margin: 0 15px;
    color: #797979;
    font-size: 1.2em;
    border-bottom: 1px solid #ebebeb;
}
.paihang li a p{
    float: left;
    overflow: hidden;
    width: 50px;
    height: 50px;
    line-height: 50px;
    margin-top: 7.5px;
    margin-right: 15px;
    border-radius: 25px;
}
.paihang li a p img{
    width: 100%;
}
.paihang li a em{
    float: right;
    display: inline-block;
    padding-right: 8px;
    text-align: center;
    font-weight: 700;
    font-size: 1.05em;
    color: #b7b7b7;
}
.paihang li:nth-child(1) a em{
    color: #fa6464;
}
.paihang li:nth-child(2) a em{
    color: #f373ff;
}
.paihang li:nth-child(3) a em{
    color: #538bf2;
}


/* 我的海报报名人员 2018-05-16 */
.haibaoList {
    background: #fff;
}
.haibaoList > ul > li{
    border-bottom: 1px solid #ddd;
}
.haibaoList > ul > li:after{
    content: "";
    clear: both;
    display: block;
}
.haibaoList > ul > li:first-child{
    font-weight: 700;
    color: #000;
    background-color: #f9f8f8;
}
.haibaoList > ul > li > p{
    display: inline-block;
    width: 33.333333%;
    padding: 10px 0;
    text-align: center;
}
.haibaoList > ul > li >  p:nth-child(1){
    width: 20%;
}
.haibaoList > ul > li >  p:nth-child(2){
    width: 30%;
    /*background-color: #f9f8f8;*/
}
.haibaoList > ul > li >  p:nth-child(3){
    width: 50%;
}
.jiechu{
	padding:5px;
	color:#fff;
	background:#4477eb;
	border-radius:8px;
}
.jiechu:hover{
	background:#3e5ea7;
}

@media(max-width: 321px){
    .xia li{
        padding: 12px 5px 6px 10px;
    }
    .xia li .iconImg{
        margin-right: 6px;
    }
    .xia li .xiaMeg{
        margin-right: 6px;
    }
    .xia li .xiaTel{
        float: left;
        display: inline-block;
        padding: 4px 10px;
        color: #ff7f27;
        margin-top: 12px;
        border-radius: 60px;
        border: 1px solid #ff7f27;
    }
    .xia li .xiaLink{
        padding: 25px 5px 10px 5px;
    }
}

