@import url('animate.min.css');
@import url('/static/lib/skin/default/layer.css');
body {
    font-size: 16px;
    color: #424242;
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
}


::selection {
    background: #EE804B;
    color: #FFFFFF;
}
.dropdown-menu {
    border: none;
    background: none;
    width: 200px;
    box-shadow: none;
}

.text-gray a,
.text-muted a,
button,
a {
    transition: all 0.4s;
    color: inherit;
    cursor: pointer;
}

a:focus {
    outline: none;
    color: inherit;
    text-decoration: none;
}

.text-gray a:hover,
.text-muted a:hover,
a:hover {
    color: #f5580c;
    text-decoration: none;
}

ul,
li {
    margin: 0;
    padding: 0;
    list-style-type: none;
}

textarea,
input,
select {
    outline: none;
}

select {
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    background: url("/static/img/select_arrow.png") no-repeat 98% center;
    padding-right: 14px;
}

select::-ms-expand {
    display: none;
}

input::-webkit-input-placeholder {
    color: #bbbbbb;
}

input:-moz-placeholder,
input::-moz-placeholder {
    color: #bbbbbb;
}

input:-ms-input-placeholder,
input:-ms-input-placeholder {
    color: #bbbbbb;
}

.carousel-indicators .active{
    width: 10px;
    height: 10px;
}

.no-padding{
    padding: 0;
}

.datatable.sortable .datatable-head-span .table>thead>tr>th.sort-up:after,
.datatable.sortable .datatable-head-span .table>thead>tr>th.sort-down:after {
    color: #f5580c !important;
}

.symbol {
    display: inline-block;
    width: 5px;
    height: 14px;
    vertical-align: middle;
    background-image: url('/static/img/icon19.png');
    position: relative;
    top: -1px;
}

.symbol.symbol1 {
    background-position: 0 0;
    margin-right: 2px;
}

.symbol.symbol2 {
    background-position: -6px 0;
    margin-left: 2px;
    margin-right: 5px;
}

.layui-layer-setwin .layui-layer-close {
    -webkit-transition: none;
    -moz-transition: none;
    transition: none;
}

.layui-layer-btn a {
    font-size: 14px;
}

.layui-layer-btn a.layui-layer-btn0:hover {
    color: #fff;
}

.layui-layer-btn a.layui-layer-btn1:hover {
    color: #333;
}

.appicon-drop-down-fill:before {
    content: "\e651";
}

.form-control:focus {
    border-color: #f5580c;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(245, 88, 12, .6);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(245, 88, 12, .6);
}

ul.list-inline>li {
    display: inline-block;
}

.lg-backdrop.in {
    z-index: 1050;
}

.lg-outer {
    z-index: 1060;
}

.text-dark {
    color: #333333 !important;
}

.text-darkgray {
    color: #666666 !important;
}

.text-orange {
    color: #f5580c !important;
}

.text-gray {
    color: #999999 !important;
}

.text-grey {
    color: #e5e5e5 !important;
}

.nowrap {
    white-space: nowrap;
}

.nomargin {
    margin: 0 !important;
}

.btn-button {
    color: #fff;
    background-color: #f37c42;
    position: relative;
    transition: all 0.4s;
}

.btn-button:hover {
    background-color: #f5580c;
    color: #fff;
}

.btn-button:focus {
    color: #fff;
}
.search-index-box .search-input-box{
    position: relative;
    z-index: 9;
}
.search-index-box .save-houselist-box{
    width: 100%;
    max-height: 400px;
}
.search-index-box .save-houselist-box .houselist-list>.li:hover{
    color: #f5580c;
    background-color: #f6f6f6;
}

.search-input-box .save-houselist-box,
.autocomplete-result-box {
    position: absolute;
    background-color: #fff;
    box-shadow: 0 2px 5px rgba(0, 0, 0, .26);
    border: 1px solid #f2f2f2;
    overflow: auto;
}

.search-input-box .save-houselist-box .name-list,
.search-input-box .save-houselist-box .houselist-list>.li,
.autocomplete-result-box .autocomplete-suggestion {
    padding: 0 20px;
    line-height: 50px;
    cursor: pointer;
    color: #000;
    font-size: 17px;
}

.autocomplete-result-box .autocomplete-suggestion.autocomplete-selected,
.autocomplete-result-box .autocomplete-suggestion:hover {
    background-color: #eee;
}

.autocomplete-result-box .autocomplete-suggestion strong {
    font-style: normal;
    color: #f5580c;
}

.autocomplete-result-box .autocomplete-suggestion .pull-right {
    color: #8e8e8e;
}

.carousel-control:hover {
    text-shadow: none;
    background: none;
}

.carousel-control.left,
.carousel-control.right {
    background: none;
}

.carousel-control:focus {
    opacity: 0.4;
}

.carousel-control:hover {
    color: #f5580c;
    opacity: 1;
}

.focus-highlight {
    border: 1px solid transparent;
    transition: all 0.2s linear;
}

.focus-highlight:focus {
    border: 1px solid #f5580c !important;
    box-shadow: 0 0 8px 0 #E36629 !important;
}

.container {
    /*min-width: 1250px;*/
    /*width: 100%;*/
    margin: 0 auto;
    position: relative;
}

.header {
    min-width: 1160px;
    min-height: 52px;
    line-height: 52px;
    background: #223963 url('/static/img/header_bj.jpg') repeat-y bottom center;
    color: #d7d7d7;
}

.header.header-index {
    background: #fff;
    color: #333333;
    height: auto;
    min-height: 62px;
    line-height: 62px;
    font-size: 16px;
}

.header .city {
    margin-left: 10px;
}

.header .city i {
    margin-right: 5px;
}

.header .dh {
    margin-left: 30px;
}

.header.header-index .dh {
    margin-left: 0;
}

.header.header-index .li-login-register{
    float: right;
}

.header .dh>li {
    float: left;
    padding: 0 0 0 16px;
}

.header.header-index .li-login-register .list-inline li{
    margin: 0 0 0 10px;
}

.header .dh>li.active {
    color: #f5580c;
    font-weight: 600;
}

.header.header-index .dh>li.active {
    font-weight: 400;
}

.header .dh>li .appicon {
    font-size: 18px;
}

.header .dh>li.iconlink a {
    margin-left: 10px;
}

.header .dh>li.iconlink a:first-child {
    margin-left: 0;
}

.header .dh>li.li-login-register-box {
    padding: 0;
}

.header .dh>li.li-login-register-box .li-login-register {
    margin-left: 0;
}

.header .dh>li.li-login-register-box .text-orange {
    color: inherit;
    display: inline-block;
    max-width: 100px;
    vertical-align: middle;
    line-height: initial;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.header .dh>li.li-login-register-box .text-orange:hover {
    color: #f5580c;
}

.header .dh>li.phone .dropdown-menu {
    padding: 0;
    width: 210px;
    height: 235px;
    border: 0;
    border-radius: 0;
    box-shadow: 2px 2px 5px rgba(0, 0, 0, .27);
    background-image: url('/static/img/dh_pic01.jpg');
    margin-left: -70px;
}

.header .dh>li.phone .dropdown-menu::before {
    display: none;
}

.header .dh>li.phone .dropdown-menu .pic {
    margin: 31px auto 0;
    width: 112px;
}

.header .dh>li.phone {
    width: 133px;
    text-align: right;
}

.header .dh>li.phone .appicon-down {
    font-size: 14px;
}

.header.header-member .dh>li.phone .dropdown-menu {
    margin-left: -40px;
}

.header .li-login-register-box .no-login .appicon-wechat,
.header .li-login-register .no-login .appicon-wechat {
    font-size: 26px;
    vertical-align: middle;
}

.header .li-login-register-box .has-user img,
.header .li-login-register .has-user img {
    margin: 0 10px 0 0;
    width: 32px;
    height: 32px;
    border-radius: 100%;
}

.header .li-login-register-box .has-user .num,
.header .li-login-register .has-user .num {
    display: inline-block;
    padding: 0 4px;
    height: 20px;
    line-height: 20px;
    background-color: #55a5f2;
    color: #ffffff;
}

.header .li-login-register-box .has-user .login-quit,
.header .li-login-register .has-user .login-quit {
    margin-left: 8px;
}

.header .li-login-register .has-user .sname{
    width: auto;
    max-width: 140px;
    display: inline-block;
    vertical-align: middle;
    text-align: right;
}

.header .dh>li .cusicon {
    display: inline-block;
    vertical-align: middle;
    width: 20px;
    height: 20px;
    background-image: url('/static/img/icon20.png')
}

.header .dh>li .cusicon.cusicon-user {
    background-position: 0 0;
}

.header .dh>li .cusicon.cusicon-eye {
    background-position: 0 -20px;
}

.header .dh.pull-right {
    font-size: 14px;
}

.header .dh.pull-right .text-orange {
    font-weight: 600;
}

.header.header-member .dh.pull-right .text-orange,
.header.header-index .dh.pull-right .text-orange {
    font-weight: 400;
}

.header.header-member .dh.pull-right {
    font-size: 16px;
}

.header.header-index .dh.pull-right {
    font-size: 15px;
}

.header.header-index .dh>li .appicon-qrcode {
    font-size: 22px;
    vertical-align: middle;
}

.header .dh>li .appicon-qrcode {
    vertical-align: middle;
}

.header.header-member {
    background: #fff;
    color: #000;
    height: 62px;
    line-height: 62px;
}

.header.header-member .container {
    width: 100%;
    max-width: none;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}

.header.header-member .dh.pull-right {
    font-size: 13px;
    color: #848e99;
    margin-left: 0;
}

.header.header-member .dh.pull-right .appicon {
    vertical-align: middle;
}

.header.header-member .headpiclink img {
    width: 38px;
    height: 38px;
    display: inline-block;
}

@media (min-width: 1350px) {
    .header.header-member .container {
        padding: 0 50px;
    }
}

.header.header-member .iconuser .dropdown-menu,
.header.header-member .iconnews .dropdown-menu {
    margin-left: -48px;
    box-shadow: 0 -1px 6px rgba(0, 0, 0, 0.2);
    top: 95%;
}

.header.header-member .iconuser .dropdown-menu {
    margin-left: -20px;
    min-width: auto;
}

.header .iconhistory .dropdown-menu::before,
.header.header-member .iconuser .dropdown-menu::before,
.header.header-member .iconnews .dropdown-menu::before {
    content: '';
    position: absolute;
    border-left: 10px solid transparent;
    border-bottom: 12px solid #fff;
    border-right: 10px solid transparent;
    top: -12px;
    left: 50%;
    margin-left: -10px;
    z-index: 1
}

.header .iconhistory .dropdown-menu .triangle,
.header.header-member .iconuser .dropdown-menu .triangle,
.header.header-member .iconnews .dropdown-menu .triangle {
    position: absolute;
    top: -27px;
    color: #ccc;
    line-height: initial;
    left: 60px;
    font-size: 40px;
    opacity: 0.5;
    filter: alpha(opacity=50);
    text-shadow: 0 -3px 8px rgba(0, 0, 0, 0.2)
}

.header.header-member .iconuser .dropdown-menu .triangle {
    left: 30px;
    text-shadow: 0 -3px 6px rgba(0, 0, 0, 0.2)
}

.header.header-member .iconuser .dropdown-menu>li,
.header.header-member .iconnews .dropdown-menu>li {
    padding: 2px 0;
    font-size: 14px;
}

.header.header-member .iconuser .dropdown-menu>li a,
.header.header-member .iconnews .dropdown-menu>li a {
    position: relative;
}

.header.header-member .iconuser .dropdown-menu>li a:hover,
.header.header-member .iconnews .dropdown-menu>li a:hover {
    background-color: transparent;
    color: #f5580c;
}

.header.header-member .iconnews .dropdown-menu>li .num {
    position: absolute;
    top: 3px;
    right: 20px;
    background-color: #f5580c;
    color: #fff;
    font-size: 12px;
    border-radius: 2px;
    padding: 0 5px;
}

.header .dh>li.iconhistory .appicon-browselog {
    vertical-align: middle;
}

.header .iconhistory .dropdown-menu {
    margin-left: -118px;
    box-shadow: 0 -1px 6px rgba(0, 0, 0, 0.2);
    top: 95%;
    min-width: auto;
    width: 320px;
    line-height: initial;
}

.header .iconhistory .dropdown-menu .triangle {
    left: 140px;
}

.header .iconhistory .dropdown-menu .scroll-wrap {
    max-height: 495px;
    overflow-y: auto;
    transition: all 0.4s;
}

.header .iconhistory .dropdown-menu .scroll-wrap .no-record,
.header .iconhistory .dropdown-menu .scroll-wrap .load {
    padding: 20px 0;
    text-align: center;
    color: #ccc;
}

.header .iconhistory .dropdown-menu .scroll-wrap .load i {
    font-size: 22px;
}

.header .iconhistory .dropdown-menu .scroll-wrap::-webkit-scrollbar {
    width: 5px;
}

.header .iconhistory .dropdown-menu li {
    position: relative;
    padding: 10px 0px;
    border-top: 1px solid #efefef;
    margin: 0 10px;
    cursor: pointer;
}

.header .iconhistory .dropdown-menu li .link-attention {
    position: absolute;
    z-index: 1;
    top: 10px;
    right: 10px;
    color: #999;
    font-size: 12px;
    opacity: 0;
    filter: alpha(opacity=0);
    transition: all 0.4s;
}

.header .iconhistory .dropdown-menu li:hover .link-attention {
    opacity: 1;
    filter: alpha(opacity=100);
}

.header .iconhistory .dropdown-menu li .link-attention.active {
    opacity: 1;
    filter: alpha(opacity=100);
    color: #f5580c;
}

.header .iconhistory .dropdown-menu li:hover {
    background-color: #f8f8f8;
}

.header .iconhistory .dropdown-menu li:first-child {
    border-top-width: 0;
}

.header .iconhistory .dropdown-menu .pic {
    position: absolute;
    width: 110px;
    height: 80px;
    top: 10px;
    left: 0;
}

.header .iconhistory .dropdown-menu .pic .tip-box {
    position: absolute;
    top: 2px;
    left: 3px;
}

.header .iconhistory .dropdown-menu .pic .vr {
    display: inline-block;
    width: 25px;
    height: 16px;
    vertical-align: top;
}

.header .iconhistory .dropdown-menu .pic .vr img {
    width: 100%;
    height: 100%;
    display: block;
}

.header .iconhistory .dropdown-menu .pic>img {
    width: 100%;
    height: 100%;
    display: block;
}

.header .iconhistory .dropdown-menu .pic .txt {
    display: inline-block;
    padding: 0 2px;
    background-color: rgba(0, 0, 0, 0.4);
    color: #fff;
    font-size: 12px;
    height: 16px;
    line-height: 16px;
    vertical-align: top;
}

.header .iconhistory .dropdown-menu .txt-wrap {
    margin-left: 120px;
    font-size: 13px;
    line-height: 19px;
}

.header .iconhistory .dropdown-menu .txt-wrap .name {
    color: #000;
}

.header .iconhistory .dropdown-menu .txt-wrap span {
    color: #999;
}

.header .iconhistory .dropdown-menu .txt-wrap .txt {
    font-size: 12px;
    color: #999;
}

.header .iconhistory .dropdown-menu .txt-wrap .price {
    font-size: 15px;
    color: #f5580c;
    margin-right: 5px;
}

.header .iconhistory .dropdown-menu .feather-box span {
    font-size: 12px;
    background-color: #ffece8;
    color: #ff8062;
    display: inline-block;
    padding: 0 3px;
    margin-right: 5px;
}

.header .iconhistory .dropdown-menu .feather-box span:nth-child(1) {
    background-color: #ffece8;
    color: #ff8062;
}

.header .iconhistory .dropdown-menu .feather-box span:nth-child(2) {
    background-color: #e1f5ed;
    color: #28b78a;
}

.header .iconhistory .dropdown-menu .feather-box span:nth-child(3) {
    background-color: #f5f4e1;
    color: #fab010;
}

.header .iconhistory .dropdown-menu .feather-box span:nth-child(4) {
    background-color: #e8f6ff;
    color: #55ade5;
}

.header .iconhistory .dropdown-menu .feather-box span:nth-child(5) {
    background-color: #f7eafd;
    color: #d37bf4;
}

.header .iconhistory .dropdown-menu .link-more {
    cursor: pointer;
    padding: 6px 0;
    color: #999;
    font-size: 12px;
    text-align: center;
}

.login-register {
    z-index: 1051;
}

.login-register .nav {
    border-width: 0;
}

.login-register .nav>li>a,
.login-register .nav>li>a:hover,
.login-register .nav>li.active>a,
.login-register .nav>li.active>a:focus,
.login-register .nav>li.active>a:hover {
    border-width: 0;
    background-color: transparent;
    font-size: 18px;
    color: #fff;
    text-shadow: 0 6px 6px #222;
}

.login-register .nav>li>a:hover,
.login-register .nav>li.active>a,
.login-register .nav>li.active>a:focus,
.login-register .nav>li.active>a:hover {
    color: #f5580c;
}

.login-register .modal-dialog {
    background-color: transparent;
    box-shadow: none;
    border-width: 0;
    width: 475px;
    min-width: 475px;
    max-width: 475px;
    margin: 0 auto;
}

.login-register .nav>li {
    width: 50%;
    text-align: center;
    position: relative;
}

.login-register .nav>li.active::before {
    content: '';
    position: absolute;
    border-left: 10px solid transparent;
    border-bottom: 12px solid #f3f3f3;
    border-right: 10px solid transparent;
    left: 110px;
    top: 46px;
}

.login-register .box-wrap {
    background-color: #f3f3f3;
    border-radius: 10px;
    margin: 15px 0;
    padding: 40px;
}

#login_wx {
    height: 340px;
}

.login-register .box-wrap .title {
    margin: 0 0 25px;
    font-size: 20px;
    font-weight: 400;
    color: #000;
    line-height: 22px;
}

.login-register .box-wrap .title .pull-right {
    color: #999999;
    font-size: 14px;
}

.login-register .box-wrap .title .pull-right a {
    color: #f37c42;
}

.login-register .box-wrap .title .pull-right a:hover {
    text-decoration: underline;
}

.login-register .box-wrap .input-box {
    position: relative;
    height: 48px;
    margin: 12px 0;
}

.login-register .box-wrap .input-box i.appicon {
    position: absolute;
    top: 10px;
    left: 14px;
    color: #c2c2c2;
    font-size: 20px;
}

.login-register .box-wrap .input-box input {
    display: block;
    width: 100%;
    height: 100%;
    text-indent: 28px;
    padding: 0 15px;
    font-size: 14px;
    background-color: #fff;
    border-radius: 3px;
}

.login-register .box-wrap .input-box input.focus-highlight {
    border: 1px solid #fff;
}

.login-register .box-wrap .input-box input.focus-highlight:focus {
    border-color: #f37c42;
}

.login-register .box-wrap p.bottom {
    font-size: 14px;
    color: #5b5b5b;
}

.login-register .box-wrap p.bottom label {
    font-weight: 400;
}

.login-register .box-wrap p.bottom .link-wechat{
    font-size: 16px;
    color: #4CBD01;
}
.login-register .box-wrap p.bottom .link-wechat .appicon{
    display: inline-block;
    vertical-align: middle;
    font-size: 28px;
}
.login-register .box-wrap .tip-text{
    position: absolute;
    bottom: 15px;
    left: 0;
    width: 100%;
    text-align: center;
    font-size: 12px;
    color: #999;
}
.login-register .box-wrap .tip-text .img{
    margin: 0 2px;
    display: inline-block;
    width: 14px;
    vertical-align: middle;
}

.login-register .box-wrap .btn-button {
    display: block;
    text-align: center;
    background-color: #f37c42;
    color: #fff;
    padding: 8px 0;
    font-size: 17px;
}

.login-register .box-wrap .btn-button:hover {
    background-color: #f5580c;
}

.login-register .box-wrap .wx-qrcode {
    width: 227px;
    margin: 0 auto;
    display: block;
}

.login-register .box-wrap .wx-tip {
    color: #9e9e9e;
    font-size: 18px;
    margin: 10px 0;
}

.login-register.findpass .input-box {
    margin: 15px 0;
}

.login-register.findpass .box-wrap .btn-button {
    margin: 25px 0 0;
}

.login-register .input-box .btn-sms {
    position: absolute;
    padding: 0 10px;
    min-width: 85px;
    color: #fff;
    background-color: #f37c42;
    border: 1px solid #F56B28;
    height: 28px;
    line-height: 26px;
    text-align: center;
    top: 10px;
    right: 25px;
    font-size: 14px;
    border-radius: 2px;
}

.login-register .input-box .btn-sms.gray:hover,
.login-register .input-box .btn-sms.gray {
    background-color: #9F9F9F;
    border: 1px solid #999;
}

.login-register .input-box .btn-sms:hover {
    background-color: #f5580c;
}

#validate-img-box{
}
#validate-img-box .input{
    display: block;
    margin: 15px auto 0;
    height: 40px;
    border-left: 0;
    border-top: 0;
    border-right: 0;
    border-bottom: 1px solid #dedede;
    text-align: center;
    font-size: 16px;
}
#validate-img-box .img{
    display: block;
    margin: 0 auto;
    max-width: 80%;
}


/* 鍙戝竷鎴挎簮 */

#myPublishResult .modal-dialog,
#myPublish .modal-dialog {
    width: 640px;
    border-radius: 0;
    border: 0;
    padding: 40px 80px 50px;
    margin: 0 auto;
}

#myPublish .title {
    color: #000;
    font-size: 28px;
    text-align: center;
    margin: 0 auto 25px;
    position: relative;
}

#myPublishResult .appicon-close,
#myPublish .title i {
    color: #000;
    position: absolute;
    font-size: 28px;
    right: 0;
    top: 0;
    cursor: pointer;
}

#myPublish .input-box {
    position: relative;
    height: 62px;
    line-height: 62px;
    margin-bottom: 20px;
}

#myPublish .input-box input {
    display: block;
    height: 62px;
    line-height: 62px;
    width: 100%;
    border: 1px solid #efefef;
    padding: 0 20px;
    font-size: 20px;
}

#myPublish .input-box .radio-box {
    position: absolute;
    top: 17px;
    right: 10px;
    height: 28px;
    overflow: hidden;
    line-height: 28px;
    border-radius: 2px;
    background-color: #cccccc;
}

#myPublish .input-box .radio-box label {
    position: relative;
    margin: 0;
    width: 50px;
    white-space: nowrap;
    font-size: 18px;
    font-weight: 400;
    color: #ffffff;
}

#myPublish .input-box .radio-box label input {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    width: 100%;
    height: 100%;
    margin: 0;
    opacity: 0;
    filter: alpha(opacity=0);
    cursor: pointer;
}

#myPublish .input-box .radio-box label span {
    display: block;
    text-align: center;
}

#myPublish .input-box .radio-box label input:checked + span {
    background-color: #f86836;
}

#myPublish .input-box .appicon {
    position: absolute;
    font-size: 28px;
    color: #c2c2c2;
    top: 0;
    left: 15px;
}

#myPublish .input-box .appicon+input {
    text-indent: 1.5em;
}

#myPublish .input-box .red-xing {
    position: absolute;
    font-size: 32px;
    top: 5px;
    left: -22px;
    color: #f5590d;
}

#myPublish .input-box .r-txt {
    position: absolute;
    right: 25px;
    top: 0;
    font-size: 20px;
}

#myPublishResult .btn-publish,
#myPublish .tab-content .btn-button,
#myPublish .btn-button {
    height: 60px;
    line-height: 60px;
    text-align: center;
    font-size: 24px;
}

#myPublishResult .btn-publish,
#myPublish .tab-content .btn-button,
#myPublish .btn-publish {
    display: block;
    margin: 40px 0 0;
}

#myPublish .btn-group {
    margin: 40px 0;
}

#myPublish .btn-group>a {
    display: inline-block;
    width: 220px;
}

#myPublish .btn-group>a.active {
    background-color: #f5580c;
}

#myPublish .btn-group>a.btn-login {
    margin-right: 35px;
}

#myPublish .input-box .right-txt {
    color: #3181ee;
    font-size: 18px;
    position: absolute;
    top: 0;
    right: 15px;
}

#myPublish .input-box .btn-code {
    position: absolute;
    padding: 0 10px;
    height: 28px;
    line-height: 28px;
    color: #fff;
    background-color: #f86836;
    top: 16px;
    right: 15px;
    border-radius: 2px;
}

#myPublish .input-box .btn-code.gray {
    background-color: #999;
}

#myPublish .read-box {
    font-size: 14px;
}

#myPublish .read-box span {
    font-weight: 400;
    color: #5b5b5b;
}

#myPublish .read-box span a {
    color: #3274ed;
}

#myPublish.isLogin .input-box.sms-box,
#myPublish.isLogin .input-box .btn-code {
    display: none;
}

#myPublishResult .pic {
    text-align: center;
}

#myPublishResult .pic img {
    width: 80px;
    height: 80px;
    margin: 20px 0 0;
}

#myPublishResult .pic .name {
    font-size: 26px;
    color: #3dae10;
    margin: 20px 0;
}

#myPublishResult .info-box {
    margin: 60px 0;
    color: #999999;
    font-size: 18px;
    height: 70px;
}

#myPublishResult .info-box span {
    color: #333;
}

#myPublishResult .info-box>div {
    margin: 0 0 15px 0;
    padding: 0;
}

#myPublishResult .info-box>div.pleft {
    padding-left: 20px;
}

#myPublishResult .appicon-close {
    right: 80px;
    top: 30px;
}

#myPublishResult .tip {
    color: #5b5b5b;
    font-size: 16px;
}

#myPublishResult .btn-publish {
    margin: 20px 0 0;
}

.fix-box,
.member-fix-box {
    position: fixed;
    width: 43px;
    top: 40%;
    right: 25px;
    z-index: 9;
}

.fix-box {
    top: auto;
    bottom: 10%;
}

.fix-box .circle,
.member-fix-box .circle {
    display: block;
    width: 43px;
    height: 43px;
    background-image: url('/static/member/img/user_icon05.png');
    margin-bottom: 15px;
    transition: all 0.4s;
}

.fix-box .circle:hover,
.fix-box .circle.active,
.member-fix-box .circle:hover,
.member-fix-box .circle.active {
    background-image: url('/static/member/img/user_icon06.png');
}

.fix-box .circle.icon1,
.member-fix-box .circle.icon1 {
    background-position: 0 0;
}

.fix-box .circle.icon2,
.member-fix-box .circle.icon2 {
    background-position: 0 -43px;
}

.fix-box .circle.icon3,
.member-fix-box .circle.icon3 {
    background-position: 0 -86px;
}

.fix-box .circle.top,
.member-fix-box .square.top,
.member-fix-box .circle.top {
    position: relative;
    top: 20px;
    background-image: none;
    background-color: #f37c42;
    text-align: center;
    line-height: 43px;
    color: #fff;
    border-radius: 100%;
    opacity: 0;
    filter: opacity(opacity=0);
}

.fix-box .circle.top i,
.member-fix-box .circle.top i {
    font-size: 18px;
}

.member-fix-box {
    top: auto;
    bottom: 178px;
}

.member-fix-box .square {
    position: relative;
    display: block;
    width: 30px;
    height: 30px;
    margin: 20px auto;
    line-height: 30px;
    text-align: center;
    color: #000000;
}

.member-fix-box .square .qrcode-box {
    position: absolute;
    top: 0px;
    right: 50px;
    width: 125px;
    height: 175px;
    padding: 10px 15px;
    visibility: hidden;
    color: #ffffff;
    background-color: #f5580c;
    opacity: 0;
    filter: alpha(opacity=0);
    transition: all 0.4s;
}

.member-fix-box .square.kfphone-hover:hover .kf-txt,
.member-fix-box .square.qrcode-hover:hover .qrcode-box {
    right: 40px;
    visibility: visible;
    opacity: 1;
    filter: alpha(opacity=100);
}

.member-fix-box .square .kf-txt .icon,
.member-fix-box .square .qrcode-box .icon {
    position: absolute;
    font-size: 18px;
    right: -10px;
    top: 4px;
    color: #f5580c;
}

.member-fix-box .square .qrcode-box .txt {
    font-size: 18px;
    line-height: 26px;
}

.member-fix-box .square .qrcode-box .img {
    background-color: #ffffff;
    padding: 3px;
    margin: 8px 0 0;
}

.member-fix-box .square .kf-txt {
    position: absolute;
    top: 0;
    right: 50px;
    height: 30px;
    padding: 0 10px;
    visibility: hidden;
    line-height: 30px;
    white-space: nowrap;
    font-size: 13px;
    color: #ffffff;
    background-color: #f5580c;
    opacity: 0;
    filter: alpha(opacity=0);
    transition: all 0.4s;
}

.member-fix-box .square.top {
    line-height: 30px;
    border-radius: 0;
}

.member-fix-box .square.top i {
    font-size: 18px;
}

.member-fix-box .square .appicon {
    font-size: 28px;
}

.member-fix-box .square:hover {
    color: #ffffff;
    background-color: #f5580c;
}

.badbrowser-box {
    text-align: center;
    margin: 50px 0;
}

.badbrowser-box h1 {
    margin-bottom: 25px;
}

.badbrowser-box img {
    margin: 20px 0 10px;
}

.user-agreement-content {
    margin: 15px 25px;
}

.user-agreement-content p {
    text-indent: 2em;
}


/* 寰俊鐧诲綍 */

#login_wx iframe {
    height: 340px;
}

.pos-qrcode{
    position: absolute;
    top: 10px;
    left: 10px;
    z-index: 9;
    width: 200px;
    height: 220px;
    display: none;
    background-color: #ffffff;
    box-shadow: 1px 1px 6px rgba(0, 0, 0, .4);
}
.pos-qrcode .appicon-close{
    position: absolute;
    right: 10px;
    top: 5px;
    z-index: 9;
    font-size: 18px;
    color: #999999;
    cursor: pointer;
}
.pos-qrcode .qrcode-img{
    margin: 30px 0 5px;
    text-align: center;
}
.pos-qrcode .qrcode-txt{
    text-align: center;
    font-size: 14px;
}

.user-container {
    position: relative;
    max-width: 1250px;
    width: 96%;
    margin: 0 auto;
    min-width: 1160px;
}

.popup-publish-alert{
    position: fixed;
    z-index: 999;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    visibility: hidden;
}
.popup-publish-alert.show{
    visibility: visible;
}
.popup-publish-alert .black-bj{
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: #000000;
    opacity: 0;
    transition: all .4s;
}
.popup-publish-alert.show .black-bj{
    opacity: .6;
}
.popup-publish-alert .content-box{
    position: absolute;
    z-index: 1;
    top: 50%;
    left: 50%;
    width: 632px;
    height: 378px;
    margin: -209px 0 0 -316px;
}
.popup-publish-alert .content-box .img-qrcode{
    position: absolute;
    width: 180px;
    height: 180px;
    top: 50%;
    left: 50px;
    margin: -60px 0 0;
}
.popup-publish-alert .appicon-close{
    font-size: 34px;
    position: absolute;
    right: 20px;
    top: 15px;
    color: #999999;
    cursor: pointer;
}
.modal-custom .modal-dialog {
    border-radius: 0 0 6px 6px;
    border: 0;
}
.modal-custom .modal-header {
    color: #ffffff;
    background: #7b7b7b;
}
.modal-custom .modal-title {
    text-align: center;
}
.modal-custom .close {
    color: #ffffff;
    opacity: 1;
    font-weight: 100;
    outline: none;
}
.modal-custom.modal-erp-download .download-link {
    margin: 48px 48px 20px 48px;
    padding-bottom: 30px;
    overflow: hidden;
    zoom: 1;
    border-bottom: 1px solid #f2f2f2;
}
.modal-custom.modal-erp-download .download-item {
    width: 50%;
    float: left;
}
.modal-custom.modal-erp-download .download-item a {
    display: block;
}
.modal-custom.modal-erp-download .download-item a img {
    width: auto;
    height: 26px;
    margin-top: 5px;
    float: left;
}
.modal-custom.modal-erp-download .download-item a div {
    margin-left: 38px;
}
.modal-custom.modal-erp-download .download-item h3, .modal-custom.modal-erp-download .download-item h4 {
    margin: 0;
    font-weight: 400;
}
.modal-custom.modal-erp-download .download-item h3 {
    margin-top: 4px;
}
.modal-custom.modal-erp-download .download-mac {
    border-left: 1px solid #f2f2f2;
    padding-left: 60px;
}
.modal-custom.modal-erp-download .download-tips {
    margin: 20px 48px;
}
.modal-custom.modal-erp-download .download-tips svg {
    margin-top: 12px;
    float: left;
}
.modal-custom.modal-erp-download .download-tips div {
    margin-left: 32px;
    font-size: 14px;
}
.modal-custom.modal-erp-download .download-tips p {
    margin-bottom: 4px;
}
