@charset "utf-8";
@import "reset.css";
@import "ui.css";

.clearfix:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: ".";
    clear: both;
    height: 0;
    line-height: 0;
    overflow: hidden
}

.clearfix {
    *zoom: 1
}

.layout-wrap{width:100%; position:relative;margin:0 auto;}
.layout-row:after{visibility:hidden; display:block; font-size:0; content:"."; clear:both; height:0; line-height:0;}
.layout-2-1,.layout-3-1,.layout-3-2,.layout-4-1,.layout-4-2,.layout-4-3{ float:left; vertical-align:top;}
.layout-2-1{width:50%;}
.layout-3-1{width:33.3333%;}
.layout-3-2{width:66.6666%;}
.layout-4-1{width:25%;}
.layout-4-3{width:75%;}

html, body {
    height: 100%;
    width: 100%;
    background: #2e3132;
    position: relative;
}

header {
    position: fixed;
    top: 0;
    left: 0;
    height: 44px;
    width: 100%;
    background: rgba(255, 255, 255, .9);
    padding-top: 1px;
    z-index: 1100;
}
header .logo{
    padding-right:40px;
  text-align: center;
    font-weight: normal;
    font-size: 13px;
}
header .logo a {
    display: inline-block;
    text-indent: -999em;
    width: 113px;
    height: 30px;
    margin: 6px 8px;
    background: url("images/main_logo.png") no-repeat;
    background-size: 100%;
    vertical-align: middle;
}

header .logo span{
    display: inline-block;
    line-height: 44px;
    vertical-align: middle;
}


header .menu-trigger {
    position: absolute;
    top: 5px;
    right: auto;
    left: 5px;
    display: block;
    padding: 10px;
    width: 34px;
    height: 34px;
}
header .menu-login{
    position: absolute;
    top: 0px;
    left: auto;
    right: 5px;
    display: block;
    width: 40px;
    height: 44px;
    line-height: 44px;
    text-align: center;
    color: #ff6d01;
    text-decoration: none;
}

header .main-menu {
    width: 100%;
    position: absolute;
    top: 44px;
    left: 0;
    display: none;
    padding: 10px 0;
    background: rgba(0, 0, 0, 0);
    box-shadow: inset 0 3px 8px rgba(0, 0, 0, .1)
}

header .main-menu li a {
    display: block;
    font-size: 14px;
    color: #fff;
    text-align: center;
    padding: 12px 20px;
    border-bottom: 1px solid rgba(255, 255, 255, .05)
}

header .main-menu li a:hover {
    text-decoration: none;
}


.mod-bottom{
    position: fixed;
    bottom:0;
    left: 0;
    width: 100%;
    height: 49px;
    background: #fff;
    border-top:1px solid #ececec;
	z-index:100;
}
.mod-bottom .nav{
}
.mod-bottom .nav li{
    position: relative;
    width: 25%;
    height: 48px;
    float: left;
}
.mod-bottom .nav li a{
    display: block;
    line-height: 20px;
    padding: 4px 0;
    width: 100%;
    font-size: 12px;
    text-align: center;
    text-decoration: none;
    color: #666;
}
.mod-bottom .nav li a img{
    width: 24px;
    height: 24px;
}
/*.mod-bottom .nav li.news{*/
    /*margin-top:-1px;*/
    /*background-color: #ff6d01;*/
    /*background-image: -moz-linear-gradient(75deg, #ff7e00 0%, #ff3f00 53%, #ff0000 100%);*/
    /*background-image: -webkit-linear-gradient(75deg, #ff7e00 0%, #ff3f00 53%, #ff0000 100%);*/
    /*background-image: -ms-linear-gradient(75deg, #ff7e00 0%, #ff3f00 53%, #ff0000 100%);*/
    /*background-image: linear-gradient(75deg, #ff7e00 0%, #ff3f00 53%, #ff0000 100%);*/
/*}*/
.mod-bottom .nav li.news a{
    position: absolute;
    right:0;
    bottom:0;
    display: block;
    width: 64px;
    height: 64px;
    color: #fff;
    padding:0;
}
.mod-bottom .nav li.news a img{
    width: 64px;
    height: 64px;
}

.main-tips{
    display: none;
    position: fixed;
    top:120px;
    left: 50%;
    margin-left:-140px;
    width: 280px;
    padding-bottom:41px;
    background: #fff;
    border-radius: 8px;
    box-shadow: 0 5px 16px rgba(0,0,0,.5);
}
.main-tips .content{
    padding:15px;
    font-size: 14px;
    text-align: center;
    line-height: 1.8;
    color: #666;
}
.main-tips .content span{
    font-size: 16px;
    color: #333;
}
.main-tips .bottom-bar{
    position: absolute;
    bottom: 0;
    width: 100%;
    border-top:1px solid #ececec;
}
.main-tips .bottom-bar .btn{
    font-size: 14px;
    display: block;
    width: 100%;
    text-align: center;
    padding:12px 0;
    text-decoration: none;
    color: #666;
}


.mod-body {
    padding-top:44px;
    padding-bottom:49px;
    -webkit-filter: blur(0px);
    -webkit-transition: all .3s ease .2s;
}

.mod-body.blur {
    -webkit-filter: blur(3px);
    -webkit-transition: all .3s ease;
}



#index .mod-sect {
    padding: 60px 0;
}
#index .mod-sect > .title {
    position: relative;
    font-weight: normal;
    text-align: center;
    font-size: 18px;
    color: #353535;
    z-index: 50;
}
#index .mod-sect > .sub-title {
    position: relative;
    font-weight: normal;
    text-align: center;
    font-size: 13px;
    padding:0 15px;
    color: #888;
    z-index: 50;
}

#index .mod-sect{
    background: #fff;
}

#index .mod-banner{
    position: relative;
    width: 100%;
    height:210px ;
    padding:0;
    overflow: hidden;
}
#index .mod-banner ul li{
    height: 210px;
    text-align: center;
    overflow: hidden;
}
#index .mod-banner ul li a{
   display: block;
    width: 100%;
    height: 100%;
    background-size:auto 210px;
    background-position: center;
}
#index .mod-banner .swiper-pagination-bullet-active{
    background-color: #ff6d01;
}

#index .mod-park-info {
    background-color: #ff6d01;
    background-image: -moz-linear-gradient(75deg, #ff7e00 0%, #ff3f00 53%, #ff0000 100%);
    background-image: -webkit-linear-gradient(75deg, #ff7e00 0%, #ff3f00 53%, #ff0000 100%);
    background-image: -ms-linear-gradient(75deg, #ff7e00 0%, #ff3f00 53%, #ff0000 100%);
    background-image: linear-gradient(75deg, #ff7e00 0%, #ff3f00 53%, #ff0000 100%);
    height: 48px ;
    padding: 8px 0;
}

#index .mod-scrollnews {
    position: relative;
    padding: 0 15px 0 80px;
    height: 32px;
    overflow: hidden;
}
#index .mod-scrollnews .icon-news {
    position: absolute;
    left: 0;
    top: 0;
    width: 80px;
    height: 32px;
    background: url("images/icon_notice.png") no-repeat;
    background-size: 100%;
}
#index .mod-scrollnews .news-list{
    border:none;
}
#index .mod-scrollnews .news-list li {
    color: #fff;
    position: relative;
}
#index .mod-scrollnews .news-list li a {
    line-height: 24px;
    display: block;
    font-size: 14px;
    color: #fff;
    text-align: left;
    margin-right: 34px;
    padding:4px 0;
}
#index .mod-scrollnews .news-list li.new a:before {
    content: "NEW";
    font-size: 12px;
    font-weight: normal;
    background: #f00;
    color: #fff;
    padding: 0 3px;
    margin-right: 3px;
    border-radius: 2px;
}
#index .mod-scrollnews .news-list li .news-time {
    position: absolute;
    right: 0;
    top: 7px;
}

#index .mod-build-step .step-list {
    text-align: center;
    padding: 30px 0 0;
}
#index .mod-build-step .step-list .step-item {
    position: relative;
}
#index .mod-build-step .step-list .step-item:not(:last-child):after {
    content: "";
    position: absolute;
    top: 35px;
    right: -5px;
    display: block;
    width: 10px;
    height: 14px;
    background: url("images/index/step_arror.png") no-repeat;
    background-size: 100%;
}
#index .mod-build-step .step-list h4 {
    font-size: 15px;
    margin: 10px 0 2px;
    font-weight: normal;
}
#index .mod-build-step .step-list p {
    color: #888;
}


#index .mod-app-trends {
    padding-bottom: 0;
    background: #f9f9f9;
    overflow: hidden;
}
#index .mod-app-trends .text {
    position: relative;
    width: 100%;
    margin: 10px 0;
    padding:0 20px;
    text-align: center;
    color: #888;
    z-index: 20;
}
#index .mod-app-trends .image {
    position: relative;
    height: 280px;
    margin-top: -60px;
}
#index .mod-app-trends .image .circle,
#index .mod-app-trends .image .item-1,
#index .mod-app-trends .image .item-2 {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 10;

}
#index .mod-app-trends .image .circle {
    background: url("images/index/trends_circle.png") center bottom no-repeat;
    background-size: 100%;
}
#index .mod-app-trends .image .item-1 {
    background: url("images/index/trends_item_1.png") center bottom no-repeat;
    background-size: 200%;
}
#index .mod-app-trends .image .item-2 {
    background: url("images/index/trends_item_2.png") center bottom no-repeat;
    background-size: 200%;
}
#index .mod-app-trends .image .phone {
    position: absolute;
    left: 50%;
    bottom: 0;
    z-index: 30;
}
#index .mod-app-trends .image .phone.phone-1 {
    margin-left: -105px;
}
#index .mod-app-trends .image .phone.phone-2 {
    margin-left: -170px;
    z-index: 20;
}
#index .mod-app-trends .image .phone.phone-3 {
    margin-left: 0px;
    z-index: 20;
}
#index .mod-app-trends .image .phone.phone-4 {
    margin-left: -10px;
    bottom: 80px;
    z-index: 10;
}
#index .mod-app-trends .image .phone.phone-5 {
    margin-left: 80px;
}


#index .mod-app-type .type-list{
    padding-top:30px;
}
#index .mod-app-type .type-list .item{
    text-align: center;
    margin-top:30px;
}

#index .mod-app-biz{
    background: #f9f9f9;
}
#index .mod-app-biz .card-list{
    padding-top:30px;
}
#index .mod-app-biz .card{
    position: relative;
    background: #fff;
    margin:15px 15px 0 15px;
    padding:15px 15px 15px 90px;
    height: 80px;
    border-radius: 6px;
    overflow: hidden;
    box-shadow: 0 3px 12px rgba(0,0,0,.1);
}
#index .mod-app-biz .card .image{
    position: absolute;
    top:0;
    left:0;
    width: 80px;
    height:80px;
    text-align: center;
    padding-top:10px;
    border-radius: 6px 0 0 6px;
    background-color: #ff6d01;
    background-image: -moz-linear-gradient(45deg, #ff7e00 0%, #ff3f00 53%, #ff0000 100%);
    background-image: -webkit-linear-gradient(45deg, #ff7e00 0%, #ff3f00 53%, #ff0000 100%);
    background-image: -ms-linear-gradient(45deg, #ff7e00 0%, #ff3f00 53%, #ff0000 100%);
    background-image: linear-gradient(45deg, #ff7e00 0%, #ff3f00 53%, #ff0000 100%);
}
#index .mod-app-biz .card h3{font-size: 14px;}
#index .mod-app-biz .card p{font-size: 12px;}


#index .mod-app-case {
    background: url("images/index/app_case_bg.png?v1") center no-repeat;
}
#index .mod-app-case > .title {
    color: #fff;
}
#index .mod-app-case .case-swiper {
    width: 100%;
    height: 380px;
    margin: 30px 0;
   overflow: hidden;
}

#index .mod-app-case .case{
    width: 214px;
    height: 100%;
}


#index .mod-app-case .case .info {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
}
#index .mod-app-case .case .info .bg {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 120px;
    height: 120px;
    margin: -60px 0 0 -60px;
    background: #333;
    opacity: .9;
    border-radius: 50%;
    z-index: 10;
}
#index .mod-app-case .case .info .title {
    position: absolute;
    top: 180px;
    width: 100%;
    text-align: center;
    font-size: 20px;
    font-weight: normal;
    color: #fff;
    z-index: 30;
}
#index .mod-app-case  .case.case-1 .bg {
    background: #6bddd7;
}
#index .mod-app-case  .case.case-2 .bg {
    background: #56de7f;
}
#index .mod-app-case  .case.case-3 .bg {
    background: #818181;
}
#index .mod-app-case  .case.case-4 .bg {
    background: #0087fa;
}
#index .mod-app-case  .case.case-5 .bg {
    background: #fcc300;
}




#index .mod-app-feature .item{
    text-align: center;
    padding:30px 10px 0;
}
#index .mod-app-feature .item h3{
    margin-top:5px;
    font-size: 14px;
}
#index .mod-app-feature .item p{
    margin-top:5px;
    font-size: 12px;
}


#news .news-list {
    border-top: 1px solid #ececec;
}

#news .news-list li {
    border-bottom: 1px solid #ececec;
    background: #fff;
    position: relative;
}

#news .news-list li a {
    display: block;
    text-decoration: none;
    padding: 15px;
}

#news .news-list li .image {
    position: absolute;
    width: 100px;
    height: 60px;
    top: 26px;
    left: 15px;
}

#news .news-list li.has-image {
    padding-left: 120px;
    min-height: 90px;
}

#news .news-list li .title {
    width: 100%;
    font-size: 16px;
    font-weight: normal;
    white-space: nowrap;
    word-wrap: normal;
    word-break: normal;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    overflow: hidden
}

#news .news-list li .des {
    font-size: 13px;
    line-height: 16px;
    color: #666;
    margin: 5px 0;
    max-height: 32px;
    overflow: hidden;
}

#news .news-list li .info {
    font-size: 12px;
    color: #999;
}

#news .news-header {
    background: #ff6e03;
    padding: 15px;
}

#news .news-header h1 {
    font-size: 20px;
    color: #fff;
    font-weight: normal;
    margin-bottom: 10px;
}

#news .news-header .news-info {
    font-size: 12px;
    color: #ffdcc3;
}

#news .news-content {
    padding: 20px 8px;
    background: #fff;
}

.news-content p {
    color:#353535;
    margin: 5px;
    font-size: 16px;
    line-height: 1.6;
}
#news .news-content img{
    max-width:100%;
    height: auto;
}

.start-banner{position: relative;padding:20px 8px;width: 100%; background: #fff; overflow: hidden;}
.start-banner img{width: 100%;height: auto;}
.start-banner .app-number{position: absolute;width:100%;left:0;top:36%; text-align: center;color: #fff; font-size: 16px; font-weight: lighter;}
.start-banner .app-number span{font-size: 20px; color: #404040; font-weight: normal;}
.start-banner .btn{display:inline-block;position: absolute;left:50%;bottom:40px;margin-left:-90px; width: 180px; text-align: center; line-height: 36px;background: rgba(0,0,0,.5);color: #fff;border-radius: 18px; text-decoration: none;}

#case {
    background: #fff;
}

#case .mod-body {
    padding-top: 0;
}

#case .case-item .info {
    position: absolute;
    top: 44px;
    width: 100%;
}

#case .case-item .images {
    position: absolute;
    left: 50%;
    bottom: 40px;
    width: 90%;
    height: 384px;
    margin-left: -45%;
}

#case .case-item .top {
    position: relative;
    height: 120px;
    width: 100%;
    padding: 20px 90px 20px 120px;
    background: #f1f1f1;
}

#case .case-item .link{
    position: absolute;
    right:20px;
    top:20px;
    display: inline-block;
    padding: 12px 20px;
    font-size: 16px;
    background: #ff6e03;
    color: #fff;
    margin: 0 5px 5px 5px;
    border-radius: 30px;

}

#case .case-item .icon {
    position: absolute;
    left: 30px;
    top: 20px;
    width: 80px;
    height: 80px;
    border-radius: 16px;
    overflow: hidden;
}

#case .case-item .name {
    font-size: 26px;
    color: #464646;
    padding: 5px 0 0;
    font-weight: normal;
}

#case .case-item .txt {
    font-size: 14px;
    color: #999;
}

#case .case-item .link {
    margin-top: 20px;
    text-align: center;
}




#case .case-item .images .img {
    position: absolute;
    z-index: 50;
    box-shadow: 0 -8px 28px rgba(0, 0, 0, .1);
    border-radius: 4px;
    overflow: hidden;
}

#case .case-item .images .img-1 {
    width: 216px;
    height: 384px;
    top: 0;
    left: 50%;
    margin-left: -108px;
    z-index: 100;
}

#case .case-item .images .img-2 {
    width: 192px;
    height: 340px;
    top: 50%;
    left: 0;
    margin-top: -113px;
}

#case .case-item .images .img-3 {
    width: 192px;
    height: 340px;
    top: 50%;
    right: 0;
    margin-top: -113px;
}

#case .case-item.show .top {
    -webkit-animation: fadeInUp 1s .3s ease both;
    animation: fadeInUp 1s .3s ease both;
}


#case .case-item.show .images {
    -webkit-animation: fadeInUp 1s .6s ease both;
    animation: fadeInUp 1s .6s ease both;
}

#case .case-item.show .images .img-2 {
    -webkit-animation: fadeInRight 1s .8s ease both;
    animation: fadeInRight 1s .8s ease both;
}

#case .case-item.show .images .img-3 {
    -webkit-animation: fadeInLeft 1s .8s ease both;
    animation: fadeInLeft 1s .8s ease both;
}

#helper .helper{
    background: #1dbdff;
}
#helper .helper .info{position: absolute;top:50%;margin-top:-140px;width: 100%; text-align: center;color:#fff;}
#helper .helper .info h2{font-size: 28px; font-weight:normal; color: #fff;margin-bottom:10px;}
#helper .helper .info p{font-size: 20px;color: #fff;}
#helper .helper .images{position: absolute;bottom:49px;width: 100%; text-align: center;}
#helper .helper .images img{max-width: 100%;}

#helper .helper.show .info .t1{ -webkit-animation: fadeInUp 1s .3s ease both;
    animation: fadeInUp 1s .3s ease both;}
#helper .helper.show .info .t2{ -webkit-animation: fadeInUp 1s .6s ease both;
    animation: fadeInUp 1s .6s ease both;}
#helper .helper.show .images{ -webkit-animation: fadeInUp 1s .3s ease both;
    animation: fadeInUp 1s .3s ease both;}

#helper .helper-item{position:relative;height:50%;width: 100%;padding:60px 30px 50px 100px;background: #44c0fd;}
#helper .helper-item:last-child{background: #ffa53a;}
#helper .helper-item .icon{position:absolute;top:68px;left:30px;width: 60px;height:60px;border-radius: 10px;border:2px solid #fff;}
#helper .helper-item .title{font-size: 28px; font-weight: normal;color: #fff;margin-bottom:5px;border-bottom:1px solid #fff;}
#helper .helper-item .des{font-size: 14px; color: #fff;margin-bottom:5px;}
#helper .helper-item .btn{
    display: inline-block;
    padding: 12px 20px;
    font-size: 16px;
    background: #fff;
    color: #fff;
    margin: 10px 0 5px -5px;
    border-radius: 30px;
    color: #464646;
}



.backdrop {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 1000;
    background: rgba(0, 0, 0, .8);
    display: none;
}


.vip-banner{background: #f84b42; text-align: center;height:140px;}
.vip-banner .title{font-size: 28px;color: #fff; font-weight: normal;padding-top:40px;line-height: 28px;}
.vip-banner .sub-title{font-size: 20px}
.vip-features{padding:0 10px;}
.vip-features-item{width: 33.3333%; text-align: center; float: left;padding:30px 10px 10px;}
.vip-features-item h3{font-size: 14px; color: #666;}
.vip-contact{text-align: center;padding:20px;}
.vip-contact .biz-btn{display: inline-block;margin:30px 0 10px;}
.vip-contact p{color: #999}
.vip-power-list{margin:20px 10px;}
.vip-power-list .mod-table{width: 100%;}
.vip-power-list .table-header th{border-left:none;}
.vip-power-list .vip-price .free,.vip-power-list .vip-price .vip{font-size: 16px; line-height: 20px;padding:15px 0 10px; font-weight: lighter;}
.vip-power-list .icon{ display:inline-block;* display:inline;zoom:1;width:28px;height:28px; background:url(images/pricing_icon.png) no-repeat; overflow:hidden; vertical-align:middle;margin-right:3px;}
.vip-power-list .icon.yes{ background-position:-196px 0;}
.vip-power-list .icon.other{ background-position:-224px 0;}
.vip-power-list .icon.no{ background-position:-252px 0;}
.vip-power-list .icon.que{ background-position:-280px 0;}
.vip-power-list .new:before{content:"NEW"; font-size: 12px; font-weight:normal;background: #f00;color:#fff;padding:0 3px;margin:0 3px;border-radius: 2px;}

/*注册*/
.reg-wrap{background: #fff;}
.reg-wrap header{border-bottom:1px solid #ececec;box-shadow: 0 1px 8px rgba(0,0,0,.1);}
.reg-wrap form .tip{padding:10px 30px; color: #f00;}
.reg-wrap .reg-btn{padding:10px 30px;}

/*合作*/
.cooperate{background: #fff;}
.cooperate .banner{margin-bottom:30px; }
.cooperate .sect{padding:20px 12px;}
.cooperate .sect .sect-header{text-align: center; height: 90px;padding-top:22px; background: url("images/cooperate_new/sect_title.png") center no-repeat; background-size:auto 90px; }
.cooperate .sect .sect-header .title{ font-size: 18px; font-weight: normal;}

.cooperate .sect-marketing{background: #fff url("images/cooperate_new/wave.png") center bottom no-repeat; background-size: 100% auto;padding-bottom:60px; }
.sect-marketing .text{ text-indent: 2em;padding: 10px 0;}
.sect-marketing .slogan{ text-align: center; font-size: 16px; color: #353535;}

.sect-app-feature{background: #fcfcfc;}
.sect-app-feature .feature-list{padding:10px 0;}
.sect-app-feature .feature-list li{background: #f56856;margin-bottom:10px;padding:5px 5px 5px 30px;border-radius: 6px;position: relative;}
.sect-app-feature .feature-list li p{ color: #fff;}

.sect-app-feature .feature-list li p span{ position: absolute;display:block;width:30px; text-align:center;top:-2px;left:0; font-size: 20px; font-weight: bold; color:#ff908d ;}

.sect-app-chance{background: #f56856;}
.sect-app-chance .title{font-size: 24px; color: #fff; text-align: center; font-weight: normal;}
.sect-app-chance .text{font-size: 13px; color: #fff;padding:20px 0 10px;}
.sect-app-chance .slogan{text-align: center; font-size: 16px; color: #fff;}

.sect-apppark-feature .feature-list,.sect-support .feature-list{}
.sect-apppark-feature .feature-list li,.sect-support .feature-list li{ width: 50%; float: left; text-align: center;padding:20px 0;}
.sect-support .feature-list li{height: 160px; overflow: hidden;}
.sect-support .feature-list li h3{ font-size: 15px; font-weight: normal;}
.sect-support .feature-list li p{ font-size: 12px;}

.sect-parters{background: #fff;}
.sect-parters .parters-list{padding:20px 0;}
.sect-parters .parters-list li{ width: 33.3333%; float: left;text-align: center;padding:5px 0;}

.cooperate .sect-recruit{background:#32302d url(images/cooperate_new/bg_recruit.png) center no-repeat; background-size: cover;padding-bottom:160px; }
.sect-recruit .title{ font-size: 20px; color: #fff; text-align: center; font-weight: normal;}
.sect-recruit .rule-list{ color: #fff;padding:20px 30px;}

.cooperate .sect-form{position:relative;width: 90%;margin:-100px auto 40px;padding:8px; background: #fff url("images/cooperate_new/bg_form.png") repeat; background-size:25%; border-radius: 6px; box-shadow: 0 3px 18px rgba(0,0,0,.2);  }
.sect-form .title{position: absolute;top:-30px;left:50%;width: 80px;height: 80px; margin-left:-40px;background:#ff6600 ; border-radius: 50%;padding-top:20px;font-size: 20px; line-height: 20px; text-align: center; color: #fff;}
.sect-form .form-wrap{background: #fff;padding:30px 8px 10px;}
.sect-form .form-wrap .form-row{padding:5px 0;}
.sect-form .form-wrap .label{display: block;margin-bottom:5px ; color: #353535; font-size: 14px;}
.sect-form .form-row input[type="text"]{  font-size: 14px;  line-height: 36px;  padding: 4px 8px; height: 46px;}
.sect-form .form-row select{display:inline-block;width: 120px;  margin-right:10px;  font-size: 14px;  line-height: 36px;  padding: 4px 8px; height: 46px;-webkit-appearance: none; }
.sect-form .form-wrap .error-tip{color:#f00;}
.sect-form .form-row input[type="submit"]{-webkit-appearance: none;}

.cooperate .cooperate-btn{font-size: 16px;}

/*合作推广*/
.promotion header .logo{ text-align: left;}
.promotion header .tel{text-decoration:none;position: absolute;right:10px;top:0; line-height:44px ; font-size: 16px; color:#ff6e03 ;}
.promotion .mod-body{background: #fff;}
.promotion .banner{
    width: 100%;
    height: 210px;
    text-align: center;
    overflow: hidden;
    background-size: auto 210px;
    background-position: center;
}

.promotion .mod-sect{padding:20px 12px 40px;}
.promotion .mod-sect .sect-header{text-align: center; height: 90px;padding-top:22px; }
.promotion .mod-sect .sect-header .title{ font-size: 18px; font-weight: normal;}
.promotion .mod-build-step .step-list {
    text-align: center;
}
.promotion .mod-build-step .step-list .step-item {
    position: relative;
}
.promotion .mod-build-step .step-list .step-item:not(:last-child):after {
    content: "";
    position: absolute;
    top: 35px;
    right: -5px;
    display: block;
    width: 10px;
    height: 14px;
    background: url("images/index/step_arror.png") no-repeat;
    background-size: 100%;
}
.promotion .mod-build-step .step-list h4 {
    font-size: 15px;
    margin: 10px 0 2px;
    font-weight: normal;
}
.promotion .mod-build-step .step-list p {
    color: #888;
}

.promotion .mod-app-type{background: #f9f9f9;}
.promotion .mod-app-type .type-list .item{
    text-align: center;
    margin-top:30px;
}
.promotion .sect-app-feature{background: #fcfcfc;}
.promotion .sect-app-feature .feature-list{padding:10px 0;}
.promotion .sect-app-feature .feature-list li{background: #f56856;margin-bottom:10px;padding:5px 5px 5px 30px;border-radius: 6px;position: relative;}
.promotion .sect-app-feature .feature-list li p{ color: #fff;}
.promotion .sect-app-feature .feature-list li p span{ position: absolute;display:block;width:30px; text-align:center;top:-2px;left:0; font-size: 20px; font-weight: bold; color:#ff908d ;}
.promotion .sect-plan{padding-left:0;padding-right:0;}
.promotion .sect-apppark-feature .feature-list li,.promotion .sect-support .feature-list li{ width: 50%; float: left; text-align: center;padding:20px 0;}
.promotion .sect-support{background: #f9f9f9;}
.promotion .sect-support .feature-list li{height: 160px; overflow: hidden;}
.promotion .sect-support .feature-list li h3{ font-size: 15px; font-weight: normal;}
.promotion .sect-support .feature-list li p{ font-size: 12px;}
.promotion .sect-recruit{background:#32302d url(images/cooperate_new/bg_recruit.png) center no-repeat; background-size: cover;padding-bottom:160px; }
.promotion .sect-recruit .title{ font-size: 20px; color: #fff; text-align: center; font-weight: normal;}
.promotion .sect-recruit .rule-list{ color: #fff;padding:20px 30px;}
.promotion .sect-form{position:relative;width: 90%;margin:-100px auto 40px;padding:8px; background: #fff url("images/cooperate_new/bg_form.png") repeat; background-size:25%; border-radius: 6px; box-shadow: 0 3px 18px rgba(0,0,0,.2);  }
.promotion .sect-form .title{position: absolute;top:-30px;left:50%;width: 80px;height: 80px; margin-left:-40px;background:#ff6600 ; border-radius: 50%;padding-top:20px;font-size: 20px; line-height: 20px; text-align: center; color: #fff;}
.promotion .sect-form .form-wrap{background: #fff;padding:30px 8px 10px;}
.promotion .sect-form .form-wrap .form-row{padding:5px 0;}
.promotion .sect-form .form-wrap .label{display: block;margin-bottom:5px ; color: #353535; font-size: 14px;}
.promotion .sect-form .form-row input[type="text"]{  font-size: 14px;  line-height: 36px;  padding: 4px 8px; height: 46px;}
.promotion .sect-form .form-row select{display:inline-block;width: 120px;  margin-right:10px;  font-size: 14px;  line-height: 36px;  padding: 4px 8px; height: 46px;-webkit-appearance: none; }
.promotion .sect-form .form-wrap .error-tip{color:#f00;}
.promotion .sect-form .form-row input[type="submit"]{-webkit-appearance: none;}
.promotion .cooperate-btn{font-size: 16px;}
.promotion .process li{width: 100%;text-align: center;padding:10px 0;position: relative;}
.promotion .process li img{margin-bottom: 10px;position: relative;z-index: 12;}
.promotion .process li span{background: #fff;position: relative;z-index: 12;}
.promotion .process li:after{position: absolute;top:0;left:50%;content: "";display: block;width: 4px;height: 100%;margin-left:-2px;background: #ff6e03;z-index: 5;}


/*mod-table*/
.mod-table th{ line-height:28px;padding:8px 6px; font-size:14px;color:#333333; font-weight:normal; border-bottom:2px solid #cecece;border-left:1px solid #ececec;}
.mod-table td{padding:8px 6px; font-size:12px;color:#666; border-bottom:1px solid #ececec;border-left:1px solid #ececec; text-align:center;}
.mod-table td.first,.mod-table th.first{ text-align:left;border-left:none;}


/*pageScroll*/
.scroll-page-wrap {
    height: 100%;
    width: 100%;
    padding: 0;
    overflow: hidden;
}

.scroll-page {
    height: 100%;
    width: 100%;
    position: absolute;
    display: none;
    overflow: hidden;
}

.page-content {
    height: 100%;
    width: 100%;
    display: table;
}

.page-content-in {
    vertical-align: middle;
    display: table-cell;
}

.scroll-page-wrap .anchor {
    position: absolute;
    right: 10px;
    z-index: 100;
    top: 50%;
    margin: -50px 0 0 0;
}

.scroll-page-wrap .anchor a {
    display: block;
    width: 8px;
    height: 8px;
    border-radius: 4px;
    margin: 5px;
    border: 1px solid #fff;;
    background: rgba(0, 0, 0, .3);
}

.scroll-page-wrap .anchor a.current {
    background: #fff;
}

.scroll-page-wrap .next, .scroll-page-wrap .prev {
    position: absolute;
    bottom: 70px;
    left: 50%;
    margin-left: -15px;
    width: 30px;
    height: 30px;
    border-radius: 15px;
    border: 1px solid rgba(255, 255, 255, .8);
    background: rgba(0, 0, 0, .2);
    z-index: 100;
}

.scroll-page-wrap .prev {
    display: none
}

.scroll-page-wrap .next {
    -webkit-animation: bounce 1.8s .2s ease infinite both;
    animation: bounce 1.8s .2s ease infinite both;
}

.scroll-page-wrap.horizontal .next {
    -webkit-animation: none;
    animation: none;
}

.scroll-page-wrap .next:before, .scroll-page-wrap .next:after, .scroll-page-wrap .prev:before, .scroll-page-wrap .prev:after {
    display: block;
    content: "";
    position: absolute;
    top: 15px;
    width: 12px;
    height: 2px;
    background: rgba(255, 255, 255, .8);
}

.scroll-page-wrap .next:before, .scroll-page-wrap .prev:before {
    left: 4px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

.scroll-page-wrap .next:after, .scroll-page-wrap .prev:after {
    right: 4px;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.scroll-page-wrap.horizontal .anchor {
    top: auto;
    right: auto;
    bottom: 30px;
    left: 50%;
    margin: 0 0 0 50px;
}

.scroll-page-wrap.horizontal .anchor a {
    display: inline-block;
}

.scroll-page-wrap.horizontal .next {
    right: 10px;
    left: auto;
    top: 50%;
    margin: -30px 0 0 0;
    transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg);
}

.scroll-page-wrap.horizontal .prev {
    display: block;
    right: auto;
    left: 10px;
    top: 50%;
    margin: -30px 0 0 0;
    transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
}
/**
 * 618活动弹框
 */
#index .modalMask{
    background: rgba(0,0,0,0.5);
    position: fixed;
    width: 100%;
    height: 100%;
    left: 0px;
    top: 0px;
    z-index: 1001;
}
#index .activity618{
    position: fixed;
    width: 9.36rem;
    z-index: 1002;
    top: 25%;
    left: 50%;
    margin-left: -4.68rem;
}
#index .activity618 a{
    display: block;
    -webkit-tap-highlight-color: rgba(0,0,0,0);
}
#index .activity618 a img{
    display: block;
    width: 100%;
}
#index .activity618 .activity618_closeBtn{
    display: block;
    position: absolute;
    width: 0.61rem;
    right: 50%;
    margin-right: -0.305rem;
    bottom: -0.67rem;
}

#index .mod-app-case .case-tip {
  text-align: center;
  color: #fff;
}
#case .case-item .case-tip {
  font-size: 12px;
  text-align: center;
  margin-top: 10px;
  animation: fadeInUp 1s 0.3s ease both;
}






/*动画*/
@-webkit-keyframes aTopbar {
    0% {
        -webkit-transform: translateY(50px);
        opacity: .3;
    }

    100% {
        -webkit-transform: translateY(0);
        opacity: 1;
    }
}

@-webkit-keyframes aGrid {
    0% {
        -webkit-transform: translateY(40px);
        opacity: .3;
    }

    100% {
        -webkit-transform: translateY(0);
        opacity: 1;
    }
}

@-webkit-keyframes aList {
    0% {
        -webkit-transform: translateY(30px);
        opacity: .3;
    }

    100% {
        -webkit-transform: translateY(0);
        opacity: 1;
    }
}

@-webkit-keyframes aNavbar {
    0% {
        -webkit-transform: translateY(25px);
        opacity: .3;
    }

    100% {
        -webkit-transform: translateY(0);
        opacity: 1;
    }
}

@-webkit-keyframes animateHand {
    0% {
        opacity: 0;
    }
    20% {
        opacity: 1;
        -webkit-transform: translateX(0)
    }
    80% {
        opacity: 1;
        -webkit-transform: translateX(-90px)
    }
    100% {
        opacity: 0;
        -webkit-transform: translateX(-90px)
    }
}

@-moz-keyframes animateHand {
    0% {
        opacity: 0;
    }
    20% {
        opacity: 1;
        -moz-transform: translateX(0)
    }
    80% {
        opacity: 1;
        -moz-transform: translateX(-180px)
    }
    100% {
        opacity: 0;
        -moz-transform: translateX(-180px)
    }
}

@-webkit-keyframes scale {
    0% {
        -webkit-transform: scale(1);
    }
    50% {
        -webkit-transform: scale(1.6);
    }
    100% {
        -webkit-transform: scale(1);
    }
}

@keyframes scale {
    0% {
        transform: scale(1);
    }
    50% {
        transform: scale(1.6);
    }
    100% {
        transform: scale(1);
    }
}

@-webkit-keyframes fade {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

@keyframes fade {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

@-webkit-keyframes hide {
    0% {
        opacity: 1;
    }
    100% {
        opacity: 0;
    }
}

@keyframes hide {
    0% {
        opacity: 1;
    }
    100% {
        opacity: 0;
    }
}

@-webkit-keyframes fadeInUp {
    0% {
        opacity: 0;
        -webkit-transform: translateY(20px)
    }
    100% {
        opacity: 1;
        -webkit-transform: translateY(0)
    }
}

@keyframes fadeInUp {
    0% {
        opacity: 0;
        transform: translateY(20px)
    }
    100% {
        opacity: 1;
        transform: translateY(0)
    }
}

@-webkit-keyframes fadeInDown {
    0% {
        opacity: 0;
        -webkit-transform: translateY(-20px)
    }
    100% {
        opacity: 1;
        -webkit-transform: translateY(0)
    }
}

@keyframes fadeInDown {
    0% {
        opacity: 0;
        transform: translateY(-20px)
    }
    100% {
        opacity: 1;
        transform: translateY(0)
    }
}

@-webkit-keyframes fadeInLeft {
    0% {
        opacity: 0;
        -webkit-transform: translateX(-20px)
    }
    100% {
        opacity: 1;
        -webkit-transform: translateX(0)
    }
}

@keyframes fadeInLeft {
    0% {
        opacity: 0;
        transform: translateX(-20px)
    }
    100% {
        opacity: 1;
        transform: translateX(0)
    }
}

@-webkit-keyframes fadeInRight {
    0% {
        opacity: 0;
        -webkit-transform: translateX(20px)
    }
    100% {
        opacity: 1;
        -webkit-transform: translateX(0)
    }
}

@keyframes fadeInRight {
    0% {
        opacity: 0;
        transform: translateX(20px)
    }
    100% {
        opacity: 1;
        transform: translateX(0)
    }
}

@-webkit-keyframes bounceIn {
    0% {
        opacity: 0;
        -webkit-transform: scale(.3)
    }
    50% {
        opacity: 1;
        -webkit-transform: scale(1.02)
    }
    70% {
        -webkit-transform: scale(.95)
    }
    100% {
        -webkit-transform: scale(1)
    }
}

@keyframes bounceIn {
    0% {
        opacity: 0;
        transform: scale(.3)
    }
    50% {
        opacity: 1;
        transform: scale(1.02)
    }
    70% {
        transform: scale(.95)
    }
    100% {
        transform: scale(1)
    }
}

@-webkit-keyframes bounce {
    0%, 20%, 50%, 80%, 100% {
        -webkit-transform: translateY(0)
    }
    40% {
        -webkit-transform: translateY(-8px)
    }
    60% {
        -webkit-transform: translateY(-5px)
    }
}

@keyframes bounce {
    0%, 20%, 50%, 80%, 100% {
        transform: translateY(0)
    }
    40% {
        transform: translateY(-8px)
    }
    60% {
        transform: translateY(-5px)
    }
}