body {
    margin: 0;
}

.page {
    width: 100%;
    min-width: 1000px;
    background-color: black;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.header {
    width: 100%;
    height: 12px;
    background: linear-gradient(#f5401f 0%, #f41068 100%);
}

.main {
    max-width: 1000px;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.store {
	margin-top: 48px;
}

.store_logo, .store_google, .store_ios {
	margin: 16px
}

.main .row1 {
    width: fit-content;
    height: fit-content;
    font-size: 100px;
    font-family: Roboto Bold, Roboto Bold-Bold;
    font-weight: 700;
    text-align: center;
    color: #ffffff;
    margin-top: 48px;
}

.main .row2 {
    width: fit-content;
    height: fit-content;
    font-size: 36px;
    font-family: Roboto Regular, Roboto Regular-Regular;
    font-weight: 400;
    text-align: center;
    color: #ffffff;
    margin-top: 12px;
}

.main .row3 {
    width: 800px;
    height: fit-content;
    font-size: 18px;
    font-family: Roboto Regular, Roboto Regular-Regular;
    font-weight: 400;
    text-align: center;
    color: #cccccc;
    margin-top: 23px;
    margin-bottom: 46px;
}

.main .row4,
.main .row5,
.main .row6,
.main .row8,
.main .row9,
.main .row13,
.main .row14 {
    width: 1000px;
    display: flex;
    justify-content: space-between;
    margin-top: 20px;
}

.main .row8,
.main .row9 {
    margin-top: 70px;
}

.main .row13,
.main .row14 {
    margin-top: 18px;
}

.main .row13,
.main .row14 {
    margin-bottom: 73px;
}

.main .row7,
.main .row11 {
    width: 1000px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 121px;
}

.main .row10 {
    width: fit-content;
    height: fit-content;
    font-size: 24px;
    font-family: Roboto Regular, Roboto Regular-Regular;
    font-weight: 400;
    text-align: center;
    color: #999999;
    margin-top: 53px;
}

.main .row12 {
    width: 800px;
    height: fit-content;
    font-size: 18px;
    font-family: Roboto Regular, Roboto Regular-Regular;
    font-weight: 400;
    text-align: center;
    color: #cccccc;
    margin-top: 38px;
    margin-bottom: 37px;
}

.line {
    width: 100px;
    height: 1px;
    background-color: #999999;
}

.subtitle {
    width: fit-content;
    height: fit-content;
    font-size: 36px;
    font-family: Roboto Bold, Roboto Bold-Bold;
    font-weight: 700;
    text-align: center;
    color: #ffffff;
    margin: 0 36px;
}

.card-item {
    width: 490px;
    height: 270px;
    position: relative;
}

.card-item .card {
    width: 490px;
    height: 270px;
    position: absolute;
    left: 0;
    top: 0;
}

.card-item .desc {
    width: 198px;
    height: 270px;
    position: absolute;
    right: 0;
    top: 0;
    background: url("../image/banner_right_bg.png") 0/100% 100% no-repeat;
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

.card-item .desc .text {
    width: fit-content;
    height: fit-content;
    font-size: 22px;
    font-family: Roboto Bold, Roboto Bold-Bold;
    font-weight: 700;
    text-align: right;
    color: #ffffff;
    line-height: 30px;
    text-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.3);
    margin-right: 12px;
}

.academy-item {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.academy-item .academy {
    width: 324px;
    height: 183px;
}
.academy-item .academy img:hover {
    transform: scale(1.02);
}

.academy-item .desc {
    width: 240px;
    height: fit-content;
    font-size: 18px;
    font-family: Roboto Regular, Roboto Regular-Regular;
    font-weight: 400;
    text-align: center;
    color: #ffffff;
    line-height: 24px;
    margin-top: 12px;
}

.footer {
    width: 100%;
    height: 360px;
    background: #131313;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-top: 115px;
    box-sizing: border-box;
}

.footer .cont1 {
    display: flex;
    align-items: center;
}

.footer .cont2 {
    margin: 76px 0;
}

.footer .cont1 .box1 {
    margin-right: 25px;
}

.footer .cont1 .text1 {
    width: fit-content;
    height: fit-content;
    font-size: 24px;
    font-family: Roboto Regular, Roboto Regular-Regular;
    font-weight: 400;
    text-align: left;
    color: #bdbdcc;
}

.footer .cont1 .text2 {
    width: fit-content;
    height: fit-content;
    font-size: 36px;
    font-family: Roboto Regular, Roboto Regular-Regular;
    font-weight: 400;
    text-align: left;
    color: #ffffff;
}

.cont_pp_tou {
	margin-top: 36px
}

.text3 {
    font-size: 24px;
    font-family: Roboto Regular, Roboto Regular-Regular;
	padding: 48px;
	color: #BDBDCC;
}

.footer .copyright {
    width: fit-content;
    height: fit-content;
    font-size: 24px;
    font-family: Roboto Regular, Roboto Regular-Regular;
    font-weight: 400;
    text-align: center;
    color: #ffffff;
}