@charset "UTF-8";
.acm-header {
    background: #fff;
    position: fixed;
    width: 100%;
    z-index: 101;
    left: 0;
    font-size: 16px;
    height: 54px;
    border-bottom: 1px solid #eee;
    box-shadow: 0 0 15px rgba(96, 96, 96, .2)
}

.acm-header-main {
    padding: 0 30px
}

.acm-header-main a {
    color: #666;
    line-height: 54px
}

.acm-logo {
    float: left;
    margin: 7px 20px 0 0;
    display: block
}

.acm-logo img {
    display: block
}

.acm-nav {
    float: left
}

.acm-nav li {
    display: inline-block;
    vertical-align: top;
    padding: 0 10px
}

.acm-nav li>a {
    display: block;
    position: relative;
    padding: 0 5px
}

.acm-nav li>a.selected:before,
.acm-nav li>a:hover:before {
    content: "";
    width: 100%;
    height: 4px;
    background: #1ebf9b;
    position: absolute;
    bottom: 0;
    left: 0
}

.acm-nav-info {
    float: right
}

.acm-nav-info>li {
    display: inline-block;
    vertical-align: middle;
    position: relative;
    padding-left: 30px;
    height: 54px;
    line-height: 54px
}

.acm-nav-info>li.profile-item {
    position: relative
}

.acm-nav-info>li.profile-item:hover:after,
.acm-nav-info>li.profile-item:hover:before {
    position: absolute;
    display: block;
    content: "";
    bottom: -2px;
    right: 10px;
    border: 6px solid #fff;
    border-color: transparent transparent #fff
}

.acm-nav-info>li.profile-item:hover:before {
    bottom: -1px;
    border-color: transparent transparent #ddd
}

.acm-nav-info>li.profile-item:hover .sub-nav {
    display: block
}

.acm-nav-info>li.profile-item .sub-nav {
    position: absolute;
    display: none;
    right: 0;
    top: 54px;
    border: 1px solid #ddd
}

.acm-nav-info>li.profile-item .sub-nav li {
    height: auto;
    border: none;
    padding: 0 10px;
    font-size: 14px;
    background: #fff;
    line-height: 1.5
}

.acm-nav-info>li.profile-item .sub-nav li .icon-user {
    margin-right: 10px;
    margin-left: 2px
}

.acm-nav-info>li.profile-item .sub-nav a {
    line-height: 36px;
    color: #8a96a7;
    white-space: nowrap
}

.acm-nav-info>li.profile-item .sub-nav a:hover {
    color: #25bb9b
}

.acm-nav-info>li.profile-item .sub-nav a:hover .hover-accout-logout {
    background-position: -216px 0
}

.acm-nav-info>li.profile-item .sub-nav .hover-item-ico {
    background: url(https://static.nowcoder.com/images/img/home/icon-person.png) no-repeat;
    width: 16px;
    height: 16px;
    margin-right: 10px;
    vertical-align: middle;
    display: inline-block
}

.acm-nav-info>li.profile-item .sub-nav .hover-accout-logout {
    background-position: -174px 0
}

.acm-nav-info .icon-home {
    font-size: 20px;
    -webkit-font-smoothing: antialiased
}

.acm-nav-info a:hover {
    color: #25bb9b
}

.acm-nav-info .icon-envelope:before,
.acm-nav-info .icon-home:before {
    margin-right: 5px
}

.nav-msg {
    position: relative
}

.nav-msg-num {
    display: block;
    position: absolute;
    background: #ff6547;
    color: #fff;
    border-radius: 50px;
    line-height: 16px;
    min-height: 16px;
    outline: medium none;
    padding: 0 4px;
    font-size: 12px;
    text-align: center;
    left: 40px;
    top: 9px
}

.nav-msg-num.msg-dot {
    min-height: 8px;
    top: 15px;
    left: 40px
}

.nav-head-pic {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    overflow: hidden;
    display: inline-block;
    vertical-align: middle
}

.nav-head-pic img {
    width: 100%;
    display: block
}

.nav-account {
    background: #ff411c;
    border-radius: 20px;
    color: #fff;
    line-height: 24px;
    float: right;
    padding: 2px 0;
    margin-top: 12px;
    margin-left: 10px;
    white-space: nowrap
}

.nav-account:hover {
    background: #fe6000
}

.nav-account a {
    line-height: 24px;
    display: inline-block;
    color: #fff;
    font-size: 14px;
    padding: 0 20px
}

.nav-account a:hover {
    color: #fff
}

.nav-account .nav-account-login {
    padding: 0 3px 0 20px
}

.nav-account .nav-account-reg {
    padding: 0 20px 0 3px
}

.acm-ft-wrap {
    position: absolute;
    bottom: 0;
    left: 0;
    height: 200px;
    width: 100%;
    z-index: 10;
    background: #f6f6f6
}

.acm-ft-cont {
    background: #f6f6f6;
    width: 860px;
    margin: 0 auto;
    padding: 30px 70px 0
}

.acm-ft-links {
    font-size: 14px;
    margin-right: -20px;
    margin-bottom: 25px
}

.acm-ft-links li {
    display: inline-block
}

.acm-ft-links li+li {
    margin-left: 27px;
    padding-left: 27px;
    line-height: 1;
    border-left: 1px solid #d6d6d6
}

.acm-ft-links a {
    color: #a9b8ca
}

.webrights li {
    margin-bottom: 5px;
    color: #bcbbbb;
    display: inline-block;
    margin-right: 30px
}

.webrights a {
    color: #bcbbbb
}

.acm-ft-web-info {
    margin: 0 0 20px
}

.acm-ft-web-info dd {
    float: right
}

.acm-ft-web-info a {
    display: inline-block;
    vertical-align: middle;
    position: relative;
    width: 32px;
    height: 26px;
    margin-right: 35px;
    background: url(https://static.nowcoder.com/fe/style/images/common/img/icons/ft-icons.png) no-repeat
}

.acm-ft-web-info .ft-qq-ico {
    width: 22px;
    background-position: 0 0
}

.acm-ft-web-info .ft-qq-ico:hover {
    background-position: 0 -26px
}

.acm-ft-web-info .ft-wx-ico {
    background-position: -60px 0
}

.acm-ft-web-info .ft-wx-ico:hover {
    background-position: -60px -26px
}

.acm-ft-web-info .ft-wb-ico {
    background-position: -126px 0
}

.acm-ft-web-info .ft-wb-ico:hover {
    background-position: -126px -26px
}

.acm-ft-web-info .ft-zh-ico {
    background-position: -194px 0;
    width: 26px
}

.acm-ft-web-info .ft-zh-ico:hover {
    background-position: -194px -26px
}

.acm-ft-web-info .ft-jian-ico {
    background-position: -259px 0;
    width: 26px;
    margin-right: 0
}

.acm-ft-web-info .ft-jian-ico:hover {
    background-position: -259px -26px
}

.acm-ft-web-info .tooltip {
    display: none
}

.acm-ft-web-info a:hover .tooltip {
    display: block
}

.acm-ft-web-name {
    font-size: 20px;
    color: #556063;
    display: inline-block
}

.acm-ft-wrap .tooltip-inner {
    background: #fff;
    border: 1px solid #ddd;
    border-radius: 3px;
    padding: 18px
}

.acm-ft-wrap .tooltip-inner p {
    color: #333;
    margin: 5px 0 0;
    font-size: 14px;
    text-align: left
}

.acm-ft-wrap .tooltip.top {
    bottom: 30px;
    left: 50%;
    margin-left: -74px
}

.acm-ft-wrap .tooltip.top .tooltip-arrow {
    border-top-color: #fff;
    bottom: 1px
}

.fixed-menu {
    position: fixed;
    z-index: 999;
    right: 10px;
    bottom: 120px;
    zoom: 1
}

.fixed-menu .novice-treasure-chest {
    position: relative;
    width: 50px;
    height: 45px;
    margin-left: -13px;
    background-image: url(//static.nowcoder.com/fe/file/images/web/icons/treasure-chest-locked.png);
    background-size: contain;
    cursor: pointer;
    -webkit-transition: .3s ease;
    transition: .3s ease
}

.fixed-menu .novice-treasure-chest .icon-nc-cancel {
    display: none;
    position: absolute;
    right: 0
}

.fixed-menu .novice-treasure-chest.open {
    background-image: url(//static.nowcoder.com/fe/file/images/web/icons/treasure-chest-unlocked.png)
}

.fixed-menu .novice-treasure-chest.open,
.fixed-menu .novice-treasure-chest:hover {
    width: 100px;
    height: 90px;
    margin-left: -63px
}

.fixed-menu .novice-treasure-chest.open .icon-nc-cancel,
.fixed-menu .novice-treasure-chest:hover .icon-nc-cancel {
    display: inline
}

.fixed-menu .stc-entry {
    position: relative;
    display: block;
    margin-left: -54px;
    width: 125px;
    height: 123px;
    background: center/contain url(//static.nowcoder.com/fe/file/images/web/activity/spring-training-camp-entry.png)
}

.fixed-menu .stc-entry:hover::before {
    content: "";
    position: absolute;
    left: -8px;
    width: 8px;
    height: 100%
}

.fixed-menu .stc-entry:hover .stc-detail {
    display: block
}

.fixed-menu .stc-entry .stc-detail {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    display: none;
    right: 133px;
    padding: 20px 28px;
    border-radius: 10px;
    text-align: center;
    background-color: #fff;
    box-shadow: 0 2px 12px 0 rgba(0, 0, 0, .1);
    -webkit-filter: drop-shadow(0 2px 12px rgba(0, 0, 0, .1));
    filter: drop-shadow(0 2px 12px rgba(0, 0, 0, .1))
}

.fixed-menu .stc-entry .stc-detail::after {
    content: "";
    position: absolute;
    right: -16px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    border: 8px solid transparent;
    border-left-color: #fff
}

.fixed-menu .stc-entry .stc-title {
    position: relative;
    display: inline-block;
    margin: 32px auto 16px auto;
    color: #333;
    font-weight: 700;
    font-size: 16px
}

.fixed-menu .stc-entry .stc-title:first-child {
    margin-top: 0
}

.fixed-menu .stc-entry .stc-title::after,
.fixed-menu .stc-entry .stc-title::before {
    content: "";
    position: absolute;
    display: block;
    width: 7px;
    height: 7px;
    background: -webkit-linear-gradient(315deg, #22d597 0, #26bb9c 100%);
    background: linear-gradient(135deg, #22d597 0, #26bb9c 100%);
    border-radius: 1px;
    z-index: -1
}

.fixed-menu .stc-entry .stc-title::before {
    left: -3px;
    top: -1px
}

.fixed-menu .stc-entry .stc-title::after {
    right: -3px;
    bottom: -1px
}

.fixed-menu .stc-entry .stc-target-list {
    width: 420px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.fixed-menu .stc-entry .stc-target-list>.stc-target-item {
    display: block;
    margin-bottom: 0;
    width: 205px;
    height: 58px;
    text-align: center;
    line-height: 58px;
    font-size: 16px;
    color: #fff
}

.fixed-menu .stc-entry .stc-target-list>.stc-target-item:first-child {
    margin-left: 0
}

.fixed-menu .stc-entry .stc-target-list>.stc-target-item:nth-child(odd) {
    background: center/contain url(//static.nowcoder.com/fe/file/images/web/activity/spring-training-camp-bg-purple.png)
}

.fixed-menu .stc-entry .stc-target-list>.stc-target-item:nth-child(even) {
    background: center/contain url(//static.nowcoder.com/fe/file/images/web/activity/spring-training-camp-bg-orange.png)
}

.fixed-menu .stc-entry .stc-schedule-menu {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    margin: 8px auto 16px auto;
    width: 370px;
    height: 20px;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    background: center/contain url(//static.nowcoder.com/fe/file/images/web/activity/spring-training-camp-dash.png)
}

.fixed-menu .stc-entry .stc-schedule-menu>.stc-stage {
    display: block;
    width: 46px;
    height: 20px;
    border-radius: 4px;
    text-align: center;
    line-height: 20px;
    color: #fff;
    font-weight: 700;
    background-image: -webkit-linear-gradient(315deg, #ffcd89 0, #ffad7e 100%);
    background-image: linear-gradient(135deg, #ffcd89 0, #ffad7e 100%)
}

.fixed-menu .stc-entry .stc-schedule-menu>.stc-stage:last-child {
    background-image: -webkit-linear-gradient(238deg, #f80 0, #fe5000 100%);
    background-image: linear-gradient(212deg, #f80 0, #fe5000 100%)
}

.fixed-menu .stc-entry .stc-schedule-plan {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.fixed-menu .stc-entry .stc-schedule-plan>.stc-milestone {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 99px;
    height: 93px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #666;
    background: center/contain url(//static.nowcoder.com/fe/file/images/web/activity/spring-training-camp-bg-block.png);
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

.fixed-menu .stc-entry .stc-schedule-plan>.stc-milestone:last-child {
    width: 93px;
    background-image: -webkit-linear-gradient(314deg, #f3f3f6 0, rgba(255, 255, 255, 0) 100%);
    background-image: linear-gradient(136deg, #f3f3f6 0, rgba(255, 255, 255, 0) 100%);
    border: 1px solid #f3f3f6;
    border-radius: 10px
}

.fixed-menu .stc-entry .stc-chapter-list {
    text-align: left;
    color: #333;
    font-weight: 700
}

.fixed-menu .stc-entry .stc-chapter-list>.stc-chapter-item {
    margin-bottom: 12px
}

.fixed-menu .stc-entry .stc-chapter-list>.stc-chapter-item:last-child {
    margin-bottom: 0
}

.fixed-menu .stc-entry .stc-chapter-list>.stc-chapter-item>.stc-section-list {
    margin-left: 40px;
    color: #666;
    font-weight: 400
}

.fixed-menu .stc-entry .stc-chapter-list>.stc-chapter-item>.stc-section-list>.stc-section-item {
    margin-bottom: 4px
}

.fixed-menu .stc-entry .stc-chapter-list>.stc-chapter-item>.stc-section-list:last-child {
    margin-bottom: 0
}

.fixed-menu .stc-entry .stc-link-btn {
    position: relative;
    margin: 20px auto 0;
    padding: 6px 24px;
    color: #fff;
    font-weight: 700;
    border: none;
    border-radius: 5px;
    background: -webkit-linear-gradient(left, #22d597, #26bb9c);
    background: linear-gradient(to right, #22d597, #26bb9c)
}

.fixed-menu .stc-entry .stc-link-btn::after {
    content: "";
    position: absolute;
    top: 5px;
    left: 5px;
    width: 100%;
    height: 100%;
    border: 1px solid #a9e4d7;
    z-index: -1;
    border-radius: 5px 0
}

.fixed-menu li {
    margin-bottom: 5px;
    position: relative;
    zoom: 1
}

.fixed-menu li a {
    float: left;
    width: 35px;
    height: 35px;
    line-height: 16px;
    border-radius: 3px;
    border: 1px solid #d6d6d6;
    background: #fff url(//static.nowcoder.com/fe/style/images/common/img/common/ico-fixed-menu2.png) no-repeat
}

.fixed-menu li a:hover {
    background-color: #1abc9c;
    border-color: #1abc9c
}

.fixed-menu li:after,
.fixed-menu li:before {
    clear: both;
    content: ".";
    display: block;
    height: 0;
    visibility: hidden
}

.wx-qrcode img {
    width: 148px;
    height: 148px
}

.fixed-menu li a,
.fixed-menu li a.gotop {
    background-position: 8px -225px
}

.fixed-menu li a:hover.gotop {
    background-position: 8px 10px
}

.fixed-menu li a.fixed-wb {
    background-position: 8px -262px
}

.fixed-menu li a:hover.fixed-wb {
    background-position: 8px -28px
}

.fixed-menu li a.qq {
    background-position: 8px -303px
}

.fixed-menu li a:hover.qq {
    background-position: 8px -68px
}

.fixed-menu li a.wx {
    background-position: 8px -343px
}

.fixed-menu li a:hover.wx {
    background-position: 8px -108px
}

.fixed-menu li a.feedback {
    background-position: 8px -382px
}

.fixed-menu li a:hover.feedback {
    background-position: 8px -148px
}

.fixed-menu li a.qrcode {
    background-position: 8px -422px
}

.fixed-menu li a:hover.qrcode {
    background-position: 8px -188px
}

.fixed-menu li a.feedback-letter,
.fixed-menu li a.wx-letter {
    display: none
}

.fixed-menu li:hover a.feedback-letter {
    background: #1abc9c;
    display: block;
    color: #fff;
    text-align: center;
    line-height: 1.5
}

.fixed-menu li:hover a.wx {
    display: block
}

.fixed-menu li:hover a.feedback {
    display: none
}

.fixed-menu li .wx-qrcode {
    height: 178px;
    width: 158px;
    background: url(https://static.nowcoder.com/images/img/fixed-menu.png) no-repeat;
    position: absolute;
    left: -190px;
    top: -160px;
    padding: 16px;
    display: none
}

.fixed-menu li:hover .wx-qrcode {
    display: block
}

.phone-qrcode p,
.wx-qrcode p {
    text-align: center;
    margin-top: 10px
}

.phone-qrcode p {
    margin-top: 5px
}

.fixed-menu li .weibo-popup {
    background: url(https://static.nowcoder.com/images/img/fixed-hoverbg.png) no-repeat;
    position: absolute;
    left: -190px;
    top: -60px;
    width: 155px;
    height: 108px;
    padding: 16px;
    display: none
}

.fixed-menu li:hover .weibo-popup {
    display: block
}

.phone-qrcode {
    position: relative;
    background: #fff;
    width: 70px;
    padding: 15px 10px 5px;
    margin-left: -54px
}

.phone-qrcode img {
    width: 70px;
    height: 70px;
    display: block
}

.qrcode-close {
    position: absolute;
    top: -2px;
    right: 3px;
    font-weight: 600
}

.living-layer {
    background: rgba(0, 0, 0, .78);
    color: #fff;
    position: fixed;
    bottom: 10px;
    right: 10px;
    border-radius: 3px;
    padding: 10px;
    font-size: 14px;
    z-index: 9999
}

.living-layer .icon-nc-cancel {
    color: #fff;
    font-size: 16px;
    position: absolute;
    right: 10px;
    top: 10px
}

.living-layer a {
    display: block;
    color: #fff
}

.living-layer a:hover {
    color: #25bb9b;
    cursor: pointer
}

.living-layer .icon-nc-play {
    font-size: 30px;
    display: inline-block;
    vertical-align: middle;
    color: #25bb9b
}

.living-layer .living-layer-cont {
    display: inline-block;
    vertical-align: middle;
    margin-right: 30px;
    margin-left: 5px
}

.living-layer .living-layer-title {
    margin-bottom: 5px;
    color: #25bb9b
}

.ad-window-sm {
    width: 75px;
    position: fixed;
    right: 3px;
    bottom: 3px;
    border-radius: 3px;
    padding: 5px 10px 5px 50px;
    z-index: 99;
    background: url(https://static.nowcoder.com/fe/style/images/common/img/common/video-icon.png) no-repeat 15px center #3d444d
}

.ad-close {
    position: absolute;
    left: 2px;
    top: 2px;
    width: 8px;
    height: 8px;
    color: #fff
}

.ad-live-active {
    color: #fff
}

.menu-wrapper {
    box-shadow: 0 2px 4px rgba(0, 0, 0, .07)
}

.menu-wrapper .menu-line-box {
    width: 1000px;
    margin: 0 auto 20px;
    border-bottom: none
}

.menu-wrapper .menu li a:hover,
.menu-wrapper .menu li.selected a,
.menu-wrapper .menu li.selected a:hover {
    border-bottom: 3px solid #146472;
    color: #146472
}

.label-match-end {
    position: relative;
    float: right;
    background: #bbb;
    color: #fff;
    font-size: 14px;
    height: 24px;
    line-height: 24px;
    margin-top: 10px;
    margin-right: 12px;
    padding: 0 10px;
    text-align: center
}

.label-match-end:after {
    border: 12px solid #bbb;
    border-width: 12px 9px;
    position: absolute;
    content: "";
    bottom: 0;
    right: -12px;
    border-right-color: transparent
}

.match-countdown {
    float: right;
    font-size: 14px;
    margin-top: 10px
}

.match-countdown>span {
    display: inline-block;
    text-align: center;
    background: #00bc9b;
    color: #fff;
    min-width: 16px;
    border-radius: 3px;
    padding: 2px 4px;
    margin: 0 2px
}

.match-pwd-wrapper {
    padding: 20px;
    text-align: center
}

.match-pwd-hd {
    margin-bottom: 20px;
    font-size: 14px
}

.match-pwd-bd input {
    border: 1px solid #8e8e8e;
    width: 60px;
    height: 75px;
    padding: 0;
    text-align: center;
    line-height: 75px;
    font-size: 50px
}

.match-pwd-bd input+input {
    margin-left: 20px
}

.match-count-down {
    padding: 50px;
    text-align: center
}

.count-down-title {
    font-size: 14px;
    margin-bottom: 20px;
    position: relative
}

.count-down-main {
    letter-spacing: -4px
}

.count-down-item {
    min-width: 90px;
    text-align: center;
    letter-spacing: 0;
    display: inline-block;
    margin-right: 10px;
    padding: 10px 5px;
    border-radius: 4px;
    background: #c6c6c6;
    color: #fff;
    font-size: 18px;
    line-height: 1.1
}

.count-down-item:last-child {
    margin-right: 0
}

.count-down-num {
    font-size: 60px;
    margin-bottom: 12px
}

.subject-oprt-wrap {
    position: fixed;
    right: 10px;
    bottom: 0;
    z-index: 1000;
    max-height: 450px;
    width: 420px;
    font-size: 14px
}

.subject-oprt-wrap .oprt-ft,
.subject-oprt-wrap .oprt-hd {
    white-space: nowrap
}

.subject-oprt-wrap .oprt-hd {
    background: #dbdbdb;
    height: 40px;
    line-height: 40px;
    padding: 0 5px 0 15px;
    border-radius: 5px 5px 0 0;
    color: #3d444c;
    cursor: pointer
}

.com-exam-num {
    margin-right: 15px
}

.subject-oprt-wrap .oprt-bd {
    background: #f4f4f4;
    padding: 0 5px 0 15px;
    color: #888
}

.oprt-bd .dropdown-menu {
    max-height: 60px
}

.oprt-bd li {
    overflow: hidden;
    padding: 0;
    line-height: 26px
}

.oprt-bd li+li {
    border-top: 1px dashed #ddd
}

.com-exam-title {
    width: 150px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    float: left
}

.subject-oprt-wrap .oprt-ft {
    background: #3d444c;
    color: #fff;
    border-radius: 0 0 5px 5px;
    overflow: hidden;
    padding: 5px 5px 5px 15px;
    line-height: 26px
}

.subject-oprt-wrap .btn {
    padding: 3px 15px;
    float: right
}

.s-pannel-oprt {
    float: right;
    margin-right: 5px
}

.s-pannel-oprt .icon-angle-up {
    font-size: 20px
}

.subject-oprt-wrap .oprt-bd {
    display: none
}

.subject-oprt-wrap.open .oprt-bd {
    display: block
}

.subject-oprt-wrap.open .icon-angle-up:before {
    content: ""
}

.pannel-chat .oprt-bd {
    padding: 1px
}

.pannel-chat-type {
    margin-bottom: 5px
}

.pannel-chat-type .dropdown-value {
    width: auto;
    margin-right: 5px
}

.pannel-chat-list {
    height: 250px;
    overflow-y: auto;
    background: #fff;
    margin-bottom: 5px;
    padding: 10px
}

.pcl-head {
    float: left
}

.pcl-name {
    font-size: 12px
}

.pcl-item .tooltip {
    float: left;
    position: relative;
    margin-left: 10px;
    max-width: 325px
}

.pcl-item .tooltip.right .tooltip-arrow {
    top: 30%
}

.pcl-item .tooltip.right .tooltip-arrow {
    border-right-color: #e0f6f2
}

.pcl-item .tooltip-inner {
    background: #e0f6f2;
    text-align: left;
    color: #333;
    font-size: 14px
}

.pcl-item .tooltip-inner,
.pcl-item .tooltip-inner p {
    line-height: 1.2em
}

.ask-item .tooltip {
    float: right;
    margin-right: 10px;
    margin-left: 0
}

.ask-item .pcl-head {
    float: right
}

.ask-item .tooltip-inner {
    background: #ffeaea
}

.ask-item .tooltip.right .tooltip-arrow {
    border-left-color: #ffeaea;
    border-width: 9px 0 9px 9px;
    right: -3px;
    left: auto
}

.pcl-item .list-head {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    display: block;
    overflow: hidden
}

.pcl-item .list-head img {
    width: 30px
}

.pcl-item {
    margin-bottom: 10px
}

.pcl-item span {
    white-space: nowrap
}

.pannel-chat-txt {
    background: #fff;
    border-radius: 3px;
    border: none;
    width: 100%;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    height: 60px;
    line-height: 1.5;
    resize: none
}

.has-new-msg .oprt-hd {
    background: #ff795e;
    color: #fff
}

.has-new-msg .icon-angle-up {
    color: #fff
}

.code-question-pannel {
    position: fixed;
    right: 0;
    bottom: 12px;
    color: #fff;
    background: #4e5761;
    padding: 5px 15px;
    border-radius: 6px 6px 0 0;
    width: 130px;
    cursor: pointer
}

.code-question-pannel.new-msg-notice {
    background: #ff795e
}

.code-question-pannel .icon-angle-up {
    color: #fff;
    font-size: 14px;
    float: right;
    background: 0 0
}

.ico-q-msg {
    background: url(https://static.nowcoder.com/images/img/icons/ico-msg.png) no-repeat;
    display: inline-block;
    width: 16px;
    height: 16px;
    position: relative;
    vertical-align: middle;
    margin-right: 5px
}

.new-msg-notice .ico-q-msg:after {
    content: "";
    position: absolute;
    background: #ff6547;
    right: 2px;
    top: -3px;
    border-radius: 50%;
    width: 6px;
    height: 6px
}

.match-status {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    background: #25bb9b;
    border-color: #25bb9b;
    color: #fff;
    font-size: 12px;
    height: 20px;
    line-height: 20px;
    margin: 0 5px;
    padding: 0 5px;
    text-align: center
}

.match-status.match-status-sm {
    font-size: 12px;
    line-height: 20px;
    height: 20px;
    padding: 0 3px
}

.match-status.match-status-sm:after {
    border-width: 10px 5px;
    right: -7px
}

.match-status:after {
    border-style: solid;
    border-color: inherit;
    border-width: 10px 8px;
    position: absolute;
    content: "";
    bottom: 0;
    right: -10px;
    border-right-color: transparent
}

.match-not-signup {
    background: #a0c3d2;
    border-color: #a0c3d2
}

.match-signup {
    background: #4ea3fa;
    border-color: #4ea3fa
}

.match-signup-end {
    background: #628a9a;
    border-color: #628a9a
}

.match-end-tag {
    background: #9b9b9b;
    border-color: #9b9b9b
}

.match-tag {
    background: #ffc171;
    border-radius: 4px;
    color: #fff;
    font-size: 12px;
    display: inline-block;
    vertical-align: middle;
    padding: 4px 8px;
    line-height: 1;
    margin-left: 5px
}

.match-tag:hover {
    color: #fff
}

.match-tag1 {
    background: #4ea3fa
}

.match-tag2 {
    background: #f4a5c8
}

.tag-rating {
    font-size: 12px;
    color: #fff;
    background: #ff7f52;
    border-radius: 4px;
    padding: 1px 5px;
    display: inline-block;
    vertical-align: middle
}

.tag-rating i {
    display: inline-block;
    vertical-align: middle;
    font-style: normal;
    font-size: 12px;
    background: #fff;
    color: #ff7f52;
    width: 14px;
    height: 14px;
    line-height: 14px;
    border-radius: 50%;
    text-align: center
}

.match-team {
    color: #fff;
    background: #79c5ed url(https://static.nowcoder.com/images/img/platform/icons3.png) 3px -438px no-repeat;
    font-size: 14px;
    border-radius: 4px;
    display: inline-block;
    padding: 3px 8px 3px 25px;
    line-height: 1
}

.match-item-tag {
    position: absolute;
    right: 0;
    top: 0;
    color: #fff;
    font-size: 14px;
    background: #ff9256;
    padding: 4px 8px
}

.improve-team,
.normal-team {
    background: #ff6547;
    color: #fff;
    display: inline-block;
    vertical-align: middle;
    padding: 4px;
    border-radius: 3px;
    font-size: 12px;
    line-height: 1;
    font-weight: 400
}

.normal-team {
    background: #73cbde
}

.tag-ak,
.tag-commit {
    background: url(//static.nowcoder.com/acm/images-acm/img/tag/tag-commit.png) no-repeat;
    position: absolute;
    right: 0;
    top: 0;
    width: 48px;
    height: 48px
}

.tag-ak {
    background: url(//static.nowcoder.com/acm/images-acm/img/tag/tag-ak.png) no-repeat
}

.tag-difficulty1 {
    background: #a3d85e
}

.tag-difficulty2 {
    background: #d4cf44
}

.tag-difficulty3 {
    background: #f47474
}

.tag-sign-up {
    background: #c6c6c6
}

.tag-oi1 {
    background: #a07fbf
}

.tag-oi2 {
    background: #8895e4
}

.tag-oi3 {
    background: #86b9cc
}

.tag-oi4 {
    background: #79d7eb
}

.tag-oi5 {
    background: #90daae
}

.match-card {
    position: absolute;
    width: 300px;
    background: #fff;
    border: 1px solid #e5e5e5;
    border-radius: 4px;
    box-shadow: 1px 1px 2px 1px #eee
}

.match-card-arrow {
    content: "";
    position: absolute;
    height: 0;
    width: 0;
    border: 8px solid #666;
    border-color: transparent transparent #666 transparent;
    top: -16px;
    left: 40px
}

.match-card-arrow.bottom {
    border-color: #e5e5e5 transparent transparent transparent;
    top: auto;
    bottom: -16px
}

.match-card-info {
    height: 55px;
    position: relative;
    background: url(//static.nowcoder.com/images/img/platform/card-bg.png) no-repeat;
    background-position: 0 -567px;
    border-radius: 4px 4px 0 0
}

.match-card .match-card-arrow.bottom {
    border-bottom-color: transparent
}

.level-7 .match-card-arrow {
    border-bottom-color: #e4ac53
}

.level-7 .match-card-info {
    background-position: 0 -82px
}

.level-8 .match-card-arrow {
    border-bottom-color: #e357cd
}

.level-8 .match-card-info {
    background-position: 0 -648px
}

.level-9 .match-card-arrow {
    border-bottom-color: #5b74e2
}

.level-9 .match-card-info {
    background-position: 0 -405px
}

.level-6 .match-card-arrow {
    border-bottom-color: #e35d54
}

.level-6 .match-card-info {
    background-position: 0 0
}

.level-5 .match-card-arrow {
    border-bottom-color: #e3db56
}

.level-5 .match-card-info {
    background-position: 0 -730px
}

.level-4 .match-card-arrow {
    border-bottom-color: #9edf5e
}

.level-4 .match-card-info {
    background-position: 0 -243px
}

.level-3 .match-card-arrow {
    border-bottom-color: #5baae0
}

.level-3 .match-card-info {
    background-position: 0 -324px
}

.level-2 .match-card-arrow {
    border-bottom-color: #bb51e4
}

.level-2 .match-card-info {
    background-position: 0 -486px
}

.level-1 .match-card-arrow {
    border-bottom-color: #666
}

.level-1 .match-card-info {
    background-position: 0 -567px
}

.match-card-pic {
    display: block;
    height: 56px;
    width: 56px;
    overflow: hidden
}

.match-card-pic img {
    width: 56px;
    height: 56px
}

.match-card-name {
    color: #fff;
    line-height: 55px
}

.match-card-name a {
    color: #fff;
    font-size: 18px;
    max-width: 220px;
    margin-left: 20px;
    vertical-align: middle;
    display: inline-block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    word-wrap: normal
}

.match-card-text :hover {
    color: #25bb9b
}

.match-rate-num {
    font-size: 12px
}

.match-card-cont {
    color: #555;
    padding: 15px 20px;
    font-size: 14px
}

.match-card-cont p {
    line-height: 1.6
}

.match-card-cont span {
    display: inline-block;
    vertical-align: middle
}

.match-card-text {
    display: inline-block;
    width: 18em;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden
}

.card-count-box {
    padding: 10px 2px;
    color: #999;
    text-align: center
}

.card-count-box a {
    font-weight: 600;
    margin: 0 3px
}

.card-count-box .btn {
    padding: 7px 0;
    width: 70px;
    font-weight: 400
}

.card-btn-box .fui-chat:before,
.card-btn-box .icon-ok:before,
.card-btn-box .icon-plus:before,
.card-btn-box .icon-user:before {
    margin-right: 5px;
    font-size: 12px;
    vertical-align: middle
}

.match-tip {
    text-align: center;
    color: #9d9c9c;
    padding: 10px 0;
    background: #f7f7f7
}

.card-cont-box {
    padding: 30px 10px 5px;
    margin: 0 10px;
    border-bottom: 1px dashed #e1e1e1
}

.card-cont {
    margin-right: -26px
}

.card-cont li {
    float: left;
    margin-right: 10px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis
}

.card-cont i {
    display: inline-block;
    width: 21px;
    height: 16px;
    vertical-align: text-bottom;
    margin-right: 2px
}

.card-cont .ico-pcity {
    background-position: 0 0
}

.card-cont .ico-pwork {
    background-position: 0 -35px
}

.card-cont .ico-pedu {
    background-position: 0 -67px
}

.card-item-city,
.card-item-work {
    max-width: 110px
}

.card-item-edu {
    max-width: 120px
}

.card-achieve {
    padding: 5px 20px;
    font-size: 14px
}

.achieve-num {
    font-weight: 600;
    margin-right: 10px
}

.card-badge {
    float: right;
    letter-spacing: -4px
}

.card-statistics {
    background: #f7f7f7;
    padding: 6px 0;
    text-align: center
}

.card-statistics li {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    width: 75px
}

.card-statistics li+li {
    margin-left: 10px
}

.card-num {
    color: #888;
    margin-top: 5px
}

.card-btn-box {
    margin: 10px 0 15px;
    text-align: center
}

.card-btn-box .btn {
    padding: 0 10px;
    line-height: 28px;
    height: 28px;
    width: auto;
    margin-left: 10px;
    font-weight: 400
}

.match-end-tips {
    padding: 5px 10px;
    margin-top: 8px;
    float: right;
    color: #666
}

.match-end-tips.rank-up {
    background: #e8f8f5
}

.match-end-tips.rank-down {
    background: #fceded
}

.topic-banner h1 i {
    margin-right: 10px
}

.layer-share-oprt {
    position: absolute;
    right: 0;
    top: 20px;
    color: #fff;
    margin-right: 20px;
    font-size: 12px;
    background: rgba(0, 0, 0, .3);
    padding: 5px 10px;
    border-radius: 4px
}

.layer-share-oprt:hover {
    color: #fff;
    background: rgba(0, 0, 0, .4)
}

.layer-share-oprt i {
    font-size: 14px;
    margin-right: 5px
}

.match-btn-wrap {
    margin: 0 0 40px;
    text-align: center
}

.match-btn-wrap .btn {
    display: block;
    margin: 0 auto;
    width: 400px;
    padding: 0 15px;
    line-height: 36px;
    height: 36px;
    margin-bottom: 20px
}

.match-btn-wrap .btn .name {
    display: inline-block;
    vertical-align: middle;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    word-wrap: normal;
    max-width: 20em
}

.match-rule {
    background: #eee;
    padding: 20px;
    font-size: 14px;
    margin-bottom: 20px
}

.match-rule h2 {
    font-size: 18px;
    font-weight: 600
}

.match-rule h4 {
    margin-bottom: 20px;
    font-weight: 600
}

.match-rule p {
    margin-bottom: 10px
}

.discuss-enter {
    padding-left: 25px;
    font-size: 14px;
    background: url(https://static.nowcoder.com/images/img/platform/icon-discuss.png) no-repeat;
    color: #1ebf9b
}

.discuss-enter-btn {
    position: absolute;
    right: -140px;
    top: 0;
    padding: 10px
}

.discuss-enter-ico {
    display: inline-block;
    width: 20px;
    height: 20px;
    vertical-align: middle;
    background: url(https://static.nowcoder.com/images/img/platform/icon-discuss.png) 0 -36px no-repeat
}

.oprt-bar {
    margin: 20px 0 10px
}

.oprt-bar .checkbox {
    float: right;
    margin-top: 10px
}

.oprt-right {
    float: right;
    margin-top: 5px
}

.oprt-right .btn-group {
    margin-left: 10px
}

.oprt-right .btn-group .dropdown-toggle {
    min-width: 100px
}

.rank-main {
    position: relative
}

.real-time-box {
    width: 30%;
    float: left
}

.real-time-box table {
    table-layout: fixed;
    border: none
}

.real-time-box th {
    background: #e8e8e8;
    color: #262626;
    font-size: 12px;
    padding: 16px 5px
}

.real-time-box td {
    padding: 5px;
    height: 65px;
    color: #626262;
    font-size: 12px;
    word-wrap: break-word;
    word-break: break-all
}

.real-time-coder {
    float: left;
    width: 70%;
    position: relative
}

.interview-code-fold {
    position: absolute;
    background: #dadada;
    width: 10px;
    height: 100%;
    left: 0;
    top: 0;
    cursor: pointer
}

.code-fold-left-arrow,
.code-fold-right-arrow {
    content: "";
    border: 5px solid #7e7e7e;
    border-color: transparent #7e7e7e transparent transparent;
    font-size: 0;
    width: 0;
    height: 0;
    position: absolute;
    left: -2px;
    top: 50%
}

.code-fold-right-arrow {
    left: 3px;
    border-color: transparent transparent transparent #7e7e7e
}

.real-time-coder-main {
    border-left: 1px solid #ddd;
    position: relative;
    overflow-x: auto
}

.real-time-coder-main .none {
    display: none
}

.real-time-coder-main>a {
    position: absolute;
    top: 16px;
    font-size: 16px
}

.real-time-coder-main .icon-angle-left {
    left: 5px
}

.real-time-coder-main .icon-angle-right {
    right: 5px
}

.real-time-coder-main td {
    height: 65px;
    font-size: 12px;
    color: #262626;
    padding: 5px
}

.real-time-coder-main .lose-time {
    padding: 5px
}

.real-time-coder-main table {
    border: none;
    max-width: none
}

.real-time-coder-main th {
    font-size: 12px;
    color: #262626;
    padding: 16px 5px 15px;
    background: #e8e8e8;
    min-width: 70px;
    border-bottom: 1px dashed #ddd
}

.real-time-coder-hd {
    position: absolute;
    top: 0;
    left: 0
}

.real-time-coder-bd {
    overflow-y: auto
}

.real-time-bg-grey {
    background: #f4f4f4
}

.real-time-bg-green {
    background: #eff9f7
}

.real-time-bg-red {
    background: #ffecec
}

.real-time-bg-blue {
    background: #bfe6de
}

.platform-num {
    position: relative
}

.plat-label {
    position: absolute;
    white-space: nowrap;
    right: -25px;
    top: 0;
    -webkit-transform: scale(.8);
    -ms-transform: scale(.8);
    transform: scale(.8);
    background: #fb7e00;
    font-size: 12px;
    padding-left: 5px;
    height: 18px;
    line-height: 18px;
    color: #fff
}

.plat-label:after {
    content: "";
    position: absolute;
    right: -10px;
    top: 0;
    border-style: solid;
    border-width: 9px 5px;
    border-color: #fb7e00 transparent #fb7e00 #fb7e00
}

.match-manager {
    position: absolute;
    right: 0;
    top: 0;
    font-size: 14px
}

.match-manager .icon-user {
    margin-right: 5px
}

.edit-match-wrap {
    font-size: 0
}

.edit-match-item {
    display: inline-block;
    vertical-align: top;
    background: #e8e8e8;
    padding: 0 15px;
    width: 140px;
    line-height: 60px;
    font-size: 16px;
    margin: 0 15px 15px 0
}

.edit-match-item:hover {
    background: #1ebf9b;
    color: #fff;
    cursor: pointer
}

.edit-match-item:hover .icon-trash {
    color: #fff
}

.edit-match-ico {
    background: url(https://static.nowcoder.com/images/img/platform/ico-manage.png) no-repeat;
    display: inline-block;
    vertical-align: middle;
    margin-right: 5px;
    width: 30px;
    height: 30px
}

.edit-match-ico.icon-trash {
    background: 0 0;
    font-size: 26px;
    color: #666
}

.match-ico1 {
    background-position: 0 0
}

.edit-match-item:hover .match-ico1 {
    background-position: 0 -31px
}

.match-ico2 {
    background-position: -30px 4px
}

.edit-match-item:hover .match-ico2 {
    background-position: -30px -27px
}

.match-ico3 {
    background-position: -69px 2px
}

.edit-match-item:hover .match-ico3 {
    background-position: -69px -29px
}

.match-ico4 {
    background-position: -105px 0
}

.edit-match-item:hover .match-ico4 {
    background-position: -105px -31px
}

.match-ico5 {
    background-position: -140px 0
}

.edit-match-item:hover .match-ico5 {
    background-position: -140px -31px
}

.match-ico6 {
    background-position: -176px 0
}

.edit-match-item:hover .match-ico6 {
    background-position: -176px -31px
}

.match-ico7 {
    background-position: -216px 0
}

.edit-match-item:hover .match-ico7 {
    background-position: -216px -31px
}

.match-entry-oprt {
    text-align: right;
    margin-bottom: 10px;
    font-size: 14px
}

.match-entry-oprt a {
    margin-left: 20px;
    line-height: 1;
    color: #25bb9b
}

.match-entry-oprt .icon-nc-edit2:before {
    margin-right: 5px;
    font-size: 18px;
    vertical-align: middle
}

.sign-up-oprt {
    display: inline-block;
    vertical-align: middle;
    position: relative;
    line-height: 1
}

.sign-up-oprt .item-oprt {
    position: absolute;
    display: none;
    top: 18px;
    right: 0;
    z-index: 2;
    border: 1px solid #eee;
    box-shadow: 0 0 4px rgba(0, 0, 0, .05);
    background: #fff
}

.sign-up-oprt .item-oprt li {
    padding: 0 10px;
    margin: 0 10px;
    line-height: 34px;
    font-size: 14px;
    min-width: 80px;
    white-space: nowrap;
    text-align: left;
    color: #666
}

.sign-up-oprt .item-oprt li+li {
    border-top: 1px solid #eee
}

.sign-up-oprt .item-oprt li:hover {
    color: #25bb9b;
    cursor: pointer
}

.sign-up-oprt .item-oprt li i {
    margin-right: 5px
}

.sign-up-oprt .icon-angle-up {
    display: none
}

.sign-up-oprt:hover .icon-angle-up {
    display: inline-block
}

.sign-up-oprt:hover .icon-angle-down {
    display: none
}

.sign-up-oprt:hover .item-oprt {
    display: block
}

.assess-btn {
    float: right;
    background: #d3f1eb;
    color: #25bb9b;
    height: 30px;
    line-height: 30px;
    border-radius: 4px;
    padding: 0 20px;
    margin: 8px 10px 0;
    font-size: 14px
}

.rank-list-set {
    font-size: 14px;
    float: right;
    margin-top: 10px;
    margin-right: 20px
}

.menu-item-new {
    position: absolute;
    right: -20px;
    top: 11px;
    border-radius: 4px;
    padding: 0 4px;
    color: #fff;
    background: #f14e4e;
    font-size: 12px
}

.menu-item-new:before {
    content: "";
    border: 4px solid #f14e4e;
    border-color: #f14e4e #f14e4e transparent transparent;
    position: absolute;
    left: -4px;
    top: 0
}

.my-match-record {
    width: 130px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    color: #e8b933;
    border-radius: 20px;
    font-size: 14px;
    border: 1px solid #d2b45b;
    display: inline-block;
    vertical-align: middle;
    margin-right: 10px
}

.my-match-record:hover {
    cursor: pointer;
    background: #fdfae4
}

.my-match-record .match-record-ico {
    width: 43px;
    height: 29px;
    display: inline-block;
    vertical-align: middle;
    margin-right: 5px;
    background: url(//static.nowcoder.com/acm/images-acm/img/match/record.png) no-repeat
}

.my-match-record.computed {
    border-color: #c3c3c6;
    color: #c3c3c6
}

.my-match-record.computed:hover {
    cursor: default;
    background: #fff
}

.act-mask-layer {
    position: absolute;
    z-index: 100;
    left: 0;
    right: 0;
    top: 0;
    background: rgba(0, 0, 0, .5)
}

.pop-act-wrapper {
    position: absolute;
    margin-left: -439px;
    padding-top: 140px;
    left: 50%;
    width: 878px;
    background: url(//static.nowcoder.com/acm/images-acm/img/match/pop-bg-top.png) left top no-repeat
}

.pop-act-wrapper>.tips {
    text-align: center;
    color: #666;
    font-size: 20px;
    margin-bottom: 20px
}

.pop-act-wrapper .icon-nc-close {
    position: absolute;
    right: 130px;
    top: 120px;
    color: #c3c3c6;
    font-size: 18px
}

.pop-act-wrapper p {
    color: #c3c3c6;
    font-size: 14px;
    text-align: center
}

.pop-act-wrapper .pop-act-ft {
    height: 159px;
    position: absolute;
    bottom: -159px;
    left: 0;
    width: 100%;
    background: url(//static.nowcoder.com/acm/images-acm/img/match/pop-bg-ft.png) left bottom no-repeat
}

.pop-act-wrapper .act-classes-box {
    width: 125px;
    height: 96px;
    margin: 0 auto 20px
}

.pop-act-wrapper .act-classes-box img {
    width: 100%
}

.ico-star {
    width: 27px;
    height: 27px;
    display: inline-block;
    vertical-align: -6px;
    background: url(//static.nowcoder.com/acm/images-acm/img/match/star.png) no-repeat
}

.pop-act-content {
    width: 560px;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 20px 40px;
    margin: 0 auto;
    overflow-y: auto;
    max-height: 388px;
    background: #f3f3f6;
    font-size: 16px;
    color: #999
}

.pop-act-content .ico-star {
    margin-left: 15px
}

.pop-act-content .pop-classes-ft,
.pop-act-content .pop-classes-hd {
    text-align: center
}

.pop-act-content .pop-classes-hd {
    font-size: 18px;
    margin-bottom: 10px;
    color: #333
}

.pop-act-content .pop-classes-ft {
    color: #fff;
    background: #dadadc;
    padding: 10px
}

.pop-act-content .pop-rank-scale {
    display: inline-block;
    width: 80px
}

.pop-act-content .pop-rank-num {
    width: 160px;
    display: inline-block
}

.pop-act-content .pop-rank-star {
    float: right;
    text-align: right
}

.pop-act-content .pop-rank-list>li {
    padding: 10px 0;
    margin-bottom: 10px
}

.pop-match-list>li {
    clear: both;
    margin-bottom: 25px
}

.pop-match-list>li .act-head {
    width: 50px;
    height: 50px;
    overflow: hidden;
    float: left
}

.pop-match-list>li .act-head img {
    width: 100%
}

.pop-match-list>li .act-cont {
    margin-left: 70px;
    font-size: 14px;
    color: #c3c3c6
}

.pop-match-list>li .act-cont>span {
    width: 100px;
    display: inline-block;
    vertical-align: middle
}

.pop-match-list>li .act-cont .main {
    width: 200px
}

.pop-match-list>li .act-cont .main h2 {
    font-size: 16px;
    color: #333;
    margin-bottom: 4px
}

.pop-match-list>li .act-cont .main .score {
    color: #333
}

.act-match-btn-box {
    text-align: center;
    padding: 15px;
    width: 560px;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0 auto 20px;
    position: relative
}

.act-match-btn-box .act-match-btn {
    display: inline-block;
    background: #a29f9f;
    width: 134px;
    height: 40px;
    line-height: 40px;
    color: #abfffe;
    font-size: 16px;
    text-align: center
}

.act-empty-tip {
    text-align: center
}

.act-empty-tip .txt {
    display: block;
    color: #999;
    font-size: 16px;
    background: #f3f3f6;
    padding: 15px 40px;
    width: 560px;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin: 20px auto 0
}

.act-btn-oprt {
    text-align: center
}

.act-btn-oprt .reward-btn {
    margin: -30px 0
}

.act-btn-oprt .reward-btn.done {
    margin-left: 50px;
    cursor: pointer
}