/*特色主题活动*/
.enterprise{
    width: 100%;
    background: #fff;
    padding: 1.1rem 0 1.1rem 0;
}
.activity-header{
    font-size: .38rem;
    color: #000000;
    text-align: center;
    line-height: 100%;
}
.activity-intro{
    font-size: .25rem;
    color: #404040;
    line-height: 120%;
    padding: 0 .15rem;
    text-indent: .4rem;
    margin: .4rem 0 0 0;
    text-align: center;
}
.line-middle-content{
    position: absolute;
    width: 2.3rem;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    background: #fff;
    z-index: 2;
}
.line-middle{
    width: 100%;
    height: .01rem;
    background: #E5E5E5;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    z-index: 1;
}
.enterprise-screen{
    width: 67%;
    max-width: 12.8rem;
    margin: .5rem auto 0 auto;
}
.enterprise-left{
    width: 35%;
    float: left;
}
.enterprise-title{
    text-align: center;
    font-size: .25rem;
    color: #1E1E1E;
}
.enterprise-intro{
    width: 50%;
    margin: .5rem auto 0 auto;
    text-indent: .36rem;
    font-size: .18rem;
    color: #000000;
    line-height: 150%;
}
.enterprise-right{
    width: 65%;
    float: left;
}

.center{
    width: 100%;
}
.center-screen{
    width: 67%;
    max-width: 12.8rem;
    margin: .3rem auto 0 auto;
}
.center-left{
    width: 25%;
    float: left;
    overflow-y: auto;
}
.form-inline{
    padding: 0 .2rem;
}
.form-inline .form-group{
    width: 75%;
}
.form-inline .form-control{
    width: 100% !important;
}
.center-ul{
    width: 100%;
    padding: 0 .1rem;
    margin-top: .1rem;
}
.center-li{
    width: 100%;
    border: 1px solid #fff;
    cursor: pointer;
}
.center-li-select{
    border: 1px solid #262626;
}
.mobile-center-li{
    width: 100%;
    border-bottom: 1px solid #eee;
}
.address-list{
    padding: .1rem;
    background: #fff;
}
.address-name{
    color: #404040;
}
.center-right{
    width: 75%;
    float: left;
}
.center-top{
    height: .4rem;
    border-top-left-radius: .1rem;
    border-top-right-radius: .1rem;
    border: .01rem solid #CCCCCC;
    display: inline-block;
    cursor: pointer;
}
.center-top-list{
    width: 1.4rem;
    height: .4rem;
    line-height: .4rem;
    color: #1C1C20;
    float: left;
    text-align: center;
    font-size: .14rem;
}
.center-top-list-select{
    width: 1.4rem;
    height: .4rem;
    line-height: .4rem;
    float: left;
    text-align: center;
    font-size: .14rem;
    color: #fff;
    background: #000000;
}
.center-top-list:nth-child(1) {
    background: url("../images/address.png") no-repeat .15rem center;
}
.center-top-list-select:nth-child(1) {
    background: #000000 url("../images/address-select.png") no-repeat .15rem center;
}
.center-iframe{
    width: 100%;
    border: none;
}
.center-list{
    border: .01rem solid #eee;
    padding: .1rem;
    border-radius: .2rem;
    position: relative;
}
#center-list-more{
    position: absolute;
    left: 0;
    right: 0;
    bottom: .4rem;
    margin: 0 auto;
    width: 3.2rem;
    height: .6rem;
}

@media (min-width: 769px) and (max-width: 1280px) {
    .enterprise{
        padding: .6rem 0;
    }
    .activity-header{
        font-size: .25rem;
    }
    .activity-intro{
        font-size: .16rem;
        padding: 0 .1rem;
        text-indent: .32rem;
        margin: .2rem 0;
    }
    .line-middle-content{
        font-size: .12rem;
    }
    .enterprise-screen{
        margin: .1rem auto 0 auto;
    }
    .enterprise-left{
        width: 35%;
    }
    .enterprise-title{
        font-size: .16rem;
    }
    .enterprise-intro{
        width: 50%;
        margin: .3rem auto 0 auto;
        text-indent: .24rem;
        font-size: .12rem;
    }
    .enterprise-right{
        width: 65%;
    }

    .center-screen{
        font-size: .1rem;
        line-height: 150%;
    }
    .center-left{
        width: 25%;
    }
    .form-inline .form-group{
        width: 70%;
    }
    .center-right{
        width: 75%;
    }

}

/* 小屏幕（平板，大于等于 768px） */
@media (max-width: 768px) {
    .enterprise-screen{
        width: 100%;
    }
    .enterprise-left{
        width: 100%;
        margin-bottom: .2rem;
    }
    .enterprise-right{
        width: 100%;
        padding: 0 .1rem;
    }
    .activity-intro {
        text-indent: 0;
    }
    .enterprise-intro{
        width: 70%;
    }

    .center-screen{
        width: 100%;
    }
    .center-left{
        width: 100%;
    }
    .center-right{
        display: none;
    }
    .form-inline .form-group{
        width: 88%;
        float: left;
    }
    .btn-default{
        float: left;
    }
}



