/* PC */

@media (min-width: 769px) {
  /* 面包屑 */
  /* base.css*/
  /* 面包屑end */
  /* 会员中心类别导航 */
  /* base.css*/
  /* 会员中心类别导航 end*/
  /* 右侧内容 */
  .main-content {
    width: 990px;
    padding: 40px 40px;
    float: right;
    box-sizing: border-box;
    border: 1px solid #e5e5e5;
    background: #FFF;
  }
  .getchapass_tab {
    height: 50px;
    margin-bottom: 35px;
    border-bottom: 1px solid #e5e5e5e5;
  }
  .getchapass_tab span {
    display: inline-block;
    width: 120px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    color: #FFF;
    font-size: 16px;
    background: #666666;
    cursor: pointer;
  }
  .getchapass_tab span a {
    color: #FFF;
  }
  .getchapass_tab span:hover {
    background: #d9344c;
  }
  .getchapass_tab .active1 {
    background: #d9344c;
  }
  .getchapass_con {
    font-size: 16px;
    color: #333;
  }
  .xg_text {
    width: 100%;
    min-height: 90px;
    overflow: hidden;
  }
  .xg_text_input {
    width: 350px;
    height: 50px;
    padding: 10px;
    border: 1px solid #e5e5e5;
    outline: 0;
    float: left;
  }
  .xg_text_span {
    float: left;
    height: 50px;
    line-height: 50px;
    box-sizing: border-box;
    padding-right: 10px;
    width: 150px;
    text-align: right;
    display: inline-block;
  }
  .mobilecode-btn, .mobilecodetwo-btn {
    filter: alpha(opacity=96);
    /* IE */
    -moz-opacity: 0.96;
    /* 老版Mozilla */
    -khtml-opacity: 0.96;
    /* 老版Safari */
    opacity: 0.96;
    /* 支持opacity的浏览器*/
    float: left;
    padding: 0 5px;
    height: 50px;
    font-size: 14px;
    outline: 0;
    border: none;
    color: #FFF;
    box-sizing: border-box;
    background: #d9344c;
    width:100px;
  }
  .mobilecode-btn:hover, .mobilecodetwo-btn:hover {
    filter: alpha(opacity=100);
    /* IE */
    -moz-opacity: 1;
    /* 老版Mozilla */
    -khtml-opacity: 1;
    /* 老版Safari */
    opacity: 1;
    /* 支持opacity的浏览器*/
  }
  .mobilecodeCur {
    background: #e5e5e5 !important;
    color: #ccc;
    cursor: not-allowed;
  }
  p.error-message {
    padding-left: 150px;
    font-size: 13px;
    color: #d9344c;
    width: 100%;
    height: 25px;
    float: left;
    display: none;
  }
  .submit_text {
    text-align: left;
    padding-left: 130px;
  }
  .submit_next,.submit_btn, .submit_cancel {
    padding: 20px 30px;
    margin: 0 20px;
    font-size: 14px;
    align-items: center;
    min-width: 115px;
    border: none;
    border-radius: 4px;
    color: #FFF;
    background: #d9344c;
    filter: alpha(opacity=96);
    /* IE */
    -moz-opacity: 0.96;
    /* 老版Mozilla */
    -khtml-opacity: 0.96;
    /* 老版Safari */
    opacity: 0.96;
    /* 支持opacity的浏览器*/
  }
  .submit_cancel,.submit_next {
    background: #999999;
  }
  .submit_btn,.submit_cancel,.two{
    display: none;
  }
  .submit_btn:hover, .submit_cancel:hover {
    filter: alpha(opacity=100);
    /* IE */
    -moz-opacity: 1;
    /* 老版Mozilla */
    -khtml-opacity: 1;
    /* 老版Safari */
    opacity: 1;
    /* 支持opacity的浏览器*/
  }
}

/* Mobile */

@media (max-width: 768px) {
  /* 面包屑 */
  /* base中公共面包屑样式 */
  /* 面包屑end */
  /* 右侧内容 */
  .main-content {
    width: 100%;
    float: right;
    box-sizing: border-box;
  }
  .getchapass_tab {
    display: flex;
    height: 50px;
    margin-bottom: 20px;
    border-bottom: 1px solid #e5e5e5e5;
  }
  .getchapass_tab span {
    height: 50px;
    line-height: 50px;
    text-align: center;
    color: #FFF;
    font-size: 16px;
    background: #666666;
    cursor: pointer;
    flex-grow: 1;
  }
  .getchapass_tab span a {
    color: #FFF;
  }
  .getchapass_tab span:hover {
    background: #d9344c;
  }
  .getchapass_tab .active1 {
    background: #d9344c;
  }
  .getchapass_con {
    width: 96%;
    padding: 0 15px;
    margin: 0 auto;
    font-size: 16px;
    color: #333;
    background: #FFF;
    border: 1px solid #e5e5e5;
    border-radius: 7px;
  }
  .xg_text {
    display: flex;
    width: 100%;
    overflow: hidden;
    border-bottom: 1px solid #e5e5e5;
  }
  .xg_text:nth-last-of-type(1) {
    border-bottom: 0;
  }
  .xg_text_input {
    height: 50px;
    border: none;
    outline: 0;
    flex-grow: 1;
    width: 35%;
  }
  .xg_text_span {
    float: left;
    height: 50px;
    line-height: 50px;
    box-sizing: border-box;
    padding-right: 10px;
    display: inline-block;
  }
  p.error-message {
    padding-left: 150px;
    font-size: 13px;
    color: #d9344c;
    width: 100%;
    height: 25px;
    float: left;
    display: none;
  }
  .mobilecode-btn, .mobilecodetwo-btn {
    filter: alpha(opacity=96);
    /* IE */
    -moz-opacity: 0.96;
    /* 老版Mozilla */
    -khtml-opacity: 0.96;
    /* 老版Safari */
    opacity: 0.96;
    /* 支持opacity的浏览器*/
    float: right;
    padding: 0 5px;
    height: 50px;
    font-size: 14px;
    outline: 0;
    border: none;
    color: #FFF;
    box-sizing: border-box;
    background: #d9344c;
    width:100px;
  }
  .mobilecode-btn:hover, .mobilecodetwo-btn:hover {
    filter: alpha(opacity=100);
    /* IE */
    -moz-opacity: 1;
    /* 老版Mozilla */
    -khtml-opacity: 1;
    /* 老版Safari */
    opacity: 1;
    /* 支持opacity的浏览器*/
  }
  .mobilecodeCur {
    background: #e5e5e5 !important;
    color: #ccc;
    cursor: not-allowed;
  }
  .submit_text {
    display: flex;
    justify-content: space-between;
    width: 96%;
    margin: 20px auto 0;
    text-align: center;
  }
  .submit_next,.submit_btn, .submit_cancel {
    width: 48%;
    height: 45px;
    font-size: 14px;
    align-items: center;
    min-width: 115px;
    border: none;
    border-radius: 4px;
    color: #FFF;
    background: #d9344c;
    filter: alpha(opacity=96);
    -moz-opacity: 0.96;
    -khtml-opacity: 0.96;
    opacity: 0.96;
  }
  .submit_cancel,.submit_next {
    background: #e5e5e5;
    color: #333;
    border: 1px solid #e5e5e5;
  }
  .submit_btn,.submit_cancel,.two{
    display: none;
  }
  .submit_btn:hover, .submit_cancel:hover {
    filter: alpha(opacity=100);
    /* IE */
    -moz-opacity: 1;
    /* 老版Mozilla */
    -khtml-opacity: 1;
    /* 老版Safari */
    opacity: 1;
    /* 支持opacity的浏览器*/
  }
}