.introduceEditorChoice-banner {
    background-image: url(../img/introduceEditorChoice/1.png);
}
.pc-banner-title {
    padding: 160px 0 110px;
}
.introduceEditorChoice-section1 .pc-common-section-main {
    padding-top: 150px;
    padding-bottom: 140px;
    display: flex;
}
.introduceEditorChoice-section1-title {
    font-size: 36px;
    font-weight: 400;
    color: #262250;
    padding-bottom: 50px;
}
.introduceEditorChoice-section1-text {
    font-size: 16px;
    font-weight: 400;
    color: #000000;
    opacity: 0.6;
    padding-bottom: 50px;
}
.introduceEditorChoice-section1-list-item {
    display: flex;
    align-items: flex-start;
    color: rgba(0, 0, 0, 0.6);
    padding-bottom: 20px;
}
.introduceEditorChoice-section1-list-item img {
    width: 20px;
    height: 20px;
    margin-right: 16px;
}
.introduceEditorChoice-section2 {
    width: 1200px;
    margin: 0 auto;
    padding: 160px 0 150px;
}
.introduceEditorChoice-section2-title {
    text-align: center;
    padding-bottom: 114px;
    font-size: 34px;
    font-weight: 400;
    color: #262250;
}
.introduceEditorChoice-section2-main {
    display: flex;
    justify-content: space-between;
}
.introduceEditorChoice-section2-main img {
    width: 124px;
    height: 124px;
}
.s2-idr-item {
    font-size: 24px;
    width: 354px;
    height: 141px;
    background: #009CFF;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.s2-item {
    width: 210px;
    text-align: center;
    border: 1px solid #F2F2F2;
    border-radius: 10px;
    padding: 30px 0;
    color: rgba(38, 34, 80, 0.5);
}
.introduceEditorChoice-section3 {
    background-color: rgba(248, 250, 252, 1);
    background-image: url(../img/introduceEditorChoice/8.png);
    background-repeat: no-repeat;
    background-position: top center;
    background-size: 100% auto;
    text-align: center;
    padding: 130px 0 170px;
}
.introduceEditorChoice-section3-title {
    font-size: 32px;
    font-weight: 400;
    color: #262250;
    padding-bottom: 16px;
}
.introduceEditorChoice-section3-sm-title {
    font-size: 16px;
    font-weight: 400;
    color: #314871;
    line-height: 24px;
    opacity: 0.8;
    padding-bottom: 27px;
}
.introduceEditorChoice-section3 .site-ctn {
    margin: 0 auto;
    background: rgba(51, 153, 255, 1);
    text-align: center;
    padding: 50px 130px;
    width: 1050px;
    border-radius: 30px;
    box-shadow: 6px 20px 50px 0px rgba(66,112,236,0.15);
}
.introduceEditorChoice-section3 .site-ctn img {
    width: 789px;
    height: auto;
}
.introduceEditorChoice-section4-title {
    font-size: 36px;
    font-weight: 400;
    color: #262250;
    padding-bottom: 50px;
}
.introduceEditorChoice-section5 {
    padding-top: 170px;
    padding-bottom: 250px;
    text-align: center;
}
.introduceEditorChoice-section5 img{
    width: 1050px;
    height: auto;
    margin-bottom: 70px;
}
.register-btn {
    cursor: pointer;
    display: inline-block;
    width: 132px;
    height: 45px;
    text-align: center;
    line-height: 45px;
    color: #FFFFFF;
    font-size: 18px;
    background: #3399FF;
    border-radius: 23px;
}
.introduceEditorChoice-section1-img-ctn {
    width: 655px;
    position: relative;
}
.introduceEditorChoice-section1-img-ctn >img:nth-child(1) {
    margin-top: 110px;
    width: 618px;
    height: auto;
}
.introduceEditorChoice-section1-img-ctn >img:nth-child(2) {
    width: 608px;
    height: auto;
    position: absolute;
    right: -70px;
    bottom: -45px;
    z-index: 1;
}