﻿
.xuanfu_07 * {
    box-sizing: border-box;
}

.xuanfu_07 .xuanfu_calc{
	display: block;
	position:fixed;
	left:5%;
	bottom:10%;
	z-index: 100;}
.xuanfu_07 .tc {
    text-align: center;
}
.xuanfu_07 .u-modal {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 10;
    width:0;
    height:0;
    overflow:hidden;
}
.xuanfu_07 .u-modal.active {
	width:100%;
    height:100%;
}
.xuanfu_07 .u-modal-overlay {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: #000;
    opacity: 0;
    transition: opacity .3s ease-in-out;
}
.xuanfu_07 .u-modal.active .u-modal-overlay {
    opacity: .5;
}
.xuanfu_07 .u-modal-content {
    position: relative;
    margin: 80px auto 0;
    width: 955px;
    transition: all .3s ease-in-out;
}
.xuanfu_07 .u-modal.active .u-modal-content {
    animation: uModalShow .3s ease-in-out;
}
.xuanfu_07 .u-modal-content{
    animation:uModalHide .3s ease-in-out;
}
.xuanfu_07 #AppointModal {
    background-color: #fff;
    border-radius: 10px;
    padding: 35px 60px;

}
.xuanfu_07 #AppointModal .close {
    font-family: iconfont;
    position: absolute;
    right: 18px;
    top: 10px;
    font-size: 36px;
}
.xuanfu_07 #AppointModal .header {
    text-align: center;
    color: #ee7800;
    font-size: 26px;
    letter-spacing: 2px;
}
.xuanfu_07 #AppointModal .body {
    padding-top: 40px;
}
.xuanfu_07 .appoint-modal-left {
    float: left;
    width: 40%;
    border: 1px solid #b5b5b5;
    padding-top: 35px;
    font-size: 18px;
}
.xuanfu_07 .appoint-modal-left h1 {
    font-weight: 500;
    margin-bottom: 25px;
    font-size: 24px;
}
.xuanfu_07 .deco-budget {
    color: #ee7800;
}
.xuanfu_07 .appoint-modal-left dl {
    overflow: hidden;
    padding-left: 85px;
    font-size: 22px;
    margin-bottom: 8px;
}
.xuanfu_07 .appoint-modal-left dl dt {
    float: left;
}
.xuanfu_07 .appoint-modal-left dl dt:after {
    content: ":";
    margin: 0 8px;
}
.xuanfu_07 .appoint-modal-left dl dd {
    float: left;
}
.xuanfu_07 .appoint-modal-left dl dd::after {
    content: "元";
}
.xuanfu_07 .appoint-modal-left .swindler {
    padding: 10px 0 40px;
    font-size: 16px;
    color: #ee7800;
}
.xuanfu_07 .appoint-modal-right {
    float: left;
    width: 60%;
    padding-left: 45px;
    padding-right: 20px;
}
.xuanfu_07 .appoint-modal-right .field {
    position: relative;
}
.xuanfu_07 .pd-b-xl {
    padding-bottom: 20px;
}
.xuanfu_07 .appoint-modal-right .field .title_xuanfu {
    font-size: 20px;
}
.xuanfu_07 .appoint-modal-right .field .title_xuanfu:after {
    content: "*";
    color: #ee7800;
}
.xuanfu_07 .appoint-modal-right .field .badge {
    position: absolute;
    right: 0;
    font-size: 20px;
}
.xuanfu_07 .num-dragger {
    position: relative;
}
.xuanfu_07 .num-dragger .dragger-body {
    height: 14px;
    background-color: #fff;
    border-radius: 14px;
    overflow: hidden;
}
.xuanfu_07 .num-dragger .progress {
    background-color: #ee7800;
    width: 0;
    height: 100%;
}
.xuanfu_07 .appoint-modal-right .num-dragger .dragger-body {
    background-color: #edeeee;
    height: 20px;
}
.xuanfu_07 .num-dragger .pointer {
    display: block;
    height: 23.8px;
    width: 23.8px;
    background-color: #fff;
    border-radius: 50%;
    box-shadow: 1px 1px 10px #000;
    position: absolute;
    top: -6.08695652px;
    transition: background-color .3s ease;
}
.xuanfu_07 .appoint-modal-right .num-dragger .pointer {
    height: 38px;
    width: 38px;
    top: -10px;
}
.xuanfu_07 .num-dragger .pointer .num-value {
    color: #fff;
    width: 100%;
    text-align: center;
    position: absolute;
    bottom: -100%;
    font-size: 16px;
}
.xuanfu_07 .appoint-modal-right .num-dragger .num-value {
    color: #000;
    bottom: -90%;
}
.xuanfu_07 .appoint-modal-right .field {
    position: relative;
}
.xuanfu_07 .appoint-modal-right .right-fied .left {
    float: left;
    margin-top: 15px;
}
.xuanfu_07 .appoint-modal-right .field .title {
    font-size: 20px;
}
.xuanfu_07 .appoint-modal-right .field .title:after {
    content: "*";
    color: #ee7800;
}
.xuanfu_07 .appoint-modal-right .right-fied .right {
    font-size: 20px;
    padding: 15px;
    float: right;
    width: 72%;
    border: 1px solid #ccc;
}
.xuanfu_07 .clearfix::after {
    clear: both;
    display: block;
    content: "";
    height: 0;
}
.xuanfu_07 .appoint-modal-right .btn-appoint {
    padding-top: 35px;
}
.xuanfu_07 .appoint-modal-right .btn-appoint .btn {
    font-size: 20px;
    height: 58px;
    line-height: 40px;
    color: #fff;
    width: 100%;
    background-color: #ee7800;
    transition: all .3s ease-in-out;
}
.xuanfu_07 .btn {
    display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    outline: 0;
}
@keyframes uModalShow{
    0%{opacity:0;transform:translateY(-100px)}
    to{opacity:1;transform:translateY(0)}
}
@keyframes uModalHide{
    0%{opacity:1;transform:translateY(0)}
    to{opacity:0;transform:translateY(-100px)}
}
.xuanfu_07 .rangeslider {
    position: relative;
}
.xuanfu_07 .rangeslider,.xuanfu_07  .rangeslider__fill {
    background: #e6e6e6;
    display: block;
    height: 20px;
    width: 100%;
    -moz-box-shadow: inset 0px 1px 3px rgba(0, 0, 0, 0.3);
    -webkit-box-shadow: inset 0px 1px 3px rgba(0, 0, 0, 0.3);
    box-shadow: inset 0px 1px 3px rgba(0, 0, 0, 0.3);
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
}
.xuanfu_07 .rangeslider__fill {
    background: #ee7800;
    position: absolute;
    top: 0;
}

.xuanfu_07 .rangeslider__handle {
    background: white;
    border: 1px solid #ccc;
    cursor: pointer;
    display: inline-block;
    width: 40px;
    height: 40px;
    position: absolute;text-decoration: overline;
    top: -10px;
    background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiP…Igd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCNncmFkKSIgLz48L3N2Zz4g);
    background-size: 100%;
    background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, rgba(255, 255, 255, 0)), color-stop(100%, rgba(0, 0, 0, 0.1)));
    background-image: -moz-linear-gradient(rgba(255, 255, 255, 0), rgba(0, 0, 0, 0.1));
    background-image: -webkit-linear-gradient(rgba(255, 255, 255, 0), rgba(0, 0, 0, 0.1));
    background-image: linear-gradient(rgba(255, 255, 255, 0), rgba(0, 0, 0, 0.1));
    -moz-box-shadow: 0 0 8px rgba(0, 0, 0, 0.3);
    -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.3);
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.3);
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
}
.xuanfu_07 .rangeslider__handle:after {
    content: "";
    display: block;
    width: 18px;
    height: 18px;
    margin: auto;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiP…dpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==);
    background-size: 100%;
    background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, rgba(0, 0, 0, 0.13)), color-stop(100%, rgba(255, 255, 255, 0)));
    background-image: -moz-linear-gradient(rgba(0, 0, 0, 0.13), rgba(255, 255, 255, 0));
    background-image: -webkit-linear-gradient(rgba(0, 0, 0, 0.13), rgba(255, 255, 255, 0));
    background-image: linear-gradient(rgba(0, 0, 0, 0.13), rgba(255, 255, 255, 0));
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
}
.xuanfu_07 #js-example-destroy output {
    display: block;
    font-size: 20px;
    font-weight: bold;
    text-align: center;
    margin: 15px 0;
}