

/*-----------全局------------*/
body {
    background-color: #eff0f2;
    min-width: 320px;
}

a {
    color: #2d2d2d;
    text-decoration: none;
}



/*图标*/
.icon.itl:before {
    position: absolute;
    left: 0px;
    top: 0px;
}

.rc[class*="icon-"]:before {
    display: inline-block;
    width: 1em;
    position: absolute;
    right: 0px;
    top: 50%;
    -webkit-font-smoothing: antialiased;
    margin-top: -0.5em;
    color: inherit;
}

/*布局*/
.fl {
    float: left;
}

.fr {
    float: right;
}

.p10 {
    padding: 10px;
}
/*字体大小*/
.f12 {
    font-size: 12px;
}

.f14 {
    font-size: 12px;
}

.fb {
    font-weight: bold;
}

.tc {
    text-align: center;
}

.tr {
    text-align: right;
}
/*字体颜色*/
.c1 {
    color: #ff9600;
}

.c2 {
    color: #b1b1b1;
}
/*文本*/
.remark {
    padding: 10px;
    line-height: 1.8em;
}
/*列表*/

.lists {
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

    .lists li {
        display: block;
        list-style: none;
        position: relative;
        margin: 5px 10px;
        padding: 20px 20px 20px 10px;
        border: 1px solid #cbcbcd;
        border-left: 6px solid #f24541;
        background-color: #fff;
    }

        .lists li:first-child {
            /*   border-top: 1px solid #ccc;*/
        }

    .lists > li > a {
        position: relative;
        display: block;
        color: inherit;
        margin: -20px -20px -20px -10px;
        text-decoration: none;
        padding: 20px 20px 20px 10px;
    }

        .lists > li > a:after,
        .lists > li .chevron:after {
            position: absolute;
            right: 8px;
            font-family: 'iconfont';
            speak: none;
            font-style: normal;
            font-weight: normal;
            font-variant: normal;
            text-transform: none;
            line-height: 1;
            -webkit-font-smoothing: antialiased;
            content: "\e600";
            top: 50%;
            margin-top: -0.5em;
            color: inherit;
        }

    .lists a .af-badge {
        position: absolute;
        right: 30px;
        top: 48%;
        margin-top: -10px;
    }

    .lists .divider {
        position: relative;
        top: -1px;
        padding-top: 6px;
        padding-bottom: 6px;
        font-size: 12px;
        font-weight: bold;
        line-height: 18px;
        background-color: #dfe0e2;
        border-top: 1px solid #ccc;
        border-bottom: 1px solid #ccc;
        box-shadow: inset 0 1px 1px rgba(255, 255, 255, 0.4);
        padding-right: 60px;
    }

    .lists.inset {
        border: 1px solid #ccc;
        border-radius: 6px;
        margin: 10px;
    }

        .lists.inset li:first-child {
            border-top: none;
            margin-top: 3px;
        }

        .lists.inset li:last-child {
            border-bottom: none;
            margin-bottom: 3px;
        }
/*footer*/

/*表单*/
.input-group-ax {
    width: auto;
    height: auto;
    padding: 12px;
    overflow: hidden;
}

    .input-group-ax input:not([type='button']):not([type='submit']),
    .input-group-ax textarea,
    .input-group-ax select {
        margin-bottom: 0;
        background-color: transparent;
        border: 0;
        border-bottom: 1px solid rgba(255, 255, 255, 0.3);
        border-radius: 0;
        box-shadow: none;
    }

        .input-group-ax input:not([type="submit"]):not([type="button"]):last-child,
        .input-group-ax textarea:last-child,
        .input-group-ax select:last-child {
            border-bottom: none;
        }

    .input-group-ax input[type=button],
    .input-group-ax input[type=submit] {
        margin: 5px;
    }

    /*答题列表*/
     .answerslist {
    margin-bottom: 10px;
}

 .answerslist a {
        display: block;
        margin: 0px 10px;
        border-top: 1px solid #ffffff;
        border-bottom: 1px solid #cecece;
        padding: 5px 5px 10px 18px;
    }

       .answerslist a.icon:before {
            top: 12px;
            left: 0px;
        }

   .answerslist a:first-child {
            border-top: 0px;
        }

  .answerslist a .t {
            display: block;
            line-height: 2em;
        }

    .answerslist a .c {
            display: block;
            float: left;
        }

     .answerslist a .n {
            display: block;
            font-size: 12px;
        }
     
/*头部菜单*/
.headerNav {
    display: inline-block;
    width: 100%;
    border-bottom: 1px solid #e5e5e5;
    padding: 5px;
    background-color: #f9f9f9;
    text-align: center;
}

    .headerNav a {
        display: inline-block;
        float: left;
        width: 20%;
        line-height: 2.5em;
        border-right: 1px solid #e5e5e5;
    }

        .headerNav a:last-child {
            border-right: 0px;
        }

        .headerNav a.on {
            color: #269fdb;
        }
        /*会员头部*/

.pUserHead {
    position: relative;
    height: 120px;
    background-image: url(../images/bg-plogin.jpg);
    background-repeat: no-repeat;
    background-position: center top;
    background-size: 100% 120px;
}

    .pUserHead .photos {
        display: block;
        position: absolute;
        left: 10%;
        top: 30%;
        border-radius: 40px;
        width: 50px;
        height: 50px;
        background-color: #ccc;
        background-image: url(../images/bg-userphotos.jpg);
        background-repeat: no-repeat;
        background-position: center top;
        background-size: 100%;
    }

    .pUserHead .name {
        display: inline-block;
        line-height: 1.8em;
        position: absolute;
        left: 30%;
        top: 30%;
    }

        .pUserHead .name span {
            display: block;
        }

        .pUserHead .name .n {
            color: #0071a9;
            font-size: 1.2em;
            font-weight: bold;
        }

        .pUserHead .name .number {
            font-size: 0.9em;
            color: #a9a9ab;
            line-height: inherit;
        }
/*-----------页面开始------------*/

/*首页*/

/* 分类列表 */
.psortlosts {
    display: inline-block;
    width: 100%;
}

    .psortlosts > a {
        display: inline-block;
        overflow: hidden;
        float: left;
        border: 1px solid #e0e0e0;
        width: 25%;
        background: #fff;
        line-height: 180%;
        text-align: center;
    }

    .psortlosts .icon:before {
        top: 10px;
        left: 5px;
    }

    .psortlosts .img {
        display: block;
        overflow: hidden;
        margin: 0px auto;
        width: 50%;
        height: 30%;
    }

    .psortlosts img {
        display: block;
        width: 100%;
    }

    .psortlosts span {
        display: block;
        overflow: hidden;
        width: 100%;
        color: #000;
        line-height: 2em;
        white-space: nowrap;
        text-overflow: ellipsis;
    }
   .psortlosts  .more img {
       width:60%;
       margin:20% auto;
}
 

/*答题说明*/
.explanation {
    background-color: #ffffff;
}

/*获奖名单*/
.winners {
    background-color: #ffffff;
}
.winners .btnBox{margin-top:10px; text-align:center;}
.winners .btnBox >*{width:25%;
	margin-left:2%;
	margin-right:2%;
	}
	.winners .btnBox .on{margin-top:-0em;
	line-height:1.5em;
	}
.winners .btnBox >*:nth-child(3n+1){background-color: #fbb41c;}
.winners .btnBox >*:nth-child(3n+2){background-color: #0f99f6;}
.winners .btnBox >*:nth-child(3n+3){background-color: #39cb4c;}
    .winners .userLists a {
        display: inline-block;
        width: 100%;
        padding: 10px;
        border-bottom: 1px solid #e8e8e8;
        line-height: 30px;
    }

        .winners .userLists a > span {
            display: inline-block;
        }

        .winners .userLists a > *:nth-child(1) {
            float: left;
            width: 0px;
            height: 0px;
        }

        .winners .userLists a > *:nth-child(2) {
            float: left;
            text-indent: 5px;
        }

        .winners .userLists a > *:nth-child(3) {
            float: right;
        }

        .winners .userLists a > *:nth-child(4) {
            display: block;
            width: 100px;
            float: right;
        }
/*新闻*/

.newsLists {
    background-color: #ffffff;
}

    .newsLists .listbox {
        margin-bottom: 10px;
    }

        .newsLists .listbox a {
            display: block;
            border-top: 1px solid #ffffff;
            border-bottom: 1px solid #cecece;
            padding: 10px 10px 10px 30px;
        }

            .newsLists .listbox a.icon:before {
                top: 18px;
                left: 10px;
            }

            .newsLists .listbox a:first-child {
                border-top: 0px;
            }

            .newsLists .listbox a .t {
                display: block;
                line-height: 2em;
                white-space: nowrap;
                overflow: hidden;
                text-overflow: ellipsis;
            }

            .newsLists .listbox a .c {
                display: block;
            }

            .newsLists .listbox a .n {
                display: block;
                font-size: 12px;
            }

/*答题列表*/
.hall {
    background-color: #ffffff;
}

    .hall .title {
        display: block;
        margin: 0px 10px;
        border-bottom: 1px solid #269fdb;
        padding: 5px;
    }




        .hall .title .t {
            display: block;
            line-height: 2em;
        }

        .hall .title .c {
            display: block;
            float: left;
        }

        .hall .title .n {
            display: block;
        }

    .hall .formBox {
        padding-left: 10px;
    }

        .hall .formBox .t {
            padding: 10px;
        }

    .hall .infos {
        text-indent: 2em;
    }

    .hall .formBox .btn {
        display: block;
        margin: auto;
        width: 80%;
    }


/*答案列表*/
.answer {
    background-color: #ffffff;
}

    .answer .title {
        display: block;
        margin: 0px 10px;
        border-bottom: 1px solid #269fdb;
        padding: 5px 5px 10px 18px;
    }




        .answer .title .t {
            display: block;
            line-height: 2em;
        }

        .answer .title .c {
            display: block;
            float: left;
        }

        .answer .title .n {
            display: block;
        }

    .answer .formBox {
        padding: 0px 10px;
    }

        .answer .formBox .t {
            padding: 10px;
        }

    .answer .infos {
        text-indent: 2em;
    }

    .answer .formBox .btn {
        display: block;
        margin: auto;
        width: 80%;
    }

    .answer .formBox label.b {
        background-color: #f5f5f5;
    }

    .answer .formBox label span {
        display: inline-block;
        float: right;
        padding: 0px 20px 0px 50px;
    }

    .answer .formBox .icon:before {
        left: -8px;
    }

    .answer .formBox .y1 span {
        color: #44c000;
    }

    .answer .formBox .y2 span {
        color: #0071a9;
    }

    .answer .formBox .y3 span {
        color: #ff0000;
    }
/*开始答题*/
.situation .logo img {
    display: block;
    margin: auto;
    max-width: 100%;
}

.situation .logo span {
    display: block;
    margin: auto;
    line-height: 3em;
    color: #0071a9;
}

.situation .btn {
    display: block;
    margin: 20px auto;
    width: 70%;
}

/*头部菜单*/
.leaderboard .btn {
    display: inline-block;
    width: 100%;
    border-bottom: 1px solid #e5e5e5;
    background-color: #f9f9f9;
    text-align: center;
}

    .leaderboard .btn a {
        display: inline-block;
        float: left;
        width: 100%;
        line-height: 2.5em;
        border-right: 1px solid #e5e5e5;
    }

        .leaderboard .btn a:last-child {
            border-right: 0px;
        }

        .leaderboard .btn a.on {
            color: #0071a9;
            border-bottom: 2px solid #0071a9;
        }
        .leaderboard .title {
            padding:10px 20px;
}
         .leaderboard .title  span {
            display: inline-block;             color: #0071a9;
             font-size:1.2em;
        }
            .leaderboard .title  *:nth-child(1) {

        }
         .leaderboard .title  *:nth-child(2) {
            float: right;
        }

.leaderboard .userLists {
    background-color: #ffffff;
}

    .leaderboard .userLists a {
        display: inline-block;
        width: 100%;
        padding: 10px;
        border-bottom: 1px solid #e8e8e8;
        line-height: 30px;
    }

        .leaderboard .userLists a > span {
         display: inline-block;
        }

        .leaderboard .userLists a > *:nth-child(1) {
            float: left;
            border-radius: 25px;
            width: 30px;

        }

        .leaderboard .userLists a > *:nth-child(2) {
            float: left;
           text-indent: 5px;
			width:50%;
         }

        .leaderboard .userLists a > *:nth-child(3) {
            float: right;
			padding-top: 0px;
            padding-right:10px;
	
        }

        .leaderboard .userLists a > *:nth-child(4) {
            display: block;
            width: 100px;
            float: right;
        }
        /*个人中心*/
.usercenter {    background-color: #ffffff;
}
.usercenter .title {  display: inline-block;
                      width:100%;
                       border-bottom: 1px solid #e5e5e5;

}
             .usercenter .title >span {
        display: inline-block;
        float: left;
        width: 50%;
        line-height: 2.5em;
        border-right: 1px solid #e5e5e5;
    }

        .usercenter .title >*:last-child {
            border-right: 0px;
        }
         .usercenter .userLists a {
     display:block;
     line-height:3em;
     border-bottom:1px solid #e7e7e7;
}

 .usercenter .userLists a {
     display:block;
     line-height:3em;
     border-bottom:1px solid #e7e7e7;
     text-indent:2em;
     font-size:18px;
}
    .usercenter .userLists .icon:before{
        color:#0071a9;
    }
 .usercenter .userLists a::after {
content:"\e60b";
    font-family: 'iconfont';
	speak:none;
	font-style:normal;
	font-weight:normal !important;
	font-variant:normal;
	text-transform:none;

	color:inherit;
	position:relative;
	font-size:1em;
display:block;
position:absolute;
right:10px;
top:0px;
}

 /*分类页面*/
.sortLeft .sortLeftBtn {
    position:absolute;
    right:10px;
    top:10px;
    display:block;
    border-radius:25px;

    width:30px;
    height:30px;
    background-color:#269fdb;
    line-height:30px;
    text-align:center;
    color:#ffffff;

}
.sortLeft {
    padding:20px;
}
 .sortLeft .sortBox>a {
    display:block;

    line-height:2.5em;
    color:#0071a9;
}
.sortLeft .sortBox>a span {

    display:inline-block;
    position:relative;
    border-bottom:2px solid #e5e5e5;
    padding-right:50px;

}
    .sortLeft .sortBox > a span::after {
        content:"";
        display:block;
        position:absolute;
        bottom:-2px;
        left:0px;
        width:2em;
        height:2px;
        background-color:#0071a9;
    }
 .sortLeft .sortBox div>a {
    display:inline-block;
    padding:0px 20px;
    line-height:2em;

}
