* {
    margin: 0;
    padding: 0;
    font-family: "微软雅黑","Microsoft YaHei";
}

html {
    font-size: 100px
}

body,html {
    overflow-x: hidden
}

body,html {
    height: 100%;
    width: 100%
}
img {
    width: 100%;
    height: auto;
}
body {
    position: relative;
    overflow: scroll;
    overflow-x: hidden;
    -webkit-overflow-scrolling: touch;
    font-size: .12rem
}
.venue-list-box{
    background: #fff;
}
.venue-list-box .top-tit{
    background: #cd3f3e;
    color: #fff;
    height: 36px;
    text-align: center;
    font-size: .16rem;
    line-height: 36px;
    position: fixed;
    width: 100%;
}
.venue-list-box .main-content{
    line-height: 20px;

}
.venue-list-box .main-content p{
    text-indent:2em;
    font-family: "微软雅黑","Microsoft YaHei" !important;
}
.main-content>p>span{
    font-family: "微软雅黑","Microsoft YaHei" !important;
}

.venue-list-box .all-venue{
    font-size: .15rem;
    text-align: center;
    color: #7c869c;
        padding: 50px 10px 12px;
}
.list-item-box{
/*    overflow-y: scroll;*/
/*    height: 631px;*/
    padding-top: 20px;
}
.venue-list-box .list-item{
    /*  border: 1px solid #dcdcdc;*/
    width: 92%;
    padding: 10px;
    margin:auto;
    margin-bottom: 20px;
    background: #fff;
    border-radius: 4px;
    box-shadow: 0 0 1.6667rem rgba(0,0,0,.1);
}
.venue-list-box .list-item .item-tip{
    font-size: .15rem;
}
.list-item .item-tip input[type='radio']{
    appearance:none;
    -moz-appearance: none;
    -webkit-appearance:none;
    background: url('/img/unradio.png') no-repeat; 
    background-size: 0.2rem 0.2rem;
    width: 0.2rem;
    height: 0.2rem;
    cursor: pointer;
    background-repeat: no-repeat;
    background-position: 0 0;
    outline: none;
    padding-right: 20px;
    float:right;
}
.list-item .item-tip input[type='radio']:checked{
    background: url('/img/radio.png') no-repeat; 
    background-size: 0.2rem 0.2rem;
    width: 0.2rem;
    height: 0.2rem;
}
.venue-list-box .home-img{
    height: 1.5rem;
    overflow: hidden;
}
.venue-list-box .home-desc{
    line-height: 18px;
}
.venue-list-box .list-item .item-info{
    padding: .1rem 0 .1rem;
}
.item-info .item-info-tip{
    padding: .1rem 0;
    line-height: 18px;
}
.item-info .item-info-txt{
    line-height: 25px;
}
.item-info .item-info-theme{
    line-height: 30px;
}
.item-info-txt input[type='radio'], 
.item-info-txt input[type='checkbox']{
    appearance:none;
    -moz-appearance: none;
    -webkit-appearance:none;
    background: url('/img/unchecked.png') no-repeat; 
    background-size: 0.15rem 0.15rem;
    width: 0.15rem;
    height: 0.15rem;
    cursor: pointer;
    background-repeat: no-repeat;
    background-position: 0 0;
    outline: none;
    padding-right: 20px
}
.item-info-txt input[type='radio']:checked, 
.item-info-txt input[type='checkbox']:checked{
    background: url('/img/checkedd.png') no-repeat;
    background-size: 0.15rem 0.15rem;
    width: 0.15rem;
    height: 0.15rem;

}
.venue-list-box .venue-img{
    float: left;
    width: 50%;
    overflow: hidden;
}
.venue-list-box .venue-dsc{
    float: right;
    text-align: left;
    width: 50%;
    overflow: hidden;
    padding-left:4%;
}
.venue-list-box .order-button{
    background: #1E9FFF;
    width: 72px;
    height: 30px;
    border: 1px solid #BFBFBF;
    line-height: 26px;
    text-align: center;
    border-radius: 3px;
    color: #fff !important;
    margin-top: 25px;
    float: right;
}
.venue-list-box .order-button>a{

    color: #fff !important;
}
.venue-list-box .dsc-tit{
    line-height: 18px;
}
.venue-list-box .max-number{
    padding-top: 5px;
}
.venue-list-box .main-tit{
    font-weight: bolder;
    margin-bottom: 5px;
    color: #535f7f;
}
.venue-list-box .dsc-tit-active{
    padding-top: 10px;
}
.venue-list-box .dsc-tit-active>a{
    /*color: #00acee;*/
    font-size: 0.13rem;
}
.clear{
    clear: both;
}
.venue-list-box .real-active{
    text-align: right;
    /*color: #00acee;*/
    float: right;
    font-size: 0.13rem;
    padding-top: 10px;
}
.order-button-large{
    text-align: center;
    background: #1E9FFF;
    color: #fff;
    border: 1px solid #BFBFBF;
    height: 40px;
    width: 40%;
    margin: auto;
    line-height: 40px;
    border-radius: 5px;
    margin-top: 30px;
}
.visit-tit{
    background: #F4F4F4;
}
.form-item{
    width: 95%;
    margin: auto;
}
.visit-chang{
    padding-bottom: 10px;
}
.vcg{
    padding-top: 10px;
    padding-bottom: 10px;
}

#consultType a{
    display: block;
    height: .4rem;
    border: 1px solid #6e6e6e;
    border-radius: 4px;
    font-size: .14rem;
    line-height: .4rem;
    margin-bottom: .05rem;
    text-align: center;
}
#consultTime a,#activeType a{
    display: block;
    height: .4rem;
    border: 1px solid #6e6e6e;
    border-radius: 4px;
    font-size: .14rem;
    line-height: .4rem;
    margin-bottom: .05rem;
    text-align: center;
}
.form-item .active {
    border-color: #d61f19;
    color: #fff;
    background: #d61f19;
}

.confirm-visit{

    text-align: center;
    margin: .29rem auto;
    background: #d61f19;
    width: 90%;
    height: .42rem;
    line-height: .42rem;
    color: #fff;
    font-size: .14rem;
    display: block;
    font-weight: 700;
    border-radius: 4px;

}
.list-info {
    font-size: .14rem;
    text-align: left;
    padding-top: .15rem
}
.list-info li {
    display: -webkit-box;
    display: -moz-box;
    display: box;
    border-bottom: 1px solid #d6d6d6;
    padding: .175rem 0
}

.list-info li span {
    display: block;
    line-height: 30px;
    padding-right: .1rem
}
.list-info li input,.list-info li select {
    box-flex: 1;
    display: block;
    height: 30px;
    font-size: .14rem;
    width: 80%;
}

.confirm-tips{
    text-align: center;
    margin-top: .25rem;
    line-height: .25rem;
    font-size: .14rem;
}
.axq{
    float: right;
}
.article-box{
    width: 92%;
    padding: 10px;
    margin:auto;
    margin-bottom: 20px;
    box-shadow: 0 0 1.6667rem rgba(0,0,0,.1);
}
.article-tit{
    /*background: #F4F4F4;
    margin-bottom: .1rem;*/
}
.article-subtit{
    text-align: center;
    font-weight: 700;
}
.act{
    text-align: center;
    color: #00acee;
    padding-top: .1rem;
}
.article-content{
    margin-top: .1rem;
    line-height: .18rem;
}
.article-content p,.article-content p>span{
    font-family: "微软雅黑","Microsoft YaHei" !important;
}
.calendar_events {
    color: #A39D9E;
    /* height: 400px; */
    overflow: scroll;
    width: 60%;
}
.ce_title {
    font-size: 14px;
}
.event_item {
    margin: 18px 0;
    padding: 5px 0;
    cursor: pointer;
    border: 1px solid gray;
    text-align:center;
}
.event_item:first-child {
    margin-top: 8px;
}
.event_item_n {
    margin: 18px 0;
    padding: 5px 0;
    cursor: pointer;
    border: 1px solid gray;
    text-align:center;
}
.event_item_n:first-child {
    margin-top: 8px;
}
.event_active {
    background-color: #cd3f3e;
}
.event_selected {
    background:#cccccc;
    color:#ffffff
}
.ei_Title {
    margin-left: 10px;
    color: #363b41;
}

.ei_Dot, .ei_Title {
    display: inline-block;
}
.ei_Dot {
    border-radius: 50%;
    width: 10px;
    height: 10px;
    background-color: #FF8494;
    box-shadow: 0px 0px 52px -18px rgba(0, 0, 0, 0.75);
}
.list-info .dates_clique{
    width: 100%;
    background-position-x: 142px;
    border: #fff 0px solid;
}
.remind{
    font-size: .13rem;
    line-height: 18px;
    padding-bottom: 30px;
}
.road-red{
    border: 3px solid #cd3f3e;
}
.venue-img-home,
.clique-img-home,
.redtopic-img-home{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
}
.venue-img-home{
    background-color: #00bfbf;
}
.clique-img-home{
    background-color: #ba4150;
}
.redtopic-img-home{
    background-color: #cb9a58;
}
.venue-img-center,
.clique-img-center,
.redtopic-img-center{
    width:15%;
}
.img-center-txt{
    margin-top: 10px;
    font-size: 14px;
    color: #FFF;
}

.stop-cycle{
    text-align: center;
    font-size: 14px;
    border: 2px solid #cd3f3e;
}