/* 公共样式 */
.icon{
      width: 5vw;
}
/* 地图样式 */
#container {
      overflow: hidden;
      width: 100%;
      height: 123vw;
      margin: 0;
      font-family: "微软雅黑";
}     
.index_delivery .index_top{
      height: 26vh;
      background: url("/static/mobile/images/index/background2.png") no-repeat;
      padding-left: 3vw;
      padding-right: 3vw;
      padding-top: 7vw;
      padding-bottom:3vw;
      background-position: center;
      background-size:100% 100%;
}
/* 加入路径 */
/* 外层 div 模拟边框 */
.checkbox-wrapper {
      width: 18px;
      height: 18px;
      border-radius: 50%;
      position: relative;
      display: flex;
      justify-content: center;
      align-items: center;
      border: 1px solid #333333;
      /* 外边框颜色 */
      background-color: white;
}

/* 实际的 checkbox */
.form-check-input {
    width: 70%;
    height: 70%;
    margin: 0px !important;
    -webkit-appearance: none;
    appearance: none;
    border-radius: 50%;
    background-color: transparent;
    position: absolute;
}

/* checkbox 选中状态下的背景色 */
.checkbox-wrapper >.form-check-input:checked{
      border: 1px solid #FFCA22;
}
.form-check-input:checked {
    background-color: #FFCA22;
} 
/* 首页样式 */
.index_content  .index_content_item{
      background-color: #fff;
      border-radius: 3vw;
      /* margin-top: 4vw; */
      margin-bottom: 4vw;
      margin-right: 3vw;
      margin-left: 3vw;
      /* overflow-y:auto; */
}
.index_content  .content_item_top{
      padding: 3vw;
}
.index_content .text{
      font-size: 3.3vw;
}
.index_content .content_item_middle{
      margin-top: 2vw;
      margin-bottom: 5vw;
      padding:0 3vw;
}
.index_content .content_item_middle .title{
      font-size: 5vw;
      text-align: center;
}
.index_content .content_item_bottom{
      border-top:1px solid #eeeeee;
      padding: 3vw;
}
.index_content .content_item_bottom .content_item_bottom_top .icon{
      width: 20px;
      margin-right: 1.2vw;
}
.index_content .content_item_bottom .content_item_bottom_button{
      margin-top: 3vw;
}
.index_content .content_item_bottom .content_item_bottom_button .button{
      font-size: 4vw;
      border: 1px solid #eeeeee;
      text-align: center;
      padding:1vw 4vw;
      border-radius: 8vw;
      margin-left:2vw;
}
.index_content .content_item_bottom .content_item_bottom_button .button_checked{
      background-color: #FFCA22;
      color: #fff;
      border: none;
}
/* 详情 */
.common_top{
      background-color: #fff;
      text-align: center;
      padding-top: 6vw;
      padding-bottom: 3vw;
      padding-left: 3vw;
      padding-right: 3vw;
      position: relative;
}
.common_top .icon{
      position: absolute;
      left: 3vw;
}
.common_top .text{
      font-size: 4vw;
}
.detailed_content{
      background-color: #fff;
      border-radius: 3vw;
      padding: 3vw;
      margin: 3vw;
      position: relative;
}
.detailed_content .detailed_content_top  .text{
      font-size: 3.3vw;
}
.detailed_content .detailed_content_top .content_item_middle{
      margin-top: 2vw;
      margin-bottom: 5vw;
      padding:0 3vw;
}
.detailed_content .detailed_content_top .content_item_middle .title{
      font-size: 5vw;
      text-align: center;
}
/* 半圆样式 */
.detailed_content  .circel{
      position: absolute;
      width: 32px;
      height: 32px;
      border-radius:50%;
      background-color: #f9f9f9; 
}
.detailed_content .circel_top{
      top: 30vw;
}
.detailed_content  .circel_bottom{
      bottom: 50px;
}
.detailed_content .circel_left{
      left:-4vw;
}
.detailed_content .circel_right{
      right:-4vw;
}
.detailed_content  .line{
      position: absolute;
      width: 85%;
      border-top: 1px dashed #E8E8E8;
}
.detailed_content  .line_top{
      top: 34vw;
      left:4vw;
      transform: translate(13px,-12%);
}
.detailed_content  .line_bottom{
      bottom: 66px;
      left:15px;
      transform: translate(13px,-13%);
}
.detailed_content .circel_style_top{
      padding-bottom: 14vw;
}
.detailed_content .circel_style_bottom{
      padding-top: 20px;
}
.detailed_content .detailed_content_bottom .detailed_content_bottom_item{
      margin-bottom: 3vw;
} 
.detailed_content .detailed_content_bottom .amend{
      padding: 0.5vw;
      font-size: 2.8vw;
      border: 1px solid #999999;
      margin-left: 2vw;
      border-radius: 1vw;
}
.detailed_content .detailed_content_bottom .artwork .artwork_hide{
      height: 53vw;
      overflow: hidden;
}
.detailed_content .detailed_content_bottom .artwork .artwork_show{
      text-align: center;
      font-size: 3.6vw;
      
}
.detailed_content .detailed_content_bottom .artwork .artwork_item{
      margin-right: 3vw;
      margin-bottom: 3vw;
}
.detailed_content .detailed_content_bottom .artwork .artwork_img{ 
      width: 19vw;
      height: 10vh;
      border-radius: 3vw;
      object-fit:cover;
      margin-bottom: 1vw;
} 
.detailed_content .detailed_content_bottom .artwork .text{ 
      font-size:2vw;
}
.detailed .common_button{
      background-color: #FFCA22;
      border-radius: 2vw;
      font-size: 4vw;
      color: #ffffff;
      width: 50vw;
      height: 6vh;
      line-height: 6vh;
}
/* 点击完成(签收上传) */
.detailed_content_top .content_item_top .title{
      font-size: 4vw;
}
.finish_delivery .detailed_content_top .button_content{
      margin-top: 6vw;
}
.finish_delivery .detailed_content_top .button_content_item{
      border: 1px solid #EEEEEE;
      color: #EEEEEE;
      border-radius: 3vw;
      padding: 3vw 2vw;
      margin-right: 3vw;
      text-align: center;
}
.finish_delivery .detailed_content_top .button_content_item .title{
      font-size: 3.6vw;
      font-weight: bold;
}
.finish_delivery .detailed_content_top .button_content_item .text{
      font-size: 2.8vw;
}
.finish_delivery .detailed_content_top .button_content_item_checked{
      border: 1px solid #FFCA22;
}
.finish_delivery .detailed_content_top .button_content_item_checked .title{
      color: #FFCA22;
}
.finish_delivery .detailed_content_top .button_content_item_checked .text{
      color: #ffca2299;
}
.finish_delivery_content {
      margin-top: 3vw;
}
.finish_delivery_content .input_code{
      width: 12vw;
      height: 6vh;
      border-radius: 2vw;
      font-size: 6vw;
      font-weight: 500;
      text-align: center;
      background: #f0f0f0;
}
.finish_delivery_content .finish_delivery_content_item{
      background-color: #F9F9F9;
      height: 28vh;
      margin-right: 3vw;
      border-radius: 3vw;
}
.finish_delivery_content .identity_card_content .icon{
      width: 32vw;
}
.detailed .detailed_button_gray{
      width: 100vw;
      background-color: #ffca2266;
      margin: 3vw;
}
.detailed .detailed_button_checked{
      background-color:#FFCA22;
      width: 100vw;
      margin: 3vw;
}
.detailed .forespeak_start_time{
      margin-left: 1vw;
}
/* 我的页面 */
.my .my_top{
      height: 26vh;
      background: url("/static/mobile/images/my/background.png") no-repeat;
      padding-left: 3vw;
      padding-right: 3vw;
      padding-top: 7vw;
      padding-bottom:3vw;
      background-position: center;
      background-size:100% 100%;
}
.my .title{
     font-size: 6vw;
}
.my .task_number{
      text-align: center;
      position: relative;
      top: -10vw;
}
.my .tool{
      margin-top: 5vw;
      padding: 3vw;
      position: relative;
      top: -10vw;
}
.my .tool .title{
      font-size: 4.5vw;
}
.my .tool .tool_content .tool_content_item{
      margin-top: 5vw;
}
.my .tool .tool_content .tool_content_item .text{
      margin-left: 2vw;
}
/* 弹框 */
.modal.bottom-sheet .modal-dialog {
      position: fixed;
      bottom: 0;
      left: 0;
      right: 0;
      margin: 0;
      transform: translateY(100%);
      transition: transform 0.3s ease-out;
}
.modal.show .modal-dialog {
  transform: translateY(0);
  background: #fff;
}
.modal-content {
    width: 100vw;
}
.input_gary::-webkit-input-placeholder {
    /* placeholder颜色  */
   color: #333333;        
}
/* 底部导航栏 */
.footer{
      position: fixed;
      bottom: 0;
      left: 0;
      right: 0;
      box-shadow: inset 0 1px 0 0 #0000001a;
      background-color: #fff;
      padding: 5vw 0;
      text-align: center;
      z-index: 20;
}
.footer  .iconImg .icon{

}
.footer .iconImg a .text{
    font-size: 3vw;
    display: inline-block;
    margin-top: 0.8vw;
}
.footer .iconImg .checked{
     color:#FFCA22;
}
