.empower{
    min-height: 100vh;
    background: #F6F7FB;
}
.empower-check{
    background: url("../img/empower-top-bg.png") no-repeat;
    background-size: 100% 100%;
    height: 560px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    color: #fff;
}
.empower-check h3{
    font-size: 72px;
    margin-bottom: 45px;
    margin-top: 50px;
    font-weight: 300;
}
.empower-check .number-people{
    font-size: 24px;
    display: flex;
    align-items: center;
    margin-bottom: 60px;
    /*font-weight: 300;*/
}
.empower-check .number-people .num{
    display: inline-block;
    width: 48px;
    height: 48px;
    background: #FFFFFF;
    border-radius: 4px 4px 4px 4px;
    color: #2A7EFB;
    font-size: 24px;
    text-align: center;
    line-height: 48px;
    margin: 0 24px;
}
.empower-check .empower-check-input{
    display: flex;
    align-items: center;
}
.empower-check .input{
    width: 732px;
    height: 72px;
    background: #FFFFFF;
    border-radius: 4px 4px 4px 4px;
    display: flex;
    align-items: center;
}
.empower-check .input form{
    flex: 1;
    display: flex;
    align-items: center;
}
.empower-check .input input{
    height: 60px;
    flex: 1;
    color: #999999;
    font-size: 24px;
    padding-left: 20px;
    border: none;
}
.empower-check .input button{
    width: 144px;
    height: 64px;
    background: #2A7EFB;
    border-radius: 4px 4px 4px 4px;
    margin-right: 4px;
    border: none;
    color: #fff;
    font-size: 24px;
}
.empower-check .empower-check-input a{
    width: 205px;
    height: 72px;
    background: #2A7EFB;
    border-radius: 4px 4px 4px 4px;
    margin-left: 18px;
    color: #fff;
    font-size: 24px;
    text-align: center;
    line-height: 72px;
}
.why-box{
    padding: 66px 0;
    display: flex;
    justify-content: center;
}
.why{
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.why h3{
    font-size: 24px;
    color: #221E1F;
    font-weight: 300;
    margin-bottom: 20px;
}
.why h4{
    color: #666666;
    font-size: 16px;
    margin-bottom: 48px;
    font-weight: 300;
}
.why .list{
    display: flex;
    justify-content: space-between;
}
.why .list .item{
    width: 23%;
    height: 360px;
    background: #FFFFFF;
    border-radius: 4px 4px 4px 4px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.why .list .item img{
    width: 180px;
    height: 180px;
}
.why .list .item span{
    color: #333333;
    font-size: 20px;
    margin-top: -50px;
    margin-bottom: 20px;
    font-weight: 300;
}
.why .list .item p{
    font-size: 16px;
    color: #666666;
    padding: 0 30px;
    text-align: center;
    font-weight: 300;
}
.buy-commercial-licensing-box{
    background: url("../img/buy-bg.png") no-repeat;
    background-size: 100% 100%;
    height: 320px;
}
.buy-commercial-licensing{
    width: 100%;
    margin:  0 auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    color: #fff;
}
.buy-commercial-licensing h3{
    font-size: 40px;
    font-weight: 300;
    margin-top: 66px;
    margin-bottom: 20px;
}
.buy-commercial-licensing h4{
    font-size: 18px;
    margin-bottom: 43px;
    font-weight: 300;
}
.buy-commercial-licensing a{
    width: 162px;
    height: 48px;
    background: linear-gradient( 140deg, #FFEC6C 0%, #FFC003 100%);
    border-radius: 24px 24px 24px 24px;
    text-align: center;
    line-height: 48px;
    color: #9F4923;
}
.frequently-question-box{
    padding: 100px 0;
}
.frequently-question{
    width: 70%;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.frequently-question h3{
    color: #333333;
    font-size: 40px;
    margin-bottom: 70px;
    font-weight: 300;
}
.frequently-question .list{
    width: 100%;
    display: flex;
    justify-content: space-between;
}
.frequently-question .list .item{
    width: 31%;
    background: #FFFFFF;
    box-shadow: inset 0px 1px 3px 0px rgba(255,255,255,0.5), 0px 2px 12px 0px rgba(0,0,0,0.0809);
    border-radius: 6px 6px 6px 6px;
}
.frequently-question .item .header{
    width:100%;
    height: 88px;
    position: relative;
}
.frequently-question .item .header img{
    width: 100%;
    height: 88px;
    position: absolute;
    top:0;
    left: 0;
}
.frequently-question .item .header span{
    position: relative;
    z-index: 1;
    line-height: 88px;
    padding-left: 32px;
    color: #fff;
    font-size: 24px;
    font-weight: 300;
}
.frequently-question .item .lines{
    padding: 32px;
}
.frequently-question .item .lines p{
    line-height: 30px;
    display: flex;
    align-items: flex-start;
    margin-bottom: 6px;
}
.frequently-question .item .lines p span{
    flex: 0 0 8px;
    height: 8px;
    background: #2A7EFB;
    border-radius: 50%;
    position: relative;
    top: 10px;
    margin-right: 10px;
}
.frequently-question .item .lines p a{
    color: #666666;
    font-weight: 300;
}