.classtabimg img{
   height: auto !important;
   max-width: 100% !important;
   display: block;
   };
.popup
{
   max-width: 90%;
}
.exceptional-box {
   width: 600px;
   max-width: 100%;
   padding: 20px;
   margin: 0 auto;
   box-shadow: #eee 0 0 10px;
   box-sizing: border-box;
   display: none;
}

.exceptional-box .goods-box {
   text-align: center;
}

.exceptional-box .goods-box h2 {
   font-size: 26px;
   line-height: 2;
   font-weight: bold;
   color: #ff516b;
}

.exceptional-box .goods-box img {
   width: 100%;
   display: block;
   margin: 10px auto;
}

.exceptional-box .layui-form {
   width: 80%;
   margin: 20px auto;
}

.exceptional-box .layui-form-label {
   font-size: 16px;
   padding: 9px 0;
}

.exceptional-box .layui-input-block>* {
   vertical-align: middle;
}

.exceptional-box .layui-input-block input[type='number'] {
   margin-top: 8px;
   width: 100px;
   display: inline-block;
   margin-right: 5px;
   -moz-appearance: textfield;
}

.exceptional-box .layui-input-block input[type='number']::-webkit-inner-spin-button {
   -webkit-appearance: none !important;
   margin: 0;
   -moz-appearance: textfield;
}

.exceptional-box .layui-btn {
   display: block;
   margin: 0 auto;
}
@media (max-width:460px) {
   .exceptional-box .layui-form-label{
      text-align: left;
      float: none;
      width: 100%;
   }
   .exceptional-box .layui-input-block{
      margin-left: 0;
      text-align: center;
   }
}
/*悬赏红包区块开始*/
.bounty {
   position: relative;
   border-radius: 15px;
   overflow: hidden;
}

.bounty span {
   position: absolute;
   bottom: 20%;
   left: 50%;
   transform: translateX(-50%);
   background: #fff;
   color: #fa3129;
   font-weight: bold;
   padding: 10px 30px;
   border-radius: 50px;
   font-size: 22px;
   white-space: nowrap;
}

@media screen and (max-width: 750px) {
   .bounty span {
      font-size: 16px;
      font-weight: normal;
      padding: 5px 15px;
   }
}
/*悬赏红包区块结束*/
/*采纳评论区块开始*/
.media-body {
   position: relative;
   max-width:calc(100% - 70px);
}
.adopt {
   width: 60px;
   height: 60px;
   line-height: 60px;
   border: #4eda97 2px solid;
   position: absolute;
   right: 0;
   top: 0;
   border-radius: 100%;
   text-align: center;
   color: #4eda97;
   font-size: 14px;
   font-weight: bold;
   transform: rotate(25deg);
   box-shadow: #4eda97 0 0 4px inset;
   user-select:none;
}
/*采纳评论区块结束*/
/*采纳评论区块已经结帖开始*/
.single-video-info-content {
   position: relative;
}

.endBounty {
   width: 150px;
   height: 60px;
   line-height: 60px;
   border: red 2px solid;
   position: absolute;
   right: 20px;
   top: 20px;
   text-align: center;
   color: red;
   font-size: 22px;
   font-weight: bold;
   transform: rotate(-15deg);
   box-shadow: red 0 0 4px inset;
   user-select: none;
   background: rgb(255 255 255 / 50%);
}
/*采纳评论区块已经结帖结束*/