.inactiveModal, .getPriceModal {
    position: fixed;
    z-index: 1003;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.5);
    display: none;
}
.modal {
    display: none;
    overflow: hidden;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1050;
    -webkit-overflow-scrolling: touch;
    outline: 0;
    border-width: 0;
}
.getPriceModal .modal-inner {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    width: 600px;
}
.modal-content {
    position: relative;
    background-color: #fff;
    border: 1px solid #999;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 6px;
    -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
    box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
    background-clip: padding-box;
    outline: 0;
}
@media (min-width: 768px) {
    .modal-content {
        -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
        box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
    }
}
.getPriceModal .modal-content.getPrice-content {
    background: url(../image/modal_bg.png) left top no-repeat;
}
.modal-header {
    padding: 15px;
    border:0;
}
.modal-header:before, .modal-header:after {
    content: " ";
    display: table;
}
.modal-header:after {
    clear: both;
}
.modal-title {
    margin: 0;
    line-height: 1.42857143;
    float: left;
    font-size: 14px;
    color: #333;
    font-weight: bold;
}
.modal-header .closer {
    width: 14px;
    height: 14px;
    display: block;
    background: url(../image/close.png) no-repeat center center;
    float: right;
    cursor: pointer;
}
.modal-body {
    position: relative;
    padding: 15px;
    font-size: inherit;
    line-height: inherit;
    text-align: left;
}
.modal-body ul{text-align:center}
.modal-body ul li input{width:330px}
.getPriceModal .modal-content ul li {
    height: 40px;
    line-height: 40px;
    margin-bottom: 14px;
}
.modal-footer{text-align: center;padding-bottom:15px}

.modal-footer .btn+.btn {
    margin-left: 10px;
    margin-bottom: 0;
}
.modal-footer .terms-wrap{padding:10px}
.modal-footer .terms-tips{color:#e60000;visibility:hidden}
.getPriceModal .modal-content .btn {
    padding: 8px 20px;
    font-size: 14px;
}
.getPriceModal .modal-content .btn.get-price {
    box-sizing: content-box;
    background: #e60000;
    border: solid 1px #e60000;
    color: #fff;
}
.getPriceModal .modal-content .btn.get-price[disabled] {
    background-color: #ccc;
    border-color: #ccc;
    cursor: not-allowed;
}
input[type=checkbox]:checked:after { 
  content: none;
}

.detail-lxr {
    height:90px;
    line-height: 90px;
    width:100%;
    color:#666;
    background: #f6f6f6;
    font-size: 18px;
    font-weight: 600;
    padding: 0;
    margin-top:30px;
    position: relative;
}
.fl-clr {
    zoom: 1;
}
.detail-lxr dl {
    line-height: 24px;
}
.detail-lxr dt, .detail-lxr dd {
    display: inline-block;
    margin: 15px;
}
.detail-lxr .icon-yonghu {
    font-size:48px;
    display: inline-block;
}
.detail-lxr .xqrm{display: block;padding-bottom:5px}
.detail-lxr a{
    display: inline-block;
    background: #f00;
    color: #fff;
    padding: 0 20px;
    margin-top: 20px;
    border-radius: 10px;
    line-height: 50px;
    position: absolute;
    right: 20px;
    top: 0;
}
.detail-lxr a:hover{
    top:-5px;
    box-shadow: 0px 2px 2px 0px #888;
}
.prenext a.iconfont{
    font-size: 48px;
    color: #ccc}
.prenext a.iconfont:hover{
    color: #333}