body, ul, li, dl, dt, dd, header, footer, aside{
    padding: 0;
    margin: 0;
    list-style: none;
}
body{
    font-size: 14px;
    /*font-family: "Oxygen", Arial, "Hiragino Sans GB", "Microsoft YaHei", "STHeiti", "WenQuanYi Micro Hei", SimSun, sans-serif;*/
    font-family: Avenir,Helvetica,Arial,Verdana,"微软雅黑", "黑体";
    -webkit-font-smoothing: antialiased;
    width: 100%;
    overflow-x: hidden;
}
a{
    color: #003663;
    text-decoration: none;
}
.clearfix:after {
    clear: both;
}
.clearfix:after, .clearfix:before{
    content: " ";
    display: table;
}
.ub{
    display: -webkit-box !important;
    display: box !important;
    position:relative;
}
.ub-rev{
    -webkit-box-direction:reverse;
    box-direction:reverse;
}
.ub-fh{
    width:100%;
}
.ub-fv{
    height:100%;
}
.ub-con{
    position:absolute;
    width:100%;
    height:100%;
}
.ub-ac{
    -webkit-box-align:center;
    box-align:center;
}
.ub-ae{
    -webkit-box-align:end;
    box-align:end;
}
.ub-pc{
    -webkit-box-pack:center;
    box-pack:center;
}
.ub-pe{
    -webkit-box-pack:end;
    box-pack:end;
}
.ub-pj{
    -webkit-box-pack:justify;
    box-pack:justify;
}
.ub-ver{
    -webkit-box-orient:vertical;
    box-orient:vertical;
}
.ub-f1{
    position:relative;
    -webkit-box-flex: 1;
    box-flex: 1;
}
.ub-f2{
    position:relative;
    -webkit-box-flex: 2;
    box-flex: 2;
}
.ub-f3{
    position:relative;
    -webkit-box-flex: 3;
    box-flex: 3;
}
.ub-f4{
     position:relative;
     -webkit-box-flex: 4;
     box-flex: 4;
 }
header{
    background-color: #003663;
    color: #c2e4fc;
    padding: 0;
    height: 50px;
    line-height: 50px;
    position: fixed;
    z-index: 110;
    top: 0;
    left: 0;
    right: 0;
    /*border-bottom: 1px solid #000;*/
}
header a{
    color: #FFF;
    text-decoration: none;
}
.current-city, .change-city{
    float: left;
    font-size: 14px;
}
.site-name{
    float: left;
    font-size: 20px;
    padding-left: 10px;
    font-weight: bold;
}
.current-city{
    float: left;
    margin-left: 20px;
    margin-right: 5px;
}
.current-city span, .current-city i{
    float: left;
    font-size: 16px;
    position: relative;
    top: 1px;
}
.current-city i:before{
    position: relative;
    top: 1px;
}
#nav-menu-btn{
    float: right;
    width: 50px;
    text-align: center;
    position: relative;
    z-index:112;
}
#member-btn {
    float: right;
    /*width: 50px;*/
    text-align: center;
    position: relative;
    z-index:112;
    -webkit-tap-highlight-color:rgba(255,255,255,0);
}
.active{
    background-color: #002A4D;
}
#nav-menu-btn .iconfont{
    font-size: 24px;
    color: #FFF;
}
#member-btn .iconfont {
    font-size: 21px;
    color: #FFF;
    position: relative;
    top: 2px;
    padding: 0 5px;
}
#main-nav{
    background-color: #012F54;
    position: absolute;
    top: 50px;
    left: 0;
    right: 0;
    z-index: 112;
    display: none;
    border-top: 1px solid #012F54;
    padding-bottom: 8px;
}
#main-nav .item{
    clear: both;
    line-height: 1.5em;
}
#main-nav .item a{
    color: #c2e4fc;
    text-decoration: none;
    font-size: 18px;
    display: block;
    padding: 10px;
}
#main-nav .login-reg-link {
    padding: 10px 0;
}
#main-nav .login-reg-link .icon-huiyuan {
    margin-right: 6px;
    font-size: 18px;
}
#main-nav .login-reg-link a{
    display: inline;
}
#main-container{
    margin-top: 50px;
}
.list-box{
    clear: both;
    margin-top: 0;
}
.list-box .section-title{
    font-weight: bold;
    font-size: 22px;
    color: #333;
    margin: 0 15px 15px;
    padding: 0 0 1px;
    border-bottom: 1px solid #CCC;
}
.list-box .section-title a{
    color: #5a5a5a;
    /*font-weight:normal;*/
}
.list-box h2{
    margin: 0 15px 15px;
    font-size: 18px;
    padding-bottom: 3px;
    border-bottom: 1px solid #CCC;
}
.list-box .list-pic .item{
    float: left;
    width: 50%;
    padding-bottom: 30px;
    overflow: hidden;
}
.list-box .list-pic .pic{
    margin: 0 15px 12px;
    height: 120px;
    overflow: hidden;
    background: url(../images/demoPhoto.jpg) no-repeat scroll center top;
    background-size: cover;
    border: 1px solid #eee;
    /*max-height:183px;*/
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}
.list-box .list-pic .pic img{
    width: 100%;
    /*height: 100%;*/
}
.list-box .list-pic .update-time, .list-box .list-pic .house-title, .list-box .list-pic .house-price, .list-box .list-pic .house-info{
    font-size: 14px;
    color: #666;
    padding: 2px 0;
    margin: 0 15px;
    overflow: hidden;
    -ms-text-overflow: ellipsis;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.list-box .list-pic .house-price{
    font-weight: bold;
    font-size: 18px;
}
.list-box .bright-spot {
    text-overflow: ellipsis;
    white-space:nowrap;
    margin: 0;
}
.list-box .bright-spot .tag {
    margin-right: 5px;
    color: #003663;
    /* border: 1px solid #ccc; */
    padding: 2px 4px;
    white-space: nowrap;
    display: inline-block;
    line-height: 1em;
    background-color: #e6edf3;
    font-size: 13px;
}
.broker-list .user-name, .broker-list .service-area, .broker-list .company-name{
    font-size: 14px;
    color: #666;
    margin: 2px 15px;
    -ms-text-overflow: ellipsis;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}
.broker-list .user-name{
    font-weight: bold;
    font-size: 16px;
    height: 20px;
    line-height: 20px;
    overflow: hidden;
}
.broker-list .user-name a {
    color: #333;
}
.broker-list .service-area {
    height: 18px;
    line-height: 18px;
    overflow: hidden;
}
.list-box .list-text .item{
    margin-bottom: 15px;
    clear: both;
}
.list-box .list-text .title, .list-box .list-text .info{
    padding: 0 15px;
    color: #666;
    font-size: 16px;
}
.list-box .list-text .info{
    display: -webkit-box !important;
    display: box !important;
    position:relative;
    -webkit-box-align:center;
    box-align:center;
}
.list-box .list-text .info .text{
    position:relative;
    -webkit-box-flex: 1;
    box-flex: 1;
    height: 24px;
    line-height: 24px;
    overflow: hidden;
    margin-right: 15px;
}
.list-text .list-text .info .uptime{
    padding-left: 15px;
    height: 24px;
    line-height: 24px;
}
.list-box .list-text .title{
    font-size: 16px;
    font-weight: bold;
    line-height: 1.5em;
}
.list-box .list-text .title a{
    text-decoration: none;
    color: #003663;
}
.list-box .link-text{
    line-height: 2em;
    padding: 0 10px 10px;
}
.list-box .link-text a{
    white-space: nowrap;
    float: left;
    margin-right: 20px;
    font-size: 14px;
    text-decoration: none;
    color: #003663;
}
.house-list-pic {
    padding: 0 15px;
}
.house-list-pic .item {
    clear: both;
    margin-bottom: 15px;
    display: -webkit-box !important;
    display: box !important;
    position:relative;
    /*-webkit-box-align:center;*/
    /*box-align:center;*/
}
.house-list-pic .multi-ad {
    margin: 0 -15px;
}
.house-list-pic .split {
    margin: 0 8px;
}
.house-list-pic .item .item-link {
    display: block;
    width: 100%;
    height: 100%;
}
.house-list-pic .pic {
    width: 105px;
    height: 80px;
    background-size: cover;
    background-repeat: no-repeat;
    background-image: url(../images/no_picture.jpg);
    margin-top: 2px;
}
.house-list-pic .right-info {
    position:relative;
    -webkit-box-flex: 1;
    box-flex: 1;
    margin-left: 10px;
    line-height: 1.5em;
}
.house-list-pic .right-info .title {
    font-size: 16px;
    /*font-weight: bold;*/
    /*line-height: 1.4em;*/
    /*max-height: 3em;*/
    overflow: hidden;
    /*text-overflow: ellipsis;*/
}
.house-list-pic .right-info .title a {
    color: #000;
}
.house-list-pic .right-info .text {
    font-size: 13px;
    color: #666;
}
.house-list-pic .right-info .price {
    font-size: 13px;
}
.house-list-pic .right-info .price strong {
    font-size: 16px;
    font-weight: bold;
    position: relative;
    top: 1px;
}
footer{
    font-size: 12px;
    margin-top: 35px;
    padding: 10px 15px 25px;
}
#footer-link{
    border-top: 1px solid #CCC;
    padding: 15px 0;
    text-align: left;
}
#footer-link a{
    color: #333;
    text-decoration: none;
}
#footer-link span{
    margin: 0 5px;
}
.copyright{
    color: #666;
    text-align: left;
}
#position {
    margin-top: 50px;
    padding: 10px 15px;
    font-size: 20px;
	font-weight:bold;
	color: #666;
}
#position a{
    text-decoration: none;
}
.filter-list #position{
    margin-top: 0;
}
.header-split{
    margin-top: 50px;
    clear: both;
}
.red-phone, .red-phone a{
    color: red;
    font-size: 24px;
}
/*广告间隔设置*/
.adlist {
    margin-bottom: 15px;
    text-align: center;
}
.multi-ad, .single-ad {
    clear: both;
    overflow: hidden;
}
.multi-ad {
    margin: 0;
}
.single-ad .adList {
    margin: 0;
}
.multi-ad .adList {
    margin-bottom: 15px;
}
#bottom-ad {
    margin: 0;
}
#bottom-ad .adlist {
    margin-bottom: 0;
}
#header-ad-list {
    text-align: center;
    margin: 50px 0 0;
}
#header-ad-list .adlist {
    margin-bottom: 0;
}
.letter-center {
    margin: 0 8px;
}
.blue-phone {
    color: #003663;
}
.margin15-ad {
    margin: 0 15px;
    overflow: hidden;
}
.margin0-ad {
    margin: 0;
}
.margin0-ad .adlist {
    margin: 0;
}
#index-top-house .multi-ad {
    padding: 0 0 15px;
}
#page-not-found{
    margin-top: 60px;
    text-align: center;
    font-size: 18px;
    padding: 45px 0;
}

/*通用按钮样式*/
.common-submit-btn {
    font-weight: normal;
    text-align: center;
    vertical-align: middle;
    touch-action: manipulation;
    cursor: pointer;
    white-space: nowrap;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: linear-gradient(to bottom,#236ab7 0,#003663 100%);
    text-shadow: #000 2px 1px 0;
    margin-bottom: 33px;
    display: block;
    /*width: 100%;*/
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.33333;
    border-radius: 6px;
    color: #fff;
    background-color: #337ab7;
    border-color: #2e6da4;
    border:none;
    outline:none;
}
.common-submit-btn:hover {
    background-image: -webkit-linear-gradient(#337ac7 0,#104673 100%);
    background-image: -o-linear-gradient(#337ac7 0,#104673 100%);
    background-image: linear-gradient(#337ac7 0,#104673 100%);
}
/*验证表单正常和错误样式*/
.Validform_checktip{
    margin-left:8px;
    line-height:20px;
    height:20px;
    overflow:hidden;
    color:#999;
    font-size:12px;
}
.Validform_right{
    color:#71b83d;
    padding-left:20px;
    background:url(../images/right.png) no-repeat 0 -2px;
}
.Validform_wrong{
    color:red;
    padding-left:20px;
    white-space:nowrap;
    background:url(../images/error.png) no-repeat 0 -2px;
}
.Validform_loading{
    padding-left:20px;
    background:url(../images/onLoad.gif) no-repeat 0 -2px;
}
.Validform_error{
    background-color:#ffe7e7;
    /*padding:1px 1px;*/
}
#Validform_msg{color:#7d8289; font: 12px/1.5 tahoma, arial, \5b8b\4f53, sans-serif; width:280px; -webkit-box-shadow:2px 2px 3px #aaa; -moz-box-shadow:2px 2px 3px #aaa; background:#fff; position:absolute; top:0px; right:50px; z-index:99999; display:none;filter: progid:DXImageTransform.Microsoft.Shadow(Strength=3, Direction=135, Color='#999999');}
#Validform_msg .iframe{position:absolute; left:0px; top:-1px; z-index:-1;}
#Validform_msg .Validform_title{line-height:25px; height:25px; text-align:left; font-weight:bold; padding:0 8px; color:#fff; position:relative; background-color:#000;}
#Validform_msg a.Validform_close:link,#Validform_msg a.Validform_close:visited{line-height:22px; position:absolute; right:8px; top:0px; color:#fff; text-decoration:none;}
#Validform_msg a.Validform_close:hover{color:#cc0;}
#Validform_msg .Validform_info{padding:8px;border:1px solid #000; border-top:none; text-align:left;}
/*头部主导航下提示窗口样式*/
.main-top-tips {
    padding: 10px 15px;
    background-color: #fff9c4;
    color: #333;
    position: relative;
}
.main-top-tips a {
    text-decoration: underline;
}
.main-top-tips a:hover {
    color: #3366bb;
}
.main-top-tips .tips-content {
    line-height: 1.7em;
    font-size: 14px;
}
.main-top-tips .close-btn {
    width: 30px;
    text-align: right;
}
.main-top-tips .close-btn i {
    font-size: 20px;
    cursor: pointer;
}

/*置顶功能样式*/
.promotion {
    padding: 0 15px 20px 15px;
    clear: both;
}
.promotion .header-tips {
    font-size: 16px;
    font-weight:bold;
    padding: 5px 0;
}
#auto-refresh-dialog .sub-tips {
    color: red;
    font-size: 14px;
    font-weight: normal;
}
.promotion .container {
    border: 1px solid #CCC;
    clear: both;
    position: relative;
    text-align: left;
}
#pay-promotion-dialog .container {
    border: none;
}
#pay-promotion-dialog .container .total-fee {
    padding: 10px 0;
}
#pay-promotion-dialog .agree-box {
    text-align: left;
    margin-bottom: 10px;
    margin-top: 25px;
}
.promotion .container .demo-pic {
    position: absolute;
    right: 15px;
    top: 15px;
    display: none;
}
.promotion .container .demo-pic img {
    width: 100%;
}
.promotion .active {
    border-color: #264c7d;
    font-weight:normal;
    background-color: #fff;
}
.promotion .container .title {
    font-size: 16px;
    color: #264c7d;
    padding: 5px 15px;
}
.promotion .container .title label {
    cursor: pointer;
    font-weight:bold;
}
.promotion .container .title input {
    margin-right: 8px;
    position: relative;
    top: 1px;
}
.promotion .container .price-list {
    clear: both;
    padding: 0 15px;
}
.container .total-fee {
    padding: 5px 15px 15px;
    font-size: 16px;
    position: relative;
}
.container .total-fee .price-number, .select-tips .price-number {
    font-size: 20px;
    font-weight: bold;
    color: red;
    margin: 0 5px;
}
.promotion .total-price-box {
    padding: 5px 0 15px;
    font-size: 16px;
    position: relative;
}
.promotion .total-price {
    font-size: 20px;
    font-weight: bold;
    color: red;
    margin: 0 5px;
}
.promotion .score-box {
    padding: 5px 0 15px;
    font-size: 16px;
    position: relative;
}
.promotion .score-box #score {
    padding: 3px 5px;
    width: 60px;
    outline: none;
    margin: 0 3px;
}
.promotion .score-box #use_score {
    position: relative;
    top: -1px;
    margin: 0 1px;
}
.promotion .score-box #deduct-money {
    margin: 0 3px;
    color: red;
    font-weight: bold;
}
.promotion .score-box-title {
    float: left;
}
.promotion .use-score-box {
    cursor: pointer;
    /* float: left; */
    position: relative;
    top: 2px;
    margin-right: 0;
    display: none;
}
.promotion .score-tips {
    /*float: left;*/
    display: inline;
}
.promotion .score-desc {
    clear: both;
    padding: 3px 0 0;
    font-size: 14px;
    color: #666
}
.promotion .score-box .left-score, .memberBox .score-box .max-use-score, .score-box .score-number {
    margin: 0 3px;
}
.score-box .score-number {
    font-weight: bold;
}
.select-tips .analyze {
    font-size: 16px;
    font-weight: bold;
    color: #000;
}
.container .total-fee .total-money {
    font-size: 20px;
    font-weight: bold;
    color: red;
    margin: 0 5px;
}
.promotion .container .price-list .item {
    float: left;
    margin: 0 10px 15px 0;
    border: 1px solid #DDD;
    position: relative;
    cursor: pointer;
    font-size: 14px;
    width: 29%;
    height: 35px;
    line-height: 35px;
    text-align: center;
}
.member-dialog .container .price-list .disabled {
    cursor: default;
}
.promotion .container .price-list .on {
    border: 1px solid #264c7d;
    /*color: #264c7d;*/
}
.promotion .container .price-list .text {
    /*font-size: 14px;*/
    /*color: red;*/
}
.promotion .container .price-list .item i {
    background: url(../images/icon-selected-3.png) no-repeat scroll left top;
    display: none;
    width: 19px;
    height: 16px;
    position: absolute;
    left: 0;
    top: 0;
}
.promotion .container .price-list .item .discount {
    position: absolute;
    top: -1px;
    right: -1px;
    font-size: 11px;
    -webkit-transform: scale(0.91);
    -o-transform: scale(0.91);
    height: 11px;
    line-height: 11px;
    color: #fff;
    background-color: #264c7d;
    padding: 2px;
    font-weight:normal;
}
.promotion .container .price-list .on i {
    display: block;
}
.promotion .tips {
    padding: 5px 0;
    font-size: 14px;
}
.publish-promote .total-price-box, .publish-promote .score-box {
    margin: 0 15px;
}
#promotion-dialog {
    margin: 15px;
    padding: 0;
}
.promotion-select-box {
    margin-top: 60px;
}
#promotion-dialog .container {
    border: none;
}
#promotion-dialog .total-fee {
    padding: 5px 0;
}
#promotion-dialog .price-list {
    padding: 10px 0 0;
}
#promotion-dialog .common-submit-btn {
    clear: both;
    text-align: center;
}
#promotion-dialog .common-submit-btn:hover {
    background-color: #2b699f;
}
#promotion-dialog .button-box, .member-dialog .button-box {
    clear: both;
    margin-top: 35px;
}
#promotion-dialog .button-box label, .member-dialog .button-box label {
    float: left;
    margin-top: 10px;
    margin-bottom: 10px;
    font-size: 14px;
    cursor: pointer;
}
#promotion-dialog .button-box #agree, .member-dialog .button-box #agree{
    position: relative;
    top: 2px;
    margin-right: 3px;
}
.promote-demo-box {
    clear: both;
    padding: 0 15px;
}
.promote-demo-box .title {
    text-align: center;
    font-size: 18px;
}
.promote-demo-box .image-show {
    padding: 10px 0;
    width: 100%;
    overflow: hidden;
}
.promote-demo-box .image-show img {
    width: 100%;
    margin: 0 auto;
}
.member-main .agree-box a {
    text-decoration: underline;
}
.member-dialog .member-level-info {
    font-size: 16px;
    /* color: red; */
    /*margin-bottom: 25px;*/
    font-weight: bold;
    margin-top: 15px;
}
.member-dialog .member-expire-time {
    margin-left: 35px;
    color: red;
    font-size: 14px;
    display: none;
}
.promotion .pay-method {
    margin: 10px 0 15px;
}
.pay-method .pay-item {
    float: left;
    border: 1px solid #DDD;
    height: 38px;
    line-height: 38px;
    width: 130px;
    text-align: center;
    margin-right: 15px;
    cursor: pointer;
    position: relative;
}
.pay-method .pay-item img {
    cursor: pointer;
}
.pay-method .pay-item i {
    display: none;
    background: url(../images/icon-selected-3.png) no-repeat scroll left top;
    width: 18px;
    height: 18px;
    position: absolute;
    left: 0;
    top: 0;
}
.pay-method .on i {
    display: block;
}
.pay-method .on {
    border: 1px solid #2b699f;
}
.pay-method input[type=radio] {
    display: none;
}
.pay-status-box {
    /*position: fixed;*/
    /*top: 100px;*/
    /*left: 200px;*/
    background-color: #FFF;
    /*z-index: 1000;*/
    /*display: none;*/
}
#pay-status-box {
    display: none;
}
.pay-status-box .operation {
    clear: both;
    padding: 15px 15px 35px;
}
.pay-status-box .qrcode {
    width: 100%;
    padding: 15px auto;
}
.pay-status-box .img {
    text-align: center;
    width: auto;
    clear: both;
}
.pay-status-box .qrcode img {
    /*width: 80%;*/
}
.pay-status-box .qrcode .desc {
    text-align: center;
    font-size: 24px;
    margin-top: 8px;
    color: #333;
    margin-bottom: 25px;
}
.pay-status-box .qrcode .desc .price {
    font-size: 32px;
    color: orangered;
    margin-left: 3px;
}
.pay-status-box .qrcode .desc #end-time {
    font-size:14px;
    color: red;
    margin-left: 10px;
}
.pay-status-box .operation .btn {
    display: inline-block;
    /* float: left; */
    padding: 5px 25px;
    margin: 0 15px;
    text-decoration: none;
    border: 1px solid #CCC;
    font-size: 14px;
    cursor: pointer;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    width: 88px;
    text-align: center;
}
.pay-status-box .tips {
    padding: 30px;
    font-size: 18px;
    color: #333;
}
.pay-status-box .operation .btn:hover {
    text-decoration: none;
    color: #000;
}
.pay-status-box .operation .success {
    background-color: #ff4500;
    color: #FFF;
    border: 1px solid #ff4500;
}
.pay-status-box .operation .success:hover {
    background-color: #ff5e08;
    color: #Fff;
}
/*开通会员VIP样式*/
#member-vip-dialog .container {
    border: none;
}
#member-vip-dialog .container .price-list {
    padding: 0;
}
.memberBox #vip-dialog .total-fee {
    padding: 5px 0 15px;
}
.vip-type-list {
    clear: both;
}
.vip-type-list .item {
    /*float: left;*/
    position: relative;
    cursor: pointer;
    font-size: 14px;
    /*width: 252px;*/
    /*height: 35px;*/
    line-height: 2em;
    text-align: center;
    margin: 0 10px 15px 0;
}
.vip-type-list .item .box-content {
    border: 1px solid #DDD;
    padding: 15px;
}
.vip-type-list .item .item-tips {
    height: 40px;
    line-height: 40px;
    font-size: 16px;
    clear: both;
    position: absolute;
    top: 0;
    left: 10px;
}
.vip-type-list .box-content .text-tips {
    text-align: left;
    font-size:12px;
    line-height: 1.5em;
    text-indent: 2em;
}
.vip-type-list .item-price {
    position: absolute;
    top: 16px;
    right: 20px;
    font-size:12px;
}
.vip-type-list .on .item-tips {
    font-weight: bold;
}
.vip-type-list .circle-icon {
    /* width: 18px; */
    /* height: 18px; */
    margin-right: 5px;
    position: relative;
    top: 3px;
    display: inline-block;
    color: #264c7d;
    /* background: url(../images/circle-unchecked.png) no-repeat scroll center center; */
    font-size: 24px;
}
.vip-type-list .on .circle-icon {
    /*background-image: url(../images/circle-checked.png);*/
    font-weight:normal;
}
.vip-type-list .circle-icon:before {
    content: "\e6aa";
}
.vip-type-list .on .circle-icon:before {
    content: "\e7f1";
}
.vip-type-list .item .number, .vip-type-list .item .price {
    font-size: 14px;
    margin: 0 3px;
}
.vip-type-list .item .text-red {
    color: red;
}
.vip-type-list .item .price {
    color:red;
    font-size: 18px;
}
.member-dialog .container .vip-type-list .disabled {
    cursor: default;
}
.vip-type-list .on .box-content {
    border: 1px solid #264c7d;
    /*color: #264c7d;*/
}
#vip-dialog .container {
    border: none;
    width: auto;
}
#vip-dialog .select-tips {
    margin: 10px 0;
    font-size: 16px;
    /*display: none;*/
    font-weight: bold;
}
#vip-dialog .price-list {
    padding: 0;
    width: auto;
}
#vip-dialog .item .item-title {
    font-size: 24px;
    margin-bottom: 10px;
}
.vip-type-list .item i {
    background: url(../images/icon-selected-3.png) no-repeat scroll left top;
    display: none;
    width: 19px;
    height: 16px;
    position: absolute;
    left: 0;
    top: 0;
}
.member-dialog .active .text {
    font-weight:normal;
}
.member-dialog .on i {
    display: block;
}
.member-dialog .disabled {
    color: #999;
}

.container .caption {
    font-size: 16px;
    margin: 15px 0 5px;
}
.member-dialog .common-submit-btn {
    /*float: left;*/
    /*width: 120px;*/
    /*font-size: 14px;*/
    /*border-radius: 0;*/
    /*background-image: none;*/
    /*text-shadow: none;*/
    /*background-color:#264c7d;*/
    margin-top: 25px;
}
.member-dialog .common-submit-btn:hover {
    background-color: #2b699f;
}
.list-box .member-type {
    color: #333;
    font-weight: normal;
}
.list-box .title-tag {
    margin-left: 3px;
    padding: 1px 3px;
    background-color: #003663;
    color: #FFF;
    /* border: 1px solid #293E8D; */
    font-size: 12px;
    font-weight: normal;
}
.promote-top-icon {
    margin-left: 3px;
    padding: 1px 3px;
    background-color: #003663;
    color: #FFF;
    /* border: 1px solid #293E8D; */
    font-size: 12px;
    float: none;
    display: inline-block;
    white-space:nowrap;
    height: 14px;
    line-height: 14px;
}
.list-pic-text .pic-tag {
    display: none;
}
.text-red {
    color:red;
}
/*错误提示页面*/
.notice-box {
    min-height: 34px;
    _height: 34px;
    padding: 15px;
    margin: 0 15px;
    position: relative;
    background-color: #fceee8;
    border: 1px solid #f6c8b5;
}
.notice-box h3{
    color: #3c3c3c;
    font-weight: 700;
    font-size: 16px;
    padding: 8px 0 0;
    padding-top: 5px\9;
    _padding-top: 4px;
}
.notice-box .tips {
    color: #808080;
    padding: 16px 0;
}
.notice-box .icon {
    float: left;
    width: 64px;
    height: 64px;
    background: url(../images/bg.gif) no-repeat scroll center center;
}
.notice-box .error-icon {
    background-image: url(../images/error-icon.png);
}
.notice-box .success-icon {
    background-image: url(../images/success-icon.png);
}
.notice-box .content {
    float: left;
    padding-left: 25px;
}
/*支付结果页面样式*/
.pay-result {
    /*width: 500px;*/
    padding: 0 15px;
    margin: 100px auto;
}
.pay-result .tips, .result-box .tips {
    font-size: 16px;
    height: 50px;
    line-height: 50px;
    color: #333;
}
.pay-result .success, .result-box .tips {
    background: url(../images/icon-right.png) no-repeat scroll 0 0;
    padding-left: 50px;
    color: #2aa515;
    background-size: 36px;
    line-height: 1.8em;
    padding-top: 5px;
}
.result-box .error-tips {
    background: url(../images/error-icon-2.png) no-repeat scroll left center;
    color: red;
    background-size: contain;
}
.pay-result .waiting {
    background: url(../images/loading-2.gif) no-repeat scroll left center;
    padding-left: 50px;
    margin-left: 80px;
}
.pay-result .tips .price {
    color: red;
    font-weight: bold;
    margin: 0 10px;
    font-size:18px;
}
.pay-result .operation {
    margin-top: 50px;
}
.pay-result .btn {
    white-space: nowrap;
    width: 28%;
    height: 35px;
    line-height: 35px;
    font-size: 14px;
    color: #333;
    float: left;
    display: block;
    margin: 0 4px;
    cursor: pointer;
    text-decoration: none;
    border: 1px solid #CCC;
    -webkit-border-radius:3px;
    -moz-border-radius:3px;
    border-radius:3px;
    text-align: center;
}
.pay-result a:hover {
    text-decoration: none;
    background-color: #2b7ccd;
    color: #FFF;
    border-color: #2b7ccd;
}
.result-box .tips {
    margin: 15px 0 0 15px;
}
.result-box .operation-box {
    padding: 25px 15px;
}
.result-box .operation-box .btn {
    width: 160px;
    height: 30px;
    line-height: 30px;
    font-size: 14px;
    color: #333;
    float: left;
    display: inline;
    margin: 0 15px 0 0;
    cursor: pointer;
    text-decoration: none;
    border: 1px solid #CCC;
    -webkit-border-radius:3px;
    -moz-border-radius:3px;
    border-radius:3px;
    text-align: center;
}
.result-box .operation-box .btn:hover {
    text-decoration: none;
    background-color: #2b7ccd;
    color: #FFF;
    border-color: #2b7ccd;
}

.get-gift-operation-box {
    clear: both;
    margin-top: 60px;
}
.get-gift-operation-box .box-title {
    font-size: 24px;
    font-weight: bold;
    color: red;
    text-align: left;
}
.get-gift-operation-box .box-title .get-gift-btn {
    text-decoration: underline;
    font-weight: normal;
    font-size: 16px;
    cursor: pointer;
    margin-left: 5px;
    color: red;
}
.get-gift-operation-box .box-title .get-gift-btn {
    color: red;
    background-color: transparent;
}
.get-gift-operation-box .operation {
    margin-top: 15px;
    text-align: center;
    display: none;
}
.get-gift-operation-box .operation .btn {
    display: inline-block;
    float: none;
}
.get-gift-operation-box .operation .btn:hover {
    text-decoration: none;
    background-color: #2b7ccd;
    color: #FFF;
    border-color: #2b7ccd;
}
.get-gift-box {
    clear: both;
    font-size: 16px;
    padding: 5px 15px 20px;
}
.get-gift-box .form-title {
    font-size: 24px;
    text-align: left;
    margin: 15px auto;
}
.get-gift-box .item {
    margin: 15px auto;
    clear: both;
}
.get-gift-box .item .caption {
    margin-right: 10px;
    /*width: 80px;*/
    height: 30px;
    line-height: 30px;
}
.get-gift-box .item .control-wrap {
    height: 30px;
    line-height: 30px;
    /*width: 480px;*/
}
.get-gift-box .item .control-wrap select {
    padding: 2px 5px;
    height: 30px;
    line-height: 30px;
    margin-right: 5px;
}
.get-gift-box .item .control-wrap input {
    padding: 2px 8px;
    border: 1px solid #ccc;
    outline: none;
    height: 26px;
    line-height: 26px;
    width: 90%;
}
.get-gift-box .submit-btn {
    width: 160px;
    margin: 30px auto 0;
    height:auto;
    line-height: inherit;
}