/* 中等屏幕（桌面显示器，大于等于 992px） */
@media (min-width:992px) {
  .body_bg{
    background-color: #F9F9F9;
  }
  .footer .common_footer_left{
    width: 100%;
    padding-right: 162px;
  }
  .footer .common_footer_premium{
    width: 50%;
  }
  .footer .common_footer_coverage{
    width: 50%;
  }
  .footer .color_gray{
    font-size: 16px;
  }
  .footer .color_orange{
    font-size: 16px;
  }
  .footer .common_footer_premium div,.footer .common_footer_coverage div{
    margin-top: 13px;
  }
  .footer .line{
    top: 13px;
    height: 40px;
  }
  .footer .common_footer_right{
    width: 162px;
    height: 38px;
    position: absolute;
    right: 0;
    top: 13px;
    line-height: 38px;
  }
  .content{
    min-height: calc(100vh - 162px);
  }
  .container_content{
    background-color: #fff;
    margin-top: 15px;
    margin-bottom: 30px;
    padding-left: 10%;
    padding-right: 10%;
    border-radius: 10px;
    box-shadow: 0 0 10px rgba(0,0,0,0.05);

  }
  .question_list{
    padding-left: 0;
    padding-right: 0;
  }
  .footer_main{
    padding-top: 10px;
    padding-bottom: 10px;
    height: 40px;
    overflow: hidden;
  }
  .footer_link{
    float: left;
  }
  .footer_link a{
    font-size: 14px;
  }
  .footer_main ul{
    float: right;
    margin-top: 0;
  }
  .footer_common{
    padding-left: 0;
    padding-right: 0;
  }
  .footer .footer_wrap{
    padding-left: 0px;
  }
  /*1、計劃選擇頁面========planSelection*/
  .paln_info{
    padding-left: 0;
    padding-right: 0;
  }
  .des_footer .common_footer{
    text-align: center;
  }
  .des_btn_left{
    border: 1px solid #505050;
  }
  .des_btn_left,.des_btn_right{
    width: 162px;
    height: 38px;
    line-height: 38px;
    display: inline-block;
    margin: 13px 15px 0;
    float: none;
  }
  .plan_read .plan_read_check{
    left: 0;
  }
  .plan_read{
    padding-left: 26px;
  }
  .des_read{
    margin-bottom: 25px;
  }
  .read_tip{
    padding: 0;
  }
  .des_content{
    padding: 0;
  }
  /* 投保前提示頁面 */
  .insurance_content{
    max-width: 552px;
  }
  .all_tip_mes li{
    font-size: 14px;
  }
  .ins_des,.ins_all_tip .all_tip_title{
    padding: 14px 30px;
  }
  .all_tip_mes{
    padding: 21px 30px;
  }
  .ins_all_tip .all_tip_title i{
    right: 30px;
  }
  .read_link_tip,.policy_test{
    padding-left: 0;
    padding-right: 0px;
  }
  .app_sub{
    padding-left: 0;
    padding-right: 0;
  }
  .app_sub{
    padding-bottom: 24px;
  }
  .pay_btn{
		width: 162px;
    margin: 13px auto 0;
    font-size: 18px;
    height: 38px;
    line-height: 38px;
  }
  .paln_info .left_50 .plan_info_select{
    max-width: 140px;
  }
  .paln_info .address_wrap .left_50 .plan_info_select{
    max-width: 200px;
  }
  .pay_read_info{
    margin: 0;
  }
  .pay_read{
    margin-bottom: 17px;
  }
  .pay_read_info{
    margin-bottom: 20px;
  }
  .success_tip_list{
    width: 100%;
    padding-top: 13px;
  }

  .success_content{
    padding-left: 0;
    padding-right: 0;
  }
  .success_tip_list li{
    max-width:534px;
   margin: 0px auto 13px;
  }
  .pro_link_wrap p{
    text-align: center;
  }

}
.btn_gray{
  background-color:#9f9f9f;
}
.footer .common_footer_right.btn_gray{
  background-color:#9f9f9f;
}

.footer_main ul li{
  text-decoration: underline;
}
