﻿@charset "utf-8";
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, hr, pre, form, fieldset, input, textarea, p, blockquoteth, td, button {
    margin: 0px;
    padding: 0px;
}

div, dl, dt, dd, ul, li, ol, p, input, select, textarea, h1, h2, h3, h4, h5, h6, form, table, td, tr, th, body {
    box-sizing: border-box;
}

h1, h2, h3, h4, h5, h6 {
    font-weight: normal;
}

ul, ol {
    list-style: none;
}

em, i {
    font-style: normal;
}

a {
    background: transparent;
    text-decoration: none;
    color: #595757;
    tap-highlight-color: rgba(0,0,0,0);
    focus-ring-color: rgba(0, 0, 0, 0);
    -webkit-tap-highlight-color: rgba(0,0,0,0);
    -webkit-focus-ring-color: rgba(0, 0, 0, 0);
    -moz-tap-highlight-color: rgba(0,0,0,0);
    -moz-focus-ring-color: rgba(0, 0, 0, 0);
}

    a:active, a:hover {
        outline: 0;
        text-decoration: none;
    }

    a[title~=站长统计] {
        display: none;
    }

img {
    max-width: 100%;
    border: none;
}

textarea {
    resize: none;
}

    textarea:focus {
        outline: none;
    }

input:focus {
    outline: none;
}

input, textarea {
    outline: none;
    border: 0;
    -webkit-appearance: none;
    border-radius: 0px;
}
/* all */
::-webkit-input-placeholder {
    color: #999;
}

::-moz-placeholder {
    color: #999;
}
/* firefox 19+ */
:-ms-input-placeholder {
    color: #999;
}
/* ie */
input:-moz-placeholder {
    color: #999;
}

html, body {
    font-size: 18px;
}
/* 初始化HTML5新元素 */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
    display: block;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
    background-color: transparent;
}

td, th {
    padding: 0;
}

body {
    font-family: "Microsoft Yahei", Tahoma, Arial, Helvetica, STHeiti;
    background: #f5f5f5;
    /*max-width: 640px;
	margin: 0 auto;*/
    color: #1c1c1c;
}

    body.body-overflow {
        position: fixed;
        width: 100%;
    }

.w50 {
    width: 50%;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

.hide {
    display: none;
}

.clearfix:after {
    content: "";
    display: block;
    visibility: hidden;
    height: 0;
    clear: both;
}

.clearfix {
    zoom: 1;
}

.dn {
    display: none;
}

@media screen and (max-width:320px) {
    body, html {
        font-size: 14px;
    }
}

@media screen and (min-width:321px) and (max-width:400px) {
    body, html {
        font-size: 16px;
    }
}

.dp-diver {
    height: 10px;
    width: 100%;
    background: #eeeeee;
}

.dp-diver2 {
    height: 3.5rem;
    width: 100%;
}

.dp-diver3 {
    height: 4.5rem;
    width: 100%;
}

.dp-diver4 {
    height: 2.1rem;
    width: 100%;
    background: #fff;
}

.dp-diver5 {
    height: 2.1rem;
    width: 100%;
}

.dp-height {
    height: 2.75rem;
    width: 100%;
}

.divHeight {
    height: 10px;
    width: 100%;
    background: #fff;
}

.b-line {
    position: relative;
}

    .b-line:after {
        content: '';
        position: absolute;
        z-index: 2;
        bottom: 0;
        left: 0;
        width: 100%;
        height: 1px;
        border-bottom: 1px solid #e2e2e2;
        -webkit-transform: scaleY(0.5);
        transform: scaleY(0.5);
        -webkit-transform-origin: 0 100%;
        transform-origin: 0 100%;
    }

.aui-flex {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
    padding: 0.8rem;
    position: relative;
}

.aui-flex-box {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    flex: 1;
    min-width: 0;
    font-size: 14px;
    color: #333;
}
/* 必要布局样式css */
.aui-flexView {
    width: 100%;
    height: 100%;
    margin: 0 auto;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
}

.aui-scrollView {
    width: 100%;
    height: 100%;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    overflow-y: auto;
    overflow-x: hidden;
    -webkit-overflow-scrolling:touch;
    position: absolute;
    padding-bottom: .4rem;
}

.aui-navBar {
    height: 2.75rem;
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    z-index: 102;
    background: #fff;
}


.aui-navBar-item {
    height: 2.75rem;
    min-width: 25%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 25%;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    padding: 0 0.9rem;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 1.1rem;
    white-space: nowrap;
    overflow: hidden;
    color: #808080;
    position: relative;
}

    .aui-navBar-item:first-child {
        -webkit-box-ordinal-group: 2;
        -webkit-order: 1;
        -ms-flex-order: 1;
        order: 1;
        margin-right: -25%;
        font-size: 0.9rem;
        font-weight: bold;
    }

    .aui-navBar-item:last-child {
        -webkit-box-ordinal-group: 4;
        -webkit-order: 3;
        -ms-flex-order: 3;
        order: 3;
        -webkit-box-pack: end;
        -webkit-justify-content: flex-end;
        -ms-flex-pack: end;
        justify-content: flex-end;
    }

.aui-center {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
    -ms-flex-order: 2;
    order: 2;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    height: 2.75rem;
    width: 50%;
    margin-left: 25%;
}

.aui-center-title {
    text-align: center;
    width: 100%;
    white-space: nowrap;
    overflow: hidden;
    display: block;
    text-overflow: ellipsis;
    font-size: 0.95rem;
    color: #333;
}

.icon {
    width: 1.25rem;
    height: 1.25rem;
    display: block;
    border: none;
    float: left;
    background-size: 1.25rem;
    background-repeat: no-repeat;
}

.icon-return {
    background-image: url("../images/return.png");
}

.icon-menu {
    background-image: url("../images/menu.png");
}

.header {
    height: 2.75rem;
    position: fixed;
    width: 100%; /*max-width:640px;*/
    top: 0;
    background: #fff;
    z-index: 9999;
    border-bottom: 1px solid #eee;
}

    .header .headerL {
        position: absolute;
        left: 0;
        top: 0;
        height: 2.75rem;
        padding-left: 0.6rem;
    }

        .header .headerL img {
            display: block;
            height: 1.25rem;
            margin-top: 0.7rem;
        }

    .header .headerC {
        width: 100%;
        height: 2.75rem;
        line-height: 2.75rem;
        text-align: center;
    }

        .header .headerC p {
            text-align: center;
            font-size: 1.1rem;
            color: #333;
        }

    .header .headerR {
        position: absolute;
        right: 0;
        top: 0;
        height: 2.75rem;
        padding-right: 0.6rem;
    }

        .header .headerR a {
            color: #666;
            font-size: 1rem;
            line-height: 2.7rem;
        }

            .header .headerR a.c9 {
                color: #999;
            }

        .header .headerR img {
            height: 1.25rem;
            line-height: 1.25rem;
            margin-top: 0rem;
        }

    .header .menu {
        position: absolute;
        top: 2.75rem;
        right: 0;
        z-index: 9999;
        width: 50%;
        display: none;
    }

        .header .menu ul {
            background: #3385FF;
            overflow: hidden;
        }

            .header .menu ul li:first-child {
                border-top: 1px dashed #b3d1fd;
            }

            .header .menu ul li {
                width: 100%;
                height: 2.8rem;
                line-height: 2.8rem;
                border-bottom: 1px dashed #b3d1fd;
                text-align: center;
            }

                .header .menu ul li a {
                    color: #fff;
                }

                .header .menu ul li:last-child {
                    border-bottom: 0;
                }
/*顶部三条横线菜单按钮  start */
header .openbigmenu {
    position: absolute;
    right: 0.5rem;
    top: .75rem;
    z-index: 1;
    width: 1.5rem;
    height: 1.5rem;
    background: url(/images/menu.png) no-repeat center;
    background-size: 100% 100%;
}
header .headerR .openbigmenu {
    position:unset;
    right: unset;
    top: unset;
    z-index: 1;
    width: unset;
    height: unset;
    background:unset;
}
/*顶部三条横线菜单按钮   end */

/*打开模块常用关闭、最小化、最大化按钮*/
.kl_block_minmax {position:absolute; top:4px; right:6px;}
.kl_block_close {z-index:10;}
.kl_block_close, .kl_block_min, .kl_block_max {width:30px; height:30px; cursor:pointer; box-sizing:border-box; margin-right:4px; float:left; background-size:18px; background-repeat:no-repeat; background-position:center center; position:relative;}
.kl_block_minmax div:last-child {margin-right:0;}
.kl_block_close:before, .kl_block_close:after {content:""; display:block; width:20px; height:2px; background-color:#f00; position:absolute; top:14px; left:8px;}
.kl_block_close:before {transform:rotate(45deg);}
.kl_block_close:after {transform:rotate(-45deg);}
.kl_block_close:hover, .kl_block_min:hover, .kl_block_max:hover {opacity:0.8;}
.kl_block_close:before, .kl_block_close:after {transition-duration:0.2s; transition-timing-function:ease-in; transition-property:transform;}
.kl_block_close:hover:before {transform:rotate(135deg);}
.kl_block_close:hover:after {transform:rotate(45deg);}
.kl_block_close_notit {margin-right:0; background-color:#333; border:3px solid #fff; position:absolute; top:-10px; right:-10px; border-radius:50%; transition-duration:0.2s; transition-timing-function:ease-in; transition-property:background-color;}
.kl_block_close_notit:before, .kl_block_close_notit:after {background-color:#fff; top:11px; left:5px;}
.kl_block_close_notit:hover {opacity:1; background-color:#2b84d0;}
.kl_block_min {background-image:url("data:image/svg+xml,%3Csvg width='600' height='600' viewBox='0 0 1024 1024' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M949.2 560.2H74.8c-26.6 0-48.2-21.6-48.2-48.2 0-26.6 21.6-48.2 48.2-48.2H949.2c26.6 0 48.2 21.6 48.2 48.2 0 26.6-21.6 48.2-48.2 48.2z' fill='%232d2c3b'/%3E%3C/svg%3E");}
.kl_block_min.xon {margin-right:0; background-image:url("data:image/svg+xml,%3Csvg width='2000' height='2000' viewBox='0 0 1024 1024' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M879.1 783.6h-60.4a34.3 34.3 0 0 1 0-68.6h60.4c14.3 0 26.6-11.8 26.6-26.6V142.6c0-14.3-11.8-26.6-26.6-26.6H332.8c-14.3 0-26.6 11.8-26.6 26.6v60.4a34.3 34.3 0 0 1-68.6 0V142.6c0-52.2 42.5-94.72 94.72-94.7h546.3c52.2 0 94.72 42.5 94.72 94.7v546.3c0.5 52.2-42.5 94.72-94.2 94.7z' fill='%232c2c2c'/%3E%3Cpath d='M708.1 964.3H162.3c-57.9 0-103.9-47.1-103.9-103.9V312.6c0-57.9 47.1-103.9 103.9-103.9h546.3c57.9 0 103.9 47.1 103.9 103.9v546.8c0.5 58.4-46.08 104.96-104.4 104.96zM162.3 276.72c-19.5 0-35.84 16.4-35.84 35.8v546.8c0 19.5 16.4 35.84 35.84 35.84h546.3c19.5 0 35.84-16.4 35.84-35.84V312.6c0-19.5-16.4-35.84-35.84-35.8H162.3z' fill='%232d2c3b'/%3E%3C/svg%3E");}
.kl_block_max {background-image:url("data:image/svg+xml,%3Csvg width='600' height='600' viewBox='0 0 1024 1024' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M944.0 0.8H79.1C35.8 0.8 0.3 36.2 0.3 79.4v864.5c0 43.2 35.4 78.6 78.7 78.6h865.9c43.3 0 78.7-35.4 78.7-78.6V79.4C1023.7 36.2 988.3 0.8 944.0 0.8z m0 943.1H79.1V79.4h865.9v864.5z m0 0' fill='%23231814'/%3E%3Cpath d='M342.8 735.7l137.8-137.5c15.7-15.7 15.7-39.3 0-55.0-15.7-15.7-39.4-15.7-55.1 0l-137.8 137.5-90.5-90.4V826.0h236.2l-90.5-90.4z m228.3-243.6c11.8 0 19.7-3.9 27.6-11.8l137.8-137.5 90.5 90.4V197.3H590.7l90.5 90.4-137.8 137.5c-15.7 15.7-15.7 39.3 0 55.0 7.9 7.9 19.7 11.8 27.5 11.8z m0 0' fill='%232d2c3b'/%3E%3C/svg%3E");}
.kl_block_max.xon {background-image:url("data:image/svg+xml,%3Csvg width='600' height='600' viewBox='0 0 1024 1024' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M944.0 0.8H79.1C35.8 0.8 0.3 36.2 0.3 79.4v864.5c0 43.2 35.4 78.6 78.7 78.6h865.9c43.3 0 78.7-35.4 78.7-78.6V79.4C1023.7 36.2 988.3 0.8 944.0 0.8z m0 943.1H79.1V79.4h865.9v864.5z m0 0' fill='%23231814'/%3E%3Cpath d='M346.7 621.7l-137.8 137.5c-15.7 15.7-15.7 39.3 0 55.0 15.7 15.7 39.4 15.7 55.1 0l137.8-137.5 90.5 90.4V531.3H256.2l90.5 90.4zM787.5 197.3c-11.8 0-19.7 3.9-27.6 11.8l-137.8 137.5-90.5-90.4v235.8h236.2l-90.5-90.4 137.8-137.5c15.7-15.7 15.7-39.3 0-55.0-7.9-7.9-19.7-11.8-27.5-11.8z' fill='%232d2c3b'/%3E%3C/svg%3E");}
/*每页展开的导航   start*/
.nav-menu{
        position: fixed;
        width: 100%;
        background: #ffffff;
        z-index: 99999;
        bottom: 0rem;
        display: none;
        overflow: scroll;
        border-top: 1px solid #ddd;
        box-shadow: 0 0 5px 3px rgba(0,0,0,0.1);
}
.nav-menu p{
        line-height: 2rem;
    border-bottom: .03rem solid #ddd;
    padding: 0 .8rem;
    box-sizing: border-box;
    font-size: .9rem;
    color: #c6c6c6;
}
.nav-menu ul{
        display: flex;
        flex-wrap: wrap;
        align-content: space-between;
        border-bottom: 0.01rem solid #f0f0f0;
        overflow: hidden;
}
.nav-menu ul li{
        width: 25%;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        align-items: center;
        padding: .8rem 0;
        border-bottom: 0.01rem solid #f0f0f0;
        margin-bottom: -0.02rem;       
}
.nav-menu ul li.app-help{
    width:100%;
    padding: 0;
    text-align:center;
}
.nav-menu ul li img{
        width: 2.5rem;
        height: 2.5rem;
        display: block;
        margin: 0 auto;
        margin-bottom: .5rem;
}
.nav-menu ul li span{
        font-size: .8rem;
        color: #333333;
        display: block;
        text-align: center;
}

.nav-menu ul li.app-help a {
    width: 88%;
    margin:1rem 0;
    text-align: center;
    color: #fff;
    border-radius: 2rem;
    background: -webkit-gradient(linear, 0 0, 0 100%, from(#ff672c), to(#f34151));
}
.nav-menu ul li.app-help a h3 {
    line-height:2.4rem;
    font-size:1rem;
}
/*每页展开的导航   end*/
/*面板样式*/
#panelMask {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 10002;
    display: none;
    height: 100%;
    /*background-color: #000;*/
    background-color: rgba(0,0,0,.5);
}
    #panelMask span {
        width:100%;
        height:100%;
        display:block;
    }

#panelMain {
    position: absolute;
    width: 100%;
    z-index: 10;
    /*background-color: #f5f5f5;*/
}

#panelMenu {
    position: fixed;
    top: 0;
    right: 0;
    z-index: 99;
    display: none;
    height: 100%;
    overflow: hidden;
    float: left;
    color: #ffffff;
    background-color: #327dd4;
    /*background-image: url(../images/vk_menu_bg.jpg);*/
    background-size: 100% 100%;
}

.mm-list {
    font: inherit;
    font-size: 14px;
    list-style: none;
    display: block;
    padding: 0;
    margin: 0;
}

    .mm-list > li {
        position: relative;
        list-style: none;
        display: block;
        padding: 0;
        margin: 0;
    }

        .mm-list > li > a, .mm-list > li > span {
            text-overflow: ellipsis;
            white-space: nowrap;
            overflow: hidden;
            color: inherit;
            line-height: 2.6rem;
            display: block;
            padding: 0px 10px 0px 20px;
            margin: 0;
            text-decoration: none;
        }
        .mm-list > li > span.domainname {
            text-align:center;
        }

            .mm-list > li > a .fa-angle-right {
                float: right;
                height: 2.6rem;
            }

    .mm-list a, .mm-list a:hover {
        text-decoration: none;
    }

    .mm-list > li:not(.mm-subtitle):not(.mm-label):not(.mm-noresults)::after {
        content: '';
        border-bottom-width: 1px;
        border-bottom-style: solid;
        display: block;
        width: 100%;
        position: absolute;
        bottom: 0;
        left: 0;
    }

    .mm-list > li:after {
        border-color: rgba(0,0,0,0.15);
    }

    .mm-list em {
        float: right;
        display: block;
        width: 7px;
        height: 13px;
        background: url(../images/list_a.png);
        background-size: 100%;
        margin-right: 10px;
    }

.usermsg {
    margin: 10px 5px;
    font-size: .85rem;
    line-height: 1.3rem;
}

    .usermsg span.red {
        color: #EF4836;
    }
.alert.usermsg .usermsg-icon i.fa{
    position:relative;
    color: #ff881c;
    top:1px;
    margin-right:4px;
}

/*搜索*/
.search {
    padding: .4rem;
    padding-bottom: 0;
    overflow: hidden;
}

.search-input {
    float: left;
    width: 100%;
    height: 2.3rem;
    line-height: 2.3rem;
    padding: 0 .8rem;
    background: #fff;
    border-radius: 2rem;
}

    .search-input .icon-search {
        width: 1.2rem;
        height: 1.2rem;
        display: block;
        border: none;
        float: right;
        margin: .6rem .4rem 0 0;
        background-position: center;
        background-repeat: no-repeat;
        background-size: 1.2rem;
        background-image: url(../images/search.png);
    }

    .search-input input {
        border: none;
        background: none;
        font-size: 0.85rem;
        line-height: 2rem;
        width: 88%;
        color: #0176e7;
    }

.search-btn {
    float: right;
    width: 23%;
    height: 2rem;
    background: #ff823b;
    border-radius: .5rem;
    color: #fff;
    border: none;
    font-size: 0.95rem;
}

/*  公用底部  */
.footer {
    width: 100%;
    height: 2.6rem;
    position: fixed;
    bottom: 0;
    /*left: 0;
    right: 0;*/
    z-index: 99;
    background: #fff;
}

.weui-tabbar {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    position: absolute;
    z-index: 500;
    bottom: 0;
    width: 100%;
    box-shadow: rgba(175, 175, 175, 0.5) 0px 3px 10px;
}
/*.weui-tabbar:before {
	content: " ";
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	height: 1px;
	border-top: 1px solid #c0bfc4;
	color: #c0bfc4;
	-webkit-transform-origin: 0 0;
	transform-origin: 0 0;
	-webkit-transform: scaleY(.5);
	transform: scaleY(.5)
}*/
.weui-tabbar__item {
    display: block;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    flex: 1;
    padding: .32rem 0 0;
    font-size: 0;
    color: #fff;
    text-align: center;
    -webkit-tap-highlight-color: rgba(0,0,0,0);
    position: relative;
}

.weui-tabbar__icon {
    display: inline-block;
    width: 1rem;
    height: 1.2rem;
    padding-top:.2rem;
}

    .weui-tabbar__icon img {
        width: 100%;
        height: 100%;
    }

.weui-tabbar__label {
    text-align: center;
    color: #757575;
    font-size: .65rem;
    line-height: 1.8;
}
.weui-tabbar__label.indexlink {
    color: #f00;
}

.weui-tabbar__label_wz {
    text-align: center;
    color: #757575;
    font-size: .75rem;
    line-height: 1.8;
    margin-top: 1.8rem;
}

.weui-tabbar__item.weui-bar__item--on .weui-tabbar__label, .weui-tabbar__item.weui-bar__item--on .weui-tabbar__label_wz {
    color: #3385ff;
}

#footer-logo {
    position: relative;
    z-index: 11;
    left: 50%;
    /* bottom: 1.2rem; */
    margin-left: -1.5rem;
    height: 3rem;
    width: 3rem;
    margin-top: -1.75rem;
}

    #footer-logo img {
        width: 3rem;
        height: 3rem;
        display: block;
    }

.href_btn {
    text-align: center;
    margin: 1.4rem auto 1.1rem auto;
}

    .href_btn a {
        display: inline-block;
        width: 80%;
        height: 2.5rem;
        line-height: 2.5rem;
        font-size: 1rem;
        background: #3385FF;
        color: #fff;
        border-radius: 2rem;
        padding: 0;
    }

    .href_btn a.btn-save {
        width: 40%;
        margin: 10px;
    }
    .href_btn a.btn-delete {
        width: 40%;
        margin: 10px;
        background: #ffffff;
        color: #f00;
        border: 1px solid #f00;
    }

        .href_btn a:hover,.href_btn a:focus,.href_btn a:active {
            color: #fff;
        }

        .href_btn a.btn-delete:hover, .href_btn a.btn-delete:focus, .href_btn a.btn-delete:active {
            color: #f00;
        }

.href_btn2 {
    text-align: center;
}

    .href_btn2 a {
        display: inline-block;
        width: 90%;
        height: 2.5rem;
        line-height: 2.5rem;
        font-size: 1rem;
        background: #e63702;
        margin: 1.25rem 0;
        color: #fff;
        border-radius: .5rem;
    }

.mask-black {
    background-color: rgba(0, 0, 0, 0.4);
    position: fixed;
    z-index: 500;
    bottom: 0;
    right: 0;
    left: 0;
    top: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    display: none;
}
/*自动播放语音*/
#musicPlayer {
    position: fixed;
    right: .6rem;
    top: 2.5rem;
    z-index: 10001;
    width: 1.6rem;
    height: 1.6rem;
    background: url(../images/play.png) no-repeat;
    background-size: cover;
}

.musicStart {
    -webkit-animation: rotating 1.2s linear infinite;
    -moz-animation: rotating 1.2s linear infinite;
    -o-animation: rotating 1.2s linear infinite;
    animation: rotating 1.2s linear infinite;
}

@-moz-keyframes rotating {
    100% {
        -moz-transform: rotate(360deg);
    }
}

@-webkit-keyframes rotating {
    100% {
        -webkit-transform: rotate(360deg);
    }
}

@keyframes rotating {
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

/*悬浮进群交流*/
.scroll-top2 {
    position: fixed;
    bottom: 12rem;
    right: .8rem;
    z-index: 99;
    width: 3.4rem;
    height: 3.4rem;
    border-radius: 50%;
    background-color: #fba86b;
    text-align: center;
    color: #fff;
}

    .scroll-top2 span {
        width: 100%;
        text-align: center;
        display: block;
        font-size: .85rem;
        color: #fff;
        line-height: 1rem;
        vertical-align: middle;
        margin-top: .7rem;
    }

/*悬浮立即使用*/
.replace {
    width: 13.75rem;
    height: 4rem;
    text-align: center;
    margin-left: -6.875rem;
    position: fixed;
    left: 50%;
    right: 0;
    bottom: 1rem;
    z-index: 110;
}
/*悬浮换成我的*/
.replace2 {
    width: 18rem;
    height: 2.5rem;
    line-height: 2.5rem;
    color: #FFF;
    text-align: center;
    margin-left: -9rem;
    position: fixed;
    left: 50%;
    right: 0;
    bottom: 1rem;
    z-index: 110;
    background: #4dba94;
    border-radius: 2rem;
}

.fa-angle-right {
    text-align: right;
    color: #FF6B5D;
    padding-right: 1rem;
    position: relative;
    font-size: 0.85rem;
}

    .fa-angle-right:after {
        content: " ";
        display: inline-block;
        height: .625rem;
        width: .625rem;
        border-width: 2px 2px 0 0;
        border-color: #cacaca;
        border-style: solid;
        -webkit-transform: matrix(0.71, 0.71, -0.71, 0.71, 0, 0);
        transform: matrix(0.71, 0.71, -0.71, 0.71, 0, 0);
        position: relative;
        top: -.125rem;
        position: absolute;
        top: 50%;
        margin-top: -.375rem;
        right: .125rem;
        border-radius: 2px;
    }

    .fa-angle-right:before {
        content: " ";
    }

/* margin */
.m5 {
    margin: 5px;
}

.m10 {
    margin: 10px;
}

.m15 {
    margin: 15px;
}

.m20 {
    margin: 20px;
}

.mt_5 {
    margin-top: 5px;
}

.mt_10 {
    margin-top: 10px;
}

.mt_15 {
    margin-top: 15px;
}

.mt_20 {
    margin-top: 20px;
}

.mt_25 {
    margin-top: 25px;
}

.mt_30 {
    margin-top: 30px;
}

.mt_35 {
    margin-top: 35px;
}

.mt_40 {
    margin-top: 40px;
}

.mt_50 {
    margin-top: 50px;
}

.mt_60 {
    margin-top: 60px;
}

.mb_5 {
    margin-bottom: 5px;
}

.mb_10 {
    margin-bottom: 10px;
}

.mb_15 {
    margin-bottom: 15px;
}

.mb_20 {
    margin-bottom: 20px;
}

.mb_25 {
    margin-bottom: 25px;
}

.mb_30 {
    margin-bottom: 30px;
}

.mb_35 {
    margin-bottom: 35px;
}

.mb_40 {
    margin-bottom: 40px;
}

.mb_50 {
    margin-bottom: 50px;
}

.mb_60 {
    margin-bottom: 60px;
}

.ml_5 {
    margin-left: 5px;
}

.ml_10 {
    margin-left: 10px;
}

.ml_15 {
    margin-left: 15px;
}

.ml_20 {
    margin-left: 20px;
}

.ml_25 {
    margin-left: 25px;
}

.ml_30 {
    margin-left: 30px;
}

.ml_35 {
    margin-left: 35px;
}

.ml_40 {
    margin-left: 40px;
}

.ml_50 {
    margin-left: 50px;
}

.ml_60 {
    margin-left: 60px;
}

.mr_5 {
    margin-right: 5px;
}

.mr_10 {
    margin-right: 10px;
}

.mr_15 {
    margin-right: 15px;
}

.mr_20 {
    margin-right: 20px;
}

.mr_25 {
    margin-right: 25px;
}

.mr_30 {
    margin-right: 30px;
}

.mr_35 {
    margin-right: 35px;
}

.mr_40 {
    margin-right: 40px;
}

.mr_50 {
    margin-right: 50px;
}

.mr_60 {
    margin-right: 60px;
}

.close {
    font-size: 1.3rem;
    line-height: .8rem;
}
/*返回顶部*/
.top_btn {
    width: 32px;
    position: fixed;
    bottom: 6.6rem;
    right: .4rem;
    z-index: 1000;
}

    .top_btn a {
        border: 0;
        width: 100%;
        height: 32px;
        /*position: relative;*/
        background-color: rgba(0,0,0,0.1);
        display: block;
    }
    .top_btn a.gotop {
        display: none;
    }

    .top_btn i.fa {
        font-size: 32px;
        color: white;
        padding-left: 6px;
        margin-top: -2px;
    }
/*不用字体库了*/
.gotop > div.topdeg {
    width: 14px;
    height: 14px;
    border: 2px solid #ffffff;
    border-right: 0;
    border-bottom: 0;
    transform: rotate(45deg);
    -ms-transform: rotate(45deg); /* Internet Explorer */
    -moz-transform: rotate(45deg); /* Firefox */
    -webkit-transform: rotate(45deg); /* Safari 和 Chrome */
    -o-transform: rotate(45deg); /* Opera */
    position: relative;
    top: 12px;
    left: 9px;
}

/*修正 手机端显示提示信息的高度*/
.xtiper_msg {
    height: auto;
    line-height: 20px;
    padding: 10px 0;
}

/*房源标签*/
.kl-house-tags > span {
    color: #999;
    font-size: .8rem;
    padding: .1rem .5rem;
    margin: .3rem 1rem .3rem 0;
    border: 1px solid #eee;
    background-color: #fff;
    display: inline-block;
    line-height: 23px;
}

    .kl-house-tags > span.tag-default {
        color: #777;
        border: 1px dashed #777;
    }

    .kl-house-tags > span.tag-primary {
        color: #337ab7;
        border: 1px dashed #337ab7;
    }

    .kl-house-tags > span.tag-info {
        color: #5bc0de;
        border: 1px dashed #5bc0de;
    }

    .kl-house-tags > span.tag-warning {
        color: #f0ad4e;
        border: 1px dashed #f0ad4e;
    }

    .kl-house-tags > span.tag-danger {
        color: #d9534f;
        border: 1px dashed #d9534f;
    }

    .kl-house-tags > span .btn-close {
        margin-left: 5px;
        font-size: .9rem;
    }
