body{
    color: #333;
}
.activityTop .warp{
    width: 1080px;
    margin: 0 auto;
}
.activityTop .top{
    display: block;
    width: 100%;
    height: 560px;
    position: relative;
}
.activityTop .theme{
    width: 130px;
    padding: 5px 0 0 0;
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
    background-color: #ffffff;
    position: absolute;
    top: 0px;
    left: 34px;
}
.activityTop .theme .themeTitle{
    padding: 0 10px;
}
.activityTop .theme .themeTitle span{
    display: block;
    width: 100%;
    text-align: center;
    color: #0099ca;
    line-height: 28px;
}
.activityTop .theme .themeTitle span.theme_date {
    color: #0aa3e9;
    font-size: 12px;
    font-weight: 600;
    background-color:rgba(10, 163, 233, 0.1) ;
    height: 14px;
    line-height: 14px;
}
.activityTop .theme .themeTitle span.theme_name {
    color: #0aa3e9;
    font-size: 20px;
    font-weight: 100;
}
.activityTop .theme_cityList{
    text-align: center;
    position: relative;
}
.activityTop .theme_cityList span{
    display: block;
    line-height: 28px;
    color: #333333;
    font-size: 12px;
    padding-right: 10px;
}
.activityTop .default_city{
    display: block;
    width: 100%;
    position: relative;
    background: #f5f5f5;
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
    margin-top: 10px;
}
.activityTop .default_city i{
    position: absolute;
    top: 12px;
    right: 31px;
    display: inline-block;
    width: 10px;
    height: 6px;
    background: url("../img/activity/down.png") no-repeat;
}
.activityTop .default_city i.hover-up{
    background: url("../img/activity/up.png") no-repeat;
}
.activityTop .choose_city{
    position: absolute;
    top: 26px;
    left: 0px;
    padding-top: 10px;
    display: none;
}
.activityTop .hidden-box{
    width: 130px;
    /*display: none;*/
    border-radius: 8px;
    background: #fff;
}
.activityTop .hidden-box li{
    height: 36px;
    line-height: 36px;
    background: #fff;
    border-bottom: 1px solid #f5f5f5;
}
.activityTop .hidden-box li:first-child{
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
}
.activityTop .hidden-box li:last-child{
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
    border-bottom: none !important;
}
.activityTop .hidden-box li:hover{
    background: #f5f5f5;
}
/*鍐呭鍖�*/
.activityCon{
    background: #aa2719;
}
.activityCon .content{
    width: 100%;
    background-color:#ffffff;
    background-color:rgba(255,255,255,0.6);
    padding-top: 50px;
    margin-bottom: 76px;
}
.activityCon .con_top{
    width: 750px;
    height: 126px;
    border-radius: 4px;
    /*border: 1px solid #333333;*/
    /*background-color:#ffffff;*/
    /*background-color:rgba(255,255,255,0.4);*/
    background: url("../img/activity/line.png") no-repeat;
    margin: 0 auto;
    text-align: center;
    vertical-align: middle;
    position: relative;
}
.activityCon .con_top span{
    display: inline-block;
    width: 120px;
    height: 30px;
    font-size: 18px;
    position: absolute;
    top: -13px;
    left: 50%;
    margin-left: -60px;
    font-weight: 600;
}
.activityCon .con_top p{
    margin: 0 auto;
    width: 652px;
    line-height: 27px;
    font-size: 16px;
    max-height: 85px;
    overflow: hidden;
    /*white-space: nowrap;*/
    text-overflow: ellipsis;
    text-align: left;
}
/*list*/
.activityCon .con_list{
    width: 985px;
    /*height: 463px;*/
    overflow: hidden;
    margin: 0 auto;
    margin-top: 40px;
}
.activityCon .list_style{
    margin-bottom: 30px;
    width: 985px;
    height: 463px;
    overflow: hidden;
    display: block;
}
.activityCon .list_left{
    position: relative;
    float: left;
    display: inline-block;
    width: 658px;
    height: 463px;
    overflow: hidden;
}
.activityCon .sale{
    position: absolute;
    top: 20px;
    left: 20px;
    width: 221px;
    height: 58px;
    line-height: 58px;
    text-align: center;
    background: url("../img/activity/list-tag.png") no-repeat;
    color: #ffffff;
    font-size: 20px;
    font-weight: 100;
}
.activityCon .sale i{
    font-weight: 600;
}
.activityCon .bright{
    position: absolute;
    bottom: 14px;
    left: 14px;
    height: 96px;
    padding: 30px 20px;
    background: url("../img/activity/floor-opacity.png") repeat-x;
    overflow: hidden;
}
.activityCon .bright_name{
    color: #ffffff;
    font-size: 20px;
    font-weight: 500;
}
.activityCon .bright_list{
    font-size: 16px;
    color: #ffffff;
}
.activityCon .bright_list li{
    max-width:605px;
    height: 30px;
    line-height: 30px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.activityCon .list_right{
    display: inline-block;
    width: 265px;
    padding: 40px 30px 30px 30px;
    height: 392px;
    background: url("../img/activity/hosuelist-img.png") no-repeat;
    text-align: center;
}
.activityCon .floor_name{
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 10px;
    max-height:70px;
    line-height: 32px;
}
.activityCon .floor_name i{
    color: #999999;
    font-size: 12px;
    display: inline-block;
    font-weight: initial;
}
.activityCon .floor_label{
    display: inline-block;
    text-align: center;
    margin: 5px 0;
    width: 100%;
}
.activityCon .floor_label li{
    font-size: 12px;
    height: 22px;
    line-height: 22px;
    padding: 0 8px;
    /*float: left;*/
    display: inline-block;
    border-radius: 100px;
    /*margin-bottom: 7px;*/
}
.floor_label1{
    background:rgb(77,188,145);
    color: #ffffff;
}
.floor_label2{
    background:rgba(243,156,17,0.2);
    color: #ffac25;
}
.floor_label3{
    background:rgba(210,84,0,0.2);
    color: #ff802c;
}
.floor_label4{
    background:rgba(53,152,219,0.2);
    color: #49b5ff;
}
.activityCon .model{
    color: #fd7508;
    text-align: center;
    font-size: 14px;
    margin: 10px 0 0 0;
}
.activityCon .model_label{
    display: block;
    text-align: center;
    width: 100%;
}
.activityCon .model div{
    display: inline-block;
    text-align: center;
}
.activityCon .model div span{
    display: inline-block;
}
.activityCon .price{
    color: #eb5a53;
    font-size:16px;
    font-weight: 600;
    margin: 15px 0;
}
.activityCon .price i{
    font-size: 30px;
}
.activityCon .sale_bottom{
    width: 215px;
    height: 96px;
    background: url("../img/activity/houselist-img-custom.png") no-repeat;
    margin: 0 auto;
}
.activityCon .sale_bottom span{
    display: block;
    color: #e94822;
    font-size: 16px;
    vertical-align: middle;
    line-height: 25px;
    padding: 0 12px;
    max-height: 75px;
    overflow: hidden;
}

/*娲诲姩搴曢儴*/
.footer_fixed{
    width: 100%;
    height: 82px;
    /*padding: 13px 0;*/
    background: url("../img/activity/fixedBg.png") repeat-x;
    position: fixed;
    bottom: 0;
    left: 0;
}
.fixedCon{
    display: inline-block;
    color: #ffffff;
    width: 100%;
}
.fixedCon>li{
    display: inline-block;
    float: left;
    margin-right: 18px;
    margin-top: 25px;
}
.fixedCon li.fixed_name{
    margin-left: 15px;
}
.fixedCon>li input{
    display: inline-block;
    width: 128px;
    height: 36px;
    border-radius: 4px;
    text-align: center;
    /*cursor: pointer;*/
}
.fixedCon li label{
    display: inline-block;
    margin-right: 10px;
    float: left;
    line-height: 36px;
}
.fixed_floorCon{
    cursor: pointer;
    position: relative;
    display: inline-block;
    width: 220px;
    height:36px;
    text-align: center;
}
.floorConDefault{
    background: #ffffff;
    width: 220px;
    height: 36px;
    line-height: 36px;
    border-radius: 5px;
}
.floorConDefault .txt{
    display: inline-block;
    margin: 0 auto;
    height: 36px;
}
.floorConDefault i{
    display: inline-block;
    width: 14px;
    height: 36px;
    background: url("../img/activity/down.png") center no-repeat;
}
.floorConDefault i.hover-up{
    background: url("../img/activity/up.png") center no-repeat;
}
.floorCon{
    display: none;
    position: absolute;
    bottom: 35px;
    background: #eb5a53;
    padding-bottom: 10px;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
}
.floorConList{
    color: #333333;
    width: 220px;
    border-radius: 4px;
    background-color: #ffffff;
}
.floorConList li{
    height: 36px;
    line-height: 36px;
    text-align: center;
    border-bottom: 1px solid #f5f5f5;
    border-radius: 8px;
}
.floorConList li:first-child{
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
}
.floorConList li:last-child{
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
    border-bottom: none !important;
}
.floorConList li span,.floorConDefault .txt span{
    max-width: 120px;
    white-space:nowrap;
    overflow:hidden;
    text-overflow:ellipsis;
    color: #323942;
    display: inline-block;
    height: 36px;
}
.floorConList li span.type,.floorConDefault .txt span.type{
    color: #a1a2a4;
}
.floorConList li:hover{
    background-color: #f5f5f5;
}
.fixed_apply{
    width: 205px;
    font-size: 12px;
    color: #ffd2cf;
}
.fixed_apply span{
    display: inline-block;
    width: 178px;
    letter-spacing:2px;
}
.applyBtn{
    margin: 2px 5px 0 6px;
    cursor: pointer;
    /* display: inline-block; */
    width: 10px;
    height: 10px;
    background: url("../img/activity/apply-checkbox.png") no-repeat;
    float: left;
}
.applyBtn.active{
    background: url("../img/activity/apply-checkbox-agree.png") no-repeat;
}
.fixed_btn{
    float: right !important;
    margin: 0 !important;
    background: url("../img/activity/line1.png") no-repeat;
    padding-top: 10px !important;
    margin-right: 0 !important;
    padding-left: 20px;
    margin-top: 6px !important;
    padding-bottom: 4px;
    text-align: center;
}
.fixed_btn input{
    width: 100px;
    height: 40px !important;
    line-height: 40px;
    border-radius: 4px;
    background: url("../img/activity/button-submit.png") no-repeat;
    color: #fff039;
    font-size: 18px;
}
.fixed_btn .tel{
    color: #f6e736;
    font-size: 12px;
}
.fixed_btn .tel span{
    font-size: 16px;
    color: #ffffff;
}
/*璇︽儏椤靛叆鍙�*/
.entrance{
    height: 76px;
    background: url("../img/activity/enterbg.png") no-repeat;
    width: 100%;
    margin-top: -30px;
    margin-bottom: 30px;
}
.entrance .fixedCon{
    padding-top: 9px;
}
.entranceBtn{
    width: 233px;
    height: 60px;
    text-align: center;
    line-height: 60px;
    color: #333333;
    font-size: 18px;
    font-weight: 600;
    margin-left: 14px;
}
.entrance .fixedCon li{
    margin-top: 0;
}
.entrance .fixedCon li input[type="text"]{
    width: 160px;
}
.entrance .fixedCon li.fixed_btn{
    /*margin-right: 40px !important;*/
    margin-top: 0px !important;
    padding: 0 !important;
    background: inherit;
    width: 196px;
}
.entrance .fixedCon li.fixed_name{
    margin-left: 30px;
}
.entrance .fixedCon li.fixed_apply{
    letter-spacing:2px;
}
.entrance .fixedCon li.fixed_name,.entrance .fixedCon li.fixed_apply,.entrance .fixedCon li.fixed_phone{
    margin-top:15px !important;
}
/*鎴愬姛寮规*/
.enrollment{
    height: 40px;
    border-radius: 8px;
    box-shadow: 0 0 20px 0 #cccccc;
    position: fixed;
    bottom:245px;
    left: 45%;
    padding: 25px 35px ;
    background:#ffffff url("../img/icon_successful.png") 35px no-repeat;
    z-index: 100;
}
.enrollment span{
    display: block;
    height: 40px;
    line-height: 40px;
    color: #666666;
    font-size: 20px;
    text-indent: 50px;
}
