/* banner栏 */
.banner{
    width: 1240px;
    margin: 0 auto;
    margin-top: 70px;
    /* margin-bottom: 30px; */
    display: flex;
    align-items: center;
    padding: 15px 0;
}
/* banner 左侧 */
.banner .left{
    width: 50%;
    float: left;
    color: rgb(140, 140, 140);
}
.banner .left .title{
    color: rgb(51, 51, 51);
    font-size: 48px;
    font-weight: 700;
}
.banner .left h3, .banner .left span, .banner .left h4, .banner .left p{
    color: rgb(140, 140, 140);
}
.banner .left .wcm-btns{
    margin-top: 40px;
    width: 80%;
    font-size: 15px;
    display: flex;
    justify-content: space-between;
}
.banner .left .wcm-btns a {
    padding: 7px 30px;
    border: 1px solid #5864ff;
    border-radius: 5px;
    line-height: 27px;
    font-size: 16px;
    cursor: pointer;
    text-decoration: none;
}
.banner .left .wcm-btns i{
    margin-right: 5px;
    font-size: 26px;
    display: inline-block;
    float: left;
}
.banner .left .wcm-btns i.wcm-icon-new-before:before {
    display: inline-block;
    vertical-align: text-bottom;
    width: 26px;
    height: 26px;
}
.banner .left .wcm-btns .wcm-dl-btn{
    color: #ffffff;
    background: #5864ff

}
.banner .left .wcm-btns .wcm-dl-btn:hover{
    /* opacity: 0.9; */
    background: #505be8;
}
.banner .left .wcm-btns .wcm-dl-btn i{
    color: #ffffff;
}
.banner .left .wcm-btns .wcm-how-to-install, .banner .left .wcm-btns .wcm-use{
    color: #5864ff;
}
.banner .left .wcm-btns .wcm-how-to-install i, .banner .left .wcm-btns .wcm-use i{
    color: #5864ff;
}
.banner .left .wcm-btns .wcm-how-to-install:hover, .banner .left .wcm-btns .wcm-use:hover{
    background-color: rgba(106,86,192,0.1);
}
.banner .left .ex{
    margin-top: 5px;
    font-size: 12px;
}
.banner .left .ex .ex-ver{
    margin-left: 20px;
    margin-right: 35px;
}
.banner .left .ex .ver-tip {
    margin-left: 10px;
    color: #fff;
    padding: 2px 3px;
}
.banner .left .ex .policy .hider{
    display: inline-block;
    margin-left: -17px;
    margin-bottom: -4px;
    width: 17px;
    height: 16px;
    background-color: transparent;
}
.banner .left .ex .policy a{
    padding-left: 5px;
    text-decoration: underline;
    color: rgb(140, 140, 140);
}
.banner .left .ex .policy a:hover{
    text-decoration: none;
    color: #505be8;
}
.banner .left .contact{
    margin-top: 30px;
    width: 270px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.banner .left .contact img{
    width: 120px;
    height: 120px;
    border: 0;
}
.banner .left .contact img[src=""]{
    opacity: 0;
}
.banner .left .contact p{
    margin-top: 5px;
    width: 120px;
    font-size: 12px;
    text-align: center;
}
.banner .left .qq{
    margin-top: 15px;
    font-size: 12px;
}
.banner .left .qq .kf-time{
    margin-left: 15px;
}
.banner .left .qq img{
    vertical-align: middle;
    margin-left: 5px;
}
/* banner 右侧 */
.banner .right{
    /* width: 50%; */
    float: left;
}
.banner .right img{
    height: 360px;
}
/* 内容一 */
.spilt-line{
    margin: 0 auto;
    width: 1240px;
    height: 1px;
    /* background: #5864ff; */

}
.transform-ctn{
    width: 100%;
    background-color: #ffffff;
    padding: 80px 0;
    margin: 0 auto;
}
.transform-ctn-img{
    width: 100%;
    background-color: #ffffff;
    padding: 40px 0;
    margin: 0 auto;
}
.transform-ctn-img .img-ctn{
    width: 1240px;
    margin: 0 auto;
}
.transform-ctn-img .img-ctn>img{
    width:auto;
    height:auto;
    max-width:100%;
    max-height:100%
}
.transform-ctn .content{
    margin: 0 auto;
    width: 1240px;
    display: flex;
    justify-content: space-between;
}
.transform-ctn .content .text-content{
    width: 500px;
}
.transform-ctn .content .text-content h1{
    color: rgb(51, 51, 51)
}
.transform-ctn .content .text-content h2{
    font-size: 48px;
    color: rgb(140, 140, 140);
}
.transform-ctn .content .text-content p{
    margin-top: 10px;
    font-size: 16px;
    color: rgb(140, 140, 140);
}
.transform-ctn .content .text-content .wcm-btn-nav a {
    display: inline-block;
    border-radius: 5px;
    margin-right: 10px;
    margin-top: 20px;
    height: 35px;
    width: 120px;
    min-width: 70px;
    line-height: 35px;
    text-align: center;
    color: #ffffff;
    background: #5864ff;
    font-weight: normal;
    padding: 0px;
    margin-left: 0px;
    border: 0px;
    vertical-align: baseline;
}
.transform-ctn .content .text-content .wcm-btn-nav a:hover,.transform-ctn .content .text-content .wcm-btn-nav a:active{
    box-sizing: border-box;
    background: #505be8;
}
.transform-ctn .content .text-content .wcm-btn a, .transform-ctn .content .text-content .wcm-btn a:hover{
    box-sizing: border-box;
    display: inline-block;
    width: 100%;
    height: 100%;
    text-decoration: none;
    color: inherit;
}
.transform-ctn .content .video-content{
    width: 600px;
    position: relative;
}
.transform-ctn .content .video-content>img{
    width:auto;
    height:auto;
    max-width:100%;
    max-height:100%
}
.transform-ctn .content .video-content:hover .play-it{
    cursor: pointer;
    background: #505be8;
}
.transform-ctn .content .video-content:hover{
    cursor: pointer;
}
.transform-ctn .content .video-content>.play-it{
    width: 50px;
    height: 50px;
    border-radius: 25px;
    position: absolute;
    background: -webkit-linear-gradient(135deg, #385acc, #9a53b5);
    background: -o-linear-gradient(135deg, #385acc, #9a53b5);
    background: -moz-linear-gradient(135deg, #385acc, #9a53b5);
    background: #5864ff;
    top: 43%;
    opacity: 0.8;
    left: 45%;
}
.transform-ctn .content .video-content>.play-it:after {
    content: ' ';
    display: block;
    position: absolute;
    top: 15px;
    left: 19px;
    height: 0px;
    width: 0px;
    border-top: solid 10px transparent;
    border-left: solid 18px #fff;
    border-bottom: solid 10px transparent;
}

.clear{
    clear: both;
}

footer{
    padding-top: 30px;
    padding-bottom: 15px;
    background: #edeef2;
    color: #222;
}

/*提示框*/
.wcm-tips{
    padding: 10px 10px;
    position: fixed;
    left: 50%;
    margin: -33px;
    top: 50%;
    background: #5864ff;
    color: white;
    display: block;
}
.wcm-index-notice-ctn {
    width: 1140px;
    margin: 0 auto;
}
.wcm-index-notice-ctn .wcm-index-notice {
    height: 26px;
    margin-bottom: 10px;
    padding: 4px 36px 4px 16px;
    position: relative;
    color: #333;
    background: #fff9e4;
    box-shadow: 0 1px 4px rgba(0, 0, 0, .1);
}
.wcm-index-notice-ctn .wcm-index-notice .notice-nav {
    display: inline-block;
    height: 20px;
    font-size: 12px;
    overflow: hidden;
    width: 95%;
    position: relative;
    margin-left: 10px;
}
.wcm-index-notice .notice-nav ul {
    position: absolute;
}
.wcm-index-notice ul li {
    height: 20px;
    line-height: 20px;
    color: #333;
}
.wcm-index-notice .horn {
    float: left;
}
.wcm-index-notice .no {
    position: absolute;
    right: 10px;
}
.wcm-index-notice .icon-font {
    font-size: 14px;
    color: #f85948;
}

/*首页视频*/
#wcm-video-ctn {
    z-index: 999999;
}
#wcm-video-ctn .mask {
    position: fixed;
    top: 0px;
    z-index: 999999;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,.4);
}
#wcm-video-ctn .modal-main {
    width: 1280px;
    height: 645px;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9999999;
    right: 0;
    margin: auto;
    bottom: 0px;
    background: #fff;
}

#wcm-video-ctn .modal-header h4{
    text-align: center;
}
#wcm-video-ctn .videos_list {
    width: 300px;
    display: inline-block;
    float: left;
}
#wcm-video-ctn .close-btn {
    position: absolute;
    right: 20px;
    top: 13px;
    font-size: 20px;
    display: inline-block;
    width: 25px;
    text-align: center;
    height: 25px;
    line-height: 25px;
    cursor: pointer;
}
#wcm-video-ctn .close-btn:hover {
    color: #999999;
}
#wcm-video-ctn video {
    display: inline-block;
    width: 953px;
    float: right;
    margin-top: 10px;
    margin-right: 20px;
    border: 1px solid #ccc;
}
#wcm-video-ctn .videos_list ul {
    padding: 0px 20px;
    height: 570px;
    overflow: auto;
}
#wcm-video-ctn .videos_list ::-webkit-scrollbar {
    width: 4px;
    height: 4px;
}
#wcm-video-ctn .videos_list ::-webkit-scrollbar-thumb {
    border-radius: 2px;
    background: #b4c8d8;
}

#wcm-video-ctn .videos_list li {
    line-height: 30px;
    border: 1px solid #ccc;
    padding-left: 10px;
    margin: 10px 0px;
    cursor: pointer;
}
#wcm-video-ctn .videos_list li:hover {
    background: #485acc;
    color: #fff;
    border-color: #fff;
}
#wcm-video-ctn .videos_list .playing {
    background: #5864ff;
    color: #fff;
    border-color: #fff;
}