/* pc端 */
@media screen and (min-width: 1367px) {
  .bread {
    width: 100%;
    height: 50px;
    line-height: 50px;
    background-color: #f5f5f5;
    box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.14);
  }
  .content-main {
    margin-top: 60px;
  }
  .wraper_l {
    width: 30.08%;
  }
  .wraper_l p {
    font-size: 16px;
    text-align: center;
    color: #333333;
    margin-top: 29px;
    margin-bottom: 26px;
  }
  .wraper_r {
    width: 64.33%;
  }
  .download {
    width: 83.1%;
    line-height: 31px;
    border-radius: 16px;
    text-align: center;
    margin: auto;
    color: #9c1d22;
    border: solid 1px #9c1d22;
  }
  .content-main .area {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .title {
    margin-top: 20px;
    margin-bottom: 38px;
  }
  .title .sp1 {
    font-size: 26px;
    color: #333333;
    font-weight: bold;
    margin-right: 51px;
  }
  .title .sp2 {
    font-size: 14px;
    color: #808080;
  }
  .wraper_r > div h1 {
    font-size: 16px;
    color: #333333;
    font-weight: bold;
  }
  .line {
    width: 100%;
    height: 1px;
    background-color: #e6e6e6;
    position: relative;
    margin-top: 12px;
  }
  .line::after {
    content: "";
    display: block;
    width: 12.98%;
    height: 1px;
    background-color: #9c1d22;
    position: absolute;
    left: 0;
  }
  .wraper_r > div p {
    font-size: 14px;
    line-height: 26px;
    color: #666666;
    margin-top: 16px;
    margin-bottom: 30px;
  }
}
/* padpro端 */
@media screen and (min-width: 991px) and (max-width: 1366px) {
  .area {
    width: 100%;
    padding: 0 10px;
  }
  .bread {
    width: 100%;
    height: 50px;
    line-height: 50px;
    background-color: #f5f5f5;
    box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.14);
  }
  .content-main {
    margin-top: 45px;
  }
  .wraper_l {
    width: 30.08%;
  }
  .wraper_l p {
    font-size: 16px;
    text-align: center;
    color: #333333;
    margin-top: 29px;
    margin-bottom: 26px;
  }
  .wraper_r {
    width: 64.33%;
  }
  .download {
    width: 83.1%;
    line-height: 31px;
    border-radius: 16px;
    text-align: center;
    margin: auto;
    color: #9c1d22;
    border: solid 1px #9c1d22;
  }
  .content-main .area {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .title {
    margin-top: 15px;
    margin-bottom: 28px;
  }
  .title .sp1 {
    font-size: 26px;
    color: #333333;
    font-weight: bold;
    margin-right: 51px;
  }
  .title .sp2 {
    font-size: 14px;
    color: #808080;
  }
  .wraper_r > div h1 {
    font-size: 16px;
    color: #333333;
    font-weight: bold;
  }
  .line {
    width: 100%;
    height: 1px;
    background-color: #e6e6e6;
    position: relative;
    margin-top: 12px;
  }
  .line::after {
    content: "";
    display: block;
    width: 12.98%;
    height: 1px;
    background-color: #9c1d22;
    position: absolute;
    left: 0;
  }
  .wraper_r > div p {
    font-size: 13px;
    line-height: 24px;
    color: #666666;
    margin-top: 16px;
    margin-bottom: 18px;
  }
}
/* pad端 */
@media screen and (min-width: 768px) and (max-width: 991px) {
  .area {
    width: 100%;
    padding: 0 10px;
  }
  .bread {
    width: 100%;
    height: 50px;
    line-height: 50px;
    background-color: #f5f5f5;
    box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.14);
  }
  .content-main {
    margin-top: 30px;
  }
  .wraper_l {
    width: 30.08%;
  }
  .wraper_l p {
    font-size: 16px;
    text-align: center;
    color: #333333;
    margin-top: 29px;
    margin-bottom: 26px;
  }
  .wraper_r {
    width: 64.33%;
  }
  .download {
    width: 83.1%;
    line-height: 31px;
    border-radius: 16px;
    text-align: center;
    margin: auto;
    color: #9c1d22;
    border: solid 1px #9c1d22;
  }
  .content-main .area {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .title {
    margin-bottom: 22px;
  }
  .title .sp1 {
    font-size: 21px;
    color: #333333;
    font-weight: bold;
    margin-right: 30px;
  }
  .title .sp2 {
    font-size: 14px;
    color: #808080;
  }
  .wraper_r > div h1 {
    font-size: 16px;
    color: #333333;
    font-weight: bold;
  }
  .line {
    width: 100%;
    height: 1px;
    background-color: #e6e6e6;
    position: relative;
    margin-top: 12px;
  }
  .line::after {
    content: "";
    display: block;
    width: 12.98%;
    height: 1px;
    background-color: #9c1d22;
    position: absolute;
    left: 0;
  }
  .wraper_r > div p {
    font-size: 12px;
    line-height: 19px;
    color: #666666;
    margin-top: 12px;
    margin-bottom: 12px;
  }
}
/* 移动端 */
@media (max-width: 767px) {
  .area {
    width: 100%;
    padding: 0 10px;
  }
  .bread {
    width: 100%;
    height: 50px;
    line-height: 50px;
    background-color: #f5f5f5;
    box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.14);
  }
  .content-main {
    margin-top: 25px;
    margin-bottom: 40px;
  }
  .wraper_l {
    width: 78%;
    margin: auto;
  }
  .wraper_l p {
    font-size: 16px;
    text-align: center;
    color: #333333;
    margin-top: 29px;
    margin-bottom: 26px;
  }
  .wraper_r {
    width: 100%;
    margin-top: 15px;
  }
  .download {
    width: 83.1%;
    line-height: 31px;
    border-radius: 16px;
    text-align: center;
    margin: auto;
    color: #9c1d22;
    border: solid 1px #9c1d22;
  }
  .content-main .area {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .title {
    margin-bottom: 22px;
  }
  .title .sp1 {
    font-size: 21px;
    color: #333333;
    font-weight: bold;
    margin-right: 30px;
  }
  .title .sp2 {
    font-size: 14px;
    color: #808080;
  }
  .wraper_r > div h1 {
    font-size: 16px;
    color: #333333;
    font-weight: bold;
  }
  .line {
    width: 100%;
    height: 1px;
    background-color: #e6e6e6;
    position: relative;
    margin-top: 12px;
  }
  .line::after {
    content: "";
    display: block;
    width: 12.98%;
    height: 1px;
    background-color: #9c1d22;
    position: absolute;
    left: 0;
  }
  .wraper_r > div p {
    font-size: 12px;
    line-height: 17px;
    color: #666666;
    margin-top: 12px;
    margin-bottom: 12px;
  }
}
