@charset "UTF-8";
.title {
    font-family: PingFangSC-Medium;
    font-size: 18px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 0px;
    text-align: center;
    letter-spacing: 0rem;
    color: #333333;
}

.video {
    width: 10rem;
    height: 6rem;
}
.show{
    width: 100%;
    height: 8.7rem;
    background: url(../images/cao.png) no-repeat 10px 88px;
    background-size: 9.92rem 6.92rem;
    background-color: #edfffe;
    overflow-x: hidden;
}
.show h6 i:nth-of-type(1) {
    display: inline-block;
    width: 0.5rem;
    height: 0.26rem;
    background: url("../images/icon.png") no-repeat center;
    background-size: 0.5rem 0.26rem;
    padding-right: 1rem;
}

.show h6 i:nth-of-type(2) {
    display: inline-block;
    width: 0.5rem;
    height: 0.26rem;
    background: url(../images/line.png) no-repeat center;
    background-size: 0.5rem 0.26rem;
    padding-right: 1rem;
}

.show h6 {
    font-family: MicrosoftYaHei-Bold;
    font-size: 18px;
    font-weight: normal;
    font-stretch: normal;
    text-align: center;
    line-height: 30px;
    letter-spacing: 0rem;
    color: #00b5ff;
    margin: 0;
    padding: 0;
}
.flex {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    justify-content: space-around;
    /*flex-wrap: wrap;*/
}
.show p:nth-of-type(1) {
    text-align: center;
}

.pic img {
    width: 3rem;
    height: 3rem;
}
.show p:nth-of-type(2) {
    font-family: PingFangSC-Regular;
    font-size: 18px;
    padding: 0.5rem 0.5rem;
    letter-spacing: 0rem;
    color: #666666;
    text-indent: 1rem;
    text-align: justify;
}
.but{
    margin: 0;
    padding: 0.3rem 0.3rem;
    background: #f3f3f3;
}
.but a{
    display: inline-block;
    width: 4rem;
    height: 1rem;
    text-align: center;
    line-height: 1rem;
    background-color: #4ab9ff;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    color: #ffffff;
    cursor: pointer;
}
.but a.active{
    background: #999999;
    color: #fff;
}

/*index css*/
#videoshow .banner {
    width: 100%;
    height: 6rem;
}
.posi {
    position: absolute;
    top: 7rem;
    height: 12rem;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    padding-bottom: 3rem;
}
.show h5{
    font-size: 18px;
    color: #e60012;
    text-align: center;
}
.show .texts{
    font-family: PingFangSC-Regular;
    font-size: 18px;
    padding: 0rem 0.5rem;
    letter-spacing: 0rem;
    color: #666666;
    text-indent: 1rem;
    text-align: justify;
}
.show .texts:nth-of-type(1){
    text-align: justify;
}
.fix {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}
.add{
    height: 12.5rem;
    background: url(../images/cao.png) no-repeat 10px 165px;
    background-size: 9.92rem 6.92rem;
    background-color: #edfffe;
}
.add .line{
    display: inline-block;
    width: 80%;
    background: #ffd339;
    height: 0.1rem;
}
.imgpic {
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}
