@charset "UTF-8";

body {
    font-family: "Century Gothic", "儷黑 Pro", Microsoft JhengHei, sans-serif;
    position: relative;
    background-image:url('../images/');
    background-repeat:no-repeat;
    letter-spacing: 1px;

    
}

a {
    color: #;
}

a:hover,
a:focus {
    color: #000;
}

h1 {
    font-size: 60px;
    font-weight: 300;
    letter-spacing: -1px;
    margin-bottom: 1.5rem;
}

h2 {
    font-size: 40px;
    font-weight: 800;
    color: #000;
    letter-spacing: -1px;
    margin-bottom: 1rem;
}

h3 {
    color: #000;
    font-size: 28px;
    font-weight: 600;
    line-height: 2rem;
}





h4 {
    font-size: 18px;
    font-weight: 600;
    color: #000;
    margin-bottom: 0.8rem;
    line-height: 1.8rem;
}

h5 {
    font-size: 18px;
    font-weight: 600;
    color: #fff;
    margin-bottom: 0.8rem;
    line-height: 2.2rem;
}

p {
    color: #000;
    margin-bottom: 0.8rem;
    line-height: 1.2rem;
}

.font-30{
  font-size: 30px;
}
.font-14{
    font-size: 10px;
}

a.link-yellow{
  color: #f29e52;
  text-decoration: underline;
}
a.link-yellow:hover{
  color: #c88244;
}
.ny-yellow{
  color: #f29e52;
}

.zi-2{
    z-index: 2;
    position:absolute;
}


p.lead {
    color: #000;
    margin-bottom: 0.6rem;
    padding-top: 0.6rem;
    text-align: left;
    font-weight: 500;
}
p.lead2 {
    color: #ffbe2e;
    margin-bottom: 0.4rem;
    padding-top: 0.6rem;
    text-align: center;
    font-weight: 500;
    font-size: 1.3rem;
}

p.lead-s {
    color: #fff;
    margin-bottom: 0.8rem;
    padding-top: 0.2rem;
    text-align: center;
}
.p-lr{
    padding: 0 10px;
}
.t1-w60{
  width: 60%;
}
.blue{
  color: #252f42;
}  

/********************************************/

.rw-red{
  color: #c02e24;
}











/*********************************************/
.m-l{
  position: absolute;
  bottom: 93px;
  left: 321px;

}.m-r{
  position: absolute;
  bottom: 93px;
  right: 350px;

}
.bounce-top2 {
  -webkit-animation: bounce-top 2.3s linear 0.2s infinite alternate both;
          animation: bounce-top 2.3s linear 0.2s infinite alternate both;
}
@-webkit-keyframes bounce-top2 {
  0% {
    -webkit-transform: translateY(-45px);
            transform: translateY(-45px);
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
    opacity: 1;
  }
  24% {
    opacity: 1;
  }
  40% {
    -webkit-transform: translateY(-24px);
            transform: translateY(-24px);
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
  }
  65% {
    -webkit-transform: translateY(-12px);
            transform: translateY(-12px);
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
  }
  82% {
    -webkit-transform: translateY(-6px);
            transform: translateY(-6px);
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
  }
  93% {
    -webkit-transform: translateY(-4px);
            transform: translateY(-4px);
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
  }
  25%,
  55%,
  75%,
  87% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
    -webkit-animation-timing-function: ease-out;
            animation-timing-function: ease-out;
  }
  100% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
    -webkit-animation-timing-function: ease-out;
            animation-timing-function: ease-out;
    opacity: 1;
  }
}
@keyframes bounce-top2 {
  0% {
    -webkit-transform: translateY(-45px);
            transform: translateY(-45px);
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
    opacity: 1;
  }
  24% {
    opacity: 1;
  }
  40% {
    -webkit-transform: translateY(-24px);
            transform: translateY(-24px);
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
  }
  65% {
    -webkit-transform: translateY(-12px);
            transform: translateY(-12px);
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
  }
  82% {
    -webkit-transform: translateY(-6px);
            transform: translateY(-6px);
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
  }
  93% {
    -webkit-transform: translateY(-4px);
            transform: translateY(-4px);
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
  }
  25%,
  55%,
  75%,
  87% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
    -webkit-animation-timing-function: ease-out;
            animation-timing-function: ease-out;
  }
  100% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
    -webkit-animation-timing-function: ease-out;
            animation-timing-function: ease-out;
    opacity: 1;
  }
}





/**************************************************************/
.main {
    width: 100%;
    height: 665px;
    background: url(../images/bg_bt.png) top center no-repeat, url(../images/banner_bg.jpg) top center fixed no-repeat;
    display: block;
    line-height: 0;
    overflow: hidden;
}
.main_content {
    max-width: 1200px;
    height: 665px;
    margin: 0 auto;
    position: relative;
}
.title01 {
    position: absolute;
    top: 130px;
    left: 247px;
}
.sp {
    position: absolute;
    bottom: 93px;
    left: 237px;
}
.index_m {
    display: none;
}

/********************************************/
.fade-in {
  -webkit-animation: fade-in 0.5s cubic-bezier(0.550, 0.055, 0.675, 0.190) both;
          animation: fade-in 0.5s cubic-bezier(0.550, 0.055, 0.675, 0.190) both;
}

 
@-webkit-keyframes fade-in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fade-in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}



/****************************************/
.bounce-top {
  -webkit-animation: bounce-top 0.9s ease-in alternate ;
          animation: bounce-top 0.9s ease-in alternate ;
}
@-webkit-keyframes bounce-top {
  0% {
    -webkit-transform: translateY(-45px);
            transform: translateY(-45px);
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
    opacity: 1;
  }
  24% {
    opacity: 1;
  }
  40% {
    -webkit-transform: translateY(-24px);
            transform: translateY(-24px);
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
  }
  65% {
    -webkit-transform: translateY(-12px);
            transform: translateY(-12px);
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
  }
  82% {
    -webkit-transform: translateY(-6px);
            transform: translateY(-6px);
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
  }
  93% {
    -webkit-transform: translateY(-4px);
            transform: translateY(-4px);
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
  }
  25%,
  55%,
  75%,
  87% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
    -webkit-animation-timing-function: ease-out;
            animation-timing-function: ease-out;
  }
  100% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
    -webkit-animation-timing-function: ease-out;
            animation-timing-function: ease-out;
    opacity: 1;
  }
}
@keyframes bounce-top {
  0% {
    -webkit-transform: translateY(-45px);
            transform: translateY(-45px);
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
    opacity: 1;
  }
  24% {
    opacity: 1;
  }
  40% {
    -webkit-transform: translateY(-24px);
            transform: translateY(-24px);
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
  }
  65% {
    -webkit-transform: translateY(-12px);
            transform: translateY(-12px);
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
  }
  82% {
    -webkit-transform: translateY(-6px);
            transform: translateY(-6px);
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
  }
  93% {
    -webkit-transform: translateY(-4px);
            transform: translateY(-4px);
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
  }
  25%,
  55%,
  75%,
  87% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
    -webkit-animation-timing-function: ease-out;
            animation-timing-function: ease-out;
  }
  100% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
    -webkit-animation-timing-function: ease-out;
            animation-timing-function: ease-out;
    opacity: 1;
  }
}








/*****************************************/




.container-top {
    width: 100%;
    padding-right: 30px;
    padding-left: 30px;
    margin-right: auto;
    margin-left: auto;
}
.yellow-bg{
  background: #f29e52;
}
.black-bg{
   background: rgba(0, 0, 0, 0.6);
}
.yellow{
    color: #f29e52;
    font-weight: 600;
}
.green{
  color: #db9b58;
}
.yellow2-bg{
    background: url(../images/bg-07.png) repeat;
}
.green-bg{
  background: url(../images/bg-07.png) repeat;

}
.red-bg{
  background: url(../images/red-bg.jpg) repeat;

}
.navbar-brand {
    display: inline-block;
    padding-top: 0rem; 
    padding-bottom: 0rem; 
    margin-right: 1rem;
    font-size: 1.25rem;
    line-height: inherit;
    white-space: nowrap;
}
.user-article {
    width: 100%;
    margin: 0 auto;
    overflow: scroll;
    height: 250px;
    background: #f8f9fa;
    padding: 10px;
    border: 1px solid #ccc;
}


.course-intro {
    font-size: 1rem;
    line-height: 2.4rem;
    color: #333;
    font-weight: 600;
}

.b-r{
     word-wrap: break-word;
}
.form-w{
    width: 30%;
}
.form-w-1{
    width: 10%;
}
.s-p{
    float: right;
}

.price-c {
    color: #e22b26;
    width: 100%;
    font-weight: 800;
    font-size: 18px;
    margin-bottom: -0.8rem;
    padding: 10px 0 0 0;
}
.price-s{
  color: #666;
  font-size: 14px;
}


.course-intro-l {
    padding: 50px 30px;
}
.course-intro-r {
    padding:62px 30px 40px 30px;
}
.btn-light {
    border-radius: 3px;
    background: #ca3d29;
    color: #fff;
    border: 2px solid #ca3d29;
    font-size: 1rem;
    font-weight: 400;
    margin: 0.5rem;
    padding: 0.7rem 1.6rem;
    line-height: 1.8;
    width: 50%;
}

/***********/

.step { 
    position: relative; 
    width: 300px; 
    height: 120px; 
    border: 6px solid #333; 
    border-radius: 20px; 
    margin: 40px 0; 
    background-color: #333; 
    padding: 0 10px;
} 
.step-a { 
    position: relative; 
    width: 300px; 
    height: 100px; 
    border: 6px solid #333; 
    border-radius: 20px; 
    margin: 40px 0; 
    background-color: #333; 
    padding: 0 10px;
}
.step-b { 
    position: relative; 
    width: 300px; 
    height: 80px; 
    border: 6px solid #333; 
    border-radius: 20px; 
    margin: 40px 0;
    padding: 5px 10px;
    background-color: #333; 
}

.step::before{
    content: ''; 
    display: block; 
    position: absolute; 
    top: 114px; 
    left: 126px; 
    border-left: 12px solid transparent ; 
    border-right: 12px solid transparent; 
    border-top: 10px solid #333; 
} 
.step-a::before{
    content: ''; 
    display: block; 
    position: absolute; 
    top: 94px; 
    left: 126px; 
    border-left: 12px solid transparent ; 
    border-right: 12px solid transparent; 
    border-top: 10px solid #333; 
} 
 









/**************************/



.ml-03{
    margin-left: -1rem; 
}

.t-i{
    text-indent: -1em;

}
.red-m{
    font-size: 20px;
    color: #f15e84;
}
.red-s{
   
    color: #c91141;
}
.red-l{
    color: #c02e24;
}
.white-l{
    color: #2a557c;
    font-size: 24px;
    font-weight: 600;
    padding: 40px 0 0 0;
}

.pb-4{
    padding: 0 0 20px 0;

}
.tag-blue{
    padding: 5px 15px;
    background: #2a557c;
    color: #fff;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}
.tag-black{
    padding: 5px 15px;
    background: #000;
    color: #fff;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}
a.link-r{
    float: right;
    font-size: 1rem;
    width: 40%;
    text-align: right;
}
.link-l{
    float: left;
    width: 30%;
}

a.link-rb{
    float: right;
    color: #000;
    font-size: 1rem;
}

.pt-2{
    padding: 10px 6px 10px 6px;
}
.black{
    color:#000;
}


/*********************************btn***********************************/
.inputGroup {
    background-color: #fff;
    display: block;
    margin: 10px 0;
    position: relative;

    label {
      padding: 12px 30px;
      width: 100%;
      display: block;
      text-align: left;
      color: #3C454C;
      cursor: pointer;
      position: relative;
      z-index: 2;
      transition: color 200ms ease-in;
      overflow: hidden;

      &:before {
        width: 10px;
        height: 10px;
        border-radius: 50%;
        content: '';
        background-color: #5562eb;
        position: absolute;
        left: 50%;
        top: 50%;
        transform: translate(-50%, -50%) scale3d(1, 1, 1);
        transition: all 300ms cubic-bezier(0.4, 0.0, 0.2, 1);
        opacity: 0;
        z-index: -1;
      }

      &:after {
        width: 32px;
        height: 32px;
        content: '';
        border: 2px solid #D1D7DC;
        background-color: #fff;
        background-image: url("data:image/svg+xml,%3Csvg width='32' height='32' viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M5.414 11L4 12.414l5.414 5.414L20.828 6.414 19.414 5l-10 10z' fill='%23fff' fill-rule='nonzero'/%3E%3C/svg%3E ");
        background-repeat: no-repeat;
        background-position: 2px 3px;
        border-radius: 50%;
        z-index: 2;
        position: absolute;
        right: 30px;
        top: 50%;
        transform: translateY(-50%);
        cursor: pointer;
        transition: all 200ms ease-in;
      }
    }

    input:checked ~ label {
      color: #fff;

      &:before {
        transform: translate(-50%, -50%) scale3d(56, 56, 1);
        opacity: 1;
      }

      &:after {
        background-color: #54E0C7;
        border-color: #54E0C7;
      }
    }

    input {
      width: 32px;
      height: 32px;
      order: 1;
      z-index: 2;
      position: absolute;
      right: 30px;
      top: 50%;
      transform: translateY(-50%);
      cursor: pointer;
      visibility: hidden;
    }
  }


// codepen formatting
.form {
  padding: 0 16px;
  max-width: 550px;
  margin: 50px auto;
  font-size: 18px;
  font-weight: 600;
  line-height: 36px;
}



*,
*::before,
*::after {
  box-sizing: inherit;
}

html {
  box-sizing: border-box;
}

code {
  background-color: #9AA3AC;
  padding: 0 8px;
}


.option-input {
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
  position: relative;
  top: 10px;
  right: 0;
  bottom: 0;
  left: 0;
  height: 30px;
  width: 30px;
  line-height: 30px;
  transition: all 0.15s ease-out 0s;
  background: #cbd1d8;
  border: none;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  margin-right: 0.5rem;
  outline: none;
  position: relative;
  z-index: 1000;
}
.option-input:hover {
  background: #9faab7;
}
.option-input:checked {
  background: #000c24;
}
.option-input:checked::before {
  height: 30px;
  width: 30px;
  position: absolute;
  content: '✔';
  display: inline-block;
  font-size: 26.66667px;
  text-align: center;
  line-height: 30px;
}
.option-input:checked::after {
  -webkit-animation: click-wave 0.65s;
  -moz-animation: click-wave 0.65s;
  animation: click-wave 0.65s;
  background: #40e0d0;
  content: '';
  display: block;
  position: relative;
  z-index: 100;
}
.option-input.radio {
  border-radius: 50%;
}
.option-input.radio::after {
  border-radius: 50%;
}
.f14{
    color: #333;
    font-size: 18px;
    font-weight: 800;
    padding: 0.7rem 0.2rem;
    line-height: 1.2;
}







.btn {
    font-size: ;
    font-weight: 400;
    text-transform: uppercase;
    padding: 0.375rem 0.65rem;
    transition: all 0.5s ease;
}







.media-body {
    -ms-flex: 1;
    flex: 1;
    text-align: center;
}

.text-primary {
    color: #000 !important;
}

.light-font {
    font-weight: 300;
}



.btn-outline-light:hover {
    color: #d6619c;
}




.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary:not([disabled]):not(.disabled).active,
.btn-primary:not([disabled]):not(.disabled):active,
.show>.btn-primary.dropdown-toggle {
    background-image: linear-gradient( 122deg, #fd378e 0%, #e54595 100%);
    box-shadow: 0px 9px 32px 0px rgba(0, 0, 0, 0.3);
    color: #FFF;
}

 
.btn-light:hover {
    border: 2px solid #252f42;
    background: #252f42;
    color: #fff;
   

}  

.btn-purple {
    border-radius: 3px;
    background: #353089;
    color: #fff;
    border: 2px solid #353089;
    font-size: 18px;
    font-weight: 800;
    
    margin: 0.5rem;
    padding: 0.7rem 1.6rem;
    line-height: 1.8;
    width: 40%;
} 
.btn-purple:hover {
    border: 2px solid #353089;
    background:  none;
    color: #353089;
   

}
.btn-purple2 {
    border-radius: 3px;
    background: #ca3d29;
    color: #fff;
    border: 2px solid #ca3d29;
    font-size: 18px;
    font-weight: 800;
    
    margin: 0.5rem 0 2rem 0;
    padding: 0.5rem 4rem;
    line-height: 1.8;
} 
.btn-purple2:hover {
    border: 2px solid #ca3d29;
    background:  none;
    color: #ca3d29;
   

}
.btn-gray2{
    border: 2px solid #999;
    background:  none;
    border-radius: 3px;
    color: #999;
    
    border: 2px solid #999;
    font-size: 18px;
    font-weight: 800;
    
    margin: 0.5rem 0 2rem 0;
    padding: 0.5rem 4rem;
    line-height: 1.8;
} 
.btn-gray2:hover {
    background: #999;
    color: #fff;
   

}

    
.btn-gray {
    border-radius: 3px;
    background: #none;
    color: #999;
    border: 2px solid #999;
    font-size: 18px;
    font-weight: 800;
    
    margin: 0.5rem;
    padding: 0.7rem 1.6rem;
    line-height: 1.8;
    width: 40%;
} 
.btn-gray:hover {
    border: 2px solid #333;
    background:  none;
    color: #333;
   

}

.white-bg{
  background: #fff;
}


.mainb-bg{
    background: url(../images/bg-05.jpg) repeat;
} 
.orange-bg{
    background: #ff0666;
}

.double1-t1{
    color: #353089;
    font-size: 26px;
    font-weight: 600;
    line-height: 2.4rem; 
}
.double1-t1-s{
    color: #000;
    font-size: 20px;

}

.clock-b{
     background: url(../images/limited-clockbg.svg) no-repeat center;
     height: 200px;
     

}

.clock-min{
    background: #333;
    width: 9rem;
    padding: 5px solid #333;
    border-radius: 5px;
    text-align: center;
    float: right;
}
.clock-sec{
    background: #333;
    width: 9rem;
    padding: 5px solid #333;
    border-radius: 5px;
    text-align: center;
    float: left;
}
.clock-ms-l{
    color: #fff;    
    font-size: 5rem;
}
.clock-ms-s{
    color: #ccc;    
    font-size: 0.8rem;
    padding-bottom: 10px;
}





.d1-bg{
    background: #f57855;
}

.btn-group-lg>.btn,
.btn-lg {
    padding: 0.8rem 1rem;
    font-size: 15px;
}
.gray{
    color: #888;
    padding: 0 0 0 1rem;
}
.pink{
    color:#c02e24;
}    
.pink01{
    color:#ff0076;
    padding: 0 0 0 1rem;
}
.pink02{
    color:#ff0076;
    font-size: 30px;
    font-weight: 600;
}
.pink03{
    color:#c02e24;
    font-weight: 600;
}
.white01{
    color: #fff;
    font-weight: 800;
    font-size: 50px;
    font-style:italic;

}
.white02{
    color: #fff;
    font-weight: 800;
    font-size: 20px;

}
.f-r{
    float: right;
}

.light-bg {
    background: url(../images/bg-04.png) repeat;
}    
.pink-bg {
    background: #f36854;
}


.gray-bg{
    background: url(../images/bg-01.jpg) repeat;
}
.blue-bg {
    background-color: #252f42;
}
.bg-white{
    background: #fff;
}
.beige-bg{
   background: #ebeae6; 
} 
.pink-bg{
    background: #ef888c;
}

.s2-link{
    font-size: 20px;
    text-align: right;
}
.s2-link a{
    text-decoration: none:;
    width: 75%;
}
.s2-link:hover{
    text-decoration: none:;
}

.section {
    padding: 70px 0;
}
.section02 {
    padding: 20px 0 30px 0;
}

.section-title {
    text-align: center;
    margin: 3rem 1rem 2rem 1rem;

    border-radius: 10px;
}
.gift-title{
  font-size: 1.5rem;
  color: #333;
  font-weight: 600;
  padding: 30px 10px 10px 10px;
}
.pd-lr-1{
  padding: 0 10px;
}
.gift-price{
  font-size: 1.2rem;
  color: #f36854;
  font-weight: 600;
  padding: 0 10px 0 0;
}
.gift-link{
  color: #000c24;
}
.gift-link:hover{
  color: #000c24;
  text-decoration: underline;
}


.section-title small {
    color: #998a9b;
}
.table-warning, .table-warning>td, .table-warning>th {
    background-color: #f29e52;
}
.pb-15{
  padding-bottom: 15px;
}
.p-card-g{
  border-right: dotted 2px #4fb993;
  border-bottom: dotted 2px #4fb993;
  border-left: dotted 2px #4fb993;
  border-bottom-left-radius:20px;
  border-bottom-right-radius:20px;
}
.p-card{
  border: dotted 1px #999;
  border-radius:10px;
}
.p-card-r{
  border:dotted 1px #ca3d29;
  border-radius: 10px;
}

.course-a{
    padding: 0 15px;
}
.course-a-card{
    padding: 20px;
}
.course-slect{
    background: #fff;
}    
.card-point2 {
    border: 0;
    border-radius: 5px;
    transition: all 0.3s ease;
    margin: 2rem 0;
}
.course-a-t1 {
    font-size: 2rem;
    color: #000;
    font-weight: 500;
    padding: 30px 15px 0px 15px;
    margin: 0 0 3rem 0;
    text-align: center;
}
.green-c {
        color: #fff;
    font-size: 2rem;
    font-weight: 800;
    /* border: 10px solid #e22b26; */
    /* width: 80px; */
    /* height: 80px; */
    border-radius: 50px;
    padding: 0 4px;
    background: #f29e52;
}
.red {
    color: #fff;
    font-size: 2rem;
    font-weight: 800;
    /* border: 10px solid #e22b26; */
    /* width: 80px; */
    /* height: 80px; */
    border-radius: 50px;
    padding: 0 4px;
    background: #c02e24;
}
.purple{
    color: #353089;
    font-size: 5rem;
    font-weight: 800;
    font-style: italic;

}
.f-20{
  font-size: 1rem;
  padding: 0 10px;
}
.btn-gray-2 {
    color: #333;
    font-size: 18px;
    font-weight: 800;
    padding: 0.7rem 0.2rem;
    line-height: 1.2;

}
input.d-pbt2 {
    width: 10%;
    background: #fff;
    color: #888;
    border: 0;
    padding: 8px;
    margin: 0 10px 10px 10px;
    border-radius: 2px;
    border: 3px solid #ced4da;
}
.course-a-i{
    border-radius: 6px;
}


}
.purple-bg{
    background: #353089;
}
    
.course-slect{
    border-top-left-radius:    none;
    border-top-right-radius:    none;
    border-bottom-right-radius: 10px;
    border-bottom-left-radius:  10px;
    text-align: center;
    padding: 10px 0;

}
.c-s-bt{
    border: 5px;
}
.c-link-d {  
    border-top: 2px dotted #999;
}


.btn-gray-2:hover {
    color: #666;
    font-size: 18px;
    font-weight: 800;
    padding: 0.7rem 0.2rem;
    line-height: 1.2;

}

a.select:focus{
　　  background:#000;
    }


/*************************************************************/
.custom-radios div {
  display: inline-block;
}
.custom-radios input[type="radio"] {
  display: none;
}
.custom-radios input[type="radio"] + label {
  color: #333;
  font-family: Arial, sans-serif;
  font-size: 14px;
}
.custom-radios input[type="radio"] + label span {
  display: inline-block;
  width: 36px;
  height: 36px;
  vertical-align: middle;
  cursor: pointer;
  border-radius: 50%;
  border: 2px solid #FFFFFF;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.33);
  background-repeat: no-repeat;
  background-position: center;
  text-align: center;
  line-height: 36px;
}
.custom-radios input[type="radio"] + label span img {
  opacity: 0;
  transition: all .3s ease;
}
.custom-radios input[type="radio"]#color-1 + label span {
  background-color: #2ecc71;
}
.custom-radios input[type="radio"]#color-2 + label span {
  background-color: #3498db;
}
.custom-radios input[type="radio"]#color-3 + label span {
  background-color: #f1c40f;
}
.custom-radios input[type="radio"]#color-4 + label span {
  background-color: #e74c3c;
}
.custom-radios input[type="radio"]:checked + label span img {
  opacity: 1;
}

/*******************************************************************/

/* NAVBAR
----------------------*/
.navbar-light .navbar-nav .nav-link {
    color: #ffeecc; 
}

.nav-menu {
    padding: 0;
    transition: all 0.3s ease;
    background: none;
}

.nav-menu.is-scrolling,
.nav-menu.menu-is-open {
    background: rgba(36, 46, 64, 0.90);
    -webkit-box-shadow: 0px 5px 23px 0px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0px 5px 23px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 5px 23px 0px rgba(0, 0, 0, 0.1);
}

.nav-menu.is-scrolling {
    padding: 0;
}

.navbar-nav .nav-link {
    position: relative;
}
.navbar-light .navbar-nav .nav-link {
    color: #ffffff;
}
.navbar-light .navbar-nav .nav-link:focus, .navbar-light .navbar-nav .nav-link:hover {
    color: #ffffff;
}




/* 
----------------------*/

header {
    padding: 100px 0 0;
    text-align: center;
    color: #FFF;
}

.tip{

}

.tossing {
    animation-name: tossing;
    -webkit-animation-name: tossing;
    animation-duration: 2.5s;
    -webkit-animation-duration: 2.5s;
    animation-iteration-count: infinite;
    -webkit-animation-iteration-count: infinite;
}
@keyframes tossing {
  0% {
    transform: rotate(-4deg); 
  }
  50% {
    transform: rotate(4deg);
  }
  100% {
    transform: rotate(-4deg); 
  }           
}

@-webkit-keyframes tossing {
  0% {
    -webkit-transform: rotate(-4deg); 
  }
  50% {
    -webkit-transform: rotate(4deg);
  }
  100% {
    -webkit-transform: rotate(-4deg); 
  }       
}




img {

    max-width: 100%;
    max-height: 100%;
}
img.largescreen3 {
    display: block;
    height: 100%;
    position: relative;
    width: 100%;
    
}
img.smallscreen3{
  display: none;
  height   : 100%;
  position: relative;
  width: 100%;
} 
img.largescreen2 {
    display: block;
    height: 100%;
    position: relative;
    width: 100%;
    
}
img.smallscreen2{
  display: none;
  height   : 100%;
  position: relative;
  width: 100%;
} 
.promo01 {
    position: absolute;
    top: 10px;
    left: 110px;
    z-index: 0;
}

.navbar-header{
    max-width: 100%;
    width    : 100%;
    height   : auto; 
}

.tagline {
    font-size: 23px;
    font-weight: 300;
    color: #ffb8f6;
    max-width: 800px;
    margin: 0 auto;
}

.img-holder {
    height: 0;
    padding-bottom: 33%;
    overflow: hidden;
}




/* FEATURES
----------------------*/

.gradient-fill:before {
    color: #fc73b4;
    background: -moz-linear-gradient(top, #9477b4 0%, #fc73b4 100%);
    background: -webkit-linear-gradient(top, #9477b4 0%, #fc73b4 100%);
    background: linear-gradient(to bottom, #9477b4 0%, #fc73b4 100%);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
}

.card.features-l {
    border: 0;
    background: none;
    float: right;
    background: url(../images/cbg-2.svg) no-repeat center;
    padding: 1.2rem 0;
}    
.card.features-r {
    border: 0;
    background: none;
    float: left;
    background: url(../images/cbg-1.svg) no-repeat center;
    padding: 1.2rem 0;
    margin: 0 0 2rem 0;

}

.tips-title{
  margin: 1rem 0 0 0;
  width: 38%;
}



.c-linka{
    position: absolute;
} 
.c-on-date{
    width: 3.6rem;
    height: 3.6rem;
    position: absolute;
    padding: 0.9rem 0rem;
    font-weight: 800;
    letter-spacing: 1px;
    background: #c02e24;
    text-decoration: none;
    top: -0.2rem;
    left: -1.2rem;
    color: #fff;
    border-radius: 999em;
    z-index: 999;
    border: 3px solid #c02e24;   
    text-align: center;
} 
.c-off-date {
    width: 3.6rem;
    height: 3.6rem;
    position: absolute;
    padding: 0.9rem 0;
    font-weight: 800;
    letter-spacing: 1px;
    background: #fff;
    text-decoration: none;
    top: -0.2rem;
    left: -1.2rem;
    color: #c02e24;
    border-radius: 999em;
    text-align: center;
    z-index: 999;
    border: 3px solid #c02e24;
}
.c-discount{
    width: 5.4rem;
    height: 5.4rem;
    position: absolute;
    padding: 0.3rem 0;
    font-weight: 800;
    letter-spacing: 1px;
    background: #ff0076;
    text-decoration: none; 
    top:8px;
    left: 8px;
    color: #fff;
    border-radius:999em;
    text-align: center;
    font-size: 2rem;
}
.c-link-go{
    text-decoration: none;
    color: #fff;
    padding: 0.3rem 0;
    text-align: center;
    background: #353089;
    width: 50%;
    margin: 0.8rem 0 1.4rem 0;
    float: right;

}
.c-link-go:hover{
    color: #fff;
    text-decoration: none;


}

.c-link-h{
    text-decoration: none;
    color: #fff;
    padding: 0.3rem 0;
    text-align: center;
    background: #999;
    width: 50%;
    margin: 0.8rem 0 1.4rem 0;
    float: right;

}
.c-link-h:hover{
    color: #fff;
    text-decoration: none;


}
.c-link-h2{
    text-decoration: none;
    color: #ca3d29;
    padding: 0.3rem 0;
    text-align: center;
    background: none;
    width: 50%;
    margin: 4rem 0 1.5rem 0;
    float: right;
    font-size: 18px;
    font-weight: 800;

}
.c-link-h2:hover{
    color: #000c24;
    text-decoration: none;


}
.link-float2 {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px transparent;
    -webkit-transition-duration: .3s;
    transition-duration: .3s;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}
.link-float2:hover {
    -webkit-transform: translateY(-8px);
    transform: translateY(-8px);
}




  .text-s{
    font-size: 0.6rem;
  }

 
.link-float {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px transparent;
    -webkit-transition-duration: .3s;
    transition-duration: .3s;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}
.link-float:hover {
    -webkit-transform: translateX(-8px);
    transform: translateX(-8px);
}




.card.features:before {
    content: "";
    position: absolute;
    width: 3px;
    color: #fc73b4;
    top: 0;
    bottom: 0;
    left: 0;
}




.card-text {
    font-size: 14px;
}

.card.features:hover {
    transform: translateY(-4px);
    
}


.collapse.show {
    display: block;
    text-align: center;
}







.card-point {
    border: 0;
    border-radius: 5px;
    transition: all 0.3s ease;
    margin: 2rem 0;


}

.card-point .card-r{

    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;

}


.btn-light-m {
    border-radius: 3px;
    border: 1px solid #876619;
    background: #FFF;
    font-size: 14px;
    font-weight: 500;
    color: #876619;
    margin: 0.5rem;
    padding: 0.3rem 0.6rem;
    line-height: 1.8;
}
.btn-light-m:hover {
    color: #fff;
    background-color: #876619;
    border-color: #876619;
}
.card-body {
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding: 0rem;     
}
.point-font{
    font-size: 14px;
    line-height: 1.6rem;
    margin-top: 0.8rem;
    padding: 0 20px;
}
.point-link{
    font-size: 14px;
    line-height: 1.6rem;
    margin-top: 0.8rem;
    text-decoration: underline;
}


/*  FB-C
----------------------*/
.campaign-img {
    position: relative;
    padding: 30px 0 0 0;
}
.section-fb {
    padding: 40px 0 40px 0;
    background: #ffeecc;
}

.border-top-d{
    border-top: 1px dotted #000;
}





/*  TABS
----------------------*/

.tab-content {
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px;
    background-color: #FFF;
    box-shadow: 0px 5px 7px 0px rgba(0, 0, 0, 0.04);
    padding: 3rem;
    text-align: left;
}



.tab-content p {
  
}

.tab-content h2 {
    margin-bottom: 2rem;
}

.nav-tabs {
    border-bottom: 0;
}




.nav-tabs .nav-item .nav-link,
.nav-tabs .nav-link:focus,
.nav-tabs .nav-link:hover {
    padding: 1rem 1rem;
    border-color: #faf6fb #faf6fb #FFF;
    font-size: 17px;
    color: #fff;
    background: #e9e6e6;
}

.nav-tabs .nav-link.active {
    background: #FFF;
    border-top-width: 3px;
    border-color: #c91141 #faf6fb #FFF;
    color: #000;
}



/*  FOOTER
----------------------*/

.social-icons {
    text-align: right;
}

.social-icons a {
    background-color: #FFF;
    box-shadow: 0px 0px 21px 0px rgba(0, 0, 0, 0.05);
    width: 50px;
    height: 50px;
    display: inline-block;
    text-align: center;
    line-height: 50px;
    margin: 0 0.3rem;
    border-radius: 5px;
    color: #f4c9e2;
    transition: all 0.3s ease;
}

.social-icons a:hover {
    text-decoration: none;
    color: #000;
}




@media (max-width:1200px) {
    .img-holder {
        padding-bottom: 50%;
    }
}
@media (max-width:1024px) {
    .title01 {
    position: absolute;
    top: 130px;
    left: 190px;
}
.sp {
    position: absolute;
    bottom: 93px;
    left: 174px;
}
.m-r {
    position: absolute;
    bottom: 93px;
    right: 248px;
}
.m-l {
    position: absolute;
    bottom: 93px;
    left: 253px;
}

}
@media (min-width: 992px) {
    .navbar-expand-lg .navbar-nav .nav-link {
    margin-left: 1.2rem;
    font-size: 15px;
    color: #fff;
    font-weight: 800;
    letter-spacing: 1px;
}
    }
    .navbar-nav>.nav-item>.nav-link.active:after {
        content: "";
        border-bottom: 2px solid #fff;
        left: 1rem;
        right: 1rem;
        bottom: 5px;
        position: absolute;
    }
    .tab-content {
        padding: 1.5rem;
    }
    .order-lg-2 {
    -ms-flex-order: 2;
    order: 2;
}
  .order-lg-1 {
    -ms-flex-order: 1;
    order: 1;
}
  
}

@media (max-width:991px) {
  .social-icons {
        text-align: center;
        margin-top: 2rem;
    }
    .navbar-nav.is-scrolling {
        padding-bottom: 1rem;
    }
    .navbar-nav .nav-item {
        text-align: center;
    }
    .navbar-expand-lg .navbar-nav .nav-link {
        padding-left: 1.2rem;
        font-size: 15px;
        color: #fff;
        font-weight: 800;
        letter-spacing: 3px;
    }
    .order-lg-2 {
    -ms-flex-order: 2;
    order: 2;
}
  .order-lg-1 {
    -ms-flex-order: 1;
    order: 1;
}

    .card.features {
        margin-bottom: 2rem;
    }
    [class^="col-"]:last-child .card.features {
        margin-bottom: 0;
    }
}

    

@media (max-width:812px) {
    .point-font{
    font-size: 14px;
    line-height: 1.4rem;
    margin-top: 0.8rem;
    padding: 0 14px;
    }
    .section {
    padding: 40px 0;
    }
    .title01 {
    position: absolute;
    top: 80px;
    left: 200px;
    width: 50%;
}
.sp {
    position: absolute;
    bottom: 93px;
    left: 151px;
    top: 234px;
    width: 60%;
}
.m-r {
    position: absolute;
    bottom: 93px;
    right: 248px;
}
.m-l {
    position: absolute;
    bottom: 93px;
    left: 253px;
}

}




@media (max-width:767px) {
    .nav-tabs {
    border-bottom: 0;
    display: flow-root;
    flex-wrap: wrap;
    }
    .tagline {
        font-size: 17px;
    }
    .img-holder {
        padding-bottom: 100%;
    }
    h1 {
        font-size: 40px;
    }
    h2 {
        font-size: 30px;
    }
  
}




@media (max-width: 768px){
  .course-intro-r {
    padding:62px 30px 40px 10px;
}
.course-intro {
    font-size: 1rem;
    line-height: 2.2rem;
    color: #333;
    font-weight: 600;
}
.c-link-h2 {
    text-decoration: none;
    color: #000;
    padding: 0.3rem 0;
    text-align: center;
    background: none;
    width: 50%;
    margin: 2rem 0 1.5rem 0;
    float: right;
    font-size: 18px;
    font-weight: 800;
}

form input.d-pbt2 {
    width: 5%;
    background: #fff;
    color: #888;
    border: 0;
    padding: 8px;
    margin: 0 10px 10px 10px;
    border-radius: 2px;
    border: 1px solid #ced4da;
}
h3 {
    color: #000;
    font-size: 20px;
    font-weight: 600;
    }



}

.main {
    width: 100%;
    height: auto;
    min-width: 320px;
    background: #fff;
    display: block;
    line-height: 0;
    position: relative;
    overflow: hidden;
}
.main_content {
    width: 100%;
    height: auto;
    min-width: 320px;
    margin: 0 auto;
    position: relative;
}
.index_pc{
    display: none;
}
.index_m {
    display: block;
    width: 100%;
    height: auto;
    min-width: 320px;
}

.index_m img {
    width: 100%;
    height: auto;
    min-width: 320px;
}
@media (max-width:375px) {

.btn-light {
    border-radius: 3px;
    background: #c02e24;
    color: #fff;
    border: 2px solid #c02e24;
    font-size: 18px;
    font-weight: 800;
    margin: 2rem 0 3rem 0;
    padding: 0.7rem 1.6rem;
    line-height: 1.8;
    width: 80%;
}

}


@media (max-width:480px) {

  h3 {
    color: #000;
    font-size: 24px;
    font-weight: 600;
    
}
.dp-block{
  display: block;
}
.t1-w60 {
    width: 100%;
}
.font-30 {
    font-size: 1.2rem;
}
h4 {
    font-size: 1rem;
    font-weight: 500;
    color: #000;
    margin-bottom: 0.8rem;
    line-height: 1.8rem;
}
h5 {
    font-size: 1rem;
    font-weight: 500;
    color: #fff;
    margin-bottom: 0.8rem;
    line-height: 1.8rem;
}

.main {
    width: 100%;
    height: auto;
    min-width: 320px;
    background: #fff;
    display: block;
    line-height: 0;
    position: relative;
    overflow: hidden;
}
.index_pc{
    display: none;
}
.price-c {
    color: #e22b26;
    width: 100%;
    font-weight: 800;
    font-size: 10px;
    margin-bottom: -1rem;
}
.price-s{
  color: #666;
  font-size: 10px;
}
.course-intro {
    font-size: 1rem;
    line-height: 2rem;
    color: #333;
    font-weight: 600;
    padding: 0 0 2rem 0;
}
    .form-w{
    width: 100%;
}
.form-w-1{
    width: 20%;
}

    .white-l{
    color: #fff;
}
    
  
    .link-l{
    float: left;
    width: 56%;
}
    a.link-r{
    float: right;
    font-size: 1rem;
    width: 100%;
}
  .s2-link {
    font-size: 20px;
    text-align: center;
} 
  .s2-link a {
    text-decoration: none:;
    width: 90%;
}
  img.mt-10{
    margin: 0 0 0 0;
  }
.green-c {
    color: #fff;
    font-size: 1.4rem;
    font-weight: 800;
    border-radius: 50px;
    padding: 1px 4px;
    background: #f29e52;
}
.red {
    color: #fff;
    font-size: 1.4rem;
    font-weight: 800;
    border-radius: 50px;
    padding: 1px 4px;
    background: #e22b26;
}  

    

.option-input {
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
  position: relative;
  top: 5px;
  right: 0;
  bottom: 0;
  left: 0;
  height: 20px;
  width: 20px;
  line-height: 20px;
  transition: all 0.15s ease-out 0s;
  background: #cbd1d8;
  border: none;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  margin-right: 0.5rem;
  outline: none;
  position: relative;
  z-index: 1000;
}
.option-input:checked::before {
  height: 20px;
  width: 20px;
  position: absolute;
  content: '✔';
  display: inline-block;
  font-size: 16px;
  text-align: center;
  line-height: 20px;
}
.f14{
    font-size: 14px;
    font-weight: 800;
    padding: 0.7rem 0rem;
    line-height: 3;
}

    .btn-purple2 {
    border-radius: 3px;
    background: #ca3d29;
    color: #fff;
    border: 2px solid #ca3d29;
    font-size: 18px;
    font-weight: 800;
    width: 100%;    
    margin: 0.5rem 0 2rem 0;
    padding: 0.5rem 4rem;
    line-height: 1.8;
} 


   .btn-light {
    border-radius: 3px;
    background: #ca3d29;
    color: #fff;
    border: 2px solid #ca3d29;
    font-size: 1rem;
    font-weight: 400; 
    margin: 0.5rem;
    padding: 0.7rem 1.6rem;
    line-height: 1.8;
    width: 90%;
}
    .btn-gray {
    border-radius: 3px;
    background: #none;
    color: #999;
    border: 2px solid #999;
    font-size: 18px;
    font-weight: 800;    
    margin: 0.8rem 0;
    padding: 0.7rem 1.6rem;
    line-height: 1.8;
    width: 100%;
} 
.btn-purple {
    border-radius: 3px;
    background: #353089;
    color: #fff;
    border: 2px solid #353089;
    font-size: 18px;
    font-weight: 800;
    
    margin: 0rem;
    padding: 0.7rem 1.6rem;
    line-height: 1.8;
    width: 100%;
}
    .course-intro-r {
    padding: 0px 30px 20px 30px;
}

    .clock-b{
     background: none;

}

    .section-title {
    text-align: center;
    margin: 0 0 1rem 0 ;
}

    .course-a-t1{
    font-size: 1.3rem;
    color: #000;
    font-weight: 600;
    padding: 10px 0px;
    margin: 0.8rem 0 0 0;

}
.course-a-i{
    border-radius:  6px;
}
.course-a-card{
    padding: 8px;
    margin: 8px 0;

}
.course-a{
    padding: 0px 8px;
}

    .purple{
    color: #353089;
    font-size: 2rem;
    font-weight: 800;
    font-style: italic;
}
.btn-gray-2 {
    color: #333;
    font-size: 14px;
    font-weight: 800;
    padding: 0.7rem 0.2rem;
    line-height: 1.2;
}
.btn-gray-2:hover {
    color: #666;
    font-size: 14px;
    font-weight: 800;
    padding: 0.7rem 0.2rem;
    line-height: 1.2;

}

    img.smallscreen3{ 
    display: block; 
    
    }
    img.largescreen3{
    display: none; 
    

    }
    img.smallscreen2{ 
    display: block; 
    
    }
    img.largescreen2{
    display: none; 
    

    }
    .order-lg-2 {
    -ms-flex-order: 2;
    order: 1;
}
  .order-lg-1 {
    -ms-flex-order: 1;
    order: 2;
}
  
    .card.features-r {
    border: 0;
    background: none;
    float: left;
    background: url(../images/cbg-1.svg) no-repeat center;
    padding: 1.2rem 0;
    margin: 0 0 2rem 0;

}
    .card.features-l {
    border: 0;
    background: none;
    float: right;
    background: url(../images/cbg-2.svg) no-repeat center;
    padding: 1.2rem 0;  
    margin: 0 0 2rem 0;
}


    .c-on-date{
    width: 2.8rem;
    height: 2.8rem;
    position: absolute;
    padding: 0.6rem 0;
    font-weight: 800;
    letter-spacing: 1px;
    background: #c02e24;
    border: 2px solid #c02e24;
    text-decoration: none;
    top: -0.3rem;
    left: -1rem;
    color: #fff;
    border-radius: 999em;
    text-align: center;
    font-size: 14px;
}
.c-off-date {
     width: 2.8rem;
    height: 2.8rem;
    position: absolute;
    padding: 0.6rem 0;
    font-weight: 800;
    letter-spacing: 1px;
    background: #fff;
    border: 2px solid #c02e24;
    text-decoration: none; 
    top: -0.3rem;
    left: -1rem;
    color: #fff;
    border-radius:999em;
    text-align: center;
    font-size: 14px;
    color: #c02e24;
}

.c-link-go{
    text-decoration: none;
    color: #fff;
    padding: 0.3rem 0;
    text-align: center;
    background: #353089;
    width: 50%;
    margin: 0.8rem 0 1.4rem 0;
    float: right;
    font-size: 12px;

}
.tips-title {
    margin: 1rem 0 0 0;
    width: 80%;
}

    .c-link-h {
    text-decoration: none;
    color: #fff;
    padding: 0.3rem 0;
    text-align: center;
    background: #999;
    width: 50%;
    margin: 0.8rem 0 1.4rem 0;
    float: right;
    font-size: 12px;
}
.c-link-h2 {
    text-decoration: none;
    color: #000;
    padding: 0.3rem 0;
    text-align: center;
    background: none;
    width: 50%;
    margin: 1rem 0 0 0;
    float: right;
    font-size: 18px;
    font-weight: 800;
}
.point-font{
    font-size: 16px;
    line-height: 1.6rem;
    margin-top: 0.8rem;
    padding: 0 14px;
    }

    .card-point {
    border: 0;
    border-radius: 5px;
    transition: all 0.3s ease;
    background: #fff;
    margin: 15px 0;

}
    .nav-tabs {
    border-bottom: 0;
    display: flow-root;
    flex-wrap: wrap;
    }
  

  


}
@media screen and (min-width: 769px){
  .btn-light {
    border-radius: 3px;
    background: #c02e24;
    color: #fff;
    border: 2px solid #c02e24;
    font-size: 18px;
    font-weight: 800;
    margin: 2rem 0 3rem 0;
    padding: 0.7rem 1.6rem;
    line-height: 1.8;
    width: 40%;
}

.main {
    width: 100%;
    height: 665px;
    background: url(../images/bg_bt.png) top center no-repeat, url(../images/banner_bg.jpg) top center fixed no-repeat;
    display: block;
    line-height: 0;
    overflow: hidden;
}

.main_content {
    max-width: 1200px;
    height: 665px;
    margin: 0 auto;
    position: relative;
}
.index_m {
    display: none;
}
.index_pc{
    display: block;
}