
.calculateStyle {
    margin-top: 5px;
    margin-bottom: 5px;
    color: #333;
    background-color: #fff;
    border-color: #ccc;
}

/*header*/

.xm_header_wrap {
    line-height: 48px;
    height: 50px;
    font-family: arial, "Microsoft Yahei", "Hiragino Sans GB", sans-serif;
}

.xm_header_wrap .navbar_wrap {
    background-color: #505050;
}

.xm_header_wrap .logo {
    font-size: 22px;
    color: white;
    text-decoration: none;
}

.xm_header_wrap .menu {
    font-size: 16px;
    margin-left: 10px;
}

.xm_header_wrap .menu a {
    color: white;
    text-decoration: none;
    display: inline-block;
    padding: 0 10px;
}

.xm_header_wrap .menu a:hover,
.xm_header_wrap .menu .active {
    color: #ff8b3d;
}

.xm_header_wrap .user {
    float: right;
    color: white;
}

.xm_header_wrap .user a {
    font-size: 14px;
    color: white;
    text-decoration: none;
}


/*menu*/

.xm-sidebarplate {
    margin-top: 10px;
    font-family: arial, "Microsoft Yahei", "Hiragino Sans GB", sans-serif;
    border-bottom: 1px solid #e5e5e5;
    background-color: white;
    margin-bottom: 10px;
}

.xm-sidebarplate .tab {
    line-height: 36px;
    border-top-color: #ccd1d9;
    border-top-style: solid;
    border-top-width: 4px;
    font-weight: bold;
    background-color: #fafafa;
}

.xm-sidebarplate .row {
    margin: 0;
}

.xm-sidebarplate .row>a {
    width: 49%;
    text-decoration: none;
    color: #333;
    text-align: center;
    display: inline-block;
    line-height: 32px;
    border-top: 1px solid #e5e5e5;
}

.xm-sidebarplate .row>div {
    padding: 0;
    text-align: center;
    line-height: 32px;
    border-top: 1px solid #e5e5e5;
    border-left: 1px solid #e5e5e5;
}

.xm-sidebarplate .row>div:nth-child(2n) {
    border-right: 1px solid #e5e5e5;
}

.xm-sidebarplate .row>div a {
    display: block;
    text-decoration: none;
    color: #333;
}

.xm-sidebarplate .row>div a:hover,
.xm-sidebarplate .row>div .active {
    color: #ff8b3d;
}

.mibbs_con {
    height: 50px;
    background-color: #ff6f3d;
    margin: 15px 0;
}

.mibbs_con .JD_sign {
    font-size: 24px;
    line-height: 50px;
    color: white;
    text-align: center;
}

.mibbs_con .JD_sign a {
    color: white;
    text-decoration: none;
}

.mibbs_con .sign_rank {
    border: 2px solid #ff6f3d;
    background-color: white;
    padding: 0 2px;
    text-align: center;
    color: #606060;
}

.mibbs_con .sign_rank span {
    display: block;
    border-bottom: 1px solid #eee;
    line-height: 22px;
}

.notice {
    border: 1px solid #e6e6e6;
    padding: 0 19px 25px 29px;
    margin-top: 10px;
    background-color: white;
}

.notice .top-title {
    border-bottom: 1px solid #e6e6e6;
    font-size: 14px;
    line-height: 26px;
    padding-bottom: 4px;
    margin: 16px 0 10px 0;
    font-weight: 600;
}

.notice span {
    font-size: 12px;
}

.notice .box h3 {
    font-size: 14px;
    line-height: 26px;
    font-weight: 600;
    margin-left: 10px;
}

.notice .box a {
    display: block;
    line-height: 20px;
    margin-bottom: 6px;
    padding-left: 8px;
    color: #666;
}

.notice .box a:hover {
    color: #ff8b3d;
    text-decoration: none;
}

.notice .box a img {
    height: 20px;
    width: 20px;
    border-radius: 50%;
    vertical-align: sub;
    margin-right: 4px;
}


/*index_main*/

.hostplate {
    line-height: 58px;
    background: #fff;
    font-size: 12px;
    border: 1px solid #e6e6e6;
    margin: 10px 0;
}

.hostplate span {
    color: #333;
    margin-left: 20px;
}

.hostplate a {
    margin: 0 10px;
    color: #333;
    text-decoration: none;
}

.hostplate a:hover {
    color: #ff8b3d;
}

.xm-theme {
    margin-top: 20px;
    padding: 20px 30px;
    background-color: white;
    border: 1px solid #e6e6e6;
}

.xm-theme .theme_nav {
    line-height: 30px;
}

.xm-theme .theme_nav span {
    display: inline-block;
    padding: 0 10px
}

.xm-theme .theme_nav span:first-child {
    background-color: #f3f3f3;
}

.xm-theme .theme_nav .push {
    float: right;
    display: inline-block;
    line-height: 32px;
    width: 118px;
    color: white;
    font-size: 12px;
    background-color: #ff7519;
    text-align: center;
    text-decoration: none;
}

.xm-theme ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.xm-theme ul li .theme_list_img {
    float: left;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    overflow: hidden;
}

.xm-theme ul li .theme_list_img img {
    width: 100%;
}

.xm-theme ul li .theme_list_con {
    margin-left: 60px;
}

.xm-theme .theme_list_con .title {
    margin-top: 10px;
    line-height: 22px;
}

.xm-theme .theme_list_con .title a {
    display: inline-block;
    overflow: hidden;
    color: #333;
    font-size: 16px;
}

.xm-theme .theme_list_con .title a:hover {
    color: #ff8b3d;
    text-decoration: none;
}

.xm-theme .theme_list_con .title .stamp {
    vertical-align: top;
}

.xm-theme .theme_list_con .auth_msg {
    line-height: 18px;
    margin: 6px 0 0;
    padding-bottom: 11px;
    border-bottom: 1px solid #e6e6e6;
    font-size: 12px;
}

.xm-theme .theme_list_con .auth_msg a,
.xm-theme .theme_list_con .auth_msg span {
    color: #8c8c8c;
    margin-right: 5px;
}

.xm-theme .theme_list_con .auth_msg a:hover {
    color: #ff8b3d;
    text-decoration: none;
}

.xm-theme .theme_list_con .auth_msg p {
    margin: 0;
    float: right;
}

.xm-theme .theme_list_con .auth_msg p span {
    margin-right: 3px;
    color: #9da5ab;
}

.xm-theme .theme_list_con .auth_msg p .glyphicon {
    color: #dfdfdf;
}


/*index_hot*/

.xm-hotspot {
    border: 1px solid #e6e6e6;
    padding: 0 19px 25px 29px;
}

.xm-hotspot h3 {
    border-bottom: 1px solid #e6e6e6;
    margin-bottom: 20px;
    font-size: 14px;
    line-height: 26px;
    padding-bottom: 4px;
    font-weight: 600;
}

.xm-hotspot ul {
    margin: 0;
    padding-left: 20px;
    font-size: 12px;
    line-height: 24px;
}

.xm-hotspot ul li a {
    color: #333;
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.xm-hotspot ul li a:hover {
    color: #ff8b3d;
    text-decoration: none;
}


/*friend_link*/

.xm-footertop_con {
    background-color: #3f3f3f;
    padding: 25px 0 20px;
    margin-top: 20px;
}

.xm-footertop_con a {
    display: block;
    color: #6d6d6d;
    margin-bottom: 6px;
}

.xm-footertop_con a:hover {
    color: #ff8b3d;
    text-decoration: none;
}


/*footer*/

.xm-footer {
    background-color: #505050;
    color: #dfdfdf;
    padding: 30px 0;
    text-align: center;
}

.xm-footer a {
    color: #dfdfdf;
    text-decoration: none;
}


/*list*/

.contain_header {
    color: #8c8c8c;
    padding: 37px 20px 34px;
    background-color: white;
    margin-top: 10px;
    border: 1px solid #e6e6e6;
    overflow: hidden;
}

.contain_header h2 {
    font-size: 20px;
    color: #333;
    float: left;
    margin: 0 0 0 140px;
    font-weight: 500;
}

.contain_header a {
    width: 126px;
    line-height: 28px;
    font-size: 12px;
    background-color: #ff7519;
    color: white;
    display: inline-block;
    text-align: center;
    float: right;
}

.xm-theme-list {
    margin-top: 10px;
    background-color: white;
    border: 1px solid #e6e6e6;
}

.xm-theme-list .filtrate {
    background: #fafafa;
    border: solid #e6e6e6;
    padding: 21px 0 21px 30px;
    border-width: 1px 0 1px;
    overflow: hidden;
}

.xm-theme-list .filtrate span {
    display: inline-block;
    color: #333;
    line-height: 16px;
    float: right;
    margin-right: 10px;
}

.xm-theme-list .filtrate span:first-child {
    color: #ff8b3d;
}

.xm-theme-list .theme_con {
    padding: 20px 30px;
}

.xm-theme-list ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.xm-theme-list ul li .theme_list_img {
    float: left;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    overflow: hidden;
}

.xm-theme-list ul li .theme_list_img img {
    width: 100%;
}

.xm-theme-list ul li .theme_list_con {
    margin-left: 60px;
}

.xm-theme-list .theme_list_con .title {
    margin-top: 10px;
    line-height: 22px;
}

.xm-theme-list .theme_list_con .title a {
    display: inline-block;
    overflow: hidden;
    white-space: nowrap;
    color: #333;
    font-size: 16px;
}

.xm-theme-list .theme_list_con .title a:hover {
    color: #ff8b3d;
    text-decoration: none;
}

.xm-theme-list .theme_list_con .title .stamp {
    vertical-align: top;
}

.xm-theme-list .theme_list_con .auth_msg {
    line-height: 18px;
    margin: 6px 0 0;
    padding-bottom: 11px;
    border-bottom: 1px solid #e6e6e6;
    font-size: 12px;
}

.xm-theme-list .theme_list_con .auth_msg a,
.xm-theme .theme_list_con .auth_msg span {
    color: #8c8c8c;
    margin-right: 5px;
}

.xm-theme-list .theme_list_con .auth_msg a:hover {
    color: #ff8b3d;
    text-decoration: none;
}

.xm-theme-list .theme_list_con .auth_msg p {
    margin: 0;
    float: right;
}

.xm-theme-list .theme_list_con .auth_msg p span {
    margin-right: 3px;
    color: #9da5ab;
}

.xm-theme-list .theme_list_con .auth_msg p .glyphicon {
    color: #dfdfdf;
}


/*page*/

.base_widget_paging {
    text-align: center;
    line-height: 28px;
    background-color: white;
    padding: 10px 0;
    margin-top: 10px;
}

.base_widget_paging ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.base_widget_paging ul li {
    display: inline-block;
}

.base_widget_paging ul li a {
    display: inline-block;
    padding: 0 9px;
    border: 1px solid #dfdfdf;
    color: #333;
    text-decoration: none;
    margin: 2px;
}

.base_widget_paging ul li a:hover {
    border-color: #ff8b3d;
    background: #ff8b3d;
    color: #fff;
}

.base_widget_paging ul li .selected {
    border-color: #ff8b3d;
    color: #ff8b3d;
}


/*publish*/

.xm-reply_area {
    margin: 10px 0;
    padding: 30px 20px 20px;
    background: #fff;
    border: 1px solid #e6e6e6;
}

.xm-reply_area .user {
    display: block;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    overflow: hidden;
    float: left;
}

.xm-reply_area .user img {
    width: 100%;
}

.xm-reply_area .input-box {
    margin-left: 70px;
}

.xm-reply_area .input-box textarea {
    width: 100%;
    height: 200px;
}

.xm-reply_area .input-box textarea {
    border: 1px solid #e6e6e6;
    resize: none;
}

.xm-reply_area .input-box button {
    width: 150px;
    padding: 9px;
    margin-top: 20px;
    border-radius: 0;
    background-color: #ff7519;
    color: white;
}


/*detail_page*/

.base_widget_paging {
    text-align: center;
    line-height: 28px;
    background-color: white;
    padding: 10px 0;
    margin-top: 20px;
}

.base_widget_paging ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.base_widget_paging ul li {
    display: inline-block;
}

.base_widget_paging ul li a {
    display: inline-block;
    padding: 0 9px;
    border: 1px solid #dfdfdf;
    color: #333;
    text-decoration: none;
    margin: 2px;
}

.base_widget_paging ul li a:hover {
    border-color: #ff8b3d;
    background: #ff8b3d;
    color: #fff;
}

.base_widget_paging ul li .selected {
    border-color: #ff8b3d;
    color: #ff8b3d;
}


/*reply*/

.xm-reply_area {
    margin: 10px 0;
    padding: 30px 20px 20px;
    background: #fff;
    border: 1px solid #e6e6e6;
}

.xm-reply_area .user {
    display: block;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    overflow: hidden;
    float: left;
}

.xm-reply_area .user img {
    width: 100%;
}

.xm-reply_area .input-box {
    margin-left: 70px;
}

.xm-reply_area .input-box textarea {
    width: 100%;
    height: 200px;
}

.xm-reply_area .input-box textarea {
    border: 1px solid #e6e6e6;
    resize: none;
}

.xm-reply_area .input-box button {
    width: 150px;
    padding: 9px;
    margin-top: 20px;
    border-radius: 0;
    background-color: #ff7519;
    color: white;
}


/*detail_relate*/

.xm-hotspot {
    border: 1px solid #e6e6e6;
    padding: 0 19px 25px 29px;
    background-color: white;
}

.xm-hotspot h3 {
    border-bottom: 1px solid #e6e6e6;
    margin-bottom: 20px;
    font-size: 14px;
    line-height: 26px;
    padding-bottom: 4px;
    font-weight: 600;
}

.xm-hotspot ul {
    margin: 0;
    padding-left: 20px;
    font-size: 12px;
    line-height: 24px;
}

.xm-hotspot ul li a {
    color: #333;
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.xm-hotspot ul li a:hover {
    color: #ff8b3d;
    text-decoration: none;
}


/*detail*/

.xm-container-detail {
    margin: 0 0 10px 0;
}

.xm-container-detail .invitation,
.xm-container-detail .reply {
    padding: 20px 25px;
    background: #fff;
    border: 1px solid #e6e6e6;
    margin-bottom: 10px;
}

.xm-container-detail .invitation h1 {
    font-size: 22px;
    font-weight: 400;
    line-height: 26px;
    color: #ff8b3d;
}

.xm-container-detail .invitation .txt {
    border-bottom: 1px solid #e6e6e6;
    font-size: 12px;
    color: #8c8c8c;
    overflow: hidden;
    line-height: 24px;
}

.xm-container-detail .invitation .txt a {
    color: #333;
}

.xm-container-detail .invitation .txt a:hover {
    color: #ff8b3d;
    text-decoration: none;
}

.xm-container-detail .invitation .txt .see {
    float: right;
    margin-bottom: 0;
    color: #8c8c8c;
}

.xm-container-detail .invitation .txt .see span {
    margin-right: 5px;
}

.xm-container-detail .invitation .txt .see .glyphicon {
    color: #dfdfdf;
}

.xm-container-detail .invitation .invitation_content img {
    max-width: 100%;
}

.xm-container-detail .faster_reply {
    display: table;
    padding: 10px 0;
    width: 100%;
}

.xm-container-detail .faster_reply .img-box {
    display: table-cell;
    width: 50px;
    height: 50px;
    overflow: hidden;
    border-radius: 50%;
}

.xm-container-detail .faster_reply .img-box img {
    width: 100%;
}

.xm-container-detail .faster_reply .input-box {
    display: table-cell;
    padding: 0 10px;
}

.xm-container-detail .faster_reply .input-box input {
    width: 100%;
    height: 36px;
    border: 1px solid #e6e6e6;
    padding-left: 10px;
}

.xm-container-detail .faster_reply .btn-box {
    display: table-cell;
    width: 150px;
}

.xm-container-detail .faster_reply .btn-box span {
    display: inline-block;
    background-color: #ff8b3d;
    line-height: 40px;
    width: 100%;
    text-align: center;
    color: white;
    cursor: pointer;
}

@media (max-width:768px) {
    .xm-container-detail .faster_reply .btn-box {
        width: 60px;
    }
}

.xm-container-detail .reply .reply-title {
    margin-bottom: 10px;
}

.xm-container-detail .reply .reply-title .reply_nav {
    font-size: 18px;
    color: #ff7519;
    overflow: hidden;
    line-height: 26px;
}

.xm-container-detail .reply .reply-title .nonstop {
    float: right;
    font-size: 12px;
    color: #8c8c8c;
    display: inline-block;
    line-height: 26px;
    cursor: pointer;
}

.xm-container-detail .reply .reply-title .nonstop:hover {
    color: #ff7519;
}

.xm-container-detail .reply ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.xm-container-detail .reply li {
    border-bottom: 1px solid #e6e6e6;
    margin-top: 30px;
}

.xm-container-detail .reply .reply_list_img {
    width: 50px;
    height: 50px;
    overflow: hidden;
    float: left;
    border-radius: 50%;
}

.xm-container-detail .reply .reply_list_img img {
    width: 100%;
}

.xm-container-detail .reply .reply_list_con {
    margin-left: 60px;
}

.xm-container-detail .reply .auth_msg {
    line-height: 20px;
    color: #8c8c8c;
    font-size: 12px;
    overflow: hidden;
}

.xm-container-detail .reply .auth_msg .auth_name {
    margin-right: 5px;
    font-size: 14px;
    color: #ff8b3d;
}

.xm-container-detail .reply .auth_msg .reply_list_float {
    float: right;
    color: #c3c3c3;
}

.xm-container-detail .reply .reply_txt {
    font-size: 14px;
    line-height: 20px;
    margin-top: 5px;
}

.xm-container-detail .reply .replay_bu {
    text-align: right;
    font-size: 12px;
    color: #8c8c8c;
    margin-bottom: 0;
    line-height: 35px;
}

.xm-container-detail .reply .replay_bu span:hover {
    color: #333;
}


/*add*/

.special-container {
    width: 76%;
}

.special-row {
    margin: 0;
}

.special-row>div {
    padding: 0;
}

.back {
    background-color: #f3f3f3;
}

.plateinfor {
    padding: 20px 30px;
    border: 1px solid #dfdfdf;
    margin-bottom: 10px;
    background: #fff;
    color: #8c8c8c;
    font-size: 12px;
    margin-top: 10px;
}

.plateinfor a:first-child {
    line-height: 20px;
    font-size: 16px;
    color: #333;
    text-decoration: none;
}

.plateinfor span {
    color: #8c8c8c;
    font-size: 12px;
}

.plateinfor .attention {
    background: #f3f3f3;
    display: inline-block;
    text-align: center;
    cursor: pointer;
    margin: 0 10px 0 15px;
    width: 60px;
    line-height: 20px;
}

.plateinfor .push {
    display: inline-block;
    float: right;
    width: 100px;
    font-size: 12px;
    color: #fff;
    line-height: 24px;
    background-color: #ff7519;
    text-align: center;
    text-decoration: none;
}
.opticsStyle {
    overflow: hidden;
    position: absolute;
    max-height: 1px;
}


.boundaryStyle {
    text-align: center;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 9999;
}

