
.myVideo-1 {
    width: 40px;
    height: 40px;
  }
  .bottom {
    position: fixed;
    bottom: 0;
    left: 0;  
    z-index: 99;
    &-cont {
        width: 750rpx;
      height: 55px;
      padding: 0 10px;
      background-color: #ffffff;
      @include flexRowSpaceBetween;
      &-left {
        height: 50px;
        @include  flexRowCenter;
        &-video {
          width: 40px;
          height: 40px;
          background-color: #00b26a;
          position: relative;
          &-show {
			  @include positionAbsolute;
            width: 40px;
            height: 40px;          
            z-index: 99;          
          }
        }
        &-right {
          height: 40px;
          margin-left: 10px;
          &-title {
            flex-direction: row;
            &-left {
				@include styleFont(#be0e0f,11);
              margin-top: 4px;
            }
            &-center {
				@include styleFont(#be0e0f,16);
            }
            &-right {
              margin-top: 4px;
              margin-left: 5px;
			  @include styleFont(#999999,11);
              text-decoration: line-through;
            }
          }
          &-bottom {
            width: 75px;
            height: 18px;
            text-align: center;
            line-height: 18px;
            border-radius: 5px;
			@include styleFont(#ffffff,10);
            background-image: linear-gradient(to right, #f62e1b, #d42965);
          }
        }
      }
      &-right {
        height: 40px;
        flex-direction: row;
        &-right,
        &-left {
          height: 40px;
          width: 80px;
          background-color: #1ba39c;
          justify-content: center;
          align-items: center;
        }
        &-left {
          border-top-left-radius: 30px;
          border-bottom-left-radius: 30px;
          background-image: linear-gradient(to right, #fb2f60, #ff0911);
        }
        &-right {
          border-top-right-radius: 30px;
          border-bottom-right-radius: 30px;
          background-color: #000000;
        }
        &-title {
			@include styleFont(#ffffff,14);
        }
        &-intro {
			@include styleFont(#ffffff,12);
        }
      }
    }
  }