/* 查看演示样式  2020年5月19日 */
.v5_seeShow {
    min-height: 480px;
    background: url("../../img/demo/webinar-bg.jpg") no-repeat center;
    min-width: 1200px;
    width: 100%;
    background-size: 100% 100%;
}

.v5_container .v5_stuff {
    width: 693px;
    height: 374px;
    margin-top: 89px;
}
.v5_seeShow .v5_see .v5_news {
    height:62px;
    font-size:44px;
    font-weight:600;
    color:rgba(255,255,255,1);
    line-height:62px;
    letter-spacing:5px;
    text-align: center;
    margin-top: 135px;
}
.v5_seeShow .v5_see .v5_caseCon {
    height:45px;
    text-align: center;
    font-size:32px;
    font-weight:400;
    color:rgba(255,255,255,1);
    line-height:45px;
    letter-spacing:11px;
    margin-top: 55px;
}
/*演示公用样式*/
.v5_seeNew {
    height: 723px;
    width: 1140px;
    margin: 35px auto 0;
    border-radius: 10px;
    box-shadow: 0 0 16px 0 rgba(201,213,234,0.18);
}
.v5_seeTit {
    height: 105px;
    text-align: center;
    font-size:32px;
    font-weight:400;
    color:rgba(51,51,51,1);
    line-height: 105px;
}
.v5_seeNew ul li.flexCol {
    flex: 1;
}
.v5_seeNew ul li.flexCol img {
    height: 150px;
    width: 150px;
    margin-bottom: 25px;
}
.v5_seeNew ul li.flexCol .content {
    width:148px;
    height:50px;
    background:rgba(244,248,255,1);
    border-radius:23px;
    line-height: 50px;
    font-size: 20px;
    text-align: center;
    color: #2980FF;
}
.disCent .back {
    height:33px;
    font-size:24px;
    font-weight:400;
    color: #5D5D5D;
    line-height:33px;
    margin-bottom: 20px;
}
.disCent .backBtn {
    width:190px;
    height:55px;
    background:linear-gradient(90deg,rgba(116,184,255,1) 0%,rgba(82,152,255,1) 100%);
    border-radius:28px;
    margin-top: 20px;
    text-align: center;
    color: #fff;
    font-size: 24px;
    font-weight: 400;
    line-height: 55px;
    cursor: pointer;
}
.v5_seefoot {
    width: 100%;
    height: 160px;
    background: url("../../img/demo/seefoot.png") no-repeat center;
    background-size: 100%;
    margin-top: 80px;
}
.v5_seefoot .v5_seeTitle {
    text-align: center;
    color: #fff;
    font-size: 24px;
    /*font-style: italic;*/
    height: 97px;
    line-height: 97px;
}

.boxShadow{
    box-shadow:0px 0px 16px 0px rgba(0, 0, 0, 0.22);
    border-radius:8px;
    padding-top: 50px;
    height: 278px;
    cursor: default;
}
.dashed {
    border: 1px dashed #000;
}
.boxShadow  li p{
    height:25px;
    font-size:26px;
    font-weight:bold;
    color: #000;
    line-height:24px;
}
.v5_address {
    margin: 64px 0 0;
    height: 18px;
    font-size: 16px;
    font-weight: 400;
    color: #000;
    line-height: 18px;
    padding-left: 105px;
}
.v5_address:hover a{
    color: #00AAEA;
}
.v5_zName {
    padding: 0 104px;
    height: 30px;
    line-height: 30px;
    color: #000;
}
.v5_copy {
    width: 94px;
    height: 28px;
    border: 1px solid #000;
    border-radius: 15px;
    font-size: 14px;
    font-weight: 400;
    text-align: center;
    background: linear-gradient(to right, #56bdf6, #56bdf6) no-repeat;
    background-size: 0 100%;
    cursor: pointer;
    transition: all .4s;
    -webkit-transition: all .4s;
}
.v5_copy:hover {
    border-color: #00AAEA;
    background-size: 100% 100%;
    color: #fff;
}
.boxShadow .iconfont {
    font-size: 45px;
    text-align: center;
    margin-right: 5px;
    vertical-align: bottom;
}
.boxShadow .v5_divTit {
    height: 28px;
    font-size: 30px;
    font-weight: 400;
    color: #000;
    line-height: 28px;
    text-align: center;
}

.v5_seeTit img{
    height: 46px;
    width: 209px;
    vertical-align: middle;
    margin: 0 auto;
}
.boxShadow .v5_divTit+.v5_show {
    margin-top: 35px;
    padding: 0 125px;
}
.boxShadow .v5_divTit+.v5_show li{
    width: 137px;
    text-align: center;
}
.boxShadow .v5_divTit+.v5_show li img{
    height: 135px;
    width: 135px;
    margin-bottom: 13px;
}

.boxShadow .v5_divTit+.v3_show {
    margin-top: 30px;
    padding: 0 55px;
}
.boxShadow .v5_divTit+.v3_show li{
    width: 137px;
    text-align: center;
}
.boxShadow .v5_divTit+.v3_show li img{
    height: 135px;
    width: 135px;
    margin-bottom: 16px;
}
.v3_show li:last-child:hover div:last-child{
    color: #00AAEA;
}
/*复制弹窗*/
.v5_modal {
    width: 200px;
    height: 40px;
    font-size: 18px;
    line-height: 40px;
    text-align: center;
    background: rgba(0,0,0,.5);
    color: #fff;
    position: fixed;
    top: 40%;
    left: 50%;
    margin-left: -100px;
    display: none;
}

/*产品讲解演示*/
.v5_tiyan {
    display: block;
    margin: 0 auto;
    line-height: 42px;
    text-align: center;
    font-size:18px;
    font-weight:400;
    color: #fff;
    opacity: .9;
    width:174px;
    height:42px;
    border-radius:2px;
    border:1px solid rgba(255,255,255,1);
    cursor: pointer;
}
.v5_tiyan:hover {
    opacity: 1;
    color: #fff;
}