@charset "UTF-8";
/*---------       字体行高       -----------*/
/*---------       字体颜色       -----------*/
/*---------       边框颜色       -----------*/
/*---------       背景颜色       -----------*/
/* 属性多值传递
ex:
@include remCalc(padding,10,20);
padding: 0.13333rem 0.26667rem;*/
/*按钮纯色系*/
/*按钮边框色系*/
/*按钮大小*/
/*自适应按钮*/
/*标题*/
/*小消息标签*/
/*背景色点击变化*/
/*字数省略限制*/
/*波纹点击效果*/
.upload-index-page {
  width: 100vw;
  background: #f7f7f7;
  min-height: 100vh;
}
.upload-index-page .main-content-box {
    width: 1200px;
    min-height: 100px;
    margin: 0 auto;
    overflow: hidden;
    margin-bottom: 20px;
}
.upload-index-page .main-content-box .content-left {
      width: 840px;
      background-color: #fff;
      float: left;
      padding: 20px 30px;
      min-height: 589px;
}
.upload-index-page .main-content-box .content-left .content-tips {
        color: #333333;
        font-size: 20px;
        line-height: 28px;
        font-weight: bold;
}
.upload-index-page .main-content-box .content-left .subTitle {
        font-size: 18px;
        color: #333;
}
.upload-index-page .main-content-box .content-left .upload-btn {
        background: #fd6e06;
        width: 150px;
        height: 40px;
        border-radius: 4px;
        line-height: 40px;
        color: #ffffff;
        font-size: 16px;
        text-align: center;
        font-weight: bold;
        cursor: pointer;
        margin-left: 620px;
}
.upload-index-page .main-content-box .content-right {
      width: 350px;
      background-color: #fff;
      float: right;
}

