@font-face {
  font-family: Anton;
  src: url('/static/pc/static/css/Anton.ttf');
}
body {
  font-family: 'Microsoft YaHei', 微软雅黑, 'Microsoft JhengHei', 华文细黑,
    STHeiti, MingLiu;
    overflow-x: hidden;
}
input,
button,
select,
textarea {
  outline: none;
  font-family: 'Microsoft YaHei', 微软雅黑, 'Microsoft JhengHei', 华文细黑,
    STHeiti, MingLiu;
  background: none;
  outline: none;
}

.right_menu {
  width: 80px;
  position: fixed;
  right: 0px;
  bottom: 150px;
  z-index: 999;
  box-sizing: content-box;
}
.right_menu .menu_wrap {
  position: relative;
  /* background: #fff; */
}
/* .top_btn{position: fixed;right: 20px;bottom: 50px;z-index: 999;transition: .4s;} */
.top_btn img {
  width: 60px;
  cursor: pointer;
  margin: 0 auto;
}
.menu_wrap .menu_item {
  /* padding-bottom: 10px; */
  cursor: pointer;
  position: relative;
  /* height: 90px; */
  background: #eee;
  margin: 0 auto;
  padding:3px 0;
}
.menu_wrap .menu_item p {
  font-size: 14px;
  line-height: 15px;
  padding-top: 10px;
  padding-left: 10px;
  padding-right: 10px;
  padding-bottom: 16px;
  text-align: center;
}
.menu_wrap .menu_item p :last-child {
  padding-bottom: 0px;
}
.menu_wrap .menu_item:hover p {
  color: #CE0E2D;
}
.menu_wrap .menu_item .default {
  display: block;
  width: 40px;
  margin: 0 auto;
}
.menu_wrap .menu_item .hover {
  display: none;
}
.menu_wrap .menu_item:hover .default {
  display: none;
}
.menu_wrap .menu_item:hover .hover {
  display: block;
  width: 40px;
  margin: 0 auto;
}
.menu_wrap .menu_item .qrcode {
  width: 300px;
  height: 201px;
  position: absolute;
  top: 0px;
  right: 80px;
  visibility: hidden;
  transition: 0.2s;
  /* display: none; */
  background: #fff;
  background: url(../images/menu_bg2.png) no-repeat 100% 100%;
}
.qrcode_des {
  width: 295px;
  height: 200px;
  position: relative;
  display: inline-flex;
  text-align: center;
  font-size: 12px;
  justify-content: center;
  align-items: center;
  background-color:#fff;
}
.qr_wrap {
  margin: 0 10px;
}
.qr_wrap .text {
  padding: 6px 0;
  font-size: 12px;
}
.imgCode {
  width: 120px;
  height: 120px;
}
.menu_wrap .menu_item:hover .qrcode {
  visibility: visible;
  /* display: block; */
}
.menu_wrap .menu_item .kefu {
  width: 240px;
  height: 160px;
  position: absolute;
  top: 8px;
  right: 80px;
  visibility: hidden;
  transition: 0.2s;
  /* display: none; */
  background: url(../images/menu_bg1.png) no-repeat 100% 100%;
}
.person-list {
  width: 220px;
  height: 140px;
  padding: 10px;
  display: inline-flex;
  justify-content: left;
  align-items: center;
  flex-wrap: wrap;
  font-size: 12px;
}
.person-list .list-item {
  /* margin: 0 10px; */
  padding: 0 11px;
  text-align: center;
}
.person-list .list-item div {
  /* margin: 0 10px; */
  margin-top: 6px;
  font-size: 12px;
}
.person-list .list-item img {
  width: 30px;
  height: 30px;
}
.menu_wrap .menu_item:hover .kefu {
  visibility: visible;
  /* display: block; */
}
.nav {
  width: 100%;
  height: 48px;
  line-height: 48px;
  background-color: #f6f7f8;
}

.search {
  outline: none;
  border: none;
}

.heaer-top {
  display: flex;
  flex-direction: row;
  align-items: center;
  font-size: 12px;
  width: 1200px;
  margin: 0 auto;
}

.brand,
.btn,
.tel {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  color: #666;
}
.case {
  display: flex;
  flex-direction: row;
  align-items: center;
  color: #a7a9a9;
  padding-left: 17px;
}
.case .iconfont {
  width: 40px;
  text-align: center;
  margin: 0;
  font-weight: 700;
  cursor: pointer;
}
.case .sou_s {
  position: relative;
  width: 5em;
  height: 32px;
  line-height: 32px;
  padding-right: 20px;
  color: #4b4b4c;
  font-size: 12px;
  cursor: pointer;
}
.case .sou_s .iconfont {
  margin: 0;
  position: absolute;
  right: 0;
  top: 0;
  line-height: 32px;
  font-size: 10px;
  width: 20px;
  color: #5a5a68;
  text-align: center;
}
.case .sou_s .xiala {
  position: absolute;
  left: -17px;
  top: 32px;
  z-index: 999;
  background: #fff;
  width: 90px;
  display: none;
  border: solid 1px #f6f6f6;
}
.case .sou_s .xiala a {
  display: block;
  font-size: 12px;
  line-height: 34px;
  color: #666;
  padding: 0 10px;
}
.case .sou_s .xiala a:hover {
  color: #CE0E2D;
  background: #f6f6f6;
}
.case .sou_s .xiala a.on {
  color: #a1a1a1;
}
.case .sou_s:hover .xiala {
  display: block;
}
.case .line-1px {
  width: 1px;
  border: 1px solid #fbfcfc;
  height: 100%;
}
.case .case-input {
  padding-left: 16px;
  width: 220px;
  height: 32px;
  font-size: 12px;
}

.case ::-webkit-input-placeholder {
  /* WebKit, Blink, Edge */
  color: #d9d9d9;
}
.case :-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #d9d9d9;
}
.case ::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #d9d9d9;
}
.case :-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #d9d9d9;
}

.address {
  width: 110px;
  align-items: center;
  color: #333;
  position: relative;
  line-height: 48px;
  font-size: 12px;
  cursor: pointer;
}
.address .icon {
  display: inline-block;
  vertical-align: top;
}
.address .xiala {
  position: absolute;
  z-index: 999;
  top: 49px;
  left: 0;
  width: 100%;
  background: #fff;
  -webkit-box-shadow: 0 0 5px rgba(47, 47, 47, 0.16);
  -moz-box-shadow: 0 0 5px rgba(47, 47, 47, 0.16);
  box-shadow: 0 0 5px rgba(47, 47, 47, 0.16);
  display: none;
}
.address .xiala a {
  font-size: 14px;
  height: 40px;
  line-height: 40px;
  color: #666;
  display: block;
  border-bottom: 1px solid #f1f1f1;
  text-align: center;
}
.address .xiala a:hover {
  color: #CE0E2D;
}
.address:hover .xiala {
  display: block;
}
.brand {
  margin-left: 20px;
  margin-right: 180px;
  position: relative;
  line-height: 48px;
  color: #333333;
  font-size: 12px;
}
.brand .icon {
  display: inline-block;
  vertical-align: top;
}
.brand .xiala {
  position: absolute;
  top: 49px;
  left: -20px;
  z-index: 999;
  background: #fff;
  -webkit-box-shadow: 0 0 5px rgba(47, 47, 47, 0.16);
  -moz-box-shadow: 0 0 5px rgba(47, 47, 47, 0.16);
  box-shadow: 0 0 5px rgba(47, 47, 47, 0.16);
  display: none;
}
.brand .xiala a {
  width: 260px;
  height: 60px;
  box-sizing: border-box;
  background: #fff;
  font-size: 12px;
  padding-top: 8px;
  color: #666;
  display: block;
  border-bottom: 1px solid #f1f1f1;
}
.brand .xiala a .hover {
  display: none;
}
.brand .xiala a .default {
  display: block;
}
.brand .xiala a:hover {
  color: #CE0E2D;
}
.brand .xiala a:hover .default {
  display: none;
}
.brand .xiala a:hover .hover {
  display: block;
}
.brand .xiala a img {
  margin: auto;
}
.brand:hover .xiala {
  display: block;
}

.btn {
  margin: 0 65px;
}

.select {
  margin: 0 5px;
  display: inline-block;
  vertical-align: top;
  height: 48px;
  border: 0;
  background: #f6f7f8;
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
}

.nav .icon-weizhi {
  color: #a7a9a9;
  font-size: 14px;
}

.case {
  width: 310px;
  background-color: #ffffff;
  height: 32px;
}
.case .select {
  height: 32px;
  background: #fff;
  line-height: 32px;
}
.nav .icon-sanjiaoxia {
  margin: 0 5px;
  font-size: 10px;
}

.icon-sousuo {
  margin-left: 5px;
}

.login,
.regin {
  width: 55px;
  height: 32px;
  line-height: 32px;
  text-align: center;
  border-radius: 5px;
}
.logout {
  color: #000000;
  margin-left: 10px;
}

.login {
  background-color: #ffffff;
  color: #000000;
}

.regin {
  background-color: #CE0E2D;
  color: #ffffff;
}
.nav .regin:hover {
  color: #fff;
}
.nav .login:hover {
  color: #000;
}
.tel-lab {
  font-size: 15px;
  color: #8f8f91;
}

.mobile {
  color: #CE0E2D;
  font-weight: 600;
  font-size: 26px;
  margin-left: 5px;
  line-height: 48px;
  font-family: 'HelveticaNeue-Bold';
}



/* 底部 */
/* footer */
footer.footer {
    position: relative;
    z-index: 10;
    background: #2b2b2b;
    color: #fff;
}
.bottom_menu {
    height: 14px;
    padding-top: 36px;
    padding-bottom: 28px;
    font-size: 14px;
    color: #fff;
    font-weight: bold;
}
    .bottom_menu a {
        color:#fff;
    }
    .bottom_menu li {
        display: inline-block;
        padding-right: 40px;
    }
.footer .copyright {
    position: relative;
    color:rgba(255,255,255,0.7);
    background: #1d1d1d;
    height:54px;
    line-height:54px;
    text-align:center;
    font-size:12px;
    margin-top: 50px;
}

    .footer .hot_line {
        margin-bottom:70px;
        float:left;
    }
        .footer .hot_line .line_name {
            margin-bottom:20px;
            display:block;
            color:#b6b6b6;
        }
.footer .hot_line .line_item {
    width: 149px;
    float: left;
    margin-right: 50px;
}
.footer .hot_line .line_item em{
	    font-size: 17px;
    font-weight: bold;
}
.footer .ewm{
    width:400px;
    position:absolute;
    right:0;
    top:40px;
}
    .footer .ewm .ewm_item{
        float:left;
        font-size:12px;
        color:#b6b6b6;
        text-align:center;
        line-height:30px;
		margin-left: 20px;
    }
    .footer .ewm .ewm_item.last {
        margin-left: 33px;
    }

    .friend-link {
        background-color: #262d33;
        display: none;
    }

    .friend-link .link-cnt {
        margin: 15px auto 15px;
    }

    .friend-link .link-cnt h1 {
        font-size: 16px;
        color: #fff;
        margin-bottom: 20px;
    }

    .friend-link .link-cnt ul li {
        display: inline-block;
        color: #999;
        font-size: 12px;
        margin-right: 20px;
        margin-bottom: 15px;
    }

    .friend-link .link-cnt ul li a {
        color: #999;
    }

.fls {
    height: 30px;
    margin-top: 20px;
    color: #fff;
    font-size: 16px;
    width: 100%;
    text-align: center;
    font-weight: bold;
}

.frs {
    height: 151px;
    width: 155px;
    margin-top: 20px;
    padding: 0 72px;
    background: url(/images/system/bottom-tel.png) no-repeat center center;
    border-right: 1px dashed #474c50;
}

.foot_imgs {
    width: 300px;
    margin: 20px 0 0;
}

    .foot_imgs > div {
        width: 150px;
        float: left;
    }

        .foot_imgs > div dt {
            margin-left: 12px;
            border: 5px solid #fff;
        }

        .foot_imgs > div dd {
            height: 20px;
            line-height: 20px;
            width: 100%;
            font-size: 12px;
            text-align: center;
            color: #acacac;
        }

    .foot_imgs img {
        width: 120px;
        height: 120px;
        border: 5px solid #fff;
    }

.bottom_beian {
    height: 30px;
    line-height: 40px;
    text-align: center;
    background: transparent !important;
}

.bottom_company {
    height: 30px;
    text-align: center;
    background: transparent !important;
}

/* .fu_bg{position: fixed;background:rgba(0, 0, 0, 0.5) none repeat scroll 0 0 !important;filter:Alpha(opacity=50); background:#000;width: 100%;height: 100%;z-index: 999;top: 0;left: 0;display: flex;align-items: center; justify-content: center;}
.yuyue_tank{width: 400px;background: #fff;padding: 30px;position: relative;}
.yuyue_tank .tit{color: #333;font-family: "PingFangSC-Regular";font-size: 26px;font-weight: 400;text-align: center;line-height: 36px;}
.yuyue_tank .zhu{color: #666;font-family: "PingFangSC-Regular";font-size: 14px;font-weight: 400;text-align: center;line-height: 26px;}
.yuyue_tank li{margin: 20px 0;background: #ededed;padding: 0 20px;}
.yuyue_tank li input{display: block;height: 48px;font-size: 14px;color: #333;}
.yuyue_tank .and{margin: 30px 0 10px;}
.yuyue_tank .and a{display: block;color: #fff;font-family: "PingFangSC-Regular";font-size: 18px;font-weight: 400;text-align: center;line-height: 48px;background: #d21526;}
.yuyue_tank .J_colose_box{position: absolute;font-size: 30px;right: -40px;top: -40px;color: #fff;cursor: pointer;} */

/*新版本表单*/
/*统一去掉箭头样式*/
/*谷歌*/
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
}
/*火狐*/
input[type='number'] {
  -moz-appearance: textfield;
}
.form_fu_bg {
  position: fixed;
  background: rgba(0, 0, 0, 0.6) none repeat scroll 0 0 !important;
  filter: Alpha(opacity=50);
  background: #000;
  width: 100%;
  height: 100%;
  z-index: 999;
  top: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.public_wh {
  width: 785px;
  height: 362px;
  position: relative;
}
/*预约设计背景*/
.public_wh.yuyue_bgc {
  background: url('/static/pc/static/images/yy_sj_bj.jpg') no-repeat center
    center;
}
/*预约参观体验*/
.public_wh.yuyue_bgc2 {
  background: url('/static/pc/static/images/service/frame3.jpg') no-repeat center
    center;
}
/*预约量房背景*/
.public_wh.measur_room {
  background: url('/static/pc/static/images/measur_room.jpg') no-repeat center
    center;
}
/*施工现场背景*/
.public_wh.construction_site {
  background: url('/static/pc/static/images/construction_site.png') no-repeat
    center center;
}
/*人气楼盘背景*/
.public_wh.construction_site.reqlp {
  background: url('/static/pc/static/images/reqlp.png') no-repeat center
    center;
}
/*工程团队背景*/
.public_wh.construction_site.reqlp.engineering_team {
  background: url('/static/pc/static/images/engineering_team.png') no-repeat
    center center;
}
/*直营门店背景*/
.public_wh.construction_site.reqlp.engineering_team.direct_stores {
  background: url('/static/pc/static/images/direct_stores.png') no-repeat
    center center;
}
/*预约项目经理背景*/
.public_wh.construction_site.project_manager {
  background: url('/static/pc/static/images/project_manager.png') no-repeat
    center center;
}
/*预约设计大师背景*/
.public_wh.construction_site.project_manager.design_master {
  background: url('/static/pc/static/images/design_master.png') no-repeat
    center center;
}


/*注册协议*/
.public_wh.agreement_wrap {
    width: 600px;
    height: 500px;
    padding:10px 0 20px 20px !important;
    background: #FFF;
}
.public_wh.agreement_wrap .agreement_desc{
    overflow-y:scroll;
    height: 500px;
    padding-right: 20px !important;
    line-height:2;
}

/*注册协议*/
.public_wh.index_agreement_wrap {
    width: 600px;
    height: 500px;
    padding:10px 0 20px 20px !important;
    background: #FFF;
}
.public_wh.index_agreement_wrap .agreement_desc{
    overflow-y:scroll;
    height: 500px;
    padding-right: 20px !important;
    line-height:2;
}

/*设计案例背景*/
#design_case_box .public_wh.construction_site.project_manager.design_case {
  background: url('/static/pc/static/images/design_case.png') no-repeat center
    center;
}
/*空间图库*/
#spatial_library_box .public_wh.construction_site.project_manager.design_case {
  background: url('/static/pc/static/images/spatial_library.png') no-repeat
    center center;
}
.public_wh .close_icon {
  position: absolute;
  top: 0px;
  right: 0px;
  width: 30px;
  height: 34px;
  z-index: 9999;
  cursor: pointer;
}
.right_content {
  position: absolute;
  width: 400px;
  height: 100%;
  right: 0px;
  top: 0;
  padding: 0 50px 0px 25px;
  box-sizing: border-box;
  color: #fff;
}
.right_content .tit {
  font-size: 26px;
  font-family: SourceHanSansCN-Bold;
  line-height: 47px;
  color: #ffffff;
  text-align: center;
  margin-bottom: 4px;margin-top: 50px;
}
.right_content .zhu {
  letter-spacing: 1;
  font-size: 14px;
  font-family: SourceHanSansCN-Light;
  color: #ffffff;
  text-align: center;
  margin-bottom: 17px;
}
.right_content li {
  width: 324px;
  height: 46px;
  background: #fff;
  margin-bottom: 12px;
  border-radius: 4px;
  padding-left: 20px;
  box-sizing: border-box;
}
.right_content li input {
  display: block;
  height: 46px;
  font-size: 14px;
  color: #666666;
}
.right_content .and {
  padding-top: 8px;
}
.right_content .and a {
  display: block;
  color: #fff;
  font-family: 'PingFangSC-Regular';
  font-size: 18px;
  font-weight: 400;
  text-align: center;
  line-height: 46px;
  background: linear-gradient(10deg, #d21526 0%, #d21526 100%);
  border-radius: 4px;
}
/*施工现场--人气楼盘*/
.construction_site .left_image {
  position: absolute;
  top: 107px;
  left: 22px;
}
.construction_site .left_image img {
  width: 379px;
  height: 229.5px;
}
.right_content.constru_content {
  padding: 22px 48px 0px 40px;
  box-sizing: border-box;
  color: #333;
}
.right_content.constru_content .tit {
  font-size: 26px;
  font-family: SourceHanSansCN-Medium;
  line-height: 47px;
  color: #333333;
  text-align: center;
  margin-bottom: 4px;
  margin-top: 0;
}
.right_content.constru_content .zhu {
  letter-spacing: 1;
  font-size: 14px;
  font-family: SourceHanSansCN-Light;
  color: #333333;
  text-align: center;
  margin-bottom: 17px;
}
.right_content.constru_content li {
  width: 294px;
  height: 46px;
  background: #f5f5f5;
  margin-bottom: 12px;
  border-radius: 4px;
  padding-left: 20px;
  box-sizing: border-box;
}
.right_content.constru_content li input {
  display: block;
  height: 46px;
  font-size: 14px;
  color: #666666;
}
.right_content.constru_content .and {
  padding: 8px 7px 6px 10px;
}
/*工程团队*/
.construction_site.engineering_team .left_image {
  position: absolute;
  top: 83px;
  left: 22px;
}
.construction_site.engineering_team .left_image img {
  width: 380px;
  height: 253px;
}
/*项目经理*/
.right_content.constru_content.project_manager {
  padding: 20px 48px 0px 40px;
}
.construction_site.project_manager .left_image {
  position: absolute;
  top: 0px;
  left: 0px;
}
.construction_site.project_manager .left_image img {
  width: 362px;
  height: 362px;
  margin: 0;
}
.construction_site.project_manager .left_image h3{
    line-height: 40px;
    text-align: center;
    font-size: 18px;
}
.construction_site.project_manager .left_image .sjs_img{
    background-size: cover;
    background-position: top;
    background-repeat: no-repeat;
    width: 350px;
    height: 320px;
    margin-left: 20px;
}
/*空间图库*/
#spatial_library_box .right_content,
#design_case_box .right_content {
 /*padding: 65px 48px 0px 40px;*/
}
#design_case_box .left_image,
#spatial_library_box .left_image {
  position: absolute;
  top: 85px;
  left: 0px;
}
#design_case_box .left_image img,
#spatial_library_box .left_image img {
  width: 380px;
  height: 255px;
}
/*装修计算器*/
#decorat_calculator_box .public_wh .close_icon {
  top: -3px;
}
#decorat_calculator_box .calculator_content {
  width: 1050px;
  height: 421px;
  background: url('/static/pc/static/images/decorat_calcula_bgc.png')
    no-repeat 100% 100%;
}
.content_model {
}
.content_model .calculator_header {
  display: flex;
  justify-content: center;
  margin-bottom: 52px;
}
.content_model .calculator_header .header_title {
  padding-left: 18px;
  padding-top: 30px;
  box-sizing: border-box;
}
.content_model .calculator_header .header_title .text {
  font-size: 36px;
  font-family: SourceHanSansCN-Medium;
  font-weight: 400;
  color: #333333;
}
.content_model .calculator_header .header_title .text span {
  padding-left: 10px;
  font-size: 36px;
  font-family: SourceHanSansCN;
  font-weight: bold;
  color: #d21526;
}
.content_model .calculator_header .header_title .descript {
  font-size: 20px;
  font-family: SourceHanSansCN-Normal;
  font-weight: 400;
  color: #333333;
  padding-top: 8px;
  display: flex;
  align-items: center;
  justify-content: center
}
.content_model .calculator_header .header_title .descript .num {
  font-size: 20px;
  font-family: Staatliches-Regular;
  font-weight: 400;
  color: #d21526;
}
.content_model .descript .text_bgc {
  margin-left: 18px;
  background: rgba(255, 118, 26, 0.1);
  display: flex;
  font-size: 14px;
  font-family: SourceHanSansCN;
  font-weight: 400;
  color: #d21526;
  padding: 8px 12px;
  box-sizing: border-box;
  position: relative;
}
.content_model .descript .text_bgc .sjx {
  position: absolute;
  left: -6px;
  top: 12px;
  z-index: 999;
  width: 0;
  height: 0;
  border-top: 6px solid transparent;
  border-right: 6px solid #d21526;
  opacity: 0.1;
  border-bottom: 6px solid transparent;
}
.content_model .calculator_main {
  padding-left: 59px;
}
.calculator_main .form_calc .item_input {
  height: 40px;
  line-height: 40px;
  margin-bottom: 19px;
  position: relative;
}
.calculator_main .item_input .dw {
  position: absolute;
  right: 0px;
  top: 0px;
  width: 45px;
  border-left: 1px solid #333;
  text-align: center;
  font-size: 16px;
  font-family: SourceHanSansCN;
  font-weight: 400;
  color: #333333;
}
.calculator_main {
  display: flex;
}
.calculator_main .form_calc .item_input .input_f {
  margin-left: 18px;
  height: 40px;
  width: 240px;
  padding-left: 12px;
  box-sizing: border-box;
  line-height: 40px;
  border: 1px solid #333333;
  border-radius: 4px;
}
.calculator_main .form_calc .text_descript {
  padding-left: 96px;
  font-size: 12px;
  font-family: SourceHanSansCN-Normal;
  font-weight: 400;
  color: #666666;
}
.calculator_main .calc_btn {
  padding-top: 15px;
  margin-left: 80px;
  margin-right: 44px;
  margin-bottom: 20px;
}

.calc_btn .calc_word_desc {
  position: absolute;
  font-size: 18px;
  cursor: pointer;
  top: 220px;
  color: #fff;
  font-weight: 600;
  z-index: 999;
  width: 97px;
  text-align: center;
}
.calculator_main .image {
  width: 97px;
  height: 109px;
  animation: mymove 5s infinite;
  cursor: pointer;
  position: relative;
  z-index: 888;
}
.calculator_main .image:hover {
  animation-duration: 0s;
}
@keyframes mymove {
  0% {
    transform: scale(1); /*开始为原始大小*/
  }
  25% {
    transform: scale(1.1); /*放大1.1倍*/
  }
  50% {
    transform: scale(1);
  }
  75% {
    transform: scale(1.1);
  }
}

@-webkit-keyframes mymove /*Safari and Chrome*/ {
  0% {
    transform: scale(1); /*开始为原始大小*/
  }
  25% {
    transform: scale(1.1); /*放大1.1倍*/
  }
  50% {
    transform: scale(1);
  }
  75% {
    transform: scale(1.1);
  }
}
.calculator_main .calc_btn .calc_phone_model {
  padding-top: 20px;
  display: flex;
  align-items: center;
  margin-left: -31px;
}
.calculator_main .calc_btn .calc_phone_model .text {
  font-size: 23px;
  font-family: Microsoft Sans Serif;
  font-weight: 400;
  color: #d21526;
  margin-left: 10px;
}
.calc_sum_model {
}
.calc_sum_model .calc_sum_head {
  padding-left: 6px;
  padding-top: 6px;
}
.calc_sum_model .calc_sum_head .text {
  font-size: 18px;
  font-family: SourceHanSansCN-Normal;
  font-weight: 400;
  color: #333333;
}
.calc_sum_model .calc_sum_head .text1 {
  font-size: 26px;
  font-family: SourceHanSansCN-Regular;
  font-weight: 400;
  color: #333333;
}

.calc_sum_model .calc_sum_head .text1 .money {
  font-size: 30px;
  font-weight: 400;
  color: #d21526;
  font-family: Staatliches-Regular;
}
.calc_sum_model .cost_list {
  display: flex;
  padding-top: 40px;
}
.calc_sum_model .cost_list .cost_item {
  /*margin-right: 30px;*/
  width: 84px;
}
.calc_sum_model .cost_list .cost_item p {
  font-size: 14px;
  font-family: SourceHanSansCN-Light;
  font-weight: 400;
  color: #333333;
  margin-bottom: 6px;
}

.calc_sum_model .cost_list .cost_item p .money {
  font-size: 20px;
  font-family: Staatliches-Regular;
  font-weight: 400;
  color: #333333;
}
.calc_sum_model .cost_list .cost_item p .title_text {
  font-size: 16px;
  font-family: SourceHanSansCN-Light;
  font-weight: 400;
  color: #333333;
}
.descript_text span,.descript_text p,.descript_text div{
  font-family: 'Microsoft YaHei', 微软雅黑, 'Microsoft JhengHei', 华文细黑, STHeiti, MingLiu !important;
}
.descript_text img{
  width: 100% !important;
  height: 100% !important;
}




/* 空间图库 */
/*
.clearfix:before,
.clearfix:after {
  display: table;
  content: ''; 

.clearfix:after {
  clear: both;
}
*/
.clearfix {
  *zoom: 1;
  clear: both;
}
.shadow {
  box-shadow: 0px 0px 3px 1px #ddd;
}

.tuku_header,
.building_header {
  width: 100%;
  height: 150px;
  background: #ccc;
}
.tuku_con{
     margin-top: 0px;
}

.building_con {
  margin-top: 12px;
}

.tuku_con > .title {
 margin: 0;
    height: 50px;
    line-height: 50px;
    font-size: 12px;
    color: #666;
}
.tuku_con > .title a {
  color: #666;
}
.tuku_con > .title a:hover {
  color: #d21526;
}
.tuku_con > .title .lin_jiantou {
  width: 25px;
  text-align: center;
  display: inline-block;
}
/*.tuku_ser,.building_ser{*/
/*    height:102px;*/
/*}*/
.tuku_ser > div {
  display: flex;
  flex-direction: row;
  border: 1px solid #eee;
  border-bottom: 0;
  flex-wrap: wrap;
}

.tuku_ser > div a {
  display: block;
  width: 100px;
  line-height: 50px;
  text-align: center;
  font-size: 12px;
  color: #333;
  float: left;
}
.tuku_ser > div a:hover {
  color: #d21526;
}
.tuku_ser > div:last-of-type {
  border-bottom: 1px solid #eee;
}
.tuku_ser > div a.title {
  background-color: #fafafa;
  border-right: 1px solid #eee;
}

/*.tuku_ser .style,.tuku_ser .location,.building_ser .city,.building_ser .location{*/
/*    width:100%;*/
/*    height:50px;*/
/*    border:1px solid #eee*/
/*}*/
/*.tuku_ser .style, .tuku_ser .location, .tuku_ser .area{
    border-top: none
}*/

/*.tuku_ser span,.building_ser span ,.tuku_ser a ,.building_ser a{*/
/*    //float: left;*/
/*    display: block;*/
/*    width: 84px;*/
/*    line-height: 50px;*/
/*    text-align: center;*/
/*    font-size: 14px;*/
/*    color: #333;*/
/*}*/
/*.tuku_ser span,.building_ser span{*/
/*    background-color: #fafafa;*/
/*    border-right: 1px solid #eee;*/
/*}*/
.tuku_nav {
  margin: 30px 0;
}
.tuku_nav > .o_ul {
  width: 100%;
  margin-bottom: 30px;
}
.tuku_nav > ul {
  float: left;
  width: 350px;
}

.tuku_nav > ul > li {
  float: left;
  width: 80px;
  height: 40px;
  color: #999;
  line-height: 40px;
  text-align: center;
  cursor: pointer;
}
.tuku_nav > ul > li:hover {
  color: #d21526;
}

/*.tuku_nav .new ,.tuku_nav .hot{*/
/*    float: left;*/
/*    width:80px;*/
/*    height: 40px;*/
/*    color:#999;*/
/*    line-height: 40px;*/
/*    text-align: center;*/

/*}*/

.tuku_nav > ul > li > i {
  display: inline-block;
  width: 20px;
  height: 20px;
  vertical-align: sub;
  background: #ddd;
}
.show_pic{margin:15px auto;}
.show_pic .pic {
  margin: 0 -15px;
}
.show_pic li {
  position: relative;
  margin: 0 15px 20px 15px;
  float: left;
  /* width: calc(33.33% - 30px); */
  overflow: hidden;
  width: 380px;
  box-shadow: 0px 0px 20px 0px rgba(203, 204, 208, 0.35);
}
.show_pic .case_img{height: 285px;width: 380px;}
.show_pic .case_desc{height:80px;padding: 10px;}
.show_pic.vr_pic li:hover .fc_img {
  display: block;
}
.show_pic.vr_pic li:hover .showModal {
  display: block;
}
.show_pic li:hover {
   box-shadow: 0px 0px 6px 3px rgba(203, 204, 208, 0.7); 
 /* box-shadow: 0px 0px 20px 0px rgba(203, 204, 208, 0.35);*/
}
.show_pic li:nth-child(3n + 3) {
  margin-right: 0;
}
.show_pic li a {
  display: block;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.show_pic li .collect {
  color: #fff;
  position: absolute;
  right: 10px;
  top: -50px;
  background: rgba(0, 0, 0, 0.6) none repeat scroll 0 0 !important;
  filter: Alpha(opacity=60);
  background: #000;
  padding: 0 10px;
  border-radius: 4px;
  line-height: 28px;
  transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}
.show_pic li .collect .icon {
  display: inline-block;
  vertical-align: top;
  font-size: 18px;
  margin-right: 4px;
}
.show_pic li .yeyao {
  position: absolute;
  left: 0;
  top: -50px;
  background: url(../images/to_bg1.png) right center;
  line-height: 32px;
  width: 168px;
  text-indent: 20px;
  color: #fff;
  font-size: 16px;
  color: #fff;
  transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}
.show_pic li:hover .collect,
.show_pic li:hover .yeyao {
  top: 20px;
}
.show_pic li img {
  width: 100%;
  /* height: 320px; */
  height: 285px;
  margin-bottom: 10px;
}
/*.show_pic li img:hover{*/
/*  transform: scale(1.05);*/
/*}*/

.show_pic li h3 {
  /* line-height: 30px; */
  height: 32px;
  margin-bottom: 10px;
  color: #333;
  font-size: 16px;
  margin-top: 10px;
  margin-left: 10px;
}
.show_pic li h3 a:hover {
  color: #d21526;
}
.show_pic li p {
  display: flex;
  align-items: center;
  padding-left: 10px;
}
.show_pic li p .xt {
  margin-left: 4px;
  margin-right: 4px;
  color: #ccc;
}
.show_pic li p a {
  color: #a1a1a1;
  font-size: 12px;
}
.show_pic li p a:hover {
  color: #d21526;
}

.active {
  color: #d21526 !important;
}

.active_bg {
  background-color: #d21526 !important;
  color: #fff !important;
}
/*设计案例详情*/
.tuku_nav .ser {
  position: relative;
  display: block;
  float: right;
  width: 270px;
  height: 40px;
  line-height: 40px;
  padding-left: 30px;
  border: 1px solid #eee;
  border-radius: 3px;
}
.tuku_nav .ser > span {
  font-size: 12px;
  color: #333;
}
.tuku_nav .ser > input {
  margin-left: 30px;
  width: 150px;
  height: 40px;
  font-size: 12px;
  color: #999;
}
.tuku_nav .ser a {
  position: absolute;
  display: block;
  right: 0;
  bottom: 0;
  width: 40px;
  text-align: center;
  border-left: solid 1px #f6f7f8;
}
.tuku_nav .ser a img {
  width: 25px;
  vertical-align: middle;
}
.clear:after {
  display: block;
  clear: both;
  content: '';
  visibility: hidden;
  height: 0;
}
/* 只缓慢放大 */
.img_scale_big {
  transition: all 1s;
}
.img_scale_big:hover {
  transform: scale(1.05);
}
.imgdexc img {
  width: 100%;
  height: 100%;
}
