
.wrapper {
    width: 1180px;
    padding: 0 50px;
    margin: 0 auto;
}

.wrapper2 {
    width: 1180px;
    padding: 0 auto;
    margin: 0 auto;
}

.list-text {
    text-align: left;
    padding: 0;
}

.list-text li {
    margin-bottom: 16px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.list-text li:last-child {
    margin-right: 0;
}

.list-text li:first-child {
    margin-top: 20px;
}

/* 弹出框样式 ---start-----*/
.online_apply {
    background-color: #fff;
    border: 1px solid #ddd;
    z-index: 1000;
    width: 949px;
    position: fixed;
    left: 0px;
    right: 0px;
    top: 18%;
    margin-left: auto;
    margin-right: auto;
}

.online_apply .top_action {
    height: 79px;
}

.top_action .action-close {
    position: absolute;
    right: 24px;
    top: 18px;
    cursor: pointer;
}

.online_apply .lead_bar1 {
    height: 75px;
    width: 962px;
    position: absolute;
    left: -7px;
    top: 80px;
    z-index: -10;
    text-align: center;
    line-height: 65px;
    font-size: 23px;
    font-family: 微软雅黑;
    color: rgb(255, 255, 255);
    background: url("../images/msg_strip.png") center center no-repeat;
}

.online_apply .register-layout {
    margin: 94px auto 56px;
    width: 540px;
    position: relative;
    display: block;
}

.login-item {
    position: relative;
    margin-bottom: 15px;
}

.online_apply .login-title {
    position: absolute;
    left: -40px;
    width: 100px;
    top: 12px;
    text-align: right;
    color: #444444;
    font-size: 14px;
}

.register-xing {
    color: #f50000;
}

.online_apply .login-input {
    width: 342px;
    height: 48px;
    margin-left: 80px;
    border: 1px solid #d1d1d1;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    color: #b1b1b1;
    font-size: 14px;
    text-indent: 10px;
}

.register-select-1 {
    margin-left: 80px;
}

.register-select-2 {
    position: absolute;
    left: 225px;
    top: 0;
}

.register-select {
    width: 138px;
    height: 48px;
    border: 1px solid #d1d1d1;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    color: #b1b1b1;
    font-size: 14px;
    text-indent: 10px;
}

.online_apply .login-input {
    width: 342px;
}

#exceed {
    display: block;
    color: #ff0000;
    font-size: 16px;
    margin-left: 14%;
}

.login-error {
    position: absolute;
    left: 425px;
    width: 300px;
    top: 12px;
    font-size: 14px;
    color: #f50000;
}

.online_apply .login-title {
    position: absolute;
    left: -40px;
    width: 100px;
    top: 12px;
    text-align: right;
    color: #444444;
    font-size: 14px;
}

.online_apply .apply_btn {
    width: 338px;
    height: 60px;
    border-radius: 2px;
    margin: 0;
    margin-left: 15%;
    background-color: #3ca2e6;
    color: #fff;
    font-size: 26px;
    padding-top: 9px;
    cursor: pointer;
    text-align: center;
}

.online_apply .apply_btn_city {
    width: 338px;
    height: 60px;
    border-radius: 2px;
    margin: 0;
    margin-left: 15%;
    background-color: #3ca2e6;
    color: #fff;
    font-size: 26px;
    padding-top: 9px;
    cursor: pointer;
    text-align: center;
}

.online_apply .apply_btn_school {
    width: 338px;
    height: 60px;
    border-radius: 2px;
    margin: 0;
    margin-left: 15%;
    background-color: #3ca2e6;
    color: #fff;
    font-size: 26px;
    padding-top: 9px;
    cursor: pointer;
    text-align: center;
}

.online_apply .border-color {
    border-color: #ff0000;
}

/*公司简介  ---start---*/
.aboutus-banner {
    height: 480px;
    background: url(../images/about_bg.png) no-repeat center center;
    background-size: cover;
}

.aboutus-dec .container {
    height: 1000px;
    background-color: #fff;
}

.about-tips {
    background: url(../images/about-us@2x.png) no-repeat 0% 50%;
    background-size: 18px 20px;
    padding-left: 30px;
    text-align: left;
    font-size: 24px;
    font-weight: bold;
    color: rgba(51, 51, 51, 1);
}

.about-one {
    margin-top: 58px;
}

.about-one p:nth-child(1) {
    margin-top: 20px;
    font-size: 16px;
    font-weight: 300;
    color: rgba(102, 102, 102, 1);
    line-height: 24px;
}

.about-one p:nth-child(2) {
    margin-top: 30px;
    font-size: 16px;
    font-weight: 300;
    color: rgba(102, 102, 102, 1);
    line-height: 24px;
}

.about-two {
    margin-top: 60px;
}

.about-two p:nth-child(1) {
    margin-top: 20px;
    font-size: 16px;
    font-weight: 300;
    color: rgba(102, 102, 102, 1);
    line-height: 24px;
}

.about-two p:nth-child(2) {
    margin-top: 30px;
    font-size: 16px;
    font-weight: 300;
    color: rgba(102, 102, 102, 1);
    line-height: 24px;
}

.about-three {
    margin-top: 60px;
}

.about-certificate {
    margin-top: 42px;
}

/*公司简介  ---end---*/
/*联系我们  ---start---*/
.contactus.container {
    /*height: 860px;*/
    height: auto;
}

.contactus .map {
    width: 1080px;
    height: 500px;
    color: #fff;
    background: url(../images/map.png) no-repeat;
    background-size: cover;
    overflow: hidden;
    margin: 72px 0;
}

.contactus-text {
    font-size: 19px;
    font-weight: 400;
    color: rgba(51, 51, 51, 1);
}

.contactus-info {
    margin: 0 0 4% 0;
}

.contactus .col-lg-12 {
    padding-left: 0;
    padding-right: 0;
}

.contactus .col-lg-4 {
    padding-left: 0;
}

.contactus-info p:nth-child(1) {
    margin-top: 0;
}

.contactus-info p:nth-child(3) {
    margin-top: 30px;
}

.contactus-info p:nth-child(4) {
    margin-top: 30px;
}

/*联系我们  ---end---*/
/*App  ---start---*/

.app-big_icon {
    text-align: center;
}

.app-line {
    padding-bottom: 100px;
    border-bottom: 1px dashed #ababab;
}

.app-img {
    margin: 80px 0 0 0;
}

.app-title {
    color: #3c4658;
    font-size: 20px;
    margin: 90px 0 10px -15px;
    font-weight: bold;
}

.app-des {
    color: #3c4658;
    font-size: 14px;
    margin: 0 0 0 -15px;
}

.app-des-green {
    color: #5dc560;
    font-size: 14px;
    margin: 0 0 0 -15px;
}

.app-des-green-first {
    margin-top: 25px;
}

.app-android-download {
    display: block;
    font-size: 10px;
    color: white;
    margin: 40px 0 0 -15px;
    width: 212px;
    height: 60px;
    line-height: 60px;
    background-color: #5dc560;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    position: relative;
    text-align: right;
    cursor: pointer;
}

.app-icon-android {
    position: absolute;
    left: 25px;
    top: 10px;
}

.app-android-download p {
    font-size: 16px;
    color: white;
    margin: 0 25px 0 0;
}

.app-download-des {
    font-size: 14px;
    margin: 5px 0 10px -15px;
    width: 220px;
    text-align: center;
}

.app-ios-download {
    display: block;
    font-size: 10px;
    color: white;
    margin: 40px 0 0 -15px;
    width: 212px;
    height: 60px;
    line-height: 60px;
    background-color: #4fb0f2;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    position: relative;
    text-align: right;
    cursor: pointer;
}

.app-icon-ios {
    position: absolute;
    left: 40px;
    top: 10px;
}

.app-ios-download p {
    font-size: 16px;
    color: white;
    margin: 0 50px 0 0;
}

.app-qrcode {
    width: 170px;
    height: 170px;
    margin: 80px 0 0 30px;
}

.app-qrcode-des {
    color: #3c4658;
    font-size: 14px;
    margin: 0 0 0 30px;
    width: 170px;
    text-align: center;
}

.app-second {
    padding-bottom: 100px;
}

.app-web {
    display: block;
}

.app-h5 {
    display: none;
}

/*App  ---end---*/
/*parter  ---start---*/
.parter-banner {
    height: 618px;
    text-align: center;
    color: #fff;
    background: url(../images/city_web_bg.png) no-repeat;
    background-size: cover;
    overflow: hidden;
}

.parter-banner img {
    float: right;
    margin-top: 108px;
}

.parter-banner-des {
    float: left;
    margin-top: 220px;
    text-align: left;
}

.parter-banner-des h3 {
    font-size: 40px;
    font-weight: 300;
    color: rgba(255, 255, 255, 1);
    line-height: 39px;
    margin-bottom: 20px;
}

.parter-banner-des h5 {
    font-size: 26px;
    font-weight: 300;
    color: rgba(255, 255, 255, 1);
    line-height: 30px;
    margin-bottom: 40px;
}

.parter-banner-button {
    width: 218px;
    height: 56px;
    background: rgba(129, 184, 250, 0);
    border: 1px solid rgba(255, 255, 255, 1);
    cursor: pointer;
}

.parter-banner-button span {
    font-size: 20px;
    font-weight: 300;
    color: rgba(255, 255, 255, 1);
    line-height: 50px;
    padding-left: 70px;
}

.parter-banner2 {
    height: 618px;
    text-align: center;
    color: #fff;
    background: url(../images/school_web_bg.png) no-repeat;
    background-size: cover;
    overflow: hidden;
}

.parter-banner2 img {
    float: right;
    margin-top: 112px;
}

.parter-banner-des2 {
    float: left;
    margin-top: 220px;
    text-align: left;
}

.parter-banner-des2 h3 {
    font-size: 40px;
    font-weight: 300;
    color: rgba(255, 255, 255, 1);
    line-height: 39px;
    margin-bottom: 20px;
}

.parter-banner-des2 h5 {
    font-size: 26px;
    font-weight: 300;
    color: rgba(255, 255, 255, 1);
    line-height: 30px;
    margin-bottom: 40px;
}

.parter-banner-button2 {
    width: 218px;
    height: 56px;
    background: rgba(129, 184, 250, 0);
    border: 1px solid rgba(255, 255, 255, 1);
    cursor: pointer;
}

.parter-banner-button2 span {
    font-size: 20px;
    font-weight: 300;
    color: rgba(255, 255, 255, 1);
    line-height: 50px;
    padding-left: 70px;
}

/*parter  ---end---*/
/* parter-aboutcity ---start-----*/
.aboutCity {
    height: 520px;
    text-align: center;
}

.aboutCityTitle {
    font-size: 36px;
    font-weight: 300;
    color: rgba(51, 51, 51, 1);
    line-height: 39px;
    margin-top: 60px;
    margin-bottom: 20px;
}

.aboutCityOtherTitle {
    font-size: 20px;
    font-weight: 300;
    color: rgba(102, 102, 102, 1);
    line-height: 28px;
    margin-bottom: 54px;
    text-align: center;
}

.about-flex-wrapper {
    display: flex;
}

.about-flex-item {
    flex: 1;
    margin-right: 60px;
}

.about-item-bottom div:nth-child(1) {
    font-size: 26px;
    font-weight: bold;
    color: rgba(51, 51, 51, 1);
    line-height: 38px;
    margin-top: 15px;
}

.about-item-bottom div:nth-child(2) {
    font-size: 20px;
    font-weight: 300;
    color: rgba(102, 102, 102, 1);
    line-height: 28px;
    margin-top: 10px;
}

.about-item-bottom div:nth-child(3) {
    font-size: 18px;
    font-weight: 300;
    color: rgba(102, 102, 102, 1);
    line-height: 28px;
}

/* parter --aboutcity--end-----*/
/* 逐趣计划--start-----*/
.plan {
    height: 390px;
    background: url(../images/city_plan_web.png) no-repeat;
    background-size: cover;
    overflow: hidden;
}

.planTitle {
    font-size: 36px;
    font-weight: 300;
    color: rgba(255, 255, 255, 1);
    line-height: 37px;
    margin-top: 60px;
    text-align: center;
}

.planDes {
    font-size: 17px;
    font-weight: 300;
    color: rgba(255, 255, 255, 1);
    line-height: 28px;
    margin-top: 43px;
}

.planDes2 {
    font-size: 17px;
    font-weight: 300;
    color: rgba(255, 255, 255, 1);
    line-height: 28px;
    margin-top: 32px;
}

.public-shenqing {
    width: 260px;
    height: 56px;
    background: rgba(61, 185, 101, 1);
    box-shadow: 0px 10px 18px 2px rgba(120, 120, 120, 0.22);
    border-radius: 4px;
    text-align: center;
    margin-top: 40px;
    margin-left: 380px;
    cursor: pointer;
}

.public-shenqing span {
    font-size: 26px;
    font-weight: 300;
    color: rgba(255, 255, 255, 1);
    line-height: 50px;
}

.liucheng ul {
    display: flex;
    justify-content: center;
}

.liucheng ul li {
    margin-left: 40px;
    margin-right: 40px;
}

.public-shenqing-hehuo {
    width: 320px;
    height: 58px;
    background: rgba(61, 185, 101, 1);
    box-shadow: 0px 10px 18px 2px rgba(151, 41, 211, 0.22);
    border-radius: 4px;
    text-align: center;
    margin-top: 40px;
}

.public-shenqing-hehuo span {
    font-size: 26px;
    font-weight: 300;
    color: rgba(255, 255, 255, 1);
    line-height: 54px;
}

.public-shenqing-hehuo-city {
    width: 320px;
    height: 58px;
    background: rgba(41, 146, 206, 1);
    box-shadow: 0px 10px 18px 2px rgba(41, 146, 206, 0.22);
    border-radius: 4px;
    text-align: center;
    margin-top: 40px;
    cursor: pointer;
}

.public-shenqing-hehuo-city span {
    font-size: 26px;
    font-weight: 300;
    color: rgba(255, 255, 255, 1);
    line-height: 54px;
}

.public-shenqing-hehuo-school {
    width: 320px;
    height: 58px;
    background: rgba(61, 185, 101, 1);
    box-shadow: 0px 10px 18px 2px rgba(61, 185, 101, 0.22);
    border-radius: 4px;
    text-align: center;
    margin-top: 40px;
    cursor: pointer;
}

.public-shenqing-hehuo-school span {
    font-size: 26px;
    font-weight: 300;
    color: rgba(255, 255, 255, 1);
    line-height: 54px;
}

.public-shenqing-hehuo-city2 {
    width: 320px;
    height: 58px;
    background: rgba(41, 146, 206, 1);
    box-shadow: 0px 10px 18px 2px rgba(41, 146, 206, 0.22);
    border-radius: 4px;
    text-align: center;
    margin-top: 40px;
    margin-left: 428px;
    cursor: pointer;
}

.public-shenqing-hehuo-city2 span {
    font-size: 26px;
    font-weight: 300;
    color: rgba(255, 255, 255, 1);
    line-height: 54px;
}

.public-shenqing-hehuo-school2 {
    width: 320px;
    height: 58px;
    background: rgba(61, 185, 101, 1);
    box-shadow: 0px 10px 18px 2px rgba(61, 185, 101, 0.22);
    border-radius: 4px;
    text-align: center;
    margin-top: 40px;
    margin-left: 428px;
    cursor: pointer;
}

.public-shenqing-hehuo-school2 span {
    font-size: 26px;
    font-weight: 300;
    color: rgba(255, 255, 255, 1);
    line-height: 54px;
}

.public-shenqing-index {
    width: 218px;
    height: 56px;
    background: rgba(129, 184, 250, 0);
    border: 1px solid rgba(255, 255, 255, 1);
    text-align: center;
    margin-top: 40px;
}

.public-shenqing-index span {
    font-size: 20px;
    font-weight: 300;
    color: rgba(255, 255, 255, 1);
    line-height: 50px;
}

.plan2 {
    height: 390px;
    background: url(../images/school_bg.png) no-repeat;
    background-size: cover;
    overflow: hidden;
}

.planTitle2 {
    font-size: 36px;
    font-weight: 300;
    color: rgba(255, 255, 255, 1);
    line-height: 37px;
    margin-top: 60px;
    text-align: center;
}

.planDes2 {
    font-size: 17px;
    font-weight: 300;
    color: rgba(255, 255, 255, 1);
    line-height: 28px;
    margin-top: 43px;
}

.planDes22 {
    font-size: 17px;
    font-weight: 300;
    color: rgba(255, 255, 255, 1);
    line-height: 28px;
    margin-top: 32px;
}

/* 逐趣计划 ---end-----*/
/* 盈利来源 ---start-----*/
.feature-web {
    display: block;
}

.feature-h5 {
    display: none;
}

.floor {
    height: 600px;
}

.feature-title {
    font-size: 36px;
    margin-top: 50px;
    text-align: center;
}

.feature-list {
    margin-top: 40px;
}

.main-feature_content {
    display: none;
}

.main-feature_img p {
    font-size: 20px;
    line-height: 56px;
}

.feature-list .active {
    width: 230px;
    height: 416px;
    border: 1px solid #3db965;
    margin-top: 0;
    box-sizing: border-box;
    animation-name: active;
    animation-duration: 0.2s;
    animation-timing-function: initial;
    animation-delay: initial;
    animation-iteration-count: 1;
    animation-direction: initial;
    animation-fill-mode: backwards;
    animation-play-state: initial;
}

@-webkit-keyframes active /* Safari and Chrome */
{
    from {
        width: 190px;
        height: 364px;
        border: 1px solid #E7E7E7;
        margin-top: 20px;
    }
    to {
        width: 230px;
        height: 416px;
        border: 1px solid #3db965;
        margin-top: 0;
    }
}

.feature-content p {
    font-size: 16px;
    color: #666666;
}

.main-feature_title {
    width: 100%;
    height: 110px;
    line-height: 110px;
    background: #3DB965;
    color: #FFFFFF;
    font-size: 22px;
    text-align: center;
}

.feature-content {
    margin-top: 70px;
    margin-left: 34px;
    margin-right: 34px;
}

/* 盈利来源 ---end-----*/
/* 加盟政策 ---start-----*/
.zhengce {
    height: 610px;
    background-color: #f9f9f9;
    text-align: center;
}

.zhengce-title {
    font-size: 36px;
    font-weight: 300;
    color: rgba(51, 51, 51, 1);
    line-height: 39px;
    margin-top: 59px;
}

.zhengce-title2 {
    font-size: 20px;
    font-weight: 300;
    color: rgba(102, 102, 102, 1);
    line-height: 28px;
    margin-top: 20px;
}

.zhengce .flex-wrapper {
    display: flex;
    flex-wrap: wrap;
    margin-top: 64px;
}

.zhengce .flex-item {
    width: 33.33%;
    text-align: center;
    margin-bottom: 50px;
}

.zhengce-title3 {
    font-size: 22px;
    font-weight: bold;
    color: rgba(51, 51, 51, 1);
    line-height: 38px;
}

.zhengce-title4 {
    font-size: 16px;
    font-weight: 300;
    color: rgba(102, 102, 102, 1);
    line-height: 22px;
    margin-bottom: 8px;
}

/* 加盟政策 ---end-----*/
/* 加盟条件 ---start-----*/
.partner-expect {
    height: 550px;
}

.partner-expect-title {
    font-size: 36px;
    font-weight: 300;
    color: rgba(51, 51, 51, 1);
    line-height: 39px;
    text-align: center;
    margin-top: 57px;
}

.partner-expect-content {
    margin-left: 35px;
}

.partner-expect-content li {
    margin-top: 30px;
}

.partner-expect-content li span {
    margin-left: 12px;
    vertical-align: middle;
    font-size: 26px;
    font-weight: 300;
    color: rgba(51, 51, 51, 1);
    line-height: 38px;
}

/* 加盟条件 ---end-----*/

/* 加盟流程 ---start-----*/
.liucheng {
    height: 500px;
    background-color: #f9f9f9;
}

.liucheng-title {
    font-size: 36px;
    color: #333333;
    margin-top: 70px;
    margin-bottom: 60px;
    text-align: center;
}

.liucheng-center div div {
    display: inline-block;
    text-align: center;
}

.liucheng-center {
    position: relative;
    margin: 0 35px;
    font-size: 0;
    text-align: center;
}

.liucheng-center .one {
    position: absolute;
    top: 45px;
    left: 244px;
}

.liucheng-center .two {
    position: absolute;
    top: 45px;
    left: 496px;
}

.liucheng-center .three {
    position: absolute;
    top: 45px;
    right: 240px;
}

.liucheng-center div p {
    font-size: 18px;
    margin-top: 14px;
    color: #666666;
    text-align: center;
}

.liucheng-web {
    display: block;
}

.liucheng-h5 {
    display: none;
}

/* 加盟流程 ---end-----*/

.aboutTips {
    height: 280px;
    text-align: center;
}

.aboutTipsTitle {
    font-size: 36px;
    font-weight: 300;
    color: rgba(64, 191, 105, 1);
    line-height: 37px;
    margin-top: 59px;
}

.aboutTipsOtherTitle {
    font-size: 20px;
    font-weight: 300;
    color: rgba(51, 51, 51, 1);
    line-height: 28px;
    margin-top: 20px;
    margin-bottom: 75px;
}

/* 为什么创业要选择“逐趣” ---start-----*/
.choose {
    height: 1260px;
    background-color: #f9f9f9;
}

.chooseTitle {
    font-size: 36px;
    font-weight: 300;
    color: rgba(51, 51, 51, 1);
    line-height: 37px;
    margin-top: 59px;
    text-align: center;
}

.chooseTitle2 {
    font-size: 20px;
    font-weight: 300;
    color: rgba(102, 102, 102, 1);
    line-height: 28px;
    margin-top: 10px;
    text-align: center;
}

.chooseTitle3 li {
    margin-top: 30px;
}

.chooseTitle3 li span {
    margin-left: 12px;
    vertical-align: middle;
    font-size: 22px;
    font-weight: 300;
    color: rgba(51, 51, 51, 1);
    line-height: 28px;
}

.choose .flex-wrapper {
    display: flex;
    flex-wrap: wrap;
    margin-top: 50px;
}

.choose .flex-item {
    flex: 1;
}

.choose .flex-item img {
    position: relative;
}

.choose .flex-item p {
    position: absolute;
    z-index: 1;
    font-size: 32px;
    font-weight: bold;
    color: rgba(255, 255, 255, 1);
    line-height: 28px;
    text-align: center;
    margin-top: -110px;
    margin-left: 105px;
}

.choose .flex-item .item-bottom {
    width: 340px;
    height: 70px;
    background: rgba(255, 255, 255, 1);
    box-shadow: 0px 10px 18px 2px rgba(207, 207, 207, 0.22);
    text-align: center;
    margin-bottom: 40px;
    font-size: 26px;
    font-weight: 300;
    color: rgba(51, 51, 51, 1);
    line-height: 64px;
}

/* 为什么创业要选择“逐趣” ---end-----*/
/* 逐趣支持多个O2O主流业务 ---start-----*/
.multi-platform {
    background-color: #1592C1;
    height: 410px;
    text-align: center;
}

.multi-platform-title {
    font-size: 36px;
    font-weight: 300;
    color: rgba(255, 255, 255, 1);
    line-height: 39px;
    margin-top: 59px;
}

.multi-platform-other-title {
    font-size: 20px;
    font-weight: 300;
    color: rgba(255, 255, 255, 1);
    line-height: 28px;
    margin-top: 19px;
}

.multi-platform ul {
    display: flex;
    margin-top: 49px;
    justify-content: space-around;
}

.multi-platform ul li div {
    font-size: 22px;
    font-weight: 300;
    color: rgba(255, 255, 255, 1);
    line-height: 48px;
}

/* 逐趣支持多个O2O主流业务 ---end-----*/

/* 多渠道下单入口 ---start-----*/
.multi-platform2 {
    background-color: #f9f9f9;
    height: 800px;
    text-align: center;
}

.multi-platform-title2 {
    font-size: 36px;
    font-weight: 300;
    color: rgba(51, 51, 51, 1);
    line-height: 39px;
    margin-top: 59px;
}

.multi-platform-other-title2 {
    font-size: 20px;
    font-weight: 300;
    color: rgba(102, 102, 102, 1);
    line-height: 28px;
    margin-top: 19px;
}

.multi-platform2 ul {
    display: flex;
    margin-top: 49px;
    justify-content: center;
}

.multi-platform2 ul li div {
    font-size: 20px;
    font-weight: 300;
    color: rgba(51, 51, 51, 1);
    line-height: 28px;
    margin-bottom: 49px;
}

.multi-platform2 ul li {
    margin-right: 60px;
    margin-left: 60px;
}

/* 多渠道下单入口 ---end-----*/
/* 丰富多样的营销玩法 ---start-----*/
.Product-features {
    padding-bottom: 60px;
    text-align: center;
}

.Product-features .productTitle {
    display: block;
    font-size: 40px;
    font-weight: 300;
    color: rgba(51, 51, 51, 1);
    line-height: 39px;
    margin-top: 60px;
}

.Product-features .productTitle-web {
    display: none;
}

.Product-features .productTitle2 {
    font-size: 20px;
    font-weight: 300;
    color: rgba(102, 102, 102, 1);
    line-height: 28px;
    margin-top: 20px;
}

.Product-features ul li {
    float: left;
    width: 25%;
    text-align: center;
    margin-top: 60px;
}

.Product-features ul li img {
    width: 64px;
    height: 64px;
}

.Product-features ul li div:nth-child(2) {
    font-size: 20px;
    color: #333;
    margin: 20px 0 10px;
}

.Product-features ul li div:nth-child(3) {
    font-size: 16px;
    color: #666;
}

/* 丰富多样的营销玩法 ---end-----*/
/* 最新动态 ---start-----*/
.moreList {
    height: auto;
}

.fl-l {
    float: left;
}

.fl-r {
    float: right;
}

.moreList-title-wrap {
    margin-top: 50px;
    height: 40px;
    line-height: 34px;
    border-bottom: 1px solid #ddd;
    margin-right: 120px;
    /*margin-left: 80px;*/
}

.moreList-title-wrap span:nth-child(1) {
    font-size: 18px;
    font-weight: 300;
    color: rgba(51, 51, 51, 1);
    line-height: 48px;
}

.moreList-title-wrap span:nth-child(2) {
    font-size: 14px;
    font-weight: 300;
    line-height: 48px;
    /*margin-left: 375px;*/
}

/* 最新动态 ---end-----*/
/* 合作案例 ---start-----*/
.hezuoBanner {
    height: 570px;
    background: url(../images/casebannerwebbg.png) no-repeat;
    background-size: cover;
    overflow: hidden;
    text-align: center;
}

.hezuoBannerTitle {
    font-size: 40px;
    font-weight: 300;
    color: rgba(255, 255, 255, 1);
    line-height: 39px;
    margin-top: 78px;
}

.hezuoBannerTitle2 {
    margin-top: 20px;
    font-size: 26px;
    font-weight: 300;
    color: rgba(213, 226, 255, 1);
    line-height: 39px;
}

.hezuoBanner img {
    margin-top: 124px;
}

/* 合作案例 ---end-----*/
/* 合作案例 tab---start-----*/
.hezuo-tab {
    height: 1090px;
    background-color: #fff;
}

.hezuo-tab-wrapper {
    background-color: #f5f5f5;
    display: flex;
    text-align: center;
}

.hezuo-tab-wrapper p {
    flex: 1;
    font-size: 24px;
    font-weight: 400;
    color: rgba(51, 51, 51, 1);
    cursor: pointer;
    position: relative;
    height: 65px;
    margin-top: 34px;
    line-height: 28px;
}

.hezuo-tab-wrapper p:nth-child(1) {
    text-align: right;
    margin-right: 70px;
}

.hezuo-tab-wrapper p:nth-child(2) {
    text-align: left;
    margin-left: 70px;
}

.hezuo-tab-wrapper p.action {
    color: #40BF69 !important;
}

.hezuo-tab-wrapper p:nth-child(1).action::after {
    display: inline-block;
    position: absolute;
    content: '';
    width: 160px;
    height: 3px;
    background: rgba(64, 191, 105, 1);
    bottom: 0;
    left: 80.2%;
}

.hezuo-tab-wrapper p:nth-child(2).action::after {
    display: inline-block;
    position: absolute;
    content: '';
    width: 160px;
    height: 3px;
    background: rgba(64, 191, 105, 1);
    bottom: 0;
    left: 2%;
}

.hezuo-tips {
    text-align: center;
    font-size: 22px;
    font-weight: 300;
    color: rgba(102, 102, 102, 1);
    line-height: 28px;
    margin: 60px 0;
}

.hezuo-tab ul {
    display: flex;
    flex-wrap: wrap;
}

.hezuo-tab ul li {
    background: rgba(255, 255, 255, 1);
    box-shadow: 0px 0px 16px 0px rgba(171, 171, 171, 0.35);
    margin: 0 16px;
}

.hezuo-tab ul li:hover .default {
    position: relative;
}

.hezuo-tab ul li:hover .fuceng {
    position: absolute;
    display: block;
    top: 0;
}

.hezuo-tab ul li .default {
    z-index: 1;
}

.hezuo-tab ul li .fuceng {
    z-index: 2;
    display: none;
    position: relative;
}

.hezuo-tab ul li div {
    position: relative;
    width: 360px;
    height: 90px;
    background: rgba(255, 255, 255, 1);
    box-shadow: 0px 10px 18px 2px rgba(207, 207, 207, 0.22);
    text-align: center;
}

.hezuo-tab ul li div > p:nth-child(1) {
    font-size: 18px;
    font-weight: bold;
    color: rgba(41, 146, 206, 1);
    line-height: 56px;
}

.hezuo-tab ul li div > p:nth-child(2) {
    font-size: 16px;
    font-weight: 300;
    color: rgba(51, 51, 51, 1);
    line-height: 8px;
}

/* 合作案例 tab---end-----*/
/* 轮播图 ---start-----*/

.index-swiper-banner {
    width: 100%;
    height: 618px;
    text-align: center;
}

.swiper-pagination .swiper-pagination-bullet {
    width: 30px;
    height: 5px;
    background: rgba(255, 255, 255, 1);
    opacity: 0.6;
    border-radius: 3px;
}

.swiper-pagination .swiper-pagination-bullet-active {
    width: 30px;
    height: 5px;
    background: rgba(255, 255, 255, 1);
    border-radius: 3px;
    opacity: 1;
}

.swiper-slide-first {
    background: url(../images/city_web_bg.png) no-repeat center center;
    background-size: cover;
}

.swiper-slide-second {
    background: url(../images/school_web_bg.png) no-repeat center center;
    background-size: cover;
}

.lunbo-banner-title {
    float: left;
}

.lunbo-banner div > img {
    float: right;
}

.first-img {
    margin-top: 108px;
    margin-left: 10px;
}

.second-img {
    margin-top: 112px;
    margin-left: 10px;
}

.lunbo-banner-title div:nth-child(1) {
    font-size: 40px;
    font-weight: 300;
    color: rgba(255, 255, 255, 1);
    line-height: 39px;
    margin-top: 208px;
    text-align: left;
}

.lunbo-banner-title div:nth-child(2) {
    width: 560px;

    font-size: 22px;
    font-weight: 300;
    color: rgba(255, 255, 255, 1);
    line-height: 30px;
    margin-top: 23px;
    text-align: left;
}

/* 轮播图 ---end-----*/

@media only screen and (max-width: 414px) {
    .wrapper {
        width: 90%;
        margin: 0 auto;
        padding: 0;
    }

    .register-select {
        width: 118px;
    }

    /* 轮播图 ---start-----*/
    .index-swiper-banner {
        height: auto;
    }

    .swiper-slide-first {
        background: url(../images/city_h5_bg@2x.png) no-repeat;
        background-size: cover;
    }

    .swiper-slide-second {
        background: url(../images/school_h5_bg@2x.png) no-repeat;
        background-size: cover;
    }
    .first-img {

        margin-left: 0px;
    }

    .second-img {

        margin-left: 0px;
    }

    .lunbo-banner-title div:nth-child(1) {
        font-size: 24px;
        font-family: PingFang SC;
        font-weight: 400;
        color: rgba(255, 255, 255, 1);
        line-height: 40px;
        margin-top: 25px;
        text-align: center;
    }

    .lunbo-banner-title div:nth-child(2) {
        width: auto;
        font-size: 14px;
        font-family: PingFang SC;
        font-weight: 300;
        color: rgba(255, 255, 255, 1);
        line-height: 20px;
        margin-top: 16px;
        text-align: center;
    }

    .lunbo-banner-title {
        float: none;
    }

    .lunbo-banner div > img {
        float: none;
        width: 195px;
        height: auto;
        margin-top: 19px;
    }

    .public-shenqing-index {
        width: 150px;
        height: 40px;
        background: rgba(255, 255, 255, 1);
        box-shadow: 0px 3px 7px 0px rgba(0, 0, 0, 0.05);
        margin: 20px auto;
    }

    .public-shenqing-index span {
        font-size: 16px;
        font-family: PingFangSC-Regular;
        font-weight: 400;
        line-height: 40px;
        color: rgba(6, 127, 172, 1);
    }

    .index-swiper-banner .swiper-pagination .swiper-pagination-bullet {
        width: 20px !important;
    }

    /* 轮播图 ---end-----*/
    /* 合作案例 tab---start-----*/
    .hezuo-tab-wrapper p {
        font-size: 12px;
        font-family: PingFang SC;
        font-weight: 400;
        color: rgba(51, 51, 51, 1);
        cursor: pointer;
        height: 33px;
        margin-top: 17px;
        line-height: 14px;
    }

    .hezuo-tab-wrapper p:nth-child(1) {
        text-align: right;
        margin-right: 35px;
    }

    .hezuo-tab-wrapper p:nth-child(2) {
        text-align: left;
        margin-left: 35px;
    }
    .hezuo-tab {
        height: auto;
    }

    .hezuo-tips {
        font-size: 13px;
        font-family: PingFang SC;
        font-weight: 400;
        color: rgba(102, 102, 102, 1);
        line-height: 38px;
        margin: 25px 0;
    }

    .hezuo-tab ul li img {
        width: 180px;
        height: auto;
    }

    .hezuo-tab ul li div {
        width: 180px;
        height: 45px;
        background: rgba(255, 255, 255, 1);
        box-shadow: 0px 10px 18px 2px rgba(207, 207, 207, 0.22);
        text-align: center;
    }

    .hezuo-tab ul li div > p:nth-child(1) {
        font-size: 11px;
        font-family: PingFang SC;
        font-weight: bold;
        color: rgba(41, 146, 206, 1);
        line-height: 30px;
    }

    .hezuo-tab ul li div > p:nth-child(2) {
        font-size: 10px;
        font-family: PingFang SC;
        font-weight: 400;
        color: rgba(51, 51, 51, 1);
        line-height: 3px;
    }

    /* 合作案例 tab---end-----*/
    /* 合作案例 ---start-----*/
    .hezuoBanner {
        height: auto;
        background: url(../images/casebannerh5bg.png) no-repeat;
        background-size: cover;
    }

    .hezuoBannerTitle {
        font-size: 24px;
        font-family: PingFang SC;
        font-weight: 400;
        color: rgba(255, 255, 255, 1);
        line-height: 50px;
        margin-top: 30px;
    }

    .hezuoBannerTitle2 {
        margin-top: 16px;
        font-size: 15px;
        font-family: PingFang SC;
        font-weight: 300;
        color: rgba(255, 255, 255, 1);
        line-height: 25px;
    }

    .hezuoBanner img {
        width: 345px;
        height: 105px;
        margin-top: 49px;
    }

    /* 合作案例 ---end-----*/
    /* 最新动态 ---start-----*/
    .moreList {
        height: auto;
    }

    .moreList-title-wrap {
        margin-top: 50px;
        height: 40px;
        line-height: 34px;
        border-bottom: 1px solid #ddd;
        margin-right: 0;
    }

    .moreList-title-wrap span:nth-child(1) {
        font-size: 14px;
        font-family: PingFang SC;
        font-weight: 400;
        color: rgba(51, 51, 51, 1);
        line-height: 48px;
    }

    .moreList-title-wrap span:nth-child(2) {
        font-size: 12px;
        font-family: PingFang SC;
        font-weight: 400;
        color: rgba(93, 197, 96, 1);
        line-height: 48px;
    }

    /* 最新动态 ---end-----*/
    /* 丰富多样的营销玩法 ---start-----*/
    .Product-features {
        height: auto;
        padding-bottom: 20px;
    }

    .Product-features .productTitle {
        display: none;
    }

    .Product-features .productTitle-web {
        display: block;
        margin-top: 30px;
        font-size: 24px;
        font-family: PingFang SC;
        font-weight: 400;
        color: rgba(51, 51, 51, 1);
        line-height: 39px;
    }

    .Product-features .productTitle2 {
        display: none;
    }

    .Product-features__button {
        display: block;
    }

    .Product-features ul {
        display: flex;
        flex-wrap: wrap;
    }

    .Product-features ul li {
        width: 33.2%;
        margin-top: 20px;
        padding: 0 5px;
    }

    .Product-features ul li img {
        width: 35px;
        height: 35px;
    }

    .Product-features ul li div:nth-child(2) {
        font-family: PingFangSC-Regular;
        font-size: 14px;
    }

    .Product-features ul li div:nth-child(3) {
        font-family: PingFangSC-Regular;
        font-size: 12px;
        line-height: 15px;
    }

    .Product-features ul li div:nth-child(2) {
        margin: 10px 0 5px;
    }

    .Product-features .container:nth-child(2) ul li {
        min-height: 110px;
        height: auto;
    }

    /* 丰富多样的营销玩法 ---end-----*/
    /* 多渠道下单入口 ---start-----*/
    .multi-platform2 {
        height: auto;
    }

    .multi-platform-title2 {
        font-size: 24px;
        font-family: PingFang SC;
        font-weight: 400;
        color: rgba(51, 51, 51, 1);
        line-height: 52px;
        margin-top: 25px;
    }

    .multi-platform-other-title2 {
        font-size: 15px;
        font-family: PingFang SC;
        font-weight: 400;
        color: rgba(153, 153, 153, 1);
        line-height: 22px;
        margin-top: 0;
    }

    .multi-platform2 ul {
        display: flex;
        margin-top: 10px;
        justify-content: space-around;
    }

    .multi-platform2 ul li {
        margin: 0;
    }

    .multi-platform2 ul li div {
        font-size: 10px;
        font-family: PingFang SC;
        font-weight: 400;
        color: rgba(51, 51, 51, 1);
        line-height: 28px;
        margin-bottom: 20px;
    }

    .multi-platform2 ul li img {
        width: 35px;
        height: 35px;
    }

    .multi-platform2 .container > img {
        width: 328px;
        height: 215px;
    }

    /* 多渠道下单入口 ---end-----*/
    /* 逐趣支持多个O2O主流业务 ---start-----*/
    .multi-platform {
        height: auto;
    }

    .multi-platform-title {
        font-size: 24px;
        font-family: PingFang SC;
        font-weight: 400;
        color: rgba(255, 255, 255, 1);
        line-height: 52px;
        margin-top: 24px;
    }

    .multi-platform-other-title {
        font-size: 15px;
        font-family: PingFang SC;
        font-weight: 400;
        color: rgba(255, 255, 255, 1);
        line-height: 22px;
        margin-top: 0;
    }

    .multi-platform ul {
        display: flex;
        flex-wrap: wrap;
        margin: 20px 0;
    }

    .multi-platform ul li {
        width: 33.33%;
        margin-bottom: 20px;
    }

    .multi-platform ul li img {
        width: 50px;
        height: 50px;
    }

    .multi-platform ul li div {
        font-size: 11px;
        font-family: PingFang SC;
        font-weight: 400;
        color: rgba(255, 255, 255, 1);
        line-height: 20px;
    }

    /* 逐趣支持多个O2O主流业务 ---end-----*/
    /* 为什么创业要选择“逐趣” ---start-----*/
    .choose {
        height: auto;
    }

    .chooseTitle {
        margin-top: 24px;
        font-size: 24px;
        font-family: PingFang SC;
        font-weight: 400;
        color: rgba(51, 51, 51, 1);
        line-height: 52px;
    }

    .chooseTitle2 {
        font-size: 15px;
        font-family: PingFang SC;
        font-weight: 400;
        color: rgba(102, 102, 102, 1);
        line-height: 20px
    }

    .chooseTitle3 li {
        margin-top: 30px;
    }

    .chooseTitle3 li img {
        width: 12px;
        height: 13px;
    }

    .chooseTitle3 li span {
        margin-left: 5px;
        font-size: 13px;
        font-family: PingFang SC;
        font-weight: 400;
        color: rgba(51, 51, 51, 1);
        line-height: 5px;
    }

    /* 为什么创业要选择“逐趣” ---end-----*/
    .aboutTips {
        height: auto;
    }

    .aboutTipsTitle {
        font-size: 24px;
        font-family: PingFang SC;
        font-weight: 400;
        color: rgba(64, 191, 105, 1);
        line-height: 52px;
        margin-top: 24px;
    }

    .aboutTipsOtherTitle {
        font-size: 15px;
        font-family: PingFang SC;
        font-weight: 400;
        color: rgba(102, 102, 102, 1);
        line-height: 22px;
        margin-top: 15px;
        margin-bottom: 24px;
    }

    /* 盈利来源 ---start-----*/
    .floor {
        height: auto;
    }
    .feature-web {
        display: none;
    }

    .feature-h5 {
        display: block;
    }

    .feature-title-h5 {
        font-size: 24px;
        font-family: PingFang SC;
        font-weight: 400;
        color: rgba(51, 51, 51, 1);
        margin-top: 24px;
        text-align: center;
    }

    .main-feature_content2 {
        display: none;
    }
    .main-feature_img2 img {
        width: 94px;
        height: 155px;
    }

    .main-feature_img2 .title2 {
        font-size: 10px;
        font-family: PingFang SC;
        font-weight: 400;
        color: rgba(51, 51, 51, 1);
        line-height: 28px;
        width: 94px;
        height: 32px;
        background: rgba(255, 255, 255, 1);
        border: 1px solid rgba(231, 231, 231, 1);
        text-align: center;
    }

    .feature-list2 {
        display: flex;
        flex-wrap: wrap;
        overflow: hidden;
        margin-top: 20px;
        margin-bottom: 30px;
    }

    .main-feature2 {
        flex: 1;
        margin-right: 5px;
    }

    .main-feature_title2 {
        font-size: 11px;
        font-family: PingFang SC;
        font-weight: bold;
        color: rgba(255, 255, 255, 1);
        line-height: 39px;
        height: 55px;
        line-height: 55px;
        background: #3DB965;
        text-align: center;
    }

    .feature-content2{
        font-size: 10px;
        font-family: PingFang SC;
        font-weight: 400;
        color: rgba(102, 102, 102, 1);
        line-height: 15px;
        text-align: center;
        margin-top: 35px;
        margin-left: 17px;
        margin-right: 17px;
    }


    .feature-list2 .active {
        width: 94px;
        height: 187px;
        /*width: 115px;*/
        /*height: 208px;*/
        border: 1px solid #3db965;
        box-sizing: border-box;
        animation-name: active;
    }

    /* 盈利来源 ---end-----*/
    /*  ---加盟流程  start-----*/
    .liucheng {
        height: auto;
    }

    .liucheng-web {
        display: none;
    }

    .liucheng-h5 {
        display: block;
    }

    .liucheng-hor ul {
        display: flex;
    }

    .liucheng-hor li p {
        font-size: 8px;
        font-family: PingFang SC;
        font-weight: 400;
        color: rgba(102, 102, 102, 1);
        line-height: 18px;
        text-align: center;
    }

    .liucheng-hor {
        position: relative;
    }

    .liucheng-hor li > img {
        width: 60px;
        height: 60px;
    }

    .liucheng-title {
        font-size: 24px;
        font-family: PingFang SC;
        font-weight: 400;
        color: rgba(51, 51, 51, 1);
        line-height: 52px;
        margin-top: 10px;
        margin-bottom: 10px;
    }

    .liucheng-hor ul li {
        flex: 1;
        margin: 0 10px;
    }

    /*-------------Android---------*/
    @media (min-device-width: 360px) and (max-device-width: 640px) and (-webkit-min-device-pixel-ratio: 2) {
        .liucheng-hor ul li {
            flex: 1;
            /*margin: 0 6px;*/
            margin: 0 16px;
        }

        .liucheng-hor .one {
            position: absolute;
            width: 10px;
            height: 18px;
            top: 22px;
            left: 65px;
        }

        .liucheng-hor .two {
            position: absolute;
            width: 10px;
            height: 18px;
            top: 22px;
            left: 157px;
        }

        .liucheng-hor .three {
            position: absolute;
            width: 10px;
            height: 18px;
            top: 22px;
            left: 249px;
        }

        .choose .flex-item {
            width: 50%;
            margin-right: 15px;
        }

        .choose .flex-wrapper {
            display: flex;
            margin-top: 25px;

        }

        .choose .flex-item img {
            width: 140px;
            height: 90px;
        }

        .choose .flex-item .item-bottom {
            width: 140px;
            height: 35px;
            background: rgba(255, 255, 255, 1);
            box-shadow: 0px 10px 18px 2px rgba(207, 207, 207, 0.22);
            text-align: center;
            /*margin-bottom: 40px;*/
            margin-bottom: 20px;
            font-size: 13px;
            font-family: PingFang SC;
            font-weight: 400;
            color: rgba(51, 51, 51, 1);
            line-height: 28px;
        }

        .choose .flex-item p {
            position: absolute;
            z-index: 1;
            font-size: 16px;
            font-family: PingFang SC;
            font-weight: bold;
            color: rgba(255, 255, 255, 1);
            line-height: 28px;
            text-align: center;
            margin-top: -60px;
            margin-left: 45px;
        }

        .hezuo-tab-wrapper p:nth-child(1).action::after {
            display: inline-block;
            position: absolute;
            content: '';
            width: 80px;
            height: 1.5px;
            background: rgba(64, 191, 105, 1);
            bottom: 0;
            left: 40%;
        }

        .hezuo-tab-wrapper p:nth-child(2).action::after {
            display: inline-block;
            position: absolute;
            content: '';
            width: 80px;
            height: 1.5px;
            background: rgba(64, 191, 105, 1);
            bottom: 0;
            left: 6%;
        }



        .public-shenqing-hehuo-city2 {
            width: 165px;
            height: 40px;
            margin-top: 25px;
            margin-bottom: 20px;
            margin-left: 80px;
            border-radius: 0px;
        }
        .public-shenqing-hehuo-school2 {
            width: 165px;
            height: 40px;
            margin-top: 25px;
            margin-bottom: 20px;
            margin-left: 80px;
            border-radius: 0px;
        }
    }
    @media (min-device-width: 375px) and (max-device-width: 667px) and (-webkit-min-device-pixel-ratio: 2) {
        /*iphone 6*/
        .liucheng-hor ul li {
            flex: 1;
            margin: 0 16px;
        }

        .liucheng-hor .one {
            position: absolute;
            width: 10px;
            height: 18px;
            top: 20px;
            left: 72px;
        }

        .liucheng-hor .two {
            position: absolute;
            width: 10px;
            height: 18px;
            top: 20px;
            left: 164px;
        }

        .liucheng-hor .three {
            position: absolute;
            width: 10px;
            height: 18px;
            top: 20px;
            left: 256px;
        }

        .choose .flex-item {
            width: 50%;
            margin-right: 15px;
        }

        .choose .flex-wrapper {
            display: flex;
            margin-top: 25px;

        }

        .choose .flex-item img {
            width: 150px;
            height: 90px;
        }

        .choose .flex-item .item-bottom {
            width: 150px;
            height: 35px;
            background: rgba(255, 255, 255, 1);
            box-shadow: 0px 10px 18px 2px rgba(207, 207, 207, 0.22);
            text-align: center;
            /*margin-bottom: 40px;*/
            margin-bottom: 20px;
            font-size: 13px;
            font-family: PingFang SC;
            font-weight: 400;
            color: rgba(51, 51, 51, 1);
            line-height: 28px;
        }

        .choose .flex-item p {
            position: absolute;
            z-index: 1;
            font-size: 16px;
            font-family: PingFang SC;
            font-weight: bold;
            color: rgba(255, 255, 255, 1);
            line-height: 28px;
            text-align: center;
            margin-top: -60px;
            margin-left: 45px;
        }

        .hezuo-tab-wrapper p:nth-child(1).action::after {
            display: inline-block;
            position: absolute;
            content: '';
            width: 80px;
            height: 1.5px;
            background: rgba(64, 191, 105, 1);
            bottom: 0;
            left: 43%;
        }

        .hezuo-tab-wrapper p:nth-child(2).action::after {
            display: inline-block;
            position: absolute;
            content: '';
            width: 80px;
            height: 1.5px;
            background: rgba(64, 191, 105, 1);
            bottom: 0;
            left: 6%;
        }
        .public-shenqing-hehuo-city2 {
            width: 165px;
            height: 40px;
            margin-top: 25px;
            margin-bottom: 20px;
            margin-left: 85px;
            border-radius: 0px;
        }
        .public-shenqing-hehuo-school2 {
            width: 165px;
            height: 40px;
            margin-top: 25px;
            margin-bottom: 20px;
            margin-left: 85px;
            border-radius: 0px;
        }
    }
    @media (min-device-width: 414px) and (max-device-width: 736px) and (-webkit-min-device-pixel-ratio: 3) {
        /*iphone 6 plus*/
        .liucheng-hor ul li {
            flex: 1;
            margin: 0 22px;
        }

        .liucheng-hor .one {
            position: absolute;
            width: 10px;
            height: 18px;
            top: 20px;
            left: 76px;
        }

        .liucheng-hor .two {
            position: absolute;
            width: 10px;
            height: 18px;
            top: 20px;
            left: 181px;
        }

        .liucheng-hor .three {
            position: absolute;
            width: 10px;
            height: 18px;
            top: 20px;
            left: 284px;
        }

        .hezuo-tab-wrapper p:nth-child(1).action::after {
            display: inline-block;
            position: absolute;
            content: '';
            width: 80px;
            height: 1.5px;
            background: rgba(64, 191, 105, 1);
            bottom: 0;
            left: 50%;
        }

        .hezuo-tab-wrapper p:nth-child(2).action::after {
            display: inline-block;
            position: absolute;
            content: '';
            width: 80px;
            height: 1.5px;
            background: rgba(64, 191, 105, 1);
            bottom: 0;
            left: 6%;
        }
        .public-shenqing-hehuo-city2 {
            width: 165px;
            height: 40px;
            margin-top: 25px;
            margin-bottom: 20px;
            margin-left: 105px;
            border-radius: 0px;
        }
        .public-shenqing-hehuo-school2 {
            width: 165px;
            height: 40px;
            margin-top: 25px;
            margin-bottom: 20px;
            margin-left: 105px;
            border-radius: 0px;
        }
    }

    /*  ---加盟流程  end-----*/
    /*  ---加盟条件  start-----*/
    .partner-expect {
        height: auto;
    }

    .partner-expect-title {
        font-size: 24px;
        font-family: PingFang SC;
        font-weight: 400;
        color: rgba(51, 51, 51, 1);
        line-height: 52px;
        margin-top: 10px;
        text-align: center;
    }

    .partner-expect-content {
        margin-left: 10px;
    }

    .partner-expect-content li {
        margin-top: 5px;
    }

    .partner-expect-content li:nth-child(6) {
        margin-bottom: 20px;
    }

    .partner-expect-content li span {
        margin-left: 6px;
        font-size: 13px;
        font-family: PingFang SC;
        font-weight: 400;
        color: rgba(51, 51, 51, 1);
        line-height: 30px;
    }

    .partner-expect-content li img {
        width: 12px;
        height: 13px;
    }

    /* 加盟条件 ---end-----*/
    /* 扶持政策 ---start-----*/
    .zhengce {
        height: auto;
    }

    .zhengce-title {
        font-size: 24px;
        font-family: PingFang SC;
        font-weight: 400;
        color: rgba(51, 51, 51, 1);
        line-height: 52px;
        margin-top: 10px;
    }

    .zhengce-title2 {
        font-size: 15px;
        font-family: PingFang SC;
        font-weight: 400;
        color: rgba(153, 153, 153, 1);
        line-height: 22px;
        margin-top: 15px;
    }

    .zhengce .flex-wrapper {
        display: flex;
        flex-wrap: wrap;
        margin-top: 19px;
        margin-bottom: 20px;
    }

    .zhengce .flex-item {
        width: 50%;
        margin-bottom: 0px;
    }

    .zhengce .flex-item > img {
        width: 44px;
        height: 44px;
    }

    .zhengce-title3 {
        font-size: 12px;
        font-family: PingFang SC;
        font-weight: bold;
        color: rgba(51, 51, 51, 1);
        line-height: 39px;
    }

    .zhengce-title4 {
        font-size: 10px;
        font-family: PingFang SC;
        font-weight: 400;
        color: rgba(102, 102, 102, 1);
        line-height: 26px;
    }

    /* 扶持政策 ---end-----*/
    /* 逐趣计划--start-----*/
    .plan {
        /*height: 280px;*/
        height: auto;
        background: url(../images/city_plan_h5.png) no-repeat;
        background-size: cover;
    }

    .planTitle {
        font-size: 24px;
        font-family: PingFang SC;
        font-weight: 400;
        color: rgba(255, 255, 255, 1);
        line-height: 52px;
        margin-top: 10px;
    }

    .planDes {
        font-size: 11px;
        font-family: PingFang SC;
        font-weight: 400;
        color: rgba(255, 255, 255, 1);
        line-height: 22px;
        margin-top: 9px;
    }

    .planDes2 {
        font-size: 11px;
        font-family: PingFang SC;
        font-weight: 400;
        color: rgba(255, 255, 255, 1);
        line-height: 22px;
        margin-top: 19px;
    }

    .plan2 {
        /*height: 280px;*/
        height: auto;
        background: url(../images/school_plan_h5.png) no-repeat;
        background-size: cover;
    }

    .planTitle2 {
        font-size: 24px;
        font-family: PingFang SC;
        font-weight: 400;
        color: rgba(255, 255, 255, 1);
        line-height: 52px;
        margin-top: 10px;
    }

    .planDes2 {
        font-size: 11px;
        font-family: PingFang SC;
        font-weight: 400;
        color: rgba(255, 255, 255, 1);
        line-height: 22px;
        margin-top: 9px;
    }

    .planDes22 {
        font-size: 11px;
        font-family: PingFang SC;
        font-weight: 400;
        color: rgba(255, 255, 255, 1);
        line-height: 22px;
        margin-top: 19px;
    }

    .public-shenqing {
        width: 165px;
        height: 40px;
        margin-left: 100px;
        margin-top: 30px;
        margin-bottom: 28px;
        border-radius: 0px;
    }

    .public-shenqing span {
        font-size: 16px;
        font-family: PingFang SC;
        font-weight: 400;
        color: rgba(255, 255, 255, 1);
        line-height: 40px;
    }

    @media only screen and (max-width: 414px) {

        .public-shenqing-hehuo-city {
            width: 165px;
            height: 40px;
            margin-top: 25px;
            margin-bottom: 20px;
            border-radius: 0px;
            padding-left: 5px;
            padding-right: 5px;
        }

        .public-shenqing-hehuo-city span {
            font-size: 12px;
            font-family: PingFang SC;
            font-weight: 400;
            color: rgba(255, 255, 255, 1);
            line-height: 38px;
        }

        .public-shenqing-hehuo-school {
            width: 165px;
            height: 40px;
            margin-top: 25px;
            margin-bottom: 20px;
            border-radius: 0px;
            padding-left: 5px;
            padding-right: 5px;
        }

        .public-shenqing-hehuo-school span {
            font-size: 12px;
            font-family: PingFang SC;
            font-weight: 400;
            color: rgba(255, 255, 255, 1);
            line-height: 38px;
        }
    }

    @media (min-device-width: 360px) and (max-device-width: 640px) and (-webkit-min-device-pixel-ratio: 2) {
        .public-shenqing-hehuo-city {
            width: 155px;
            height: 40px;
            margin-top: 25px;
            margin-bottom: 20px;
            border-radius: 0px;
            padding-left: 5px;
            padding-right: 5px;
        }

        .public-shenqing-hehuo-city span {
            font-size: 12px;
            font-family: PingFang SC;
            font-weight: 400;
            color: rgba(255, 255, 255, 1);
            line-height: 38px;
        }

        .public-shenqing-hehuo-school {
            width: 155px;
            height: 40px;
            margin-top: 25px;
            margin-bottom: 20px;
            border-radius: 0px;
            padding-left: 5px;
            padding-right: 5px;
        }

        .public-shenqing-hehuo-school span {
            font-size: 12px;
            font-family: PingFang SC;
            font-weight: 400;
            color: rgba(255, 255, 255, 1);
            line-height: 38px;
        }
    }

    .public-shenqing-hehuo-city2 span {
        font-size: 14px;
        font-family: PingFang SC;
        font-weight: 400;
        color: rgba(255, 255, 255, 1);
        line-height: 38px;
    }


    .public-shenqing-hehuo-school2 span {
        font-size: 14px;
        font-family: PingFang SC;
        font-weight: 400;
        color: rgba(255, 255, 255, 1);
        line-height: 38px;
    }

    /* 逐趣计划 ---end-----*/
    /* parter-aboutcity ---start-----*/
    .aboutCity {
        height: auto;
    }

    .aboutCityTitle {
        font-size: 24px;
        font-family: PingFang SC;
        font-weight: 400;
        color: rgba(51, 51, 51, 1);
        line-height: 52px;
        margin-top: 10px;
        margin-bottom: 0;
    }

    .aboutCityOtherTitle {
        font-size: 15px;
        font-family: PingFang SC;
        font-weight: 400;
        color: rgba(102, 102, 102, 1);
        line-height: 26px;
        text-align: center;
        margin-bottom: 22px;
    }

    .about-flex-wrapper {
        flex-wrap: wrap;
    }

    .about-flex-item {
        width: 50%;
        margin-left: 20px;
        margin-right: 25px;
    }

    .about-flex-item:nth-child(3) {
        margin: 20px 25%;
    }

    .about-flex-item img {
        width: 60px;
        height: 60px;
    }

    .about-item-bottom div:nth-child(1) {
        font-size: 13px;
        font-family: PingFang SC;
        font-weight: bold;
        color: rgba(51, 51, 51, 1);
        line-height: 26px;
        margin-top: 10px;
    }

    .about-item-bottom div:nth-child(2) {
        font-size: 10px;
        font-family: PingFang SC;
        font-weight: 400;
        color: rgba(102, 102, 102, 1);
        line-height: 14px;
        margin-top: 8px;
    }

    .about-item-bottom div:nth-child(3) {
        font-size: 10px;
        font-family: PingFang SC;
        font-weight: 400;
        color: rgba(102, 102, 102, 1);
        line-height: 24px;
    }

    /* parter --aboutcity--end-----*/
    /*parter  ---start---*/
    .parter-banner {
        height: 375px;
        background: url(../images/city_h5_bg@2x.png) no-repeat;
        background-size: cover;
    }

    .parter-banner img {
        float: none;
        width: 195px;
        height: auto;
        margin-top: 10px;
    }

    .parter-banner-des {
        float: none;
        margin-top: 0;
        text-align: center;
    }

    .parter-banner-des h3 {
        font-size: 24px;
        font-family: PingFang SC;
        font-weight: 400;
        color: rgba(255, 255, 255, 1);
        margin-top: 10px;
        margin-bottom: 0;
    }

    .parter-banner-des h5 {
        font-size: 15px;
        font-weight: 300;
        font-family: PingFang SC;
        color: rgba(255, 255, 255, 1);
        margin-top: 0;

    }

    .parter-banner-button {
        width: 150px;
        height: 40px;
        margin: 0 auto;
        background: rgba(255, 255, 255, 1);
        box-shadow: 0px 3px 7px 0px rgba(0, 0, 0, 0.05);
        padding-top: 0;
    }

    .parter-banner-button span {
        font-size: 16px;
        font-family: PingFang SC;
        font-weight: 400;
        color: rgba(6, 127, 172, 1);
        line-height: 40px;
        padding-left: 0;
    }

    .parter-banner2 {
        height: 375px;
        background: url(../images/school_h5_bg@2x.png) no-repeat;
        background-size: cover;
    }

    .parter-banner2 img {
        float: none;
        width: 195px;
        height: auto;
        margin-top: 10px;
    }

    .parter-banner-des2 {
        float: none;
        margin-top: 0;
        text-align: center;
    }

    .parter-banner-des2 h3 {
        font-size: 24px;
        font-family: PingFang SC;
        font-weight: 400;
        color: rgba(255, 255, 255, 1);
        margin-top: 10px;
        margin-bottom: 0;
    }

    .parter-banner-des2 h5 {
        font-size: 15px;
        font-weight: 300;
        font-family: PingFang SC;
        color: rgba(255, 255, 255, 1);
        margin-top: 0;

    }

    .parter-banner-button2 {
        width: 150px;
        height: 40px;
        margin: 0 auto;
        background: rgba(255, 255, 255, 1);
        box-shadow: 0px 3px 7px 0px rgba(0, 0, 0, 0.05);
        padding-top: 0;
        cursor: pointer;
    }

    .parter-banner-button2 span {
        font-size: 16px;
        font-family: PingFang SC;
        font-weight: 400;
        color: rgba(6, 127, 172, 1);
        line-height: 40px;
        padding-left: 0;
    }

    /*parter  ---end---*/
    /*App  ---start---*/
    .app-web {
        display: none;
    }

    .app-h5 {
        display: block;
        height: 550px;
    }

    .app-line {
        margin-left: 20px;
        margin-right: 20px;
    }

    .app-h5-info img {
        float: left;
        width: 90px;
        height: 85px;
        margin-left: 15px;
    }

    .app-h5-text {
        text-align: left;
        vertical-align: top;
        margin-right: 15px;
    }

    .app-h5-info .app-h5-text p:nth-child(1) {
        font-size: 18px;
        font-family: PingFang SC;
        font-weight: 400;
        color: rgba(51, 51, 51, 1);
        line-height: 42px;
    }

    .app-h5-info.app-h5-text p:nth-child(2) {
        font-size: 14px;
        font-family: PingFang SC;
        font-weight: 400;
        color: rgba(153, 153, 153, 1);
        line-height: 18px;
    }

    .appIconleftIos {
        float: right;
        width: 150px;
        height: 40px;
        background: rgba(0, 171, 239, 1);
        margin-top: 28px;
        margin-right: 15px;
    }

    .appIconRightAndroid {
        float: left;
        width: 150px;
        height: 40px;
        background: rgba(61, 185, 101, 1);
        margin-top: 25px;
        margin-left: 15px;
    }

    .appVersion {
        font-size: 13px;
        font-family: PingFang SC;
        font-weight: 400;
        color: rgba(51, 51, 51, 1);
        line-height: 39px;
        text-align: center;
    }

    .appUpDate {
        font-size: 13px;
        font-family: PingFang SC;
        font-weight: 400;
        color: rgba(153, 153, 153, 1);
        line-height: 0px;
        text-align: center;
    }

    .appTips {
        font-size: 13px;
        font-family: PingFang SC;
        font-weight: 400;
        color: rgba(255, 255, 255, 1);
        line-height: 39px;
    }

  
    /*App  ---end---*/
    /*联系我们  ---start---*/
    .contactus {
        width: 90%;
        height: auto;
    }

    .contactus .map {
        width: 345px;
        height: 165px;
        background: url(../images/map@2x.png) no-repeat;
        background-size: 100% 100%;
        margin: 0 15px;
    }

    .contactus-text {
        font-size: 11px;
        font-family: PingFangSC-Regular;
        font-weight: 400;
        color: rgba(51, 51, 51, 1);
    }

    .contactus-logo img {
        width: 23px;
        height: 23px;
    }

    .contactus-info {
        margin: 4%;
    }

    .contactus-info p:nth-child(1) {
        margin-top: 20px;
    }

    .contactus-info p:nth-child(2) {
        margin-top: 20px;
    }

    .contactus-info p:nth-child(3) {
        margin-top: 20px;
    }

    .contactus-info p:nth-child(4) {
        margin-top: 20px;
    }

    /*联系我们  ---end---*/
    /*公司简介  ---start---*/
    .aboutus-banner {
        height: 235px;
        background: url(../images/jianjie@2x.png) no-repeat;
        background-size: 100% 100%;
    }

    .aboutus-dec .container {
        height: auto;
    }

    .about-tips {
        background-size: 10px 10px;
        padding-left: 15px;
        text-align: left;
        font-size: 13px;
        font-family: PingFangSC-Regular;
        font-weight: 400;
        color: rgba(51, 51, 51, 1);
    }

    .about-one {
        margin-top: 20px;
    }

    .about-one p:nth-child(1) {
        margin-top: 10px;
        font-size: 10px;
        font-family: PingFangSC-Regular;
        font-weight: 400;
        color: rgba(51, 51, 51, 1);
    }

    .about-one p:nth-child(2) {
        font-size: 10px;
        margin-top: 15px;
        font-family: PingFangSC-Regular;
        font-weight: 400;
        color: rgba(51, 51, 51, 1);
    }

    .about-two {
        margin-top: 20px;
    }

    .about-two p:nth-child(1) {
        font-size: 10px;
        font-family: PingFangSC-Regular;
        margin-top: 10px;
        font-weight: 400;
        color: rgba(51, 51, 51, 1);
    }

    .about-two p:nth-child(2) {
        font-size: 10px;
        font-family: PingFangSC-Regular;
        margin-top: 15px;
        font-weight: 400;
        color: rgba(51, 51, 51, 1);
    }

    .about-three {
        margin-top: 20px;
    }

    .about-certificate {
        margin-top: 15px;
    }

    .about-certificate img {
        width: 305px;
        margin-bottom: 15px;
    }

    /*公司简介  ---end---*/
    /* 弹出框样式 ---start-----*/
    .online_apply .apply_btn {
        width: 70%;
    }

    .online_apply .apply_btn_city {
        width: 70%;
    }

    .online_apply .apply_btn_school {
        width: 70%;
    }

    .online_apply {
        width: 100%;
        top: 10%;
    }

    .online_apply .lead_bar1 {
        width: 100%;
        top: 10px;
        left: 0;
    }

    .online_apply .register-layout {
        margin: 0;
        width: 100%;
    }

    .login-item {
        width: 100%;
    }

    .online_apply .login-input {
        width: 70%;
    }

    /* 弹出框样式 ---end-----*/
}

@media only screen and (min-width: 1200px) {
    .main-feature {
        float: left;
        margin-top: 20px;
        width: 190px;
        height: 374px;
        border: 1px solid #EEEEEE;
        position: relative;
        box-sizing: border-box;
        /* border-right: none; */
    }

    .main-feature_img img {
        width: 100%;
        height: 310px;
        display: inline-block;
    }

    .main-feature_img p {
        height: 63px;
        line-height: 63px;
        color: #333333;
        text-align: center;
    }

}