div{margin:0 auto;}



.index-first-page {
    display: grid;
    width: 100%;
    min-width: 1280px;
    height: 488px;
    overflow: hidden;
    position: relative;
    background: #ce2828;
}

.index-first-page .index-first-banner {
    position: relative;
    width: 1280px;
    height: 292px !important;
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: center;
    opacity: 1;
    margin: 0 auto;
    justify-content: space-between;
}

.index-first-page .title-wrap {
    position: relative;
    z-index: 10;
    margin: 0;
    height: 100%;
    margin-right: 2%;
    z-index: 88;
}

.index-first-page .title-wrap .title {
    font-size: 46px;
    font-weight: 700;
    color: #fff;
    text-align: left;
    margin-top: 68px;
    line-height: 66px;
    letter-spacing: 1px;
    text-shadow: 3px 3px #000000;
}

.index-first-page .title-wrap .title-second {
    font-size: 20px;
    color: #fff;
    letter-spacing: 2px;
    line-height: 36px;
    margin-top: 10px;
    margin-bottom: 36px;
    text-shadow: 2px 2px #000000;
}

.index-first-page .title-wrap .title-second span:not(:last-child) {
    margin-right: 24px
}

.index-first-page .first-page-pic {
    position: absolute;
    width: 2560px;
    right: 50%;
    margin-right: -1280px;
    z-index: 10;
}

.index-first-page .first-page-pic .pic-bg {
    width: 648px;
    height: 378px !important;
    background-image: url(../images/index_video_bg.png);
    background-repeat: no-repeat;
    background-size: cover
}

.index-first-page .first-page-pic .index-video-wrap {
    padding: 40px 10px 10px 10px;
    display: inline-block
}

.index-first-page .first-page-pic img {
    margin: 0 auto;
    max-width: 100%;
    display: inline-block;
    border-radius: 8px
}

.index-first-page .index_animation_fast {
    position: absolute;
    top: 50%;
    left: 13%;
    text-align: right;
    -webkit-animation: upAndDownFast-data-v-b3ff5742 2s ease-in-out infinite alternate;
    animation: upAndDownFast-data-v-b3ff5742 2s ease-in-out infinite alternate
}

@-webkit-keyframes upAndDownFast-data-v-b3ff5742 {
    0% {
        top: 50%
    }

    to {
        top: 46%
    }
}

@keyframes upAndDownFast-data-v-b3ff5742 {
    0% {
        top: 50%
    }

    to {
        top: 46%
    }
}

.index-first-page .index_animation_slow {
    position: absolute;
    top: 30%;
    left: 1%;
    -webkit-animation: upAndDownSlow-data-v-b3ff5742 2s ease-in-out infinite alternate;
    animation: upAndDownSlow-data-v-b3ff5742 2s ease-in-out infinite alternate
}



.lb-box {
    margin: 0 auto;
    overflow: hidden;
}

.lb-box .lb-content {
    width: 100%;
    height: 100%;
}

.lb-box .lb-content .lb-item {
    width: 100%;
    height: 500px !important;
    display: none;
    position: relative;
}

.lb-box .lb-content .lb-item>a {
    width: 100%;
    height: 500px !important;
    display: block;
    background-color: #ce2828;
}

.lb-box .lb-content .lb-item>a>iframe {
    width: 100%;
    height: 500px !important;
    transition: .5s;
    height: auto;
    border: 0;
}

.lb-box .lb-content .lb-item>a>img {
    /* width: 100%; */
    /* height: 426px !important; */
    transition: .5s;
    height: auto;
    border: 0;
    margin-left: 50%;
    margin-right: 50%;
    transform: translate(-50%, 0);
}

.lb-box .lb-content .lb-item>a>span {
    width: 620px;
    display: block;
    position: absolute;
    bottom: 0px;
    text-align: center;
    padding: 15px;
    font-size: 16px;
    color: #fff;
}

.lb-box .lb-content .lb-item.active {
    display: block;
    left: 0%;
}

.lb-box .lb-content .lb-item.active.left {
    left: -100%;
}

.lb-box .lb-content .lb-item.active.right {
    left: 100%;
}

.lb-box .lb-content .lb-item.next,
.lb-box .lb-content .lb-item.prev {
    display: block;
    position: absolute;
    top: 0px;
}

.lb-box .lb-content .lb-item.next {
    left: 100%;
}

.lb-box .lb-content .lb-item.prev {
    left: -100%;
}

.lb-box .lb-content .lb-item.next.left,
.lb-box .lb-content .lb-item.prev.right {
    left: 0%;
}

.lb-sign {
    position: absolute;
    margin: 0;
    right: 636px;
    bottom: 3px;
    list-style: none;
    -webkit-user-select: none;
    user-select: none;
}

.lb-sign li {
    width: 22px;
    height: 20px;
    font-size: 14px;
    font-weight: 500;
    line-height: 20px;
    text-align: center;
    float: left;
    color: #fff;
    margin: auto 4px;
    border-radius: 3px;
    cursor: pointer;
}

.lb-sign li:hover {
    color: #fff;
}

.lb-sign li.active {
    color: #000;
    background-color: #EBEBEB;
}

.lb-ctrl {
    position: absolute;
    color: white;
    background: rgba(0, 0, 0, .1);
    width: 50px;
    height: 80px;
    top: 40%;
    font-family: "宋体";
    line-height: 80px;
    font-size: 60px;
    margin-top: -40px;
    text-align: center;
    cursor: pointer;
}

.lb-ctrl.left {
    left: 548px;
}

.lb-ctrl.right {
    right: 548px;
}

.slider .lb-box:hover .lb-ctrl.left {
    left: 10px;
}

.slider .lb-box:hover .lb-ctrl.right {
    right: 10px;
}

.lb-ctrl:hover {
    background-color: rgba(0, 0, 0, 0.3);
}

.banner_content{
    display: inline-block;
    position: relative;
    width: 100%;
    height: 500px;
}
.banner_content .banner_bg{
	position: absolute;
    /* left: 50%;
    margin-left: -1479px; */
    width: 100%;
    height: 500px;
    z-index: 1;
    align-items: center;
    display: inline-flex;
    background: #acd6f7;
}
.banner_content .banner_bg .krp{
    width: 100%;
    height: 500px!important;
    transition: .5s;
    border: 0;
}
.banner_content .title-wrap{
    position: relative;
    z-index: 10;
    width: 800px;
    margin: 0 auto;
}
.banner_content .title-wrap .title{
    font-size: 46px;
    font-weight: 700;
    color: #fff;
    text-align: center;
    margin-top: 98px;
    line-height: 66px;
    letter-spacing: 1px;
    text-shadow: 3px 3px #000000;
}
.banner_content .title-wrap .title-second{
    font-size: 32px;
    color: #fff;
	text-align: center;
	margin-top: 20px;
    line-height: 36px;
    text-shadow: 3px 3px #000000;
}
.banner_content .title-wrap .title-second span:not(:last-child){
	margin-right:24px
}
.banner_content .title-wrap .btn_com {
	padding-top: 30px;
    font-size: 0;
    text-align: center;
}
.banner_content .title-wrap .btn_com .btn_com1{
    display: inline-block;
    width: 160px;
    height: 50px;
    line-height: 50px;
    letter-spacing: 1px;
    border-radius: 5px;
    cursor: pointer;
    color: #000;
    font-size: 20px;
    background: #ffffff;
}
.banner_content .title-wrap .btn_com .btn_com1:hover{
    background: #FA6400;
	color: #fff;
}


.buy-box{
    position: relative;
    width: 1200px;
    margin: 0 auto;
    margin-top: -180px;
    z-index: 10;
    padding: 20px 0;
}
.buy-box .items{
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
}
.buy-box .items ._item{
	margin: 0;
	width: 380px;
}
.buy-box .items ._item .super {
    border-radius: 6px;
    text-align: center;
    height: 376px;
    text-shadow: 0px 2px 4px rgba(0,0,0,0.6);
}
.buy-box .items ._item .super.su1 {
    background: linear-gradient(rgb(152, 185, 196) 0%, rgb(86, 130, 144) 100%);
}
.buy-box .items ._item .super.su2 {
    background: linear-gradient(223deg, #FFE2A2 0%, #C38A39 100%);
}
.buy-box .items ._item .super.su3 {
    background: linear-gradient(140deg, #5B5866 0%, #100D20 100%);
    text-shadow: 0px 2px 4px rgba(0,0,0,0);
}
.buy-box .items ._item .super.su3 .tl-d, .buy-box .items ._item .super.su3 .pri-d .price-d{
    background: linear-gradient(131deg,#FEFFDE 0%,#E69072 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.buy-box .items ._item .super .tl-d {
	color: #fff;
	min-height: 110px;
    padding: 25px 0 0 0;
    background: none;
    border: none;
    text-align: center;
}

.buy-box .items ._item .super .tl-d .title {
    font-weight: bold;
    padding-bottom: 16px;
    font-size: 40px;
}
.buy-box .items ._item .super .tl-d .sm {
    padding: 0 10%;
    font-size: 16px;
	text-align: center;
}
.buy-box .items ._item .super .pri-d {
    display: block;
    align-items: center;
    justify-content: center;
}
.buy-box .items ._item .super .pri-d .price-d {
    display: flex;
    justify-content: center;
    align-items: flex-end;
	width: 162px;
    padding: 10px 0 5px 0;
}
.buy-box .items ._item .super .pri-d .price-d .price {
    display: flex;
    align-items: flex-start;
}
.buy-box .items ._item .super .pri-d .price-d .price.free {
    display: block;
    font-size: 48px;
    text-align: center;
    color: #fff;
}
.buy-box .items ._item .super .pri-d .price-d .price .unit {
    font-size: 20px;
    color: #ffffff;
}
.buy-box .items ._item .super .pri-d .price-d .price .money {
    padding-left: 8px;
    color: #ffffff;
    font-size: 48px;
    font-weight: bold;
}
.buy-box .items ._item .super .pri-d .price-d .yuan {
    font-size: 18px;
    color: #ffffff;
}
.buy-box .items ._item .super .pri-d .yMoney {
    line-height: 22px;
    margin-bottom: 32px;
    font-size: 16px;
    color: #ffffff;
    text-decoration: line-through;
}

.buy-box .items ._item .super .btn-d {
    padding-bottom: 30px;
}
.buy-box .items ._item .super .btn-d .btn {
    display: inline-block;
    width: 214px;
    color: #fff;
    line-height: 42px;
    font-size: 16px;
    border: 0px solid #32caff;
    border-radius: 30px;
    cursor: pointer;
    background: #ffffff;
    box-shadow: 0px 2px 4px 0px rgba(0,0,0,0.2);
    border-radius: 10px;
}
.buy-box .items ._item .super.su1 .btn-d .btn{
    background: #fff;
    color: #333;
}
.buy-box .items ._item .super.su2 .btn-d .btn{
    background: linear-gradient( 140deg,#5B5866 0%,#100D20 100%);
    color: #FEFFDE;
}
.buy-box .items ._item .super.su3 .btn-d .btn{
	background: linear-gradient(131deg, #FEFFDE 0%, #E69072 100%);
    color: #000;
}
.buy-box .items ._item .super.su1 .btn-d .btn:hover, .buy-box .items ._item .super.su2 .btn-d .btn:hover, .buy-box .items ._item .super.su3 .btn-d .btn:hover{
	opacity: 0.8;
}
.buy-box .items ._item .tips{
	width: 340px;
    margin-top: -10px;
    background: #EAF2FA;
    border-radius: 5px;
    padding: 30px 20px;
    position: relative;
    z-index: -1;
}
.buy-box .items ._item .tips .InfoRow{
	width: 100%;
    height: 18px;
    display: flex;
    justify-content: space-between;
    margin-bottom: 15px;
    font-size: 14px;
    color: #1A1A1A;
    font-weight: 400;
    line-height: 18px;
}



body {
    overflow: hidden !important;
}

.header {
    position: relative;
    height: 100px;
    background: url(//film.qq.com/minipay/img/header_bg.07f5544e.jpg) 0 0 no-repeat;
    background-size: 100% 100%;
    color: #d99900
}

.header .mod_user {
    height: 100%;
    position: relative;
    padding: 0 0 0 15px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.header .mod_user .info .title {
    font-size: 18px;
    line-height: 22px
}

.header .mod_user .info .title .name {
    display: inline-block;
    white-space: nowrap;
    text-overflow: ellipsis;
    max-width: 120px;
    vertical-align: top;
    line-height: 22px;
    color: #663d00
}


.header .mod_user .info .desc {
    float: left;
    width: 100%;
    line-height: 20px;
    font-size: 16px;
    margin-top: 10px
}

.header .mod_user .info .desc .name {
    display: inline-block;
    white-space: nowrap;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    max-width: 120px;
    vertical-align: top;
    line-height: 20px
}

.min_tab_b {
    background-color: #f0f0f0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.min_tab_b .item {
    position: relative;
    color: #000028;
    margin-left: 15px;
    height: 62px;
    padding-top: 10px;
    font-size: 0;
    text-align: center;
    cursor: pointer;
    float: left
}

.min_tab_b .item .icon,
.min_tab_b .item .txt {
    position: relative;
    z-index: 2;
    vertical-align: middle
}

.min_tab_b .item .txt {
    display: inline-block;
    font-size: 18px;
    font-weight: 600
}

.min_tab_b .item .txt_sub {
    font-size: 12px
}

.min_tab_b .item em {
    color: #dfb349
}

.min_tab_b .item.current .txt {
    font-size: 22px
}

.min_tab_b .item.current .txt_sub {
    font-size: 14px
}

.min_tab_b .item.current .line {
    display: block
}

.mod_pay {
    position: relative;
    border: 2px solid #f8f8f8;
    border-radius: 12px
}

.mod_pay .pay_figure .figure {
    float: left;
    text-align: center
}

.mod_pay .pay_figure .figure_pic_wp {
    padding: 10px;
    border: 2px solid #f0f0f0;
    width: 128px;
    height: 128px;
    position: relative
}

.mod_pay .pay_figure .figure_pic_wp .figure_pic_inner {
    background-color: #f0f0f0
}

.mod_pay .pay_figure .detail {
    margin: 20px 20px 20px 40px;
    font-weight: 600;
    display: flex;
    flex-direction: column;
    /* align-content: center; */
    /* flex-wrap: wrap; */
    /* align-items: center;*/
}

.mod_pay .pay_figure .detail .pay_method {
    color: #000028;
    font-size: 16px;
    line-height: 20px
}

.mod_pay .pay_figure .detail .pay_method img {
    margin-right: 3px;
    vertical-align: initial
}

.mod_pay .pay_figure .detail .agreement a {
    display: block;
    margin-top: 8px
}

.mod_pay .pay_figure .detail .agreement b {
    color: #dfb349
}

.mod_pay .pay_figure .detail .agreement .txt {
    display: inline-block;
    vertical-align: middle;
    font-size: 14px;
    color: #979797
}

.mod_pay .pay_figure .price {
    font-size: 16px;
    color: #222;
}

.mod_pay .pay_figure .price .strong {
    font-size: 36px;
    font-weight: 700;
    color: #000028;
    margin: 0 5px
}

.mod_pay .pay_figure .price .txt_sub {
    font-size: 14px;
    color: #999
}

.mod_pay .pay_figure .desc,
.mod_pay .pay_figure .desc_time {
    font-size: 16px;
    color: #222
}

.mod_pay .pay_figure .desc_time {
    margin-top: 8px
}

.mod_pay .pay_figure .name {
    display: inline-block;
    white-space: nowrap;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    vertical-align: top
}

img {
    max-width: 100%;
    vertical-align: middle
}

.fl {
    float: left
}

.fr {
    float: right
}

.hide {
    display: none
}

.ep-icon {
    display: block
}

.ep-icon-alipay {
    width: 22px;
    height: 19px;
    background: url('https://ditu.jinfuyun.cn/src/assets/images/alipay.png') no-repeat;
    background-size: 22px 19px;
}

.ep-icon-wxpay {
    width: 22px;
    height: 19px;
    background: url('https://ditu.jinfuyun.cn/src/assets/images/wxpay.png') no-repeat;
    background-size: 22px 19px;
}

.ep-icon-selected {
    width: 20px;
    height: 20px;
    background: url('https://ditu.jinfuyun.cn/src/assets/images/payselect.png') no-repeat;
    background-size: 20px 20px;
}

.clearfix {
    zoom: 1;
    clear: both
}

.clearfix:after {
    content: '';
    height: 0;
    line-height: 0;
    overflow: hidden;
    visibility: hidden;
    clear: both;
    display: table
}

.ep-mr10 {
    margin-right: 10px
}

.text-hidden {
    overflow: hidden;
    text-indent: -99999px;
}

.ep-pay-step {
    display: none;
    min-width: 460px;
    height: 353px;
}

.ep-pay-method {
    padding-top: 20px;
}

.ep-pay-method dd {
    padding-left: 0;
    float: none
}

.ep-pay-method dl {
    zoom: 1;
    clear: both
}

.ep-pay-method dl:after {
    content: '';
    height: 0;
    line-height: 0;
    overflow: hidden;
    visibility: hidden;
    clear: both;
    display: table
}

.ep-pay-wxpay-tit {
    font-size: 14px;
    color: #424242;
    line-height: 25px;
    margin-bottom: 15px;
    zoom: 1;
    clear: both
}

.ep-pay-wxpay-tit:after {
    content: '';
    height: 0;
    line-height: 0;
    overflow: hidden;
    visibility: hidden;
    clear: both;
    display: table
}

.ep-pay-wxpay-tit span {
    float: left
}

.ep-pay-wxpay-tit span.ep-icon {
    margin-right: 4px
}

.ep-wxpay-qrcode-wrap {
    width: 196px;
    height: 196px;
    margin-bottom: 10px
}

.ep-wxpay-qrcode-notice {
    height: 30px;
    line-height: 30px;
    background-color: #00c800;
    font-size: 12px;
    color: #fff;
    text-align: center;
    margin-bottom: 20px
}

.ep-wxpay-qrcode-tip {
    margin-left: 40px;
    margin-top: -10px
}

.ep-alipay-qrcode-tip {
    width: 206px;
    height: 205px;
    margin-left: 40px;
    margin-top: -10px
}

.ep-alipay-qrcode-notice {
    height: 30px;
    line-height: 30px;
    background-color: #55a2e3;
    font-size: 12px;
    color: #fff;
    text-align: center;
    margin-bottom: 20px
}

.ep-pay-method-list-tit ul {
    zoom: 1;
    clear: both
}

.ep-pay-method-list-tit ul:after {
    content: '';
    height: 0;
    line-height: 0;
    overflow: hidden;
    visibility: hidden;
    clear: both;
    display: table
}

.ep-pay-method-list-tit li {
    position: relative;
    font-size: 0;
    display: block;
    float: left;
    width: 130px;
    height: 44px;
    line-height: 42px;
    text-align: center;
    box-sizing: border-box;
    border: 1px solid #dedede;
    cursor: pointer
}

.ep-pay-method-list-tit li + li {
    margin-left: 10px;
    margin-bottom: 8px
}

.ep-pay-method-list-tit li .ep-pay-method-name {
    transition: color .1s ease-in
}

.ep-pay-method-list-tit li:hover,
.ep-pay-method-list-tit li.hover {
    border-color: #3879d1
}

.ep-pay-method-list-tit li:hover .ep-pay-method-name,
.ep-pay-method-list-tit li.hover .ep-pay-method-name {
    color: #3879d1
}

.ep-pay-method-list-tit li.selected {
    line-height: 40px;
    border: 2px solid #3879d1
}

.ep-pay-method-list-tit li.selected .ep-icon-selected {
    position: absolute;
    right: 0;
    bottom: 0;
    margin: 0
}

.ep-pay-method-list-tit li span {
    display: inline-block;
    color: #707070;
    font-size: 14px;
    line-height: 25px;
    vertical-align: middle
}

.ep-pay-method-list-tit li .ep-icon {
    margin-right: 4px
}

.ep-pay-method-list-tit li .ep-if-unionpay-tip {
    position: absolute;
    margin-top: -53px;
    margin-left: 70px;
    float: none;
    display: block;
    width: 120px;
    height: 20px;
    text-align: center;
    line-height: 20px;
    background-color: #ffc539;
    color: #fff;
    border-radius: 2px
}

.ep-pay-method-list-con .con {
    display: none
}

.ep-pay-method-list-con .con.show {
    display: block
}

.ep-pay-method-list-con .ep-tenpay-con div {
    text-align: right
}

.ep-pay-method-list-con .ep-tenpay-con .text {
    margin-top: 15px;
    color: #d7d7d7
}

.ep-qrcode-loading {
    width: 194px;
    height: 194px;
    margin-bottom: 10px;
    border: 1px solid #f1f1f3;
    text-align: center
}

.ep-qrcode-loading img {
    margin-top: 57px
}

.ep-pay-method-list-tit {
    margin-bottom: 25px
}

.ep-pay-method-list-tit li {
    transition: border-color .1s ease-in, color .1s ease-in
}

.ep-pay-method-list-tit li.selected .ep-icon-selected {
    transform-origin: 100% 100%;
    animation: iconScale .1s linear
}



