@charset 'utf-8';

.details {
    width: 1200px;
    margin: 0 auto;
}

/* `````````````````````  massive  ````````````````````` */
.massive {
    background: url(../images/educational-discount/bg01.jpg) no-repeat center top;
    background-size: 100% 22rem;
    height: 352px;
    text-align: center;
    padding: 30px 0;
    box-sizing: border-box;
}
.massive .details {
    display: flex;
    align-items: center;
    justify-content: space-around;
    flex-wrap: wrap;
    flex-direction: column;
    height: 100%;
}
.massive h1 {
    font-size: 48px;
    line-height: 1.5;
    font-weight: 600;
    color: #000;
}
.massive .massive-nav {
    background-color: #ffffff;
    border-radius: 60px;
    padding: 20px;
    position: relative;
}
.massive .massive-nav::before {
    content: '';
    display: inline-block;
    width: 2px;
    height: calc(100% - 40px);
    background-color: #d8d8d8;
    position: absolute;
    left: 50%;
    top: 20px;
    transform: translateX(-50%);
}
.massive .massive-nav a {
    display: inline-block;
    color: #4a4a4a;
    text-decoration: none;
    width: 300px;
}
.massive .massive-nav a.active {
    color: #fa9a11;
}
.massive .massive-nav a span {
    display: block;
    line-height: 1.5;
    font-size: 21px;
}


/* `````````````````````  massive  ````````````````````` */
/* `````````````````````  unlock-enjoy  ````````````````````` */
.unlock-enjoy {
    background: url(../images/educational-discount/bg02.jpg) no-repeat center bottom #fffdf7;
    background-size: 100% 1400px;
    text-align: center;
    padding-top: 30px;
    padding-bottom: 100px;
}
.unlock-enjoy h2 {
    font-size: 36px;
    line-height: 1.5;
    font-weight: 600;
    color: #000;
}
.unlock-enjoy .suhead {
    font-size: 23px;
    line-height: 1.5;
    font-weight: 600;
    color: #000000;
}
.enjoy{
    margin-top: 100px;
}

.item-enjoy .txt-label{text-align:left;height: 42px;}
.item-enjoy .txt-label var{font-weight:700; color:#FF621F; display:inline-block; line-height:42px; vertical-align:middle; padding:0 20px; border-top-left-radius:10px; background-color:currentColor; position:relative; font-size: 21px;}
.item-enjoy .txt-label var:first-line{color:#fff;}
.item-enjoy .txt-label var:after{content:''; position:absolute; right:-20px; border-width:21px 10px; border-style:solid; border-color:currentColor transparent transparent currentColor;}
.item-enjoy .txt-label span{display:inline-block; vertical-align:middle; width:30px; height:44px; background:url(../images/buy-summer-22/icon1.png) no-repeat center; margin:-8px 0 0 30%; transform:scale(1);}
.item-enjoy .txt-label var + span{margin-left:-21px;}

.list-enjoy {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin-top: 40px;
}
.item-enjoy {
    background-color: #fff;
    box-shadow: 0 8px 14px 3px rgba(31, 51, 31, 0.11);
    width: 380px;
    border-radius: 10px;
    padding-bottom: 30px;
    box-sizing: border-box;
}
.item-enjoy .img-box {
    height: 181px;
    margin: 10px 0;
    line-height: 181px;
}
.item-enjoy .btn-component a.btn-unlock {
   display: inline-block;
   border: 1px solid #2cc73e;
   text-decoration: none;
   color: #2cc73e;
   font-size: 23px;
   font-weight: 600;
   padding: 15px 30px;
   border-radius: 30px;
}
.item-enjoy .btn-component a.btn-unlock img {
   vertical-align: baseline;
}
.item-enjoy .btn-component a.btn-buy {
    display: inline-block;
    background-color: #f6970e;
    border: 1px solid #f6970e;
    font-size: 23px;
    font-weight: 600;
    color: #fff;
    text-decoration: none;
    padding: 15px 60px;
    border-radius: 5px;
}
.item-enjoy .btn-component a.btn-switch {
    display:block;
    margin-top: 10px;
}
.item-enjoy h4 {
   font-size: 23px;
   font-weight: 600;
   color: #000;
   line-height: 1.5;
}
.item-enjoy .price {
   font-size: 21px;
   line-height: 1.5;
   margin: 10px 0;
}
.item-enjoy .price del {
   color: #848484;
}
.item-enjoy .price span {
   color: #ee2d1b;
   font-weight: 600;
   font-size: 23px;
}
.item-enjoy p {
   font-size: 19px;
   line-height: 1.5;
   padding: 0 20px;
}
.item-enjoy .select-buy {
    margin: 20px 0;
}
.item-enjoy .select-buy select {
    display: inline-block;
    border: 1px solid #959595;
    width: 280px;
    height: 50px;
    padding: 15px;
    font-size: 19px;
    border-radius: 5px;
    outline: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: url(../images/educational-discount/icon-select.png) no-repeat 240px center;

}
select::-ms-expand { display: none; }

/* `````````````````````  unlock-enjoy  ````````````````````` */
.step-box {
    background-color: #fff;
    box-shadow: 0 15px 20px 10px rgba(31, 51, 31, 0.11);
    border-radius: 15px;
    overflow: hidden;
    margin-top: 30px;
}
.step-box .step-title {
    display: flex;
    justify-content: space-around;
    align-items: center;
    background-color: #f0f0f0;
    position: relative;
}
.step-box .step-title::after {
    content: '';
    display: inline-block;
    width: 35px;
    height: 35px;
    background-color: #36ba45;
    transform: rotate(45deg) translate(-20%, 50%);
    left: 50%;
    top: 0;
    border-top-right-radius: 3px;
    position: absolute;
}
.step-box .step-title span {
    display: inline-block;
    width: 50%;
    font-size: 23px;
    height: 50px;
    line-height: 50px;
}
.step-box .step-title span.step1 {
    background-color: #36ba45;
    color: #fff;
}
.step-box .step-success span {
    background-color: #36ba45;
    color: #fff;
}
.step-box .step-success::after {
    background: url(../images/educational-discount/arrow.png) no-repeat center #36ba45;
    transform: rotate(0deg) translate(-50%, 0);
    width: 50px;
    height: 50px;
}
.step-box .step-part {
    height: 375px;
    padding: 0 10%;
    display: flex;
    justify-content: space-around;
    align-items: center;
    flex-direction: column;
}
.step-box .step-part p {
    font-size: 23px;
    color: #000;
    line-height: 1.5;
}
.step-box .step-part p a {
    color: #0075ff;
    text-decoration: none;
}
.step-box .step-part p a:hover {
    text-decoration: underline;
}
.step-box .part-init .email-submit {
    text-align: center;
    border: 1px solid #bfbfbf;
    border-radius: 5px;
    display: inline-block;
    overflow: hidden;
    font-size: 0;
    margin: 30px 0 10px;
}
.step-box .part-init .email-submit input {
    display: inline-block;
    width: 600px;
    height: 70px;
    border: none;
    outline: none;
    text-align: center;
    font-size: 23px;
    padding: 0 25px;
}
.step-box .part-init .email-submit button {
    display: inline-block;
    height: 70px;
    width: 300px;
    background-color: #36ba45;
    border: none;
    outline: none;
    cursor: pointer;
    font-size: 35px;
    font-weight: 600;
    color: #fff;
    vertical-align: top;
}
.step-box .part-init .privacy {
    font-size: 19px;
}
.step-box .part-init .privacy input {
    vertical-align: baseline;
    margin-right: 15px;
    cursor: pointer;
}
.step-box .part-init .privacy a {
    color: #0075ff;
    text-decoration: none;
}
.step-box .part-init .privacy a:hover {
    text-decoration: underline;
}

/* `````````````````````  unlock-enjoy  ````````````````````` */

.main03{ padding:50px 0; color:#4b5866;}
.main03 .detail{display:flex; justify-content:space-between;}
.main03 .main03_one{width:22%; text-align:center;}
.main03_one .t{padding:15px 0 10px; color:#1f2833;font-weight: 700;}
/*-------------*/

.main07{padding-bottom:70px;}
.main07 .qes_one{border-bottom: 1px solid #e6e6e6;padding: 18px 0 8px;}
.main07 .qes_one .t{font-size: 18px; background: url(../../images/buy-year3th/add.png) no-repeat right 3px;cursor: pointer; padding-bottom: 10px;}
.main07 .qes_one .qes_ans{color: #737480;display: none;}
.main07 .qes_one.focus .t{background: url(../../images/buy-year3th/min.png) no-repeat right center;}
.main07 .qes_one.focus .qes_ans{display: block;}
.main07 .list-email ul{
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: wrap;
    margin: 20px 0;
}
.main07 .list-email ul li{
    width: 216px;
    margin: 5px 0;
}
/*-------------*/

@media (max-width: 979px) {
    .details{width: 100%;padding: 0 15px; box-sizing: border-box;}

    .massive{height: auto;background-size: cover;}
    .massive h1{ font-size: 1.51rem;}
    .massive .details {height: auto;}
    .massive .massive-nav {margin-top: 20px;}


    .unlock-enjoy {background-size: cover;padding-bottom: 30px;}
    .unlock-enjoy h2 {font-size: 1.3425rem;}
    .unlock-enjoy .suhead {font-size: 1.0625rem;}
    .step-box .step-title span {width: 100%;}
    .step-box .step-title span.step2 {display: none;}
    .step-box .step-success span.step2 {display: block;}
    .step-box .step-success span.step1 {display: none;}
    .step-box .step-title::after{display: none;}
    .step-box .step-part p {font-size: 1rem;}
    .step-box .step-part {height: auto;padding: 30px 10px;}
    .step-box .part-init .email-submit input {width: 100%; font-size: 17px;padding: 0 15px;}
    .step-box .part-init .email-submit button {width: 100%;font-size: 27px;}
    .step-box .part-init .privacy {font-size: 13px;}

    .enjoy{margin-top: 50px;}
    .list-enjoy{flex-wrap: wrap;justify-content: space-around;}
    .item-enjoy{margin: 10px 0;}
    .item-enjoy h4{font-size: 1.1rem;}
    .item-enjoy p{font-size: 0.9375rem;}

}

@media (max-width: 767px) {
    .main07 .list-email ul{justify-content: space-around;}
    .massive .massive-nav a {width: 45%;vertical-align: text-bottom;}
    .massive .massive-nav a span {opacity: 0;font-size: 17px; white-space: nowrap;height: 0;}
}

@media (max-width: 479px) {
    .main03 .detail{flex-wrap:wrap;}
	.main03 .main03_one{width:50%;}
    .main07 .list-email ul li{
        width: 50%;
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
    }
}