/* -- 切换按钮 -- */
.typeTab {
    margin-top: 16px;
    padding-left: 6px;
}

.typeTab .btn-group {
    margin-right: 10px;
}

.typeTab .btn-default {
    border-color: #eee;
}

.typeTab .btn-default i {
    padding-right: 5px;
}

/* --- 场馆列表 --- */
.venue {
    min-height: 500px;
    margin-top: 10px;
    margin-bottom: 50px;
}

.cgList {
    margin-top: 15px;
    padding-right: 0 !important;
    padding-left: 0 !important;
}

.cgBox {
    padding-left: 12px !important;
    padding-right: 12px !important;
}

.cgBox a:hover span {
    color: #c49c52;
    text-decoration: none;
}

.cgBox .imgBox {
    margin-top: 12px;
    height: 130px;
    overflow: hidden;
    position: relative;
    background-color: #fff;

}

.cgBox .imgBox img {
    width: 100%;
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.cgBot {
    width: 100%;
    height: 80px;
    background-color: #fff;
    margin-bottom: 12px;
    padding: 5px 10px 10px;
    -moz-transition: all .2s ease; /* Firefox 4 */
    -webkit-transition: all .2s ease; /* Safari 和 Chrome */
    -o-transition: all .2s ease; /* Opera */
    transition: all .2s ease;
}

.cgBot > span {
    display: block;
    line-height: 40px;
    font-size: 16px;
    color: #333;
    width: 75%;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.cgBot > p {
    display: block;
    width: 98%;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    color: #a8a8a8;
    margin: 2px 0 3px 0;
}

.cgBox:hover {
    background-color: #fff;
    box-shadow: 0 0 10px #bbb;
}

.cgBox:hover .cgBot {
    background-color: #f7f8fa;
}

.cgBox a:hover .stateTag {

}

.cgBox a:hover .ageTag {
    color: #fff;
}

.stateTag, .ageTag {
    position: absolute;
    right: 10px;
    padding: 3px 10px;
    font-size: 12px;
    border-radius: 3px;
}

.stateTag {
    top: 10px;

}

.state1 {
    background-color: #CC6666;
    color: #fff;
}

.state2 {
    background-color: #00CC66;
    color: #fff;
}

.state3 {
    background-color: #9d9d9d;
    color: #fff;
}

.ageTag {
    color: #fff;
    bottom: 10px;
    background-color: #c49c52;
}

/* --- 详情 --- */

.breadcrumb {
    padding-left: 0;
    background-color: #f7f8fa;
    margin-bottom: 0;
}

.breadcrumb a {
    color: #333;
}

.breadcrumb a:hover {
    color: #c49c52;
}

.topBox {
    background-color: #fff;
    margin-bottom: 20px;
    padding: 30px;
}

.topBox img {
    width: 90%;
}

.topBox .col-xs-6 {
    max-height: 320px;
    overflow: hidden;
}

.topBox h3 {
    margin-top: 0px;
    margin-bottom: 20px;
}

.topBox p {
    font-size: 16px;
    color: #595959;
}

.topBox .span1 {
    /*display: inline-block;*/
    margin-top: 20px;
}

.topBox .span2 {
    display: inline-block;
    background-color: #eee;
    padding: 5px 10px;
    font-size: 16px;
    color: #595959;
    margin-bottom: 30px;
    margin-top: 10px;
}

.topBox button {
    font-size: 16px;
    padding: 6px 20px;
}

.topBox .btn1 {
    margin-right: 20px;
}

/* --- 左边 --- */
.content {
    padding: 10px 35px;
    margin-bottom: 50px;
    background-color: #fff;
}


/* -- 右边 -- */
.widget {
    background: #fff;
    padding: 21px 30px;
    margin-bottom: 12px;
}

.widget .title {
    margin-top: 0;
    padding-bottom: 7px;
    border-bottom: 1px solid #ebebeb;
    margin-bottom: 21px;
    position: relative;
}

.widget .title:after {
    content: "";
    width: 90px;
    height: 1px;
    background: #c49c52;
    position: absolute;
    left: 0;
    bottom: -1px;
}

/*弹出框*/
.layer-style {
    padding: 12px;
}

.layer-style .list-style {
    padding: 10px;
    border: 1px solid #ddd;
    box-shadow: 0 0 2px #ddd;
    display: inline-block;
    vertical-align: top;
    /*width: 45%;*/
    position: relative;
}

.layer-style .list-style input {
    position: absolute;
    right: 20px;
    top: 20px;
}

#add-child .list-style:nth-child(2) {
    margin: 0 30px;
}

/*重定义模态框*/
.modal-header {
    padding: 0;
    border: none;
}

.nav-tabs > li > a {
    margin-right: 0;
    color: #555555;
}

.modal-header .close {
    margin-right: 15px;
    margin-top: 9px;
}

.modal.in .modal-dialog {
    width: 438px;
    margin: 270px auto 0;
}

.nav-tabs > li.active > a, .nav-tabs > li.active > a:focus, .nav-tabs > li.active > a:hover {
    color: #0de3b7;
}

.modal-footer {
    padding: 10px 15px;
}

.modal-body .btn-primary {
    color: #fff;
    background-color: #33b74bc2;
    border-color: #33b74bc2;
    float: right;
}

.btn-primary:hover, .btn-primary:focus, .btn.btn-primary:active {
    color: #fff;
    background-color: #33b74bc2;
    border-color: #33b74bc2;
    outline: none;
}

.modal-body p {
    font-size: 16px;
}

.modal-body textarea {
    width: 100%;
    margin-bottom: 10px;
}

.modalFooter {
    overflow: hidden;
}

.btn.btn-primary:hover {
    color: #fff;
    background-color: #33b74bc2;
    border-color: #33b74bc2;
    outline: none;
}

/*动画*/
.animation_list div {
    width: 25px;
    height: 25px;
    background-color: white;
    border-radius: 50%;
    overflow: hidden;
    position: relative;
}

.animation_list div p {
    width: 100%;
    height: 100%;
    background-image: url("../img/authstr.png");
    background-size: 100% 100%;
    animation: xz 1s linear infinite;
    -webkit-animation: xz 1s linear infinite; /* Safari 与 Chrome */
}

.top {
    width: 364px;
    /*height: 500px;*/
    /*background-color: white;*/
    margin: 18px auto;
    padding: 12px 0;
    border-radius: 5px;
}

@keyframes xz {
    100% {
        transform: rotate(360deg);
    }
}

@-webkit-keyframes xz /* Safari 与 Chrome */
{
    100% {
        transform: rotate(360deg);
    }
}

.animation_list img {
    width: 100%;
    height: 100%;
    position: absolute;
    opacity: 0;
    left: 0;
    top: 0;
}

.animation_list img:after {
    position: absolute;
    left: 5px;
    top: 5px;
    content: "";
    width: 100%;
    height: 100%;
}

.hx_list {
    width: 50px;
    height: 3px;
    background-color: #ddd;
    margin-top: 10px;
    position: relative;
}

.list_ov {
    float: left;
}

.hx_list:after {
    position: absolute;
    content: "";
    width: 0;
    height: 3px;
    background-color: rgb(251, 189, 22);
    transition: .5s;
    -webkit-transition: .5s;
}

.list_sz {
    position: absolute;
    font-size: 12px;
    left: 9px;
    top: 4px;
    color: white;
    /*opacity: 0;*/
}

.dh_on .hx_list:after {
    width: 100%;
    transition: .5s;
    -webkit-transition: .5s;
}

.dh_on .list_sz {
    opacity: 1;
    transition: .5s;
    -webkit-transition: .5s;
}

.dh_on .animation_list div p {
    background-image: url("../img/activity_pro.png");
}

.img_xs img {
    opacity: 1;
}

.animation_list {
    /*opacity: 0;*/
    transition: .5s;
    -webkit-transition: .5s;
}

.dh_on .animation_list {
    opacity: 1;
    transition: .5s;
    -webkit-transition: .5s;
}

.dh_list {
    float: left;
    position: relative;
}

.top {
    overflow: hidden;
}

.top_ami {
    overflow: hidden;
    background-color: white;
    padding: 4px 6px;
    border-radius: 22px;
}

.zs {
    position: relative;
    padding: 0 26px;
    margin-top: 10px;
}

.dh_cont {
    width: 100%;
    height: 60px;
    padding: 5px 0;
}

.zs_list {
    padding: 0 9px;
    opacity: 1;
}

.pd_dh p {
    width: 100%;
    height: 100%;
    background-image: url("../img/activity_scr.png");
    background-size: 100% 100%;
    animation: xz 1s linear infinite;
    -webkit-animation: xz 1s linear infinite; /* Safari 与 Chrome */
}

.pd_dh {
    width: 40px;
    height: 40px;
    position: relative;
}

.pd_dh img {
    position: absolute;
    left: 9px;
    top: 8px;
    width: 23px;
}

.js_list {
    padding-left: 20px;
}

.js_list p {
    margin: 0;
}

.js_list p:last-child {
    color: #A82909;
}

.pd_ts {
    margin-right: 26px;
    line-height: 40px;
}

.isOk {
    position: relative;
    padding-right: 11px;
    display: none;
    color: rgba(40, 201, 125, 0.85);
}
.isPass{
    padding-right: 11px;
    color: #A82909;
    display: none;
}
.px_pass .isPass{
    display: block;
}
.pz_ok .isOk{
    display: block;
}
.isOk:before {
    position: absolute;
    width: 22px;
    height: 22px;
    background-color: rgba(40, 201, 125, 0.85);
    content: "";
    border-radius: 50%;
    top: 9px;
    right: -18px;
}

.isOk:after {
    position: absolute;
    content: "";
    width: 13px;
    height: 8px;
    border-left: 2px solid white;
    left: 54px;
    border-bottom: 2px solid white;
    top: 15px;
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
}

.list_yc {
    overflow: hidden;
    margin-top: 8px;
}

.pz_on .pd_dh p {
    background-image: url("../img/round.png");
}
.zt_yc{
    width: 200px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.bt_img {
    width: 80px;
    height: 80px;
    position: relative;
    border-radius: 50%;
    overflow: hidden;
    float: left;
    margin-right: 12px;
}

.bt_img img {
    height: 100%;
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

#bm {
    padding: 10px;
    height: 100%;
    background-color: #f5f5f5;
}

.bm_top {
    overflow: hidden;
}

.bm_top p {
    font-size: 16px;
    line-height: 80px;
}

.name {
    position: relative;
    /*padding-left: 35px;*/
    padding-right: 59px;
}


.idcard {
    position: relative;
    /*padding-left: 35px;*/
}

.xx_list {
    background-color: white;
    padding: 5px;
    margin-top: 20px;
    line-height: 24px;
    border-radius: 5px;
    padding-left: 24px;
}