.section-free-tool {
    margin: 60px auto 0;
    padding: 30px 30px;
    background: #f8f9fB;
    border-radius: 10px;
}
.section-free-tool .title {
    font-size: 22px;
    font-weight: bold;
    text-align: center;
}
.section-free-tool .links {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 10px -11px 0;
}
.section-free-tool .links li {
    margin-top: 20px;
    padding: 0 11px;
}
.section-free-tool .links li a {
    display: block;
    min-height: 60px;
    padding: 20px 20px;
    text-align: center;
    font-size: 18px;
    color: #191919;
    line-height: 22px;
    background: #ffffff;
    border-radius: 6px;
    border: 1px solid #E5E5E5;
}
.section-free-tool .links li a:hover {
    color: var(--tt-theme-color);
    text-decoration: underline;
}
.section-hot-regions{
    margin-top: 60px;
}
.section-hot-regions .table-normal table thead th{
    padding: 18px 30px;
    background: #f8f9fb;
    font-size: 16px;
    font-weight: normal;
    color: #666;
    text-align: left;
}
.section-hot-regions .table-normal table thead th:first-child{
    border-top-left-radius: 10px;
}
.section-hot-regions .table-normal table thead th:last-child{
    border-top-right-radius: 10px;
}
.section-hot-regions .table-normal table tr:last-child td:first-child{
    border-bottom-left-radius: 10px;
}
.section-hot-regions .table-normal table tr:last-child td:last-child{
    border-bottom-right-radius: 10px;
}

.section-hot-regions .table-normal table {
    border: 1px solid #e5e5e5;
    border-style:hidden;
    border-radius: 10px;
    box-shadow: 0 0 0 1px #e5e5e5;
}
.section-hot-regions .table-normal table th,
.section-hot-regions .table-normal table td{
    border: 1px solid #e5e5e5;
}
.section-hot-regions .table-normal table tbody td{
    padding: 30px 30px;
    font-size: 16px;
    color: #191919;
}
.section-hot-regions .table-normal table tbody td:first-child{
    font-weight: bold;
}
.section-hot-regions .more-regions .text-more{
    margin-top: 26px;
    margin-bottom: 10px;
    font-size: 20px;
    font-weight: 500;
    color: #191919;
    line-height: 25px;
}
.section-hot-regions .more-regions .link-more{
    font-size: 18px;
    text-decoration: none;
    color: #2D76FF;
}
.section-hot-regions .more-regions .link-more:hover{
    cursor: pointer;
    text-decoration: underline;
    opacity: .8;
}
.section-item-superiority{
    margin-top: 160px;
}
.section-item-superiority .item-content{
    padding-right: 30px;
}
.section-item-superiority .item-content .title{
    font-size: 38px;
    font-weight: bold;
    color: #191919;
    line-height: 54px;
}
.section-item-superiority .item-content ul{
    margin-top: 30px;
}
.section-item-superiority .item-content ul li{
    margin-top: 22px;
    padding-left: 21px;
    position: relative;
    font-size: 18px;
    color: #2F3032;
    line-height: 28px;
}
.section-item-superiority .item-content ul li:before{
    content:'';
    position: absolute;
    left: 0;
    top: 12px;
    width: 8px;
    height: 8px;
    background: #11A683;
    border-radius: 50%;
}
.section-item-superiority .item-content  .btn-start {
    display: inline-block;
    margin: 60px 0 0;
    padding: 18px 20px;
    background: #11A683;
    border-radius: 6px;
    font-size: 18px;
    color: #FFFFFF;
}
.section-item-superiority .item-content  .btn-start  .icon-decor {
    display: inline-block;
    margin-left: 24px;
    height: 16px;
    width: 20px;
    vertical-align: -3px;
}
.section-item-superiority .img-wrap img{
    max-width: 100%;
    height: auto;
}

.faq-container{
    margin-top: 160px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-left: auto;
    margin-right: auto;
}
.faq-container .left .icon-question{
    width: 96px;
    height: 96px;
    box-shadow: 0px 0px 17px 0px rgb(0 0 0 / 12%);
    border-radius: 50%;
}
.faq-container .left .title{
    margin-top: 18px;
    font-size: 40px;
    font-family: Gilroy-ExtraBold, Gilroy;
    font-weight: 800;
    color: #191919;
}
.faq-container .faq-item {
    border-top: 1px solid #D5D5D5;
}

.faq-container .faq-item .title{
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    justify-content: space-between;
    font-size: 20px;
    font-weight: 500;
    color: #191919;
    padding: 20px 20px 20px 0;
}
.faq-container .faq-item.isActive .title{
    color: var(--tt-theme-color);
}

.faq-container .faq-item.isActive .faq-item_content{
    display: block;
    font-size: 16px;
}

.faq-container .faq-item.isActive .title .icon0,.faq-container .faq-item.isActive .title .icon1 {
    display: none;
}

.faq-container .faq-item.isActive .title .icon2 {
    display: block;
}

.faq-container .faq-item .title .icons-wrap {
    margin-left: 40px;
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.faq-container .faq-item .title  .icons-wrap span img{vertical-align: middle;}
.faq-container .faq-item .title:hover,.faq-container .faq-item .title.is-active{color: var(--tt-theme-color);cursor: pointer;}
.faq-container .faq-item .title .icon1, .faq-container .faq-item .title .icon2{display: none;}
.faq-container .faq-item .title:hover .icon0 {display: none;}
.faq-container .faq-item:not(.isActive) .title:hover .icon1{display: block;}
.faq-container .faq-item .faq-item_content{display: none;margin-bottom: 30px;}

.section-about-pipiads {margin: 55px auto 0;padding: 20px 0;max-width: 100%;}
.section-about-pipiads .left {max-width: 321px;}
.section-about-pipiads .left .title {margin-top: 30px;font-size: 40px;font-family: Gilroy-ExtraBold, Gilroy;font-weight: 800;}
.section-about-pipiads .left .icon-decor {width: 57px;height: 42px;}
.section-about-pipiads .right {-webkit-box-flex: 1;-webkit-flex: 1;-ms-flex: 1;flex: 1;min-width: 0;}
.section-about-pipiads .review-lists {padding: 20px 20px;}
.section-about-pipiads .review-lists .p {font-size: 18px;color: #2F3032;}
.section-about-pipiads .review-lists .reviewer {margin-top: 16px;font-size: 20px;font-weight: 500;color: #191919;line-height: 40px;}
.section-about-pipiads .review-lists .slide-shadow {padding: 30px 50px;box-shadow: 0px 0px 29px 0px rgba(0, 0, 0, 0.04);background: #FFFFFF;border-radius: 12px;box-sizing: border-box;min-height: 242px;}
.section-about-pipiads .swiper-ctrl {position: absolute;height: 30px;bottom: 50px;right: 23px;}
.footer-easy-way.footer-easy-way-new {border-top: 0;}
.footer-easy-way ul .icon-decor.icon-decor-tick {width: 28px;height: 28px;vertical-align: -8px;}
.footer-easy-way ul li {font-size: 18px;color: #000000;}
.footer-easy-way-new .el-button {font-size: 18px;font-weight: bold;color: #FFFFFF;padding: 20px 20px;margin-top: 70px;width: auto;}
@media only screen and (max-width: 1199px){
    .faq-container{
        display: block;
    }
    .faq-container .faq-main{
        margin-top: 45px;
    }
    .section-about-pipiads .left{
        max-width: unset;
    }
}
@media only screen and (max-width: 769px) {
    .section-free-tool .links li {
        width: 100%;
    }
    .section-about-pipiads .left{text-align: center;max-width: unset;}
}
@media only screen and (min-width: 1200px) {
    .section-free-tool .links li {
        width: 33.33%;
    }
    .section-item-superiority{
        display: flex;
        align-items: center;
    }
    .section-item-superiority .item-content{
        width: 50%;
    }
    .faq-container .left {
        flex: 1;
        padding-left: 80px;}
    .faq-container .left .title{max-width: 350px;}
    .section-about-pipiads {display: -webkit-box;display: -webkit-flex;display: -ms-flexbox;display: flex;-webkit-flex-wrap: wrap;-ms-flex-wrap: wrap;flex-wrap: wrap;-webkit-box-align: center;-webkit-align-items: center;-ms-flex-align: center;align-items: center;max-width: 70%;}
}
@media only screen and (min-width: 1680px){
    .faq-container,
    .section-item-superiority,
    .section-hot-regions {
        max-width: 1200px !important;
        margin-right: auto;
        margin-left: auto;
    }
    .faq-container .faq-main{
        width: 620px;
    }
    .section-item-superiority .item-content ul{
        max-width: 535px;
    }
    .section-item-superiority .item-content .title{
        max-width: 550px;
    }
    .section-item-superiority .item-content{
        flex:1;
        margin-left: -30px;
    }
    .section-item-superiority .img-wrap{
        width: 684px;
        margin-right: -73px;
    }
    .section-item-superiority .item-content{
        padding-right: 50px;
    }
}