.banner {
    background-image: url(../images/migrate-google-to-onedrive/banner.png);
    background-size: cover;
    background-position: center;
}

.banner>.container2 {
    text-align: center;
    font-family: Source Han Sans CN;
    padding-top: 80px;
    padding-bottom: 80px;
}

.banner>.container2>h1 {
    height: 72px;
    font-size: 56px;
    font-weight: bold;
    line-height: 72px;
    color: #FFFFFF;
    margin-bottom: 16px;
}

.banner>.container2>.banner-desc {
    height: 30px;
    font-size: 20px;
    font-weight: normal;
    line-height: 30px;
    color: #FFFFFF;
    margin-bottom: 80px;
}

.banner>.container2>.banner-text {
    height: 20px;
    font-size: 14px;
    font-weight: normal;
    line-height: 20px;
    color: #FFFFFF;
    margin-top: 16px;
}

.banner>.container2>.banner-text>a {
    color: #589BFF;
    opacity: 0.8;
}

.banner>.container2>.third-party {
    opacity: 0.3;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    gap: 30px;
    margin-top: 40px;
}

.popular {
    padding: 120px 0;
    background: #F9FAFB;
}

.popular-box {
    width: 1280px;
    margin: 0 auto;
}

.popular-big {
    display: flex;
    flex-direction: row;
    border-radius: 16px;
    border: 1px solid #E6E8E9;
    box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.05);
    padding: 40px 60px;
    gap: 40px;
}

.popular-big>img {
    width: 520px;
}

.popular-big>div>div {
    height: 96px;
    font-size: 40px;
    font-weight: bold;
    line-height: 48px;
    margin-top: 40px;
}

.popular-big>div>a {
    width: 260px;
    height: 64px;
    font-size: 18px;
    font-weight: bold;
    line-height: 64px;
    text-align: center;
    color: #FFFFFF;
    background: #1D70EC;
    border-radius: 8px;
    margin-top: 40px;
    transition: transform 0.3s;
}

.popular-big>div>a:hover {
    background: #1f4fdd;
    transform: scale(1.1);
}

.popular-items {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
}

.popular-item {
    padding: 40px;
    text-align: center;
    margin-top: 20px;
    width: 410px;
    border-radius: 16px;
    background: #FFFFFF;
    border: 1px solid #E6E8E9;
    box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.05);
}

.popular-item>img {
    width: 60px;
    height: 60px;
}

.popular-item>.title {
    height: 60px;
    font-size: 24px;
    font-weight: bold;
    line-height: 30px;
    color: #000000;
    margin-bottom: 8px;
}

.popular-item>.desc {
    height: 40px;
    font-size: 14px;
    font-weight: normal;
    line-height: 20px;
    color: #000000;
}

.step {
    background: #FFF;
    padding: 160px 0;
}

.step-box {
    width: 1280px;
    margin: 0 auto;
}

.step-title {
    height: 46px;
    font-size: 40px;
    font-weight: bold;
    line-height: 46px;
    text-align: center;
    color: #000000;
    margin-bottom: 24px;
}

.step-desc {
    height: 26px;
    font-size: 20px;
    font-weight: normal;
    line-height: 26px;
    text-align: center;
    color: #000000;

}

.steps-box {
    margin-top: 80px;
    background: #F8F9FA;
    border-radius: 16px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    padding: 20px;
    position: relative;
}

.setps {
    width: 448px;
}

.step-item {
    height: 120px;
    padding: 20px;
    border-radius: 16px;
    border: 1px solid #F8F9FA;
    cursor: pointer;
}

.step-item.step-item-active {
    background: #FFFFFF;
    border: 1px solid #E6E8E9;
    box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.05);
}

.step-item>img {
    width: 763px;
    height: 480px;
    border-radius: 14px;
    display: none;
    position: absolute;
    z-index: 1;
    right: 20px;
    top: 20px;
}

.step-item.step-item-active>img {
    display: block;
}

.step-item>.title {
    height: 32px;
    font-size: 20px;
    font-weight: bold;
    line-height: 32px;
    color: #000000;
}

.step-item.step-item-active>.title {
    color: #1D70EC;
}

.step-item>.desc {
    height: 40px;
    font-size: 14px;
    font-weight: normal;
    line-height: 20px;
    color: #000000;
}

.steps-box>img {
    width: 763px;
    height: 480px;
    border-radius: 14px;
}

.powerful {
    padding-top: 160px;
    padding-bottom: 120px;
    background: #F8F9FA;
}

.powerful-box {
    width: 1280px;
    margin: 0 auto;
}

.powerful-title {
    height: 46px;
    font-size: 40px;
    font-weight: bold;
    line-height: 46px;
    text-align: center;
    color: #000000;
    margin-bottom: 80px;
}

.powerful-items {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
}

.powerful-item {
    width: 416px;
    border-radius: 16px;
    background: #FFFFFF;
    border: 1px solid #E6E8E9;
    box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.05);
    margin-top: 18px;
    text-align: center;
    padding: 0 40px;
    padding-bottom: 40px;
}

.powerful-item>img {
    width: 60px;
    height: 60px;
    margin-top: 40px;
}

.powerful-item>.title {
    height: 60px;
    font-size: 24px;
    font-weight: bold;
    line-height: 30px;
    color: #000000;
    margin-top: 24px;
}

.powerful-item>.desc {
    height: 60px;
    font-size: 14px;
    font-weight: normal;
    line-height: 20px;
    margin-top: 8px;
}

.powerful-item>a {
    width: 120px;
    height: 40px;
    border: 1px solid #1D70EC;
    border-radius: 8px;
    color: #1D70EC;
    margin-top: 10px;
    line-height: 40px;
}

.powerful-item>a:hover {
    background: #1D70EC;
    color: #FFFFFF;
}

.tool {
    padding-top: 160px;
    padding-bottom: 200px;
}

.tool-box {
    width: 1280px;
    margin: 0 auto;
}

.tool-title {
    height: 46px;
    font-size: 40px;
    font-weight: bold;
    line-height: 46px;
    text-align: center;
}

.tool-content {
    padding: 0 20px;
    position: relative;
}

.tool-mc {
    background: #F3F7FF;
    border-radius: 16px;
    position: absolute;
    z-index: -1;
    left: -20px;
    top: 66px;
    width: 1320px;
    height: 138px;
    border: 2px solid #1D70EC;
    box-shadow: 0px 4px 16px 0px rgba(29, 112, 236, 0.15);
}

.tool-table {
    border: 1px solid #E6E8E9;
    border-radius: 16px;
    margin-top: 80px;
    overflow: hidden;
}

.tool-odd {
    background: #F9F9F9;
}

.tool-table th {
    font-size: 18px;
    font-weight: bold;
    line-height: normal;
    color: #000000;
    padding: 40px 24px;
}

.tool-table .tool-header {
    padding: 20px 24px;
    border-radius: 16px 16px 0 0;

}

.tool-table .tool-header th {
    padding: 20px 24px;
}

.tool-table td {
    font-size: 16px;
    font-weight: normal;
    line-height: normal;
    color: #000000;
    padding: 40px 24px;
}

.tool-left {
    text-align: left;
    border-right: 1px solid #E6E8E9;
}

.tool-table th.tool-btn-box {
    padding: 20px 24px;
}

.tool-table th.tool-btn-box>a {
    transition: transform 0.3s;
}

.tool-table th.tool-btn-box>a:hover {
    background: #1f4fdd;
    transform: scale(1.1);
}

.tool-btn {
    height: 40px;
    width: 192px;
    background: #1D70EC;
    border-radius: 8px;
    color: #FFFFFF;
    line-height: 40px;
    text-align: center;
    margin-top: 20px;
}

.support {
    padding-bottom: 200px;
}

.support-box {
    width: 1280px;
    margin: 0 auto;
}

.support-title {
    height: 46px;
    font-size: 40px;
    font-weight: bold;
    line-height: 46px;
    text-align: center;
    color: #000000;
}

.support-desc {
    height: 26px;
    font-size: 20px;
    font-weight: normal;
    line-height: 26px;
    text-align: center;
    color: #000000;
    margin-top: 24px;
}

.support-drives {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: 70px;
}

.support-drive-item {
    margin-top: 10px;
    width: 200px;
    height: 168px;
    display: flex;
    flex-direction: column;
    align-items: center;
    box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.05);
    border-radius: 16px;
    transition: transform 0.3s;
}

.support-drive-item:hover {
    transform: translateY(-5px);
}

.support-drive-item>img {
    width: 68px;
    height: 68px;
    margin-top: 30px;
}

.support-drive-item>span {
    height: 22px;
    font-size: 16px;
    font-weight: normal;
    line-height: 22px;
    margin-top: 16px;
    color: #5D5D5D;
}

.more-drives {
    margin-top: 40px;
    text-align: center;
}

.more-drive-btn {
    width: 334px;
    height: 64px;
    line-height: 64px;
    border-radius: 16px;
    background: #FFFFFF;
    border: 1px solid #E6E8E9;
    color: #000000;
    display: inline-block;
    cursor: pointer;
}

.more-drive-btn:hover {
    box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.05);
}

.more-drive-btn>img {
    width: 32px;
    height: 32px;
    display: inline-block;
    vertical-align: middle;
    margin-right: 8px;
}

.more-drive-btn>span {
    display: inline-block;
    vertical-align: middle;
}

.other-tool {
    padding-bottom: 100px;
}

.other-tool-box {
    margin: 0 auto;
    width: 1280px;
}

.other-tool-title {
    height: 46px;
    font-size: 40px;
    font-weight: bold;
    line-height: 46px;
    text-align: center;
    color: #000000;
    margin-bottom: 80px;
}

.other-tool-content {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    padding-bottom: 100px;
}

.other-tool-item {
    width: 416px;
    height: 344px;
    border-radius: 16px;
    border: 1px solid #E6E8E9;
    transition: transform 0.3s;
    overflow: hidden;
}

.other-tool-item:hover {
    transform: translateY(-5px);
    border: 1px solid #1D70EC;
    box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.05);
}

.other-tool-item>.title {
    font-size: 24px;
    font-weight: bold;
    line-height: 30px;
    padding: 20px 32px;
}

.other-tool-item>.desc {
    font-size: 14px;
    font-weight: normal;
    line-height: 20px;
    padding: 0px 32px;
}

.faqs {
    padding-bottom: 200px;
}

.faqs-box {
    margin: 0 auto;
    width: 1200px;
}

.faqs-title-h1 {
    height: 46px;
    font-size: 40px;
    font-weight: bold;
    line-height: 46px;
    text-align: center;
    color: #000000;
    margin-bottom: 80px;
}

.faq-item {
    position: relative;
    border-bottom: 1px solid #e7e7e7;
}

.faq-item>.faq-title {
    font-size: 20px;
    font-weight: bold;
    line-height: 26px;
    color: #000000;
    padding-top: 40px;
    padding-bottom: 40px;
    cursor: pointer;
}

.faq-item>.faq-desc {
    font-size: 16px;
    font-weight: normal;
    line-height: 22px;
    color: #000000;
    padding-bottom: 40px;
    display: none;
}

.faq-item>.faq-icon-close {
    width: 32px;
    height: 32px;
    position: absolute;
    top: 38px;
    right: 0px;
    cursor: pointer;
    background-image: url(../images/migrate-google-to-onedrive/faq-down.svg);
    background-repeat: no-repeat;
    background-position: center 2px;
}

.faq-item>.faq-icon-close:hover {
    background-color: #eee;
}

.faq-item>.faq-icon-open {
    background-image: url(../images/migrate-google-to-onedrive/faq-up.svg);
    background-position: center 10px;
}

.migrate {
    padding-bottom: 160px;
}

.migrate-box {
    width: 1280px;
    margin: 0 auto;
}

.migrate-content {
    height: 500px;
    border-radius: 24px;
    background: #021A60;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    padding: 60px 72px;
}

.migrate-content-left {
    width: 588px;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    margin-top: 30px;
}

.migrate-content-left>img {
    width: 152px;
}

.migrate-content-left>.title {
    height: 92px;
    font-size: 40px;
    font-weight: bold;
    line-height: 46px;
    color: #FFFFFF;
    margin-top: 24px;
}

.migrate-content-left>.desc {
    height: 52px;
    font-size: 20px;
    font-weight: normal;
    line-height: 26px;
    color: #FFFFFF;
    margin-top: 24px;
}

.migrate-content-left>a {
    display: inline-block;
    width: 260px;
    height: 64px;
    line-height: 64px;
    border-radius: 8px;
    background: #1D70EC;
    color: #FFFFFF;
    font-size: 18px;
    font-weight: bold;
    text-align: center;
    margin-top: 40px;
    transition: transform 0.3s;
}

.migrate-content-left>a:hover {
    background: #1f4fdd;
    transform: scale(1.1);
}

#layui-layer-shade1,#layui-layer1 {
    display: none;
}