@charset "UTF-8";
@media screen and (min-width: 481px) {
  body {
    width: 100%;
    font-family: "游明朝体";
    min-width: 1165px;
  }
  body .top .bar {
    background-color: #323C4E;
    padding: 5px 30px;
  }
  body .top .bar h1 {
    color: white;
    font-size: 50px;
    margin: 0;
  }
  body .top .main {
    background-image: url("../img/pc1.jpg");
    background-size: cover;
  }
  body .top .main .title {
    color: #CDA25F;
    font-size: 70px;
    margin: 0;
    padding-top: 100px;
    padding-left: 50px;
    text-shadow: black;
    text-shadow: 0 2px 3px #808080;
  }
  body .top .main .price {
    color: #ff0000;
    font-size: 60px;
    margin: 40px 200px;
  }
  body .top .main .ext {
    color: white;
    margin: 200px 0 0 auto;
    width: 550px;
  }
  body .top .main .ext p {
    margin: 0;
    font-size: 16px;
  }
  body h2 {
    position: relative;
    display: inline-block;
    margin-bottom: 1em;
    text-align: center;
    font-size: 50px;
  }
  body h2:before {
    content: '';
    position: absolute;
    left: 50%;
    bottom: -15px;
    display: inline-block;
    width: 200px;
    height: 5px;
    transform: translateX(-50%);
    background-color: #CDA25F;
    border-radius: 2px;
  }
  body .inner {
    width: 900px;
    margin: auto;
    font-size: 25px;
    text-align: left;
    padding-bottom: 40px;
  }
  body .cont1 .gold, body .cont2 .gold, body .cont3 .gold, body .cont4 .gold, body .cont5 .gold {
    color: #CDA25F;
    text-shadow: black;
    text-shadow: 0 2px 3px #808080;
    font-size: 30px;
  }
  body .cont1 {
    text-align: center;
  }
  body .cont1 .c1-1 {
    background-color: #323C4E;
    padding: 30px;
    color: white;
  }
  body .cont1 .c1-1 .container {
    display: flex;
  }
  body .cont1 .c1-1 .container img {
    margin: auto;
  }
  body .cont1 .c1-1 .container .article {
    width: 450px;
  }
  body .cont1 .c1-3 {
    background-image: url("../img/pc3.jpg");
    background-position: right;
    background-repeat: no-repeat;
    height: 300px;
  }
  body .cont1 .c1-3 p {
    width: 550px;
    padding-top: 60px;
    font-size: 20px;
  }
  body .cont2 {
    text-align: center;
    background-color: #323C4E;
    color: white;
  }
  body .cont2 .c2-2 {
    display: flex;
  }
  body .cont2 .c2-2 p {
    margin: 40px;
  }
  body .cont2 .c2-3 {
    background-image: url("../img/pc5.jpg");
    background-size: cover;
    margin: auto;
    height: 540px;
    color: black;
  }
  body .cont2 .c2-3 .article {
    padding: 90px 90px 0 90px;
    margin-bottom: 0;
  }
  body .cont2 .c2-3 .law {
    text-align: right;
    margin: 0 100px;
  }
  body .cont2 .c2-4 .outer {
    border-top: 1px solid white;
    border-bottom: 1px solid white;
  }
  body .cont2 .c2-4 .outer ul {
    border-top: 1px solid white;
    border-bottom: 1px solid white;
    margin: 10px 0;
    padding: 30px 50px;
  }
  body .cont3 {
    text-align: center;
    padding-bottom: 50px;
  }
  body .cont3 ul {
    width: 800px;
    padding: 0;
    margin: auto;
  }
  body .cont3 li {
    background-color: #323C4E;
    list-style: none;
    margin-top: 20px;
    border-radius: 20px;
  }
  body .cont3 .question {
    position: relative;
    display: flex;
    padding: 20px;
  }
  body .cont3 .question:hover {
    cursor: pointer;
  }
  body .cont3 .question span {
    color: #CDA25F;
    font-size: 47px;
  }
  body .cont3 .question p {
    font-size: 20px;
    margin-left: 30px;
    color: white;
    text-align: left;
  }
  body .cont3 .question .button {
    margin: 0 0 0 auto;
    font-size: 42px;
    color: #CDA25F;
  }
  body .cont3 .answer {
    display: flex;
    padding: 20px;
  }
  body .cont3 .answer span {
    color: #CDA25F;
    font-size: 47px;
  }
  body .cont3 .answer p {
    font-size: 20px;
    margin-left: 30px;
    color: white;
    text-align: left;
  }
  body .cont4 {
    text-align: center;
    background-color: #323C4E;
    padding-bottom: 50px;
  }
  body .cont4 h2 {
    color: white;
  }
  body .cont4 .course {
    margin: 40px;
    display: flex;
    justify-content: center;
  }
  body .cont4 .course .aCourse, body .cont4 .course .bCourse, body .cont4 .course .cCourse {
    box-shadow: 20px 20px 6px #b9b9b9;
    text-align: left;
    width: 310px;
    height: 620px;
    background-color: white;
    border: #dddddd 1px solid;
    margin: 30px;
  }
  body .cont4 .course .aCourse .courseTop, body .cont4 .course .bCourse .courseTop, body .cont4 .course .cCourse .courseTop {
    border-bottom: #707070 1px solid;
    padding: 10px;
  }
  body .cont4 .course .aCourse .courseTop > p, body .cont4 .course .bCourse .courseTop > p, body .cont4 .course .cCourse .courseTop > p {
    color: #707070;
    font-size: 14px;
    text-align: right;
  }
  body .cont4 .course .aCourse .courseTop .name, body .cont4 .course .bCourse .courseTop .name, body .cont4 .course .cCourse .courseTop .name {
    font-size: 20px;
    padding: 0;
    text-align: left;
    font-size: 20px;
    color: black;
    margin-top: 10px;
  }
  body .cont4 .course .aCourse .courseTop .coursePrice, body .cont4 .course .bCourse .courseTop .coursePrice, body .cont4 .course .cCourse .courseTop .coursePrice {
    margin-left: 30px;
  }
  body .cont4 .course .aCourse .courseTop .coursePrice .red, body .cont4 .course .bCourse .courseTop .coursePrice .red, body .cont4 .course .cCourse .courseTop .coursePrice .red {
    color: #ff0000;
    font-size: 40px;
  }
  body .cont4 .course .aCourse .courseTop .coursePrice p, body .cont4 .course .bCourse .courseTop .coursePrice p, body .cont4 .course .cCourse .courseTop .coursePrice p {
    color: #707070;
  }
  body .cont4 .course .aCourse .courseMiddle, body .cont4 .course .bCourse .courseMiddle, body .cont4 .course .cCourse .courseMiddle {
    border-bottom: #707070 1px solid;
    height: 180px;
    padding: 10px;
  }
  body .cont4 .course .aCourse .courseMiddle ul, body .cont4 .course .bCourse .courseMiddle ul, body .cont4 .course .cCourse .courseMiddle ul {
    color: #707070;
  }
  body .cont4 .course .aCourse .courseMiddle ul li, body .cont4 .course .bCourse .courseMiddle ul li, body .cont4 .course .cCourse .courseMiddle ul li {
    font-size: 14px;
  }
  body .cont4 .course .aCourse .courseBottom, body .cont4 .course .bCourse .courseBottom, body .cont4 .course .cCourse .courseBottom {
    color: #707070;
    padding: 10px;
  }
  body .cont4 .other {
    width: 500px;
    background-color: white;
    margin: auto;
    border: #dddddd 1px solid;
    box-shadow: 20px 20px 6px #b9b9b9;
    padding: 10px;
  }
  body .cont4 .other .name {
    font-size: 20px;
    padding: 0;
    text-align: left;
    font-size: 20px;
    color: black;
    margin-top: 10px;
  }
  body .cont4 .other p {
    color: #707070;
    margin: 10px;
  }
  body .cont4 .other p .red {
    color: #ff0000;
    font-size: 40px;
    margin-left: 30px;
  }
  body .cont5 {
    text-align: center;
    background-color: white;
    padding-bottom: 50px;
  }
  body .cont5 h2 {
    color: #323C4E;
  }
  body .cont5 .inner ul {
    width: 500px;
    margin: auto;
  }
  body .cont5 .inner ul .mail, body .cont5 .inner ul .tel {
    display: flex;
    justify-content: space-between;
  }
  body .cont5 .inner ul p {
    margin: 20px 0;
  }
  body .cont5 .inner > p {
    text-align: center;
  }
  body .cont5 .inner > p a:hover {
    opacity: .7;
  }
  body .cont5 .inner .line {
    text-align: center;
  }
  body .cont5 .inner .line img {
    box-shadow: 5px 5px 3px #b9b9b9;
    border-radius: 20px;
  }
  body .cont5 .inner .line img:hover {
    box-shadow: 0 0 0 #b9b9b9;
    opacity: .7;
    position: relative;
    top: 5px;
    left: 5px;
  }
  body .cont5 .inner h3 {
    text-align: center;
    margin-top: 50px;
  }
  body .cont5 .inner form {
    text-align: center;
  }
  body .cont5 .inner form div {
    display: flex;
    justify-content: space-between;
    margin: 30px 200px;
  }
  body .cont5 .inner form div input {
    height: 20px;
    width: 200px;
    position: relative;
    top: 5px;
  }
  body .cont5 .inner form div textarea {
    height: 100px;
    width: 300px;
    position: relative;
    top: 5px;
    left: 100px;
  }
  body .cont5 .inner form .pri {
    margin: 30px 270px;
    font-size: 16px;
  }
  body .cont5 .inner form .pri input {
    position: relative;
    top: -2px;
    width: 20px;
  }
  body .cont5 .inner form b {
    font-size: 16px;
  }
  body .cont5 .inner form .send {
    margin: auto;
    width: 100px;
    height: 50px;
    margin-top: 20px;
  }
  body .cont5 .inner form .send button {
    text-align: center;
    width: 100%;
    height: 100%;
    font-size: 20px;
    color: #CDA25F;
    background-color: #323C4E;
    border-radius: 20px;
    transition: background-color .5s;
  }
  body .cont5 .inner form .send button:hover {
    background-color: #CDA25F;
    color: #323C4E;
    transition: background-color .5s;
  }
  body footer {
    background-color: #323C4E;
    color: white;
  }
  body footer .inner {
    padding-bottom: 10px;
  }
  body footer .inner > p {
    padding: 30px 0 0 0;
    font-size: 20px;
    margin: 0;
  }
  body footer .inner .add {
    display: flex;
    justify-content: space-between;
    padding: 10px 30px;
    font-size: 16px;
  }
  body footer .inner .add p {
    margin: 0;
  }
}

@media screen and (max-width: 480px) {
  body {
    width: 100%;
    font-family: "游明朝体";
    margin: 0;
  }
  body .top .bar {
    background-color: #323C4E;
    padding: 5px 30px;
  }
  body .top .bar h1 {
    color: white;
    font-size: 20px;
    margin: 0;
  }
  body .top .main {
    background-image: url("../img/pc1.jpg");
    background-size: cover;
  }
  body .top .main .title {
    color: #CDA25F;
    font-size: 30px;
    margin: 0;
    padding-top: 30px;
    padding-left: 20px;
    text-shadow: black;
    text-shadow: 0 2px 3px #808080;
  }
  body .top .main .price {
    color: #ff0000;
    font-size: 40px;
    margin: 20px 40px;
  }
  body .top .main .ext {
    color: white;
    margin: 10px 0 0 auto;
    width: 90%;
  }
  body .top .main .ext p {
    margin: 0;
    font-size: 10px;
  }
  body h2 {
    position: relative;
    display: inline-block;
    margin-bottom: 1em;
    text-align: center;
    font-size: 20px;
    width: 260px;
  }
  body h2:before {
    content: '';
    position: absolute;
    left: 50%;
    bottom: -10px;
    display: inline-block;
    width: 100px;
    height: 5px;
    transform: translateX(-50%);
    background-color: #CDA25F;
    border-radius: 2px;
  }
  body .inner {
    margin: auto;
    font-size: 16px;
    text-align: left;
    padding-bottom: 40px;
  }
  body .cont1 .gold, body .cont2 .gold, body .cont3 .gold, body .cont4 .gold, body .cont5 .gold {
    color: #CDA25F;
    text-shadow: black;
    text-shadow: 0 2px 3px #808080;
    font-size: 20px;
  }
  body .cont1 {
    text-align: center;
  }
  body .cont1 .c1-1, body .cont1 .c1-2, body .cont1 .c1-3, body .cont1 .c1-4 {
    padding: 20px 30px;
  }
  body .cont1 .c1-1 {
    background-color: #323C4E;
    color: white;
  }
  body .cont1 .c1-1 .container img {
    width: 100%;
  }
  body .cont1 .c1-3 {
    background-image: url("../img/sp3.jpg");
    background-position: right;
    background-repeat: no-repeat;
  }
  body .cont1 .c1-3 p {
    width: 190px;
    font-size: 16px;
  }
  body .cont1 .c1-4 p {
    margin: 0;
  }
  body .cont2 {
    text-align: center;
    background-color: #323C4E;
    color: white;
    padding: 30px;
  }
  body .cont2 h2 {
    width: 240px;
  }
  body .cont2 .c2-2 {
    text-align: center;
  }
  body .cont2 .c2-2 p {
    text-align: left;
    margin: 40px 0;
  }
  body .cont2 .c2-3 {
    background-image: url("../img/sp5.jpg");
    background-size: cover;
    margin: auto;
    color: black;
  }
  body .cont2 .c2-3 .article {
    padding: 30px;
    margin-bottom: 0;
    font-size: 14px;
  }
  body .cont2 .c2-3 .law {
    text-align: right;
    margin: 0 auto 0 40px;
    text-align: left;
    padding-bottom: 20px;
    font-size: 12px;
  }
  body .cont2 .c2-4 .outer {
    border-top: 1px solid white;
    border-bottom: 1px solid white;
  }
  body .cont2 .c2-4 .outer ul {
    border-top: 1px solid white;
    border-bottom: 1px solid white;
    margin: 10px 0;
    padding: 30px;
  }
  body .cont3 {
    text-align: center;
    padding: 30px;
  }
  body .cont3 h2 {
    width: 90%;
  }
  body .cont3 ul {
    width: 300px;
    padding: 0;
    margin: auto;
  }
  body .cont3 li {
    background-color: #323C4E;
    list-style: none;
    margin-top: 20px;
    border-radius: 20px;
  }
  body .cont3 .question {
    position: relative;
    display: flex;
    padding: 10px;
  }
  body .cont3 .question:hover {
    cursor: pointer;
  }
  body .cont3 .question span {
    color: #CDA25F;
    font-size: 20px;
  }
  body .cont3 .question p {
    font-size: 13px;
    margin: 8px 10px 0 15px;
    color: white;
    text-align: left;
  }
  body .cont3 .question .button {
    margin: 0 0 0 auto;
    font-size: 20px;
    color: #CDA25F;
  }
  body .cont3 .answer {
    display: flex;
    padding: 10px;
  }
  body .cont3 .answer span {
    color: #CDA25F;
    font-size: 20px;
  }
  body .cont3 .answer p {
    font-size: 13px;
    margin: 8px 10px 0 15px;
    color: white;
    text-align: left;
  }
  body .cont4 {
    text-align: center;
    background-color: #323C4E;
    padding: 30px;
  }
  body .cont4 h2 {
    color: white;
  }
  body .cont4 .course .aCourse, body .cont4 .course .bCourse, body .cont4 .course .cCourse {
    box-shadow: 10px 10px 6px #b9b9b9;
    text-align: left;
    width: 300px;
    height: 620px;
    background-color: white;
    border: #dddddd 1px solid;
    margin: 30px auto;
  }
  body .cont4 .course .aCourse .courseTop, body .cont4 .course .bCourse .courseTop, body .cont4 .course .cCourse .courseTop {
    border-bottom: #707070 1px solid;
    padding: 10px;
  }
  body .cont4 .course .aCourse .courseTop > p, body .cont4 .course .bCourse .courseTop > p, body .cont4 .course .cCourse .courseTop > p {
    color: #707070;
    font-size: 14px;
    text-align: right;
  }
  body .cont4 .course .aCourse .courseTop .name, body .cont4 .course .bCourse .courseTop .name, body .cont4 .course .cCourse .courseTop .name {
    font-size: 20px;
    padding: 0;
    text-align: left;
    font-size: 20px;
    color: black;
    margin-top: 10px;
  }
  body .cont4 .course .aCourse .courseTop .coursePrice, body .cont4 .course .bCourse .courseTop .coursePrice, body .cont4 .course .cCourse .courseTop .coursePrice {
    margin-left: 30px;
  }
  body .cont4 .course .aCourse .courseTop .coursePrice .red, body .cont4 .course .bCourse .courseTop .coursePrice .red, body .cont4 .course .cCourse .courseTop .coursePrice .red {
    color: #ff0000;
    font-size: 40px;
  }
  body .cont4 .course .aCourse .courseTop .coursePrice p, body .cont4 .course .bCourse .courseTop .coursePrice p, body .cont4 .course .cCourse .courseTop .coursePrice p {
    color: #707070;
  }
  body .cont4 .course .aCourse .courseMiddle, body .cont4 .course .bCourse .courseMiddle, body .cont4 .course .cCourse .courseMiddle {
    border-bottom: #707070 1px solid;
    height: 180px;
    padding: 10px;
  }
  body .cont4 .course .aCourse .courseMiddle ul, body .cont4 .course .bCourse .courseMiddle ul, body .cont4 .course .cCourse .courseMiddle ul {
    color: #707070;
  }
  body .cont4 .course .aCourse .courseMiddle ul li, body .cont4 .course .bCourse .courseMiddle ul li, body .cont4 .course .cCourse .courseMiddle ul li {
    font-size: 14px;
  }
  body .cont4 .course .aCourse .courseBottom, body .cont4 .course .bCourse .courseBottom, body .cont4 .course .cCourse .courseBottom {
    color: #707070;
    padding: 10px;
  }
  body .cont4 .course .aCourse .courseBottom p, body .cont4 .course .bCourse .courseBottom p, body .cont4 .course .cCourse .courseBottom p {
    margin-top: 0;
  }
  body .cont4 .other {
    width: 280px;
    background-color: white;
    margin: 30px auto;
    border: #dddddd 1px solid;
    box-shadow: 10px 10px 6px #b9b9b9;
    padding: 10px;
  }
  body .cont4 .other .name {
    font-size: 20px;
    padding: 0;
    text-align: left;
    font-size: 20px;
    color: black;
    margin-top: 10px;
    width: 200px;
    margin-left: 10px;
  }
  body .cont4 .other p {
    color: #707070;
    margin: 20px auto;
    width: 250px;
  }
  body .cont4 .other p .red {
    color: #ff0000;
    font-size: 40px;
    margin-left: 30px;
  }
  body .cont4 .other > p {
    text-align: left;
  }
  body .cont5 {
    text-align: center;
    background-color: white;
    padding: 30px 0;
  }
  body .cont5 h2 {
    color: #323C4E;
  }
  body .cont5 .inner {
    padding: 0 30px;
  }
  body .cont5 .inner ul {
    width: 250px;
    margin: 30px 0;
  }
  body .cont5 .inner ul li {
    margin: 10px 0;
  }
  body .cont5 .inner ul .mail, body .cont5 .inner ul .tel {
    display: flex;
    justify-content: space-between;
  }
  body .cont5 .inner ul p {
    margin: 0;
    font-size: 16px;
  }
  body .cont5 .inner > p {
    text-align: center;
  }
  body .cont5 .inner .line {
    text-align: center;
  }
  body .cont5 .inner .line img {
    box-shadow: 5px 5px 3px #b9b9b9;
    border-radius: 20px;
    width: 150px;
  }
  body .cont5 .inner h3 {
    text-align: center;
    margin-top: 50px;
  }
  body .cont5 .inner form {
    text-align: center;
  }
  body .cont5 .inner form div {
    display: flex;
    justify-content: space-between;
    margin: 30px 20px;
  }
  body .cont5 .inner form div input {
    height: 20px;
    width: 150px;
    position: relative;
    top: 5px;
  }
  body .cont5 .inner form div textarea {
    height: 100px;
    width: 150px;
    position: relative;
    top: 5px;
    left: 0;
  }
  body .cont5 .inner form .pri {
    margin: 10px 0;
    font-size: 16px;
  }
  body .cont5 .inner form .pri input {
    position: relative;
    top: -4px;
    width: 20px;
  }
  body .cont5 .inner form b {
    font-size: 16px;
  }
  body .cont5 .inner form .send {
    margin: auto;
    width: 70px;
    height: 30px;
    margin-top: 20px;
  }
  body .cont5 .inner form .send button {
    text-align: center;
    width: 100%;
    height: 100%;
    font-size: 16px;
    color: #CDA25F;
    background-color: #323C4E;
    border-radius: 20px;
  }
  body footer {
    background-color: #323C4E;
    color: white;
  }
  body footer .inner {
    padding-bottom: 10px;
  }
  body footer .inner > p {
    padding: 30px 20px 0 20px;
    font-size: 16px;
    margin: 0;
  }
  body footer .inner .add {
    padding: 10px 30px;
    font-size: 12px;
  }
  body footer .inner .add p {
    margin: 0;
  }
}
/*# sourceMappingURL=styles.css.map */