/* ... existing code ... */
body {
	background: #F6F7F9;
	font-family: "SH-R", STHeiTi, Arial, sans-serif;
}
.header{
	width: 100%;
	height: 120px;
	margin: 0 auto;
	background-color: #F5F5F5;
}
.header .wrap{
	width: 1480px;
}
.container{
    width: 100%;
    min-height: 100px;
}
.container img{
    width: 100%;
    height: auto;
    object-fit: cover;
}

.selection-process {
    width: 1650px;
    margin: 0 auto;
    background-color: #FFF;
    border-radius: 10px;
    margin-top: 30px;
}
.selection-qa,.beginner-tips{
    width: 1650px;
    margin: 0 auto;
    border-radius: 10px;
    margin-top: 30px;
}


.selection-process .left,.selection-qa .left{
    justify-content: flex-start;
    width: 100%;
    padding: 26px 0px 10px 28px;
}


.beginner-tips .left{
    justify-content: flex-start;
    width: 100%;
    padding: 26px 0px 10px 28px;
}
.beginner-tips .left h2{
    width: 112px;
    height: 41px;
    font-weight: bold;
    font-size: 28px;
    color: #000000;
    text-align: left;
    font-style: normal;
    text-transform: none; 
}

.selection-process .left h2{
    width: 112px;
    height: 41px;
    font-weight: bold;
    font-size: 28px;
    color: #000000;
    text-align: left;
    font-style: normal;
    text-transform: none;
}
.process-top-box{
    padding: 0px 26px 0 26px;
    gap: 20px;
    align-items: center;
    text-align: center;
    margin-left: 20px;
}
.process-top-box .step{
    width: 100px;
    gap: 10px;
    align-items: center;
}
.process-top-box .circle{
    width: 31px;
    height: 31px;
    color: #106FFF;

}
.process-top-box .step span{
    height: 20px;
    font-weight: bold;
    font-size: 18px;
    color: #333333;
    font-style: normal;
    text-transform: none;
}





.process-steps {
    display: flex;
    justify-content: space-around;
    margin-bottom: 20px;
}

.step {
    text-align: center;
}
.process-faq-box{
    margin-top: 40px;
    padding: 0px 26px 0 26px;
}
.process-faq-box .fqa-list{
    width: 100%;
    flex-wrap: wrap;
}
.process-faq-box .fqa-list li{
    width: calc(50% - 26px);
    display: flex;
    flex-direction: column;
    margin-bottom: 20px;
    padding-left: 15px;
    position: relative;
}
.process-faq-box .fqa-list li::before{
    content: "•";      
    color: #106FFF;
    font-size: 22px;    
    position: absolute;
    left: 0;
}

.process-faq-box .fqa-list li h5{
    height: 26px;
    font-weight: 400;
    font-size: 18px;
    color: #000000;
    text-align: left;
    font-style: normal;
    text-transform: none;
    margin-bottom: 6px;
    overflow: hidden;
}
.process-faq-box .fqa-list li .sub-sqa-box{
    gap: 20px;
}
.process-faq-box .fqa-list li .sub-sqa-box span{
    height: 23px;
    font-weight: 400;
    font-size: 16px;
    color: #777777;
    text-align: left;
    font-style: normal;
    text-transform: none;
}

.selection-qa .qa-box{
    align-items: flex-start;
    gap: 20px;

}
.selection-qa .qa-box .qa-top-box{
    padding: 32px 40px;
    background-color: #FFF;
    border-radius: 16px;
    height: auto;
    gap: 30px;
    flex: 1;
    min-height: 518px;
    justify-content: flex-start;
    
}
.selection-qa .qa-box .qa-top-box h5{
    font-weight: 500;
    font-size: 18px;
    color: #000000;
    text-align: left;
    font-style: normal;
    text-transform: none;
    margin-bottom: 11px;
    width: 100%;
}
.selection-qa .qa-box .qa-top-box .sub-sqa-box{
    gap: 20px;
}
.selection-qa .qa-box .qa-top-box .sub-sqa-box span{

    height: 21px;
    font-weight: 400;
    font-size: 14px;
    color: #777777;
    text-align: left;
    font-style: normal;
    text-transform: none;

}
.selection-qa .qa-box .qa-img-box{
    gap: 21px;
}
.selection-qa .qa-box .qa-img-box
.qa-img-1,.qa-img-2,.qa-img-3,.qa-img-4,.qa-img-5{
    width: 400px;
    height: 112px;
    border-radius: 16px; 
    box-shadow: 1px 2px 4px 0px rgba(0,0,0,0.12);
    justify-content: center !important;
    gap: 51px;
}
.qa-img-1{
 background: rgba(255,228,178,0.16);
}
.qa-img-2{
  background: #E7E2F3
}
.qa-img-3{
background: #EEF1F8; 
}
.qa-img-4{
    background: #EBF5F3;  
}
.selection-qa .qa-box .qa-img-box a span{
    height: 33px;
    font-weight: normal;
    font-size: 27px;
    color: #2D2D2D;
    text-align: center;
    font-style: normal;
    text-transform: none;
}

.beginner-tips .grid-box{
    min-height: 448px;
    gap: 21px;
    margin-bottom: 80px;
}
.beginner-tips .grid-box .tip{
    background: #FFFFFF;
    min-height: 448px;
    border-radius: 16px;
    padding: 20px;
    justify-content: flex-start;
    min-width: 538px;
}
.beginner-tips .grid-box .tip h5{
    width: 120px;
    height: 30px;
    font-weight: bold;
    font-size: 20px;
    color: #333333;
    text-align: left;
    font-style: normal;
    text-transform: none;
}
.beginner-tips .grid-box .tip .more{
    width: 16px;
    height: 16px;
    background-image: url('../images/new_learn/more.png');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    justify-content: flex-end;
    margin-left: 6px;
    cursor: pointer;

}
.beginner-tips .grid-box .tip .tip-box{
    margin-bottom: 29px;

}
.beginner-tips .grid-box .tip .tip-box .no-wrap{
    width: 450px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 18px;
    font-weight: 500;
    color: #333333;
    text-align: left;
    font-style: normal;
    text-transform: none;
}

.step .span-active{
    color: #106FFF !important;
}















.faq ul {
    list-style-type: none;
    padding: 0;
}

.faq li {
    margin-bottom: 10px;
}

.qa .news-slider {
    overflow: hidden;
    white-space: nowrap;
    scroll-behavior: smooth;
}

.news-item {
    display: inline-block;
    margin-right: 20px;
}

.beginner-tips .grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
    gap: 20px;
}
.pager{
    position: absolute;
    bottom: 0;
    right: 5%;
}
.pager .prev{
    width: 32px;
    height: 32px;
    background-image: url('../images/new_learn/prve.png');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}
.pager .next{
    width: 32px;
    height: 32px;
    background-image: url('../images/new_learn/next-click.png');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    
}


.custom-msg-style{
    color: #106FFF !important;
}

