/* 2020年5月22日 V5介绍页样式 */
.v5_introBanner {
    min-height: 690px;
    background: url("../../img/vmall/index.png") no-repeat center;
    width: 100%;
    background-size: 100% 100%;
    min-width: 1200px;
}
.v5_introBanner .v5_intImg {
    padding-top: 117px;
    height: 256px;
    width: 884px;
    margin: 0 auto 120px;
}
.v5_introBanner .v5_intLi {
    width: 110px;
    margin-right: 50px;
    height:45px;
    background:rgba(28,70,228,0.53);
    border-radius:8px;
    line-height: 45px;
    color: #fff;
    font-size: 20px;
    text-align: center;
    position: relative;
    cursor: default;
}
.v5_introBanner .v5_intLi span {
    display: inline-block;
    position: absolute;
    top: -25px;
    font-size: 37px;
    right: -20px;
    color: #fff;
}
.v5_title {
    height:40px;
    font-size:42px;
    font-weight:bold;
    color:rgba(0,0,0,1);
    text-align: center;
    margin-bottom: 22px;
    line-height: 40px;
}
.v5_sContent {
    height:20px;
    font-size:20px;
    font-weight:400;
    line-height: 20px;
    text-align: center;
    color:rgba(89,89,89,1);
}
.v5_introForword {
    width: 536px;
    height: 619px;
    border: 1px solid #E5E5E5;
    border-radius: 10px;
    transition: all .4s;
    -webkit-transition: all .4s;
}
.v5_introForword:hover {
    transform: translateY(-2px);
    box-shadow: 0 0 16px rgba(0,0,0,0.13);
}

.v5_introForword li {
    transition: all .4s;
    -webkit-transition: all .4s;
    border-bottom: 1px solid #e6e6e6;
}
.v5_introForword .introTit {
    text-align: center;
    height: 101px;
    line-height: 101px;
    font-size: 36px;
    font-weight: 500;
    color: #fff;
    background: #00aaea;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}
.v5_introForword .flexCol {
    height: 92px;
    padding: 40px 36px;
}
.v5_introForword .flexCol:hover {
    background: #f6f6f6;
}
.v5_introForword .flexCol:last-child {
    border: none;
}
.v5_introForword .flexCol p:first-child {
    height:29px;
    font-size:30px;
    line-height: 29px;
    margin-bottom: 20px;
    font-weight:400;
    color:rgba(0,0,0,1);
}
.v5_introForword .flexCol p:first-child span:first-child{
    color: #00AAEA;
    font-size: 32px;
    margin-right: 10px;
}
.v5_introForword .flexCol p:last-child{
    height:40px;
    font-size:16px;
    font-weight:400;
    color:rgba(0,0,0,1);
    line-height:24px;
}
/* 一套后台系统全渠道同步发布 */
.v5_function {
	width:792px;
	margin: 0 auto 50px;
	box-shadow:0px 10px 21px 0px rgba(151,151,151,0.15);
}
.v5_qudao {
	box-shadow: 0 10px 21px 0 rgba(244,66,40,0.15);
}
.v5_qudao.channel {
	margin-top: 80px;
	width: 944px;
	height: 453px;
	padding: 100px 128px 120px;
	background:linear-gradient(90deg,rgba(226,151,65,1),rgba(255,136,119,1));
}
.v5_qudao .v5_qudaoTit {
	width: 531px;
	height: 66px;
	background: rgba(255,226,197,1);
	border-radius:33px;
	text-align: center;
	margin: 0 auto 50px;
	line-height: 66px;
	font-size: 30px;
	font-weight: 300;
}
.v5_qudao .v5_qudaoUL li{
	position: relative;
	width:224px;
	height:135px;
	background:rgba(255,255,255,1);
	border-radius:10px;
	margin-left: 16px;
	margin-top: 30px;
}
.v5_qudaoUL li .qudaoDesc {
	height: 24px;
	line-height: 24px;
	font-size: 24px;
	font-weight: 400;
	margin-bottom: 5px;
}
.v5_qudaoUL li .qudaoDesc.noline {
	color: #8c8c8c;
}
/* 五网合一  全渠道会员账号统一 */
.v5_five li{
    width: 174px;
    height: 174px;
    padding: 0 32px 46px;
    position: relative;

}
.v5_five li:after{
    content: "";
    width:14px;
    height:14px;
    border-radius:50%;
    background: #bfbfbf;
    position: absolute;
    bottom: -7px;
    left: 50%;
    margin-left: -7px;
}
.v5_five li:nth-child(1):hover:after{
    background:rgba(103,125,224,1);
}

.v5_five li:nth-child(2):hover:after{
    background: #239BFF;
}
.v5_five li:nth-child(3):hover:after{
    background: #000;
}
.v5_five li:nth-child(4):hover:after{
    background: #306cff;
}
.v5_five li:nth-child(5):hover:after{
    background: #2094e7;
}

.v5_five li:hover img{
    box-shadow: 0 0 16px rgba(0,0,0,0.13);
}
.v5_five li img{
    width: 100%;
    height: 100%;
    border-radius: 50%;
    transition: all .4s;
    -webkit-transition: all .4s;
}
.v5_introLine{
    height: 1px;
    width: 100%;
    background: linear-gradient(to right,#efefef,#b6b6b6,#efefef);
    margin-bottom: 23px;
}
.v5_desc li{
    width: 238px;
    text-align: center;
    height: 21px;
    font-size: 22px;
    line-height: 21px;
    font-weight: 400;
    color: #000;
}

/*图片示例介绍*/
.v5_picMove {
    padding: 43px 0 100px;
}
.v5_picMove .v5_ti {
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    padding: 60px 0;
}
.v5_picMove .v5_ti img{
    max-width: 728px;
    box-shadow: 0 0 16px rgba(0,0,0,0.13);
}
.rise-up {
    -webkit-animation: rise-up 0.5s forwards;
    animation: rise-up 0.5s forwards;
}
@keyframes rise-up {
    0% {
        transform: translateY(120px);
        -webkit-transform: translateY(120px);
    }
    100% {
        transform: translateY(0);
        -webkit-transform: translateY(0);
    }
}
.rise {
    -webkit-animation: rise .8s forwards;
    animation: rise .8s forwards;
}
@keyframes rise {
    0% {
        transform: translateY(80px);
        -webkit-transform: translateY(80px);
    }
    100% {
        transform: translateY(0);
        -webkit-transform: translateY(0);
    }
}
.v5_picMove .v5_picDesc {
    max-width: 400px;
}
.v5_picMove .v5_picDesc .v5_picTit {
    height: 100px;
    font-size: 40px;
    font-weight: bold;
    color: rgba(0,0,0,1);
    line-height: 50px;
}
.v5_picMove .v5_picDesc .v5_picLine {
    width:28px;
    height:3px;
    background: #00AAEA;
    margin: 30px 0 45px;
}
.v5_picMove .v5_picDesc p {
    height:45px;
    font-size:16px;
    font-weight:400;
    color: #000;
    line-height: 24px;
}

/* 重构经典特色功能  运营效率提升1倍 */
.v5_sLine {
    width:60px;
    height:1px;
    background:rgba(0,0,0,1);
    margin: 56px auto 30px;
}
.v5_twoTit {
    height:34px;
    font-size:36px;
    font-weight:400;
    text-align: center;
    color:rgba(0,0,0,1);
    line-height: 34px;
    margin-bottom: 20px;
}
.v5_movePic {
    padding: 60px 0 120px;
    position: relative;
}
.v5_movePic img{
    width: 586px;
    height: 446px;
    box-shadow: 0 0 16px rgba(0,0,0,0.13);
}
.v5_movePic img.img_v3 {
    position: absolute;
    top: 30px;
    left: 477px;
    height: 65px;
    width: 89px;
}
.v5_movePic img.img_v5 {
    position: absolute;
    top: 30px;
    right: 20px;
    height: 65px;
    width: 89px;
}
.v5_xiao {
    color: #000;
    font-size: 16px;
}
.v5_discount {
    height: 301px;
    padding-top: 75px;
    background: url("../img/v5/introduce/footer.png") no-repeat center;
    width: 100%;
    background-size: 100% 100%;
    min-width: 1200px;
    text-align: center;
}
.v5_discount img {
    height: 151px;
    width: 588px;
    margin: 0 auto 30px;
}
.v5_discount .v5_discountBtn {
    display: block;
    width:130px;
    height:45px;
    background: #fff;
    color: #00AAEA;
    border-radius:5px;
    line-height: 45px;
    font-size: 18px;
    font-weight: bold;
    text-align: center;
    margin: 0 auto;
    opacity: 0.9;
}
.v5_discount .v5_discountBtn:hover {
    opacity: 1;
}
.v5_function {
    display: block;
    margin-top: 50px;
    width:185px;
    height:46px;
    border:1px solid rgba(0,0,0,1);
    border-radius:23px;
    line-height: 46px;
    text-align: center;
    font-size: 16px;
    background: linear-gradient(to right, #56bdf6, #56bdf6) no-repeat;
    background-size: 0 100%;
    transition: all .4s;
    -webkit-transition: all .4s;
}
.v5_function:hover {
    background-size: 100% 100%;
    color: #fff;
    border-color: #00AAEA;
}
.v5_picture {
    margin-left: 70px;
    width: 686px;
    height: 502px;
    overflow: hidden;
    position: relative;
    justify-content: space-between;
    align-items: center;
}
.v5_pictureTwo {
    margin-right: 70px;
    width: 713px;
    height: 502px;
    overflow: hidden;
    position: relative;
    justify-content: space-between;
    align-items: center;
}
.v5_picture img,
.v5_pictureTwo img {
    box-shadow: 0 0 16px 0 rgba(0,0,0,0.13);
    border-radius: 8px;
}
.v5_picture2 {
    position: absolute;
    top: 10px;
    left: 217px;
    z-index: 55;
}
.rise-cent {
    -webkit-animation: rise-cent .8s forwards;
    animation: rise-cent .8s forwards;
}
@keyframes rise-cent {
    0% {
        transform: translateY(200px);
        -webkit-transform: translateY(200px);
    }
    100% {
        transform: translateY(0);
        -webkit-transform: translateY(0);
    }
}
@keyframes rise-left {
    0% {
        transform: translateX(-240px);
        -webkit-transform: translateX(-240px);
    }
    100% {
        transform: translateX(0);
        -webkit-transform: translateX(0);
    }
}
.rise-left {
    -webkit-animation: rise-left .8s forwards;
    animation: rise-left .8s forwards;
}
@keyframes rise-rgt {
    0% {
        transform: translateX(240px);
        -webkit-transform: translateX(240px);
    }
    100% {
        transform: translateX(0);
        -webkit-transform: translateX(0);
    }
}
.rise-rgt {
    -webkit-animation: rise-rgt .8s forwards;
    animation: rise-rgt .8s forwards;
}