﻿body {
}
.NewTopBar .Back:before {
    border: solid #333333;
    border-width: 1px 0 0 1px;
}
.mVideoPanel {
    height: 5rem;
}

body {
  
}

.wordPanel {
    margin-bottom: 5px;
    background-color: #ffffff;
    padding: 2% 6%;
    display: flex;
}

    .wordPanel input {
        border-top-left-radius: 15px;
        border-bottom-left-radius: 15px;
        background-color: aliceblue;
        width: 100%;
        border: solid 1px #EEEEEE;
        border-radius: 0px;
        line-height: 25px;
    }

    .wordPanel .btnWordSend {
        border-top-right-radius: 15px;
        border-bottom-right-radius: 15px;
        background-color: #ffffff;
        width: 15%;
        color: #666666;
        font-size: 14px;
        border: solid 1px #EEEEEE;
        border-left: 0px;
        line-height: 25px;
        text-align: center;
    }

.btnWordSend i {
    color: #0D8AF1;
    position: absolute;
}

.btnShare {
    color: #666666;
    width: 15%;
    font-size: 14px;
    text-align: right;
    line-height: 25px;
}

    .btnShare i {
        color: #666666;
    }

.wordInput {
    width: 70%;
}

.mCompanyName {
    color: #333333;
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 1%;
}

.mCompanyMain {
    padding: 3% 6%;
}

.mCompanyIntro {
    padding: 3% 6%;
    color: #AAAAAA;
    font-size: 12px;
    height: 60px;
    overflow: hidden; /*超出部分隐藏*/
    text-overflow: ellipsis; /* 超出部分显示省略号 */
    white-space: nowrap; /*规定段落中的文本不进行换行 */
    line-height: 20px;
}

.mCompanyLogo {
    padding: 1% 6%;
}

    .mCompanyLogo img {
        width: 30px;
        height: 30px;
    }

.btnEntMain {
    float: right;
}
.mMenuPanel{
    display:flex;
    width:80%;
   position:absolute;
   top:0px;
   left:10%;
}
    .mMenuPanel div {
        text-align: center;
        width: 50%;
       
    }

.noActive a{
    color: #333333 !important;
}

.NewTopBar {
    background-color: #ffffff;
    border-bottom:solid 1px #EEEEEE;
}
    .NewTopBar .HeadTitle a {
       
        padding: 4px 0% !important;
    }
.mActive a {
    color: #0D8AF1 !important;
    border-bottom: solid 1px #0D8AF1;
    padding: 2% 0% !important;
}
.mCompanyPic{
    
}
.itemCompanyPic {
    height: 100px;
    width: 32.0%;
    background: url(http://pic.stzp.cn/uploadfiles/zz/2018916/131815697158434942.jpg) no-repeat center ;
    display: inline-flex;
    margin-bottom: 1%;
    /*background-size:100% 100% !important;*/
}
.bigPic{
    position:fixed;
    width:100%;
    height:100%;
    top:0px;
    left:0px;
    text-align:left;
    z-index:99999999999;
    display:none;
    background:rgba(0,0,0,0.5);
}
.bigPic {
   
    width: 100%;
   
}
.swiper-container{
    
}

.swiper-slide img{
    width:100%;
}
.bigPicPanel {
    margin-top: 50% !important;
    width: 100%;
}
.icon-close1{
    color:#ffffff;
    font-size:20px;
    font-weight:600;


}

.btnClose {
    position:absolute;
    padding: 3% 3%;
    left:0px;
    top:0px;
}
.mCompanyVideo{
    display:none;
}

.btnPlay {
    background: rgba(0,0,0,0.5);
    text-align: center;
    border-radius: 100%;
    position: absolute;
    margin-left: 42%;
    width: 40px;
    height: 40px;
    margin-top: -29%;
    line-height: 40px;
}

    .btnPlay i {
        color: #ffffff;
        font-size: 20px;
        margin-left: 10%;
    }

.videoTitle {
    color: #ffffff;
    font-size: 12px;
    overflow: hidden; /*超出部分隐藏*/
    text-overflow: ellipsis; /* 超出部分显示省略号 */
    white-space: nowrap; /*规定段落中的文本不进行换行 */
    width: 10rem; /*需要配合宽度来使用*/
    position: absolute;
    margin-left: 1rem;
    margin-top: -7%
}

.videoTime {
    color: #ffffff;
    font-size: 12px;
    position: absolute;
    margin-left: 73%;
    margin-top: -7%
}

    .videoTime i {
        vertical-align: bottom;
    }

.itemCompanyVideo img{
    width:96%;
}
.itemCompanyVideo  {
    padding: 4% 4%;
    padding-bottom:0%;
}
.videoImg{
    height:200px;
    background-size:100% 100% !important;
    width:100%;
    border-radius:10px;
   
}
.noGuess {
    text-align: center;
    padding-bottom: 30px;
    margin-top: 5rem;
    color:#999999;
}

    .noGuess img {
        width: 50%;
        padding: 20px;
        /*margin-right: 20px;*/
    }

.noGuessStep2 {
    margin-top: 10px;
    margin-bottom: 30px;
}

.noGuess a {
    text-align: center;
    padding: 10px 50px;
    background-color: #1471D0;
    border-radius: 20px;
    color: #ffffff;
    margin-bottom: 30px;
    box-shadow: 1px 1px 20px #97CAFF;
}
