.index-outside > section {
    background: transparent !important;
}
.index-outside {
    width: 1190px;
}
/*banner*/
.banner{
    position: relative;
    overflow: hidden;
}
.banner .banner-bg{
    background-repeat: no-repeat;
    background-position: center;
    -webkit-background-size: cover;
    background-size: cover;
    -webkit-filter: blur(15px);
    -moz-filter: blur(15px);
    -o-filter: blur(15px);
    -ms-filter: blur(15px);
    filter: blur(34px);
    left: -5%;
    width: 110%;
    height: 110%;
    position: absolute;
    z-index: -1;
    -webkit-transition: all .6s;
    transition: all .6s;
}
.header-public-main {
    width: 1190px;
}
.slide-item{
    text-align: center;
}
.flexslider .slides .slide-item img {
    display: inline-block;
    width: 100%;
    /*max-width: 1600px;*/
}

.banner-img {
    background-position: center;
    -webkit-background-size: cover;
    background-size: cover;
    background-repeat: no-repeat;
    height: 500px;
}

.flexslider {
    margin: 0 auto !important;
    max-width: 1920px;
    padding: 0;
    border: 0px !important;
}

.slides .banner-text-shadow {
    position: absolute;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    bottom: 0;
    left: 0;
    width: 100%;
    color: #fff;
    background: rgba(0, 0, 0, 0.5);
    font-size: 14px;
    padding: 5px 10px;
}

.slides .banner-text-shadow .text {
    font-size: 18px;
    height: 30px;
    line-height: 30px;
}

.slides .banner-text-shadow .text a, .slides .banner-text-shadow .text a:hover {
    color: white
}

.flex-control-nav {
    display: none;
}

/*活动content*/
.acts-content img{
    width: 100%;
}
.col-inner{
    display: block;
    position: relative;
    overflow: hidden;
}
.col-inner img{
    -webkit-transition: all .8s;
    -moz-transition: all .8s;
    transition: all .8s;
}
.col-inner:hover img{
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2);
}
.col-small img{
    width: 100%;
    height: 170px;
}
.col-inner.bl{
    border-left: 5px solid rgba(255, 255, 255, 0);
}
.col-inner.br{
    border-right: 5px solid rgba(255, 255, 255, 0);
}
.col-inner.bt{
    border-top: 5px solid rgba(255, 255, 255, 0);
}
.col-inner.bb{
    border-bottom: 5px solid rgba(255, 255, 255, 0);
}
.acts-head {
    position: relative;
    height: 40px;
    padding-top: 15px;
    border-bottom: 1px solid #cec8c8;
}

.acts-head::before {
    position: absolute;
    display: inline-block;
    background: #e8473f;
    left: 0;
    content: '';
    width: 4px;
    height: 30px;
}

.acts-head .head-title {
    padding-left: 10px;
    float: left
}

.acts-head .more-link {
    float: right
}

.acts-content, .goods-content {
    width: 100%;
    padding: 20px 0;
}

.acts-content .act-item-bg, .acts-content .act-item-big-bg {
    position: relative;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
    background-position: center;
    height: 170px;
    overflow: hidden;
    cursor: pointer;
}

.acts-content .act-item-big-bg {
    height: 350px;
}

.acts-content .act-front-content {
    position: absolute;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    bottom: 0;
    left: 0;
    width: 100%;
    color: #fff;
    background: rgba(0, 0, 0, 0.5);
    font-size: 14px;
    padding: 5px 10px;
}

.acts-content .act-item-big-bg .act-front-content {
    font-size: 18px;
}

.goods-content .good-item-bg {
    height: 200px;
}

.goods-content .good-item {
    background: #fff;
    overflow: hidden;
    padding: 10px;
    cursor: pointer;
}

.goods-content .good-item .good-item-bg {
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
    background-position: center;
}

.goods-content .good-item .good-front-content {
    padding: 10px 0;
}

.goods-content .good-detail {
    position: relative;
}

.goods-content .good-title {
    height: 55px;
}

.good-detail .good-type {
    right: 0;
    padding: 2px 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    color: #e8473f;
    border: 1px solid #e8473f;
}
/*技术支持*/
.jszc-box{
    display: table;
    width: 100%;
    margin-top: 20px;
}
.jszc-content{
    display: table-cell;
    width: 100%;
    background: #fff;
    vertical-align: top;
    -webkit-box-shadow: 0 1px 4px rgba(0,0,0,.2);
    box-shadow: 0 1px 4px rgba(0,0,0,.2);
    -webkit-border-radius: 4px;
    border-radius: 4px;
}
.jszc-box .demo-slider-box{
    margin: 0;
    margin-left: 10px;
    height: 180px;
    width: 200px;
    background: #fff;
}
.demo-slider-box .slide-item .title{
    font-size: 16px;
    font-weight: bold;
}
.flexslider.demo-slider-box .slide-item img{
    width: 140px;
    height: 140px;
    margin-top: 10px;
}
.demo-slider-box .flex-direction-nav a {
    width: 28px;
}
.jszc-content .jszc-item{
    display: block;
    margin: 24px;
    text-align: center;
}
.jszc-content .jszc-item .title{
    padding-top: 10px;
    font-size: 16px;
    font-weight: bold;
}
.jszc-content .jszc-item:after{
    position: absolute;
    right: 0;
    top: 15%;
    content: '';
    height: 54%;
    width: 1px;
    background-color: lightgrey;
}
.jszc-content .f-col-xs-3:last-child .jszc-item:after{
    height: 0;
}
/*合作伙伴*/
.partner-black {
    min-height: 300px;
    width: 100%;
    text-align: center;
    background-color: #4A4848;
}

.partner-black .partner-content {
    width: 1190px;
    margin: 0 auto;
    padding: 35px 0 22px;
    overflow: hidden;
    color: #fff;
    font-size: 14px;
}

.partner-content .partner {
    /* 	margin-bottom: 40px; */
}

.partner-content .partner .partner-header {
    color: #fff;
    font-size: 18px;
    text-align: left;
    margin-bottom: 20px;
}
.partner-content .partner .partner-icon-list li {
    margin-right: 44px;
    margin-bottom: 30px;
}

.partner-content .partner li .img {
    background-position: center;
    -webkit-background-size: cover;
    background-size: cover;
    background-repeat: no-repeat;
    width: 110px;
    height: 110px;
    -webkit-border-radius: 15px;
    border-radius: 15px;
}

.dialog-detail .download-img {
    width: 150px !important;
    max-width: inherit;
}

.banner-container{
    position: relative;
    text-align: center;
}
.banner-container .banner-bg-blur{
    background-repeat: no-repeat;
    background-position: center;
    -webkit-background-size: cover;
            background-size: cover;
    -webkit-filter: blur(15px);
    -moz-filter: blur(15px);
    -o-filter: blur(15px);
    -ms-filter: blur(15px);
    filter: blur(34px);
    left: -5%;
    width: 110%;
    height: 110%;
    position: absolute;
    z-index: -1;
}
.banner-container .banner-bg{
    width: 100%;
    max-width: 1920px;
}
.login-inner-box{
    position: absolute;
    left: 50%;
    top: 0;
    text-align: left;
    -webkit-transform: translate(-50%);
    -moz-transform: translate(-50%);
     -ms-transform: translate(-50%);
         transform: translate(-50%);
    margin: 0 auto;
    width:1190px;
    height: 100%;
    background: rgba(0, 0, 0, 0.15);
}
.login-inner-box .inner-form{
    width:900px;
    margin: 0 auto;
}
.inner-back{
    line-height: 40px;
    margin-left: 30px;
    color: #fff;
}
.inner-back:hover{
    color: #fde1e1;
}
.inner-logo{
    height: 280px;
    text-align: center;
}
.inner-logo img{
    height: 100%;
}
@media screen and (max-width:1366px) {
    .inner-logo{
        height: 265px;
    }
}

.my-form {
    display: table;
    margin: 0px auto;
}

.form-label {
    color: white !important;
    font-size: 23px !important;
}

.form-input {
    width: 250px !important;
}

#login_btn {
    padding-left: 30px !important;
    padding-right: 30px !important;
    font-size: 21px !important;
}

.login-inner-box .forget-pwd{
    text-align: right;
    padding-top: 5px;
    padding-right: 155px;
}
.login-inner-box .forget-pwd-btn{
    color: #e8473f;
}
.login-inner-box .forget-pwd-btn:hover{
    color:#fff;
}

header{
    background: #fff;
}
header .hd-inner{
    width:1000px;
    margin: 0 auto;
}
header .hd-inner img{
    height: 34px;
    width: auto;
    margin: 10px 0;
}
.banner-container{
    position: relative;
    text-align: center;
    overflow: hidden;
}
.banner-container .banner-bg-blur{
    background-repeat: no-repeat;
    background-position: center;
    -webkit-background-size: cover;
    background-size: cover;
    -webkit-filter: blur(15px);
    -moz-filter: blur(15px);
    -o-filter: blur(15px);
    -ms-filter: blur(15px);
    filter: blur(34px);
    left: -5%;
    width: 110%;
    height: 110%;
    position: absolute;
    z-index: -1;
}
.banner-container .banner-bg{
    width: 100%;
    max-width: 1920px;
}
.login-inner-box{
    position: absolute;
    left: 50%;
    top: 0;
    text-align: left;
    -webkit-transform: translate(-50%);
    -moz-transform: translate(-50%);
    -ms-transform: translate(-50%);
    transform: translate(-50%);
    margin: 0 auto;
    width:1200px;
    height: 100%;
}

/*合作伙伴*/
.partner-black {
    min-height: 300px;
    width: 100%;
    text-align: center;
    background-color: #4A4848;
}

.partner-black .partner-content {
    width: 1190px;
    margin: 0 auto;
    padding: 35px 0 22px;
    overflow: hidden;
    color: #fff;
    font-size: 14px;
}

.partner-content .partner {
    /* 	margin-bottom: 40px; */
}

.partner-content .partner .partner-header {
    color: #fff;
    font-size: 18px;
    text-align: left;
    margin-bottom: 20px;
}
.partner-content .partner .partner-icon-list li {
    margin-right: 44px;
    margin-bottom: 30px;
}

.partner-content .partner li .img {
    background-position: center;
    -webkit-background-size: cover;
    background-size: cover;
    background-repeat: no-repeat;
    width: 110px;
    height: 110px;
    -webkit-border-radius: 15px;
    border-radius: 15px;
}
/*登录区域*/
.login-wrap{
    /*box-shadow: 10px 10px 20px #00000026;*/
    /*border: 1px solid #ddd;*/
    /*border-radius: 5px;*/
    background: #fff;
    position: absolute;
    top: 200px;
    right: 0;
    z-index: 100;
    width: 320px;
    height: 360px;
}
.login-wrap .tabs{
    font-size: 0;
    position: relative;
    border-bottom: 1px solid #ddd;
}
.login-wrap .tabs .tab-itm{
    display: inline-block;
    line-height: 50px;
    text-align: center;
    width: 50%;
    font-size: 16px;
}
.login-wrap .tabs .register{
    width: 100%;
}
.login-wrap .tabs .tab-itm.sel{
    color: #e8473f;
    font-weight: bold;
}
.login-wrap .tab-body{
    display: none;
}
.login-wrap .tab-body.show{
    display: block;
}
.login-wrap .tabs .tab-itm:hover{
    color: #e8473f;
}
.login-wrap .qr-ctn{
    text-align: center;
    margin: 0 auto;
}
.login-wrap .qr-wrap{
    width: 150px;
    height: 150px;
    margin: 20px;
    display: inline-block;
    border: 1px solid #ddd;
    position: relative;
}
.login-wrap .scan-stat{
    position: absolute;
    width: 100%;
    height: 100%;
    text-align: center;
    background: rgba(0,0,0,.5);
    color: #fff;
    z-index: 100;
}
.login-wrap .scan-stat .scanning,.login-wrap .scan-stat .invalid{
    display: none;
}
.login-wrap .scan-stat .scanning .iconfont{
    font-size: 36px;
    color: #78c430;
    display: inline-block;
    margin-top: 26px;
}
.login-wrap .scan-stat .scanning a{
    color: #fff;
    font-size: 12px;
    margin-top: 10px;
    display: inline-block;
    text-decoration: underline;
}
.login-wrap .scan-stat .scanning a:hover{
    color: #f7bf3a;
}
.login-wrap .scan-stat .invalid p{
    margin: 45px 0 15px 0;
}
.login-wrap .scan-stat .invalid a{
    padding: 5px 20px;
    background: #e8473f;
    border: none;
    color: #fff;
}
.login-wrap .loading-img{
    position: absolute;
    max-width: 150px;
    max-height: 150px;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
}
.login-wrap .qr-wrap canvas{
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
}
.login-wrap .tabs .split{
    position: absolute;
    top: 30%;
    height: 20px;
    width: 1px;
    background: #ddd;
}
.login-wrap .app-qr-wrap{
    position: relative;
    font-size: 12px;
}
.login-wrap .app-qr-wrap .app-qr{
    display: none;
    position: absolute;
    left: 85px;
}
.login-wrap .app-qr-wrap .app-name{
    color: #e8473f;
    margin: 0 10px;
}
.login-wrap .qr-ctn .tips{
    margin-top: 10px;
    font-size: 12px;
    color: #bbb;
}
.login-wrap .qr-ctn .tips span{
    margin-right: 10px;
}
.login-wrap .qr-ctn .tips .iconfont{
    display: inline-block;
    width: 12px;
    height: 12px;
    font-size: 12px;
    line-height: 12px;
    padding: 4px;
    text-align: center;
    color: #ddd;
    border: 1px solid #ddd;
    border-radius: 50%;
    margin-right: 4px;
}
.login-wrap .login-ctn{
    padding-top:40px;
}
.login-wrap .login-ctn .form-itm{
    position: relative;
    line-height: 40px;
    margin-bottom: 20px;
    border: 1px solid #bbb;
    overflow: hidden;
}
.login-wrap .login-ctn .form-itm label{
    position: absolute;
    top: 0;
    left: 0;
    width: 42px;
    background: #eee;
    text-align: center;
    color: #aaa;
    border-right: 1px solid #bbb;
    height: 42px;
    line-height: 42px;
}
.login-wrap .login-ctn .form-itm label .iconfont{
    font-size: 20px;
}
.login-wrap .login-ctn .form-itm input{
    width: 200px;
    font-size: 14px;
    line-height: 18px;
    height: 18px;
    padding: 11px 8px 11px 50px;
    border: none;
}
.login-wrap .login-ctn .login-btn{
    display: inline-block;
    width: 100%;
    margin: 0 auto;
    box-sizing: border-box;
    text-align: center;
    font-size: 16px;
    background: #e8473f;
    color: #fff;
    padding: 10px 20px;
}