12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455 |
- .max_box > img {display:block;width:100%;}
- /*轮播*/
- .wr {position:relative;}
- .wa {position:absolute;display:inline-block;width:88px;height:32px;top:0;left:50%;margin-left:-44px;}
- .banner {}
- .ban_bnt {background:#8F342F;margin:20px 0 30px;}
- .ban_bnt a {color:#fff;display:inline-block;width:24%;height:40px;line-height:40px;text-align:center;font-size:0.9rem;}
- .ban_bnt a.on span {height:40px;line-height:40px;display:inline-block;position:relative;}
- .ban_bnt a.on span:after {content:"";display:block;width:100%;height:2px;background:#fff;position:absolute;bottom:0;left:0;}
- .ban_conter {padding:15px; overflow: hidden;}
- .ban_conter ul li {border:1px solid #ccc;border-radius:3px;padding:15px;width:90%;height:385px;overflow:hidden;}
- .ban_conter ul li .ban_img {}
- .ban_conter ul li .ban_img img{display:block;width:100%;height:200px;}
- .ban_conter ul li .ban_font {}
- .ban_conter ul li .ban_font .ban_title {font-size:1.125rem;color:#333;margin:10px 0;}
- .ban_conter ul li .ban_font .ban_title em {display:inline-block;width:56%;overflow: hidden;text-overflow: ellipsis;white-space: nowrap;}
- .ban_conter ul li .ban_font .ban_title span {font-size:1.125rem;float:right;color:#DA0930;}
- .ban_conter ul li .ban_font .house_type {color:#333;font-size:0.8125rem;margin:10px 0;line-height:22px;}
- .ban_conter ul li .ban_font .explain {font-size:0.8125rem;color:#666;line-height:20px;height:60px;overflow:hidden;}
- .ban_conter ul li .ban_font .explain img {display:inline-block;width:8px;height:10px;margin-right:5px;position:relative;top:5px;}
- .ban_conter ul li + li {margin-left:15px;}
- .ban_switchover {margin:30px 0;}
- .switchover_btn {width:60%;margin:0 auto;text-align:center;font-size:1rem;color:#666;}
- .switchover_btn i {font-style:normal;font-size:1.125rem;color:#333;}
- .switchover_btn .prev {display:inline-block;width:25px;height:25px;float:left;}
- .switchover_btn .next {display:inline-block;float:right;width:25px;height:25px;}
- .switchover_btn .prev img,.switchover_btn .next img{display:inline-block;width:100%;}
- /*底部报名*/
- .m_sign_up{background:#F8F8F8;width:100%;overflow:hidden;}
- .m_sign_up_title{margin-top:35px;font-size:1.05rem;color:#333;font-weight:600;text-align:center;}
- .m_sign_up_title i{color:#C42523;font-weight:600;}
- .m_sign_up form{width:90%;padding-bottom:25px;margin:auto;box-shadow:0px 0px 20px 0px #d9d7d7;margin-top:20px;border-radius:5px;overflow:hidden;}
- .m_sign_up_bm{margin-top:35px;text-align:center;}
- .m_sign_up_bm em{font-size:1.6rem;color:#C42523;}
- .m_sign_up_x{border-top:1px solid #EEE;width:31%;margin:auto;margin-top:20px;}
- .m_sign_up_x i{display:block;width:26%;height:3px;margin:auto;background:#C42523;}
- .m_sign_up_input{width:83%;height:40px;margin:auto;margin-top:17px;background: url(./image/input1.png) no-repeat 0 0/100% 100%;}
- .m_sign_up_input img{width:20px;margin:10px 10px 0px 15px;}
- .m_sign_up_input input[type="text"]{height: 93%;border: 0;width: 77%;background: #f8f8f8;margin-top: 2px;font-size:0.9rem;color:#999;}
- .m_sign_up_buttom{width:83%;height:40px;margin:auto;margin-top:20px;background: url(./image/input4.png) no-repeat 0 0/100% 100%;}
- .m_sign_up_buttom input[type="button"]{height:100%;border: 0;width: 100%;color:#FFF;font-size:1.05rem;background:rgba(255, 255, 255, 0);font-weight:600;}
- .m_Telephone{margin:30px 0;}
- .m_Telephone_title{font-size:1.05rem;color:#333;font-weight:600;text-align:center;}
- .m_Telephone_bottom{margin-top:30px;border-top:1px solid #eee;text-align:center;}
- .m_Telephone_bottom a{font-size: 1.1rem;color: #333;position: relative;top: -9px; background: #f8f8f8;padding: 0 10px;font-weight: 600;}
|