.t_fsz li {
	list-style-type:none!important;list-style: none!important;
}

.disCent{
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
}
.flex {
  display: -moz-box;  /* Firefox */   
  display: -ms-flexbox;    /* IE10 */   
  display: -webkit-box;    /* Safari */    
  display: -webkit-flex;    /* Chrome, WebKit */   
  display: flex;
}
.flex1{
	-webkit-box-flex: 1;
	-webkit-flex: 1;
	-ms-flex: 1;
	flex: 1;
}
.flexRow {
	display: flex;
	flex-direction: row;
}
.flexCol {
	display: flex;
	flex-direction: column;
}
.flexWrap {
	flex-wrap: wrap;
}

.newGifts {
    width: 100%;
    background-image: url("../img/v5/plugin/newGifts.png");
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100% 100%;
    background-color: rgba(205, 205, 205, .1);
    min-width: 1200px;
    min-height: 694px;
}
.newGifts_title {
    height:48px;
    font-size:50px;
    font-weight:400;
    color:rgba(51,55,88,1);
    line-height: 48px;
    margin-bottom: 40px;
}
.newGifts_twoTit {
    width: 700px;
    height: 48px;
    line-height: 28px;
    font-size: 20px;
    font-weight: 400;
    color: rgba(69,88,128,1);
    text-align: center;
    margin-bottom: 50px;
}
.newGifts_ul,
.recharge_ul{
    width: 405px;
    margin: 0 auto;
}
.newGifts_ul li,
.recharge_ul li{
    width: 75px;
    height:107px;
    border-radius: 10px;
    margin-left: 35px;
}
.newGifts_ul li {
    background: #fff;
    box-shadow: 0 0 16px 0 rgba(50, 127, 246, 0.05);
    color:rgba(50,127,246,1);
}
li .gifts_tit {
    font-size: 12px;
    height:12px;
    font-weight:400;
    line-height:24px;
    margin-bottom: 26px;
}
li .gifts_desc {
    height: 21px;
    font-size:22px;
    font-weight:500;
    line-height:24px;
}
.newGifts_body {
    width: 994px;
    height: 603px;
    margin: 0 auto;
    margin-top: -220px;
    position: relative;
}
.newGifts_body .newSvg1{
    width: 90px;
    height:86px;
    position: absolute;
    top: -20px;
    left: -30px;
    z-index: -1;
}
.newGifts_body .newSvg2{
    width: 90px;
    height:86px;
    position: absolute;
    bottom: -20px;
    right: -60px;
    z-index: -1;
}
.newGifts_body img {
    z-index: 10;
    border-radius: 10px;
    width: 994px;
    height: 603px;
    box-shadow: 0 0 16px 0 rgba(50, 127, 246, 0.05);
}
.newGifts_scene,
.newGifts_charact {
    padding-top: 110px;
}
.v5_funcCharact{
    margin-top: 20px;
}
.giftScene {
    border-radius:10px;
    margin: 50px auto 0;
    height: 337px;
    width: 1051px;
    background: #fff;
    overflow: hidden;
    box-shadow: 0 0 16px rgba(63,128,244,0.1);
    position: relative;
}
.v5_scene {
    position: relative;
    width: 2102px;
}
.v5_scene .v5_sceneLi {
    padding: 75px 0 74px 44px;
    width: 1028px;
    height: 188px;
    border-radius:10px;
}
.v5_scene .v5_sceneLi img {
    width: auto;
    height: auto;
}
.v5_scene .v5_sceneLi .v5_sceneRgt {
    margin-left: 44px;
    padding-right: 85px;
}
.v5_sceneRgt .v5_sceneTit {
    height:25px;
    font-size:26px;
    font-weight:500;
    color: rgba(51,55,88,1);
    line-height: 25px;
    margin-bottom: 28px;
}
.v5_sceneRgt .v5_sceneDesc {
    width: 565px;
    height:101px;
    font-size:16px;
    font-weight: 400;
    color: rgba(69,88,128,1);
    line-height:28px;
}
.v5_funcCharact li {
    width: 200px;
}
.v5_funcCharact li img {
    height: 90px;
    width: 90px;
    margin-bottom: 70px;
}
.v5_funcCharact li .sceneTit {
    height:30px;
    font-size:30px;
    font-weight:500;
    color:rgba(51,55,88,1);
    line-height: 30px;
    margin-bottom: 25px;
}
.v5_funcCharact li .sceneTwotit {
    height: 20px;
    font-size: 16px;
    font-weight: 400;
    color:rgba(69,88,128,1);
    line-height: 20px;
}
.v5_dots {
    position: absolute;
    bottom: 17px;
    left: 50%;
    width: 140px;
    height: 4px;
    margin-left: -70px;
}
.v5_dots .v5_dotsLine {
    width: 60px;
    height: 4px;
    background: #eee;
    border-radius: 2px;
    margin-right: 20px;
}
.v5_dots .v5_dotsLine:last-child{
    margin-right: 0;
}
.v5_dots .v5_dotsLine.active {
    background: #277DFF;
}

/* 充值奖励 */
.recharge {
    width: 100%;
    min-width: 1200px;
    height: 564px;
    padding-top: 64px;
    background: url("../img/v5/plugin/rechargeBck.png") no-repeat center;
    background-size: 100% 100%;
}
.recharge_split {
    width: 1120px;
    height: 335px;
    padding-top: 55px;
    margin: 0 auto;
    background: url("../img/v5/plugin/recharge_split.png") no-repeat center;
}
.recharge_city {
    width: 1271px;
    height: 507px;
    margin: 0 auto;
    margin-left: -86px;
    background: url("../img/v5/plugin/recharge_city.png") no-repeat center;
}
.recharge_title {
    height:48px;
    font-size:50px;
    font-weight:400;
    text-align: center;
    color: #fff;
    line-height: 48px;
    margin-bottom: 40px;
}
.recharge_twoTit {
    width: 620px;
    height: 48px;
    line-height: 28px;
    font-size: 20px;
    font-weight: 400;
    color: #fff;
    text-align: center;
    margin: 0 auto 50px;
}
.recharge_ul {
    margin: 0 auto;
}
.recharge_ul li{
    color: #fff;
    background: #D24436;
    box-shadow: 0 0 16px 0 rgba(50, 127, 246, 0.05);
}
.recharge_scene {
    padding-top: 90px;
    height: 467px;
    padding-bottom: 80px;
    position: relative;
}
.remardScene {
    margin: 50px auto 0;
    height: 337px;
    width: 1085px;
    overflow: hidden;
    border-radius: 10px;
    background-color: rgba(254,247,248,1);
    box-shadow: 0 0 30px rgba(234,79,93,0.1);
}
.remardScene .v5_scene .v5_sceneLi {
    background-image: url("../img/v5/plugin/recharge.png");
    background-repeat: no-repeat;
    background-position: center;
}
.remardScene .v5_scene .v5_sceneRgt {
    margin-left: 150px;
    padding-right: 58px;
}

.remardScene .v5_scene {
    width: 2170px;
}
.remardScene .v5_scene .v5_sceneLi {
    width: 1041px;
}
.remardScene .v5_dots
 {
    position: absolute;
    left: 50%;
    bottom: 30px;
    width: 140px;
    height: 4px;
    margin-left: -70px;
}
.remardScene .v5_dots .v5_dotsLine:last-child{
    margin-right: 0;
}
.remardScene .v5_dots .v5_dotsLine.active {
    background: #FC513E;
}

/*消费奖励*/
.consum {
    width: 100%;
    min-width: 1200px;
    height: 559px;
    background: url("../img/v5/plugin/consumBg.png") no-repeat center;
    background-size: 100% 100%;
}
.consum_split {
    width: 1204px;
    height: 405px;
    padding-top: 100px;
    margin: -2px auto 0;
    background: url("../img/v5/plugin/consum_split.png") no-repeat center;
}
.consum_twoTit {
    width: 760px;
    height:48px;
    font-size:20px;
    font-weight:400;
    color:rgba(255,255,255,1);
    line-height:28px;
    text-align: center;
    margin: 0 auto 70px;
}
.disCent .sceneTit.consumTit {
    font-size: 26px;
    font-weight: 500;
}
.disCent .sceneTwotit.consumTwotit {
    font-size: 18px;
}

/*超级海报*/
.poster  {
    width: 100%;
    min-width: 1200px;
    height: 598px;
    background-image: url("../img/v5/plugin/posterbck.png");
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: top center;
}
.poster .v5_container {
    height: 490px;
    padding-top: 110px;
    background:rgba(255,255,255,1);
    box-shadow:0px 0px 18px 0px rgba(50,127,246,0.16);
    opacity:0.98;
    border-radius:8px;
}
.poster .newGifts_title,
.poster .poster_twoTit,
.poster .newGIfts_ul {
    margin: 0 auto;
    text-align: center;
}
.poster .newGifts_title {
    margin-bottom: 50px;
}
.v5_container .poster_twoTit{
    text-align: center;
    width: 720px;
    height:54px;
    font-size:20px;
    font-weight:400;
    color: #455880;
    line-height:34px;
    margin-bottom: 110px;
}
.posterTit {
    height:35px;
    font-size:36px;
    font-weight:400;
    color: #333758;
    line-height:45px;
    text-align: center;
    margin-bottom: 60px;
    margin-top: 50px;
}
.posterTit span {
    display: inline-block;
    color: #00AEFF;
    margin-right: 15px;
}
.posterSwiper {
    margin-bottom: 80px;
}
.posterSwiper .posterLeft,
.posterSwiper .posterRgt
{
    width: 50%;
    text-align: center;
    height: 530px;
    position: relative;
}
.posterLeft .posteFade {
    display: none;
    width: 300px;
    height: 530px;
    position: absolute;
    top: 0;
    left: 50%;
    right: 0;
    bottom: 0;
    margin-left: -150px;
}
.posterLeft .posterClass {
    width: 300px;
    margin: 0 auto;
    height:536px;
    background:rgba(243,248,255,1);
    border-radius:14px;
    position: relative;
}
.posterLeft .posterClass.active,
.posterLeft .posterFunc.active
{
    display: block;
}
.posterLeft .posterClass img
{
    width:300px;
    height:536px;
    border-radius:14px;
    position: absolute;
    top: -10px;
    left: 10px;
}
.posterRgt {
    width: 562px;
    margin: 65px auto;
}
.posterRgt .rgtLi {
    margin-bottom: 50px;
    height: 100px;
    border-radius:4px;
    cursor: pointer;
}
.posterRgt .rgtLi .posterLine {
    height: 100px;
    width: 2px;
    background: linear-gradient(to right, #327FF6, #327FF6) no-repeat;
    background-size: 100% 0;
    border-radius: 1px;
}
.posterRgt .rgtLi .posterLine.transition{
    transition: all 5s linear;
}
.posterRgt .rgtLi.active {
    background:rgba(59,130,255,0.06);
}
.posterRgt .rgtLi.active .iconfont {
    color: #327FF6;
}
.posterRgt .rgtLi.active .posterLine {
     background-size: 100% 100%;
 }
.posterRgt .rgtLi .postersvg,
.liveFade1 ul.flexCol li .postersvg,
.liveFade2 ul.flexCol li .postersvg,
.liveFade3 ul.flexCol li .postersvg {
    margin: auto 30px;
    text-align: center;
    line-height: 1;
}
.posterRgt .rgtLi:last-child{margin-bottom: 0;}
.posterRgt .rgtLi .posterTitle,
.liveFade1 ul.flexCol li .posterTitle,
.liveFade2 ul.flexCol li .posterTitle,
.liveFade3 ul.flexCol li .posterTitle
{
    margin-top: 25px;
    height: 20px;
    font-size: 20px;
    font-weight:400;
    color: #333758;
    line-height: 20px;
    text-align: left;
}
.posterRgt .rgtLi .posterIntroducte,
.liveFade1 ul.flexCol li .posterIntroducte,
.liveFade2 ul.flexCol li .posterIntroducte,
.liveFade3 ul.flexCol li .posterIntroducte{
    height: 16px;
    font-size: 16px;
    font-weight: 400;
    color: #455880;
    line-height: 16px;
    margin-top: 14px;
    margin-bottom: 25px;
}

.posterScene {
    position: relative;
    overflow: hidden;
    width:1200px;
    height:330px;
    margin-bottom: 7px;
    padding: 13px 0 40px;
}
.posterScene .posterSceneUl{
    position: relative;
    width: 3600px;
    height: 330px;
    background:rgba(247,247,249,1);
}
.posterScene .posterSceneUl .posterSceneLi {
    position: relative;
    width: 1000px;
    padding: 50px 100px;
    background:rgba(247,247,249,1);
}
.posterSceneUl .posterSceneLi .shang {
    position: absolute;
    top: -13px;
    left: 25px;
    width: 33px;
    height: 26px;
}
.posterSceneUl .posterSceneLi .xia {
    position: absolute;
    right: 25px;
    bottom: -13px;
    width: 33px;
    height: 26px;
}
.posterSceneUl .posterSceneLi .sceneLeft {
    width: 830px;
}
.posterSceneLi .sceneLeft .leftTit {
    height: 24px;
    font-size: 24px;
    font-weight: 400;
    color: #333758;
    line-height: 24px;
    margin-top: 60px;
    margin-bottom: 30px;
}
.posterSceneLi .sceneLeft .leftDesc
{
    height:48px;
    font-size:18px;
    font-weight:400;
    color: #455880;
    line-height:30px;
}
.posterSceneLi .sceneRgt {
    margin-left: 15px;
    height: 230px;
    width: 164px;
}
.posterScene .v5_dots {
    cursor: pointer;
    width: 200px;
}
.posterLeft.function {
    margin-top: 90px;
}
.posterLeft .footFade {
    display: none;
    width: 577px;
    height: 385px;
    position: absolute;
    top: 0;
    left: 50%;
    right: 0;
    bottom: 0;
    margin-left: -288.5px;
}
.posterLeft .posterFunc {
    width: 577px;
    margin: 0 auto;
    height: 385px;
    background: #ECF1F8;
    border-radius: 6px;
    position: relative;
}
.posterLeft .posterFunc img {
    width: 577px;
    height: 385px;
    border-radius: 6px;
    position: absolute;
    top: -11px;
    right: 11px;
}
.posterLeft .posterFunc.active {
    display: block;
}
/*小程序直播*/
.v5_live1 {
    background: #7B4EEB;
    height: 595px;
    overflow: hidden;
}
.liveBackground {
    position: relative;
    width: 1366px;
    height: 595px;
    margin: 0 auto;
}
.liveBackground img {
    position: absolute;
}
.liveBackground img:nth-child(1) {
    top: 17px;
    left: 35px;
    opacity: 0.3;
}
.liveBackground img:nth-child(2) {
    bottom: 150px;
    left: -26px;
    opacity: 0.1;
}
.liveBackground img:nth-child(3) {
    top: 0;
    right: 90px;
}
.liveBackground img:nth-child(4) {
    bottom: -128px;
    right: -126px;
}
.liveBackground img:nth-child(5) {
    top: 173px;
    right: -65px;
    opacity: 0.4;
}
.liveBackground img:nth-child(6) {
    left: -213px;
    top: 70px;
    opacity: 0.2;
}
.v5_live .v5_container {
    display: flex;
    align-items: center;
    flex-direction: column;
    padding-top: 110px;
    border-radius: 8px;
    height: 500px;
    background:linear-gradient(180deg,rgba(237,237,255,0.65),rgba(237,237,255,1));
    box-shadow:0px 0px 18px 0px rgba(115,49,197,0.16);
    position: relative;
}
.v5_live .newGifts_ul li {
    color: #7B4EEB;
}
.v5_live .v5_container img:nth-child(1) {
    position: absolute;
    top: 48px;
    left: 0;
}
.v5_live .v5_container img:nth-child(2) {
    position: absolute;
    top: 0;
    right: 26px;
}
.liveBckTwo {
    margin: -180px auto 0;
    height: 598px;

}
/* 小程序直播使用场景 */
.liveScene {
    position: relative;
    overflow: hidden;
    width: 1200px;
    height: 256px;
    /*margin-bottom: 7px;*/
    /*padding: 13px 0 40px;*/
}
.liveScene .posterSceneUl {
    position: relative;
    width: 3600px;
    height: 256px;
    border-radius: 2px;
    background:linear-gradient(to right,#E7E7FD,#F7F7F9);
    box-shadow:0px 0px 18px 0px rgba(38,0,182,0.04);
}
.liveScene .posterSceneUl .posterSceneLi {
    position: relative;
    width: 1200px;
    background:rgba(247,247,249,1);
    box-shadow:0px 0px 18px 0px rgba(77,0,182,0.04);
}
.liveScene .posterSceneUl .posterSceneLi .liveOne {
    width: 220px;
    height: 256px;
    font-size:33px;
    font-weight:bold;
    color:rgba(123,78,235,1);
}
.liveScene .liveLeft {
    width: 772px;
    position: absolute;
    top: 70px;
    left: 220px;
}
.liveScene .liveLeft .leftTit {
    height: 24px;
    font-size:24px;
    font-weight:400;
    line-height: 24px;
    color:rgba(51,55,88,1);
    margin-bottom: 30px;
}
.liveScene .liveLeft .leftDesc {
    height:48px;
    font-size:18px;
    font-weight:400;
    color:rgba(69,88,128,1);
    line-height: 30px;
}
.liveScene .liveRgt {
    width: 600px;
}
.liveScene .liveRgt img {
    height: 160px;
    width: 160px;
    margin-left: 320px;
}


.livePages {
    margin-top: 40px;
}
.livePages li {
    display: flex;
    align-items: center;
    flex-direction: column;
    height: 570px;
    width: 400px;
    margin-bottom: 85px;
}
.livePages li img {
    width: 250px;
    height: 444px;
    border-radius: 4px;
}
.livePages li .liveTit {
    height: 23px;
    font-size:24px;
    font-weight:400;
    color:rgba(51,55,88,1);
    line-height: 24px;
    margin: 40px 0 24px;
}
.livePages li .liveDesc {
    height: 18px;
    font-size:18px;
    font-weight:400;
    color:rgba(69,88,128,1);
    line-height:18px;
}
.liveFade {
    margin-top: 20px;
}
.liveFade1,.liveFade2,.liveFade3 {
    margin-bottom: 60px;
}
.liveFade1 .liveImg,
.liveFade2 .liveImg,
.liveFade3 .liveImg
{
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    box-shadow: 0px 0px 18px 0px rgba(38,0,182,0.04);
}
.liveFade1 .liveImg img,
.liveFade2 .liveImg img,
.liveFade3 .liveImg img{
    border-radius: 6px;
}
.liveFadeTit {
    height:28px;
    font-size:30px;
    font-weight:400;
    color:rgba(51,55,88,1);
    line-height: 28px;
    margin-bottom: 40px;
}
.liveFade1 ul.flexCol li,
.liveFade3 ul.flexCol li,
.liveFade2 ul.flexCol li
{
    height: 100px;
    margin-bottom: 10px;
    cursor: pointer;
    transition: all .4s;
}
.liveFade .liveactive {
    background:rgba(123,78,235,0.06);
    border-radius: 4px;
}
.liveFade .liveactive .iconfont {
    color: #7b4eeb;
}
.liveBckTwo .v5_dots {
    cursor: pointer;
    width: 200px;
    margin-left: -100px;
    bottom: -30px;
}
.liveBckTwo .v5_dots>.v5_dotsLine {
    background: rgba(231,231,253,1);
}
.liveBckTwo .v5_dots>.v5_dotsLine.active {
    background: #7b4eeb;
}

/* 打印小票 */
.v5_printer,.v5_systemForm,.v5_notification {
    background: url("/Public/static/index/img/v5/plugin/printer/banner.png") no-repeat center;
    background-size: 100% 100%;
    width: 100%;
    min-height: 560px;
}
.v5_commodity,.v5_diyForm {
    background: url("/Public/static/index/img/v5/message/bgc.png") no-repeat center;
    background-size: 100% 100%;
    width: 100%;
    min-height: 560px;
}
.v5_diyForm>div {
    background: url("/Public/static/index/img/v5/plugin/express/formBan.png") no-repeat center;
}
.v5_printer>div {
    background: url("/Public/static/index/img/v5/plugin/printer/bannerCont.png") no-repeat center;
}
.v5_systemForm>div {
    background: url("/Public/static/index/img/v5/plugin/formBan.png") no-repeat center;
}
.v5_notification>div {
    background: url("/Public/static/index/img/v5/message/banner.png") no-repeat center;
}
.v5_commodity>div {
    background: url("/Public/static/index/img/v5/message/comban.png") no-repeat center;
}
.v5_notification .newGifts_ul li,
.v5_systemForm .newGifts_ul li,
.v5_printer .newGifts_ul li{
    background:rgba(67,83,223,1);
    border-radius:10px;
    color: #fff;
}
.v5_express .newGifts_ul li{
    background:#493FD5;
    color: #fff;
    border-radius: 10px;
}
.v5_printer .v5_container .newGifts_title,
.v5_express .v5_container .newGifts_title,
.v5_dataMove .v5_container .newGifts_title,
.v5_systemForm .v5_container .newGifts_title,
.v5_commodity .v5_container .newGifts_title,
.v5_seckill .v5_container .newGifts_title,
.v5_diyForm .v5_container .newGifts_title,
.v5_notification .v5_container .newGifts_title,
.v5_printer .poster_twoTit,
.v5_systemForm .poster_twoTit,
.v5_commodity .poster_twoTit,
.v5_diyForm .poster_twoTit,
.v5_seckill .poster_twoTit,
.v5_notification .poster_twoTit,
.v5_dataMove .poster_twoTit,
.v5_express .poster_twoTit {
    color: #fff;
}
.liveMid.printerMid .liveactive {
    background: rgba(174,187,255,0.2);
    box-shadow:0px 0px 8px 0px rgba(79,79,79,0.1);
}
.liveMid.printerMid .liveactive .iconfont{
    color: #5366F0;
}
.printerScene .posterSceneUl .posterSceneLi{
    background:#F8FAFF;
}
.printerBckTwo .v5_dots>.v5_dotsLine.active {
    background: #576FF6;
}
/* 快递助手 */
.v5_express,.v5_dataMove {
    background: url("/Public/static/index/img/v5/plugin/express/banner.png") no-repeat center;
    background-size: 100% 100%;
    width: 100%;
    min-height: 560px;
}
.v5_express>div {
    background: url("/Public/static/index/img/v5/plugin/express/bannerCont.png") no-repeat center;
}
.v5_dataMove>div {
    background: url("/Public/static/index/img/v5/plugin/move/banner.png") no-repeat center;
}
.expressScene{
    position: relative;
    overflow: hidden;
    width: 1200px;
    height: 256px;
    margin-bottom: 7px;
    padding: 13px 0;
}
.expressFunc,.commFunc {
    margin-top: 40px;
}
.moveFunc {
    margin-top: 100px;
}
.expressFunc .funcleft,
.commFunc .funcleft
{
    padding: 75px 80px 0;
    width: 440px;
}
.expressFunc .preleft {
    padding: 75px 45px 0;
    width: 510px;
}

.moveFunc .funcleft {
    display: flex;
    flex-direction: column;
    justify-items: left;
    width: 520px;
    height: 200px;
    padding: 30px 0px 30px 80px;
}
.moveFunc .funcleft img {
    width: 58px;
    height: 67px;
    margin-bottom: 10px;
}
.expressFunc .preleft img,
.expressFunc .funcleft img{
    height: 40px;
    width: 40px;
    margin-bottom: 38px;
}
.expressFunc .preleft .expressTit,
.expressFunc .funcleft .expressTit {
    height:23px;
    font-size:24px;
    font-weight:400;
    color: #333758;
    line-height:24px;
}
.moveFunc .funcleft .expressCont {
    height: 69px;
    font-size: 22px;
    font-weight: 400;
    color: #3D3F5F;

    line-height: 50px;
    letter-spacing: 2px;
}
.expressFunc .preleft .expressCont,
.expressFunc .funcleft .expressCont {
    height: 91px;
    font-size:20px;
    font-weight:400;
    color: #455880;
    line-height:30px;
    margin-top: 22px;
    letter-spacing: 2px;
}
.moveFunc .funcRgt,
.expressFunc .funcRgt {
    width: 600px;
}
.moveFunc .funcRgt img{
    width: 415px;
    height: 259px;
    border-radius: 6px;
    box-shadow: 1px 14px 16px 0px rgba(184, 189, 202, 0.1);
}
.expressFunc .funcRgt img{
    width: 490px;
    height: 328px;
    box-shadow: 0px 0px 18px 0px rgba(38,0,182,0.04);
    border-radius: 6px;
}

/* 商品预售 */
.v5_preSale {
    height: 530px;
    background: linear-gradient(0deg, #FD7620 1%, #EB4A58 99%);
    min-width: 1200px;
    overflow: hidden;
}
.v5_preSale>img {
    width: 100%;
    min-width: 1366px;
    margin-top: -20px;
}
.v5_preSale .pre {
    margin-top: 135px;
    width: 840px;
}
.v5_preSale .pre_title {
    height: 46px;
    font-size: 48px;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 24px;
}
.v5_preSale .pre_twoTit {
    height: 55px;
    font-size: 18px;
    font-weight: 300;
    color: #FFFFFF;
    line-height: 36px;
    margin: 45px auto 60px;
}
.v5_preSale .pre_twoTit+div.flexRow {
    width: 370px;
    padding: 0 30px ;
    height: 65px;
    background: rgba(255,255,255,0.1);
    border-radius: 5px;
}
.v5_preSale .pre_twoTit+div.flexRow span {
    color: #fff;
    display: inline-block;
    line-height: 65px;
    padding: 0 5px;
    height: 19px;
    font-size: 18px;
    font-weight: 300;
}
.v5_preSale .preImg {
    height: 500px;
    width: 320px;
    margin-top: -42px;
    position: absolute;
    right: 108px;
}
.pre_shiyong .v5_container {
    height: 245px;
    padding: 55px 0;
    background: #FFFFFF;
    box-shadow: 0 0 18px 0 rgba(212, 212, 212, 0.09);
    border-radius: 10px;
}
.pre_shiyong .v5_container .preScence {
    width: 100%;
    height: 237px;
    overflow: hidden;
}
.pre_shiyong .v5_container .preScence .preScenceUl {
    height: 237px;
    width: 2400px;
    position: relative;
}
.pre_shiyong .v5_container .preScence .preScenceUl .preScenceLi {
    height: 237px;
    padding-top: 10px;
    width: 1200px;
}

.pre_shiyong .preScenceLi .scenceOne {
    height: 180px;
    padding: 0 50px;
}
.pre_shiyong .preScenceLi .scenceOne img {
    width: 268px;
    height: 164px;
    margin-right: 97px;
    margin-bottom: 2px;
}
.pre_shiyong .preScenceLi .scenceOne .scenceRgt .all{
    height: 23px;
    font-size: 24px;
    font-weight: 400;
    color: #333;
    line-height: 45px;
    margin-bottom: 32px;
}
.pre_shiyong .preScenceLi .scenceRgt .content {
    width: 730px;
    height: 110px;
    font-size: 18px;
    font-weight: 400;
    color: #666;
    line-height: 30px;
    letter-spacing: 2px;
}
.pre_shiyong .v5_dots {
    width: 94px;
    height: 5px;
    margin: 0 auto;
    position: relative;
    bottom: 0;
    left: 0;
}
.pre_shiyong .v5_dots .v5_dotsLine {
    width: 37px;
    height: 5px;
    background: #FBCAC8;
    border-radius: 3px;
    margin-right: 10px;
}
.pre_shiyong .v5_dots .v5_dotsLine.active {
    background: #F1504A;
}
.preTitle {
    height: 30px;
    font-size: 32px;
    font-weight: 400;
    color: #3F3F3F;
    line-height: 30px;
    text-align: center;
    margin-bottom: 125px;
}
/*商品助手*/
.project.flexRow{
    margin: 35px auto 30px;
    height: 58px;
}
.project.flexRow span {
    display: inline-block;
    padding: 0 10px;
    height: 58px;
    color: #E3EBFF;
    font-size: 20px;
    font-weight: 300;
    line-height: 58px;
}
.commodity_tit {
    width: 710px;
    height: 67px;
    text-align: center;
    font-size: 24px;
    font-weight: 400;
    color: #000000;
    line-height: 44px;
    margin: 65px auto 70px;
}
.commodity_tit+.flexRow li,
.commodity_tit+.flexRow+.flexRow li
{
    flex: 1;
}
.commodity_tit+.flexRow li img,
.commodity_tit+.flexRow+.flexRow li img{
    width: 235px;
    height: 235px;
    border-radius: 50%;
}
.commFunc .funcleft .commTit {
    height: 27px;
    font-size: 28px;
    font-weight: 400;
    color: #252529;
    line-height: 44px;
    margin-top: 50px;
}
.commFunc .funcleft .expressCont {
    margin-top: 35px;
    width: 380px;
    height: 59px;
    font-size: 22px;
    font-weight: 400;
    color: #505259;
    line-height: 36px;
}
/*数据迁移*/
.moveGoods {
    width: 1117px;
    height: 274px;
    background: url("/Public/static/index/img/v5/plugin/move/pink.png") no-repeat center ;
    background-size: 100% 100%;
    position: relative;
    margin: 50px auto;
}
.moveGoods .moveCont {
    letter-spacing: 2px;
    font-size: 30px;
    font-weight: 400;
    color: #3C3E5E;
    line-height: 60px;
    position: absolute;
    top: 70px;
    left: 320px;
}
/*秒杀抢购*/
.v5_seckill {
    background: url("/Public/static/index/img/v5/plugin/seckill/bck.png") no-repeat center;
    background-size: 100% 100%;
    width: 100%;
    min-height: 560px;
    min-width: 1366px;
}
.v5_seckill>div {
    background: url("/Public/static/index/img/v5/plugin/seckill/banner.png") no-repeat center;
}
.v5_seckill .project.flexRow span {
    color: #FFFAF6;
}
.posterSceneUl .seckillSceneLi {
    width: 1200px;
    border-radius: 2px;
}
.posterSceneUl .seckillSceneLi>div.flexRow{
    padding: 17px 66px;
    width: 1068px;
}
.posterSceneUl .seckillSceneLi .sceneLft {
    padding: 50px 25px ;
}
.posterSceneUl .seckillSceneLi .sceneLft .lftIcon {
    margin-bottom: 40px;
    height: 30px;
    line-height: 30px;
}
.posterSceneUl .seckillSceneLi .lftIcon .iconfont{
    font-size: 34px;
    color: #EC614D;
    vertical-align: middle;
    margin-left: 20px;
}
.posterSceneUl .seckillSceneLi .lftIcon span+span{
    font-size: 24px;
    font-weight: 400;
    color: #191919;
    margin-left: 40px;
}
.posterSceneUl .seckillSceneLi .lftCont
{
    width: 666px;
    height: 80px;
    font-size: 20px;
    font-weight: 400;
    color: rgba(69,88,128,1);
    line-height: 30px;
}
.posterSceneUl .seckillSceneLi img {
    width: 300px;
    height: 250px;
}
.v5_dots.seckill .v5_dotsLine.active {
    background:  rgba(244, 162, 101, 1);
}
.v5_dots.seckill .v5_dotsLine{
    background:  rgba(242, 148, 79, 0.3);
}
.v5_seckillLi {
    height: 552px;
    box-shadow: 0px 0px 16px 0px rgba(179, 177, 189, 0.1);
    border-radius: 6px;
    justify-content: space-between;
}
.v5_seckillLi .seckillFun {
    padding: 110px 95px;
}
.v5_seckillLi .seckillFun .iconfont{
    font-size: 40px;
    color: #EC614D;
    vertical-align: middle;
    margin-left: 10px;
}
.v5_seckillLi .seckillFun .iconTit{
    height: 23px;
    font-size: 24px;
    font-weight: 400;
    color: #191919;
    margin-left: 30px;
}
.v5_seckillLi .funcTit {
    margin-top: 47px;
    height: 23px;
    font-size: 22px;
    font-weight: 400;
    color: rgba(51,55,88,1);
    line-height: 23px;
}
.v5_seckillLi .funcCont{
    height: 46px;
    font-size: 20px;
    font-weight: 400;
    color: rgba(69,88,128,1);
    line-height: 26px;
    margin: 21px 0;
}
.bckLinerarR {
    background: linear-gradient(90deg, rgba(244, 162, 101, 0.01), rgba(242, 148, 79, 0.1));
}
.bckLinerar {
    background: linear-gradient(-90deg, rgba(244, 162, 101, 0.01), rgba(242, 148, 79, 0.1));
}
.seckillBig {
    box-shadow: 0px 0px 18px 0px rgba(255, 255, 255, 0.04);
    border-radius: 2px;
}