@charset "UTF-8";
/*
 *通用样式
 */
.fr {
    float: right;
}
.fl{
    float:left;
}
.floatdbBoxCon { position: fixed; z-index: 998; cursor: pointer; top: 20%; right: 50%; margin-right: -670px; }
.floatdbBoxCon li { width: 66px; height: 60px; background: #ff9090; margin-bottom: 2px; }
.floatdbBoxCon li:hover { background: #e74a4a; }
.floatdbBoxCon li a { display: block; width: 66px; height: 60px; }
.floatdbBoxCon li p { color: #fff; font-size: 12px; text-align: center; }
.floatdbBoxCon li .QRcode {position:absolute;left:18px;bottom:55px;}
.floatdbBoxCon li .QRcodefont{position:absolute;left:-5px;bottom:6px;}
.floatdbBoxCon {
    position: fixed;
    z-index: 998;
    cursor: pointer;
    top: 20%;
    right: 50%;
    margin-right: -600px;
}
.dbBox {
    width: 250px;
    background: #fff;
    position: absolute;
    top: 0;
    right: 58px;
    display: none;
}
.dbBox .hd{
    background: #f55353
}
.dbBox .hd span{
    text-aign:right;
}
.dbBox .hd h3{
    font-size: 14px;
    color: #fff;
    line-height: 50px;
    padding-right: 25px;
}
.dbBox .bd{
    padding:5px 20px;
    border-left:1px solid #ccc;
    border-right: 1px solid #ccc
}
.dbBox .bd h4{
    font-size: 14px;
    color: #999;
    line-height: 30px
}
.dbBox .bd .row ol li{
    font-size: 14px;
    color: #666;
    padding: 5px 0
}
.dbBox .bd .row ol li a{
    font-size: 14px;
    font-weight: normal;
    color: #fff;
    width: 21px;
    height: 21px;
    line-height: 21px;
    margin-top:5px;
    text-align:center;
    margin-right: 3px;
}
.dbBox .bd .row ol li a:hover{
    background: #ff9090;
    border-radius:50%;
    color: #fff;
}
.dbBox .bd .row ol li i{
    width: 18px;
    height: 18px;
    /* background: url("../images/dicons.png") no-repeat -101px -137px; */
    display: inline-block;
    vertical-align: middle;
    margin-right: 5px
}
.dbBox .bd .row ol li.on i{
    background-position: -124px -137px
}
.dbBox .bd .row ol li i{
    *display: inline
}
.dbBox .ft{
    padding: 0px 30px 30px 20px;
    border:1px solid #ccc;
    border-top:0
}
.dbBox .ft a{
    line-height: 32px;
    text-decoration: none
}
.dbBox .ft a.redBtn{
    width: 130px;
    height: 32px;
    text-align: center;
    line-height: 32px;
    background: #f55353;
    color: #fff
}
.dbBox .ft a.redBtn:hover{
    background:#d53737
}
.dbBox .ft a.justText{
    margin-left: 10px;
    font-size: 12px;
    color: #999;
    white-space: nowrap
}
.dbBox .ft a.justText:hover{
    color: #f55353
}

.sinput {
    width: 336px;
    height: 38px;
    border: none;
    border: 2px solid #f55353;
    border-right: none;
    float: left;
    overflow: hidden;
    margin: 0;
    display: inline;
    text-indent: 10px;
    line-height: 36px;
}

#rowdb ol li:first-child{width: 200px;height:30px;line-height: 30px;text-align: center;color: white;margin-top: 40px;}
#rowdb ol li{width: 200px;height:30px;line-height: 30px;text-align: center;color: white;margin-top: 5px;box-sizing:content-box;}
.floatnav .dbBox .bd .row ol li a {
    width: 21px;
    height: 21px;
    background: url(../images/dicons.png) no-repeat -135px -108px;
    overflow: hidden;
    text-indent: -999999px;
    margin-top: 2px;
}

/* 弹窗样式 */
.modal-open {
    overflow: hidden;
}
.modal {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1050;
    display: none;
    overflow: hidden;
    -webkit-overflow-scrolling: touch;
    outline: 0;
}
.modal-backdrop {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1040;
    background-color: #000;
}
.modal-backdrop.in {
    filter: alpha(opacity=50);
    opacity: .5;
}
.modal-dialog {
    position: relative;
    width: auto;
    margin: 10px
}

.modal-content {
    position: relative;
    background-color: #fff;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 1px solid #999;
    border: 1px solid rgba(0, 0, 0, .2);
    border-radius: 6px;
    outline: 0;
    -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, .5);
    box-shadow: 0 3px 9px rgba(0, 0, 0, .5)
}

.modal-backdrop {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1040;
    background-color: #000
}

.modal-backdrop.fade {
    filter: alpha(opacity=0);
    opacity: 0
}

.modal-backdrop.in {
    filter: alpha(opacity=50);
    opacity: .5
}

.modal-header {
    padding: 15px;
}

.modal-header .close {
    margin-top: -2px
}

.modal-title {
    margin: 0;
    line-height: 1.42857143
}

.modal-body {
    position: relative;
    padding: 15px
}

.modal-footer {
    padding: 15px;
    text-align: right;
    border-top: 1px solid #e5e5e5
}

.modal-footer .btn+.btn {
    margin-bottom: 0;
    margin-left: 5px
}

.modal-footer .btn-group .btn+.btn {
    margin-left: -1px
}

.modal-footer .btn-block+.btn-block {
    margin-left: 0
}

.modal-scrollbar-measure {
    position: absolute;
    top: -9999px;
    width: 50px;
    height: 50px;
    overflow: scroll
}

@media (min-width:768px) {
    .modal-dialog {
        width: 600px;
        margin: 30px auto
    }
    .modal-content {
        -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, .5);
        box-shadow: 0 5px 15px rgba(0, 0, 0, .5)
    }
    .modal-sm {
        width: 300px
    }
}

@media (min-width:992px) {
    .modal-lg {
        width: 900px
    }
}
.modal-dialog.modal-sm {
    top: 254px;
    z-index: 9999;
}
.modal-dialog.modal-sm {
    top: 254px;
    z-index: 9999;
}

.modal-dialog.modal-sm .modal-header .title {
    font-size: 40px;
}

.modal-dialog.modal-sm .modal-content {
    background-color: transparent;
    left: -48%;
    height: 390px;
    width: 670px;
    background-color: #fff;
    /*background:url(../img/img-icon/appointment_bg.png) no-repeat center center;*/
    border: 0;
    box-shadow: 0 0 0;
}

.modal-dialog.modal-sm .modal-footer {
    border: 0;
}

.modal-dialog.modal-sm .modal-body {
    width: 323px;
    /*height:146px;*/
    background-color: #fff;
    /*border-radius: 10px;*/
    line-height: 40px;
    margin: 0 auto;
    padding: 0;
    border: 1px solid #CDCDCD;
}
.modal-dialog.modal-sm .modal-header .close {
    position: absolute;
    top: 0;
    right: -60px;
    background: url(../img/img-icon/GroupPurchase_close.png) no-repeat center center;
    width: 60px;
    height: 60px;
    text-align: center;
    opacity: 1;
}
.modal-header .close {
    margin-top: -2px;
}
button.close {
    -webkit-appearance: none;
    padding: 0;
    cursor: pointer;
    background: 0 0;
    border: 0;
}
.close {
    float: right;
    font-size: 21px;
    font-weight: 700;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    filter: alpha(opacity=20);
    opacity: .2;
}
.modal-dialog.modal-sm .modal-body>div {
    border-bottom: 1px solid #CDCDCD;
}
.modal-dialog.modal-sm .modal-body .uesr-tel-verify {
    border-bottom: 0;
    position: relative;
}
.modal-dialog.modal-sm .modal-body label {
    color: #333;
    font-size: 16px;
    margin-bottom: 0;
    padding: 0 5px;
}
label {
    display: inline-block;
    max-width: 100%;
    margin-bottom: 5px;
    font-weight: 700;
}
.modal-dialog.modal-sm .modal-body label+input {
    width: 219px;
    border-radius: 5px;
    border: 0;
    padding-left: 10px;
    font-size: 16px;
}


.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;
    border-radius: 4px;
}

.modal-dialog.modal-sm .modal-footer .btn {
    background-color: #fe6565;
    border: 0;
    font-size: 18px;
    opacity: .8;
    color: #fff;
    padding: 10px 126px;
    box-shadow: 0 1px 2px #333;
    border-radius: 0;
}

.modal-dialog.modal-sm .modal-footer {
    text-align: center;
}

.ft-carousel {
    position: relative;
    /* width: 100%;
    height: 100%; */
    width: 557px;
    height: 455px;
    overflow: hidden;
}

.ft-carousel .carousel-inner {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
}

.ft-carousel .carousel-inner .carousel-item {
    float: left;
    height: 100%;
}

.ft-carousel .carousel-item img {
    width: 100%;
}

.ft-carousel .carousel-indicators {
    position: absolute;
    left: 0;
    bottom: 10px;
    width: 100%;
    text-align: center;
    font-size: 0;
}

.ft-carousel .carousel-indicators span {
    display: inline-block;
    width: 12px;
    height: 12px;
    background-color: #fff;
    margin: 0 4px;
    border-radius: 50%;
    cursor: pointer;
}

.ft-carousel .carousel-indicators span.active {
    background-color: #de3a3a;
}

.ft-carousel .carousel-btn {
    position: absolute;
    top: 50%;
    width: 50px;
    height: 45px;
    margin-top: -25px;
    cursor: pointer;
}

.ft-carousel .carousel-prev-btn {
    left: 0;
    background: url(../images/prev.png) no-repeat;
}

.ft-carousel .carousel-next-btn {
    right: 0;
    background: url(../images/next.png) no-repeat;
}
