.intro-title {
    font-size: 24px;
    font-weight: 600;
    color: #0091FF;
    line-height: 37px;
    letter-spacing: 1px;
    margin-bottom: 7px;
}

.intro-button {
    background: #0091FF;
}

.ibt-symbol {
    background: #0091FF;
}


.intro-block-item {
    box-shadow: 0px 0px 4px 0px rgba(0, 145, 255, 0.15);;
}

.intro-description {
    height: 0;
}

.intro-image-box {
    position: relative;
    padding-top: 0;
}

.intro-image-box img{
    position: relative;
    z-index: -1;
}

.introduce {
    padding-bottom: 25px;
}

.intro-block-container {
    display: block;
}

.icon-list {
    box-shadow: 0px 0px 4px 0px rgba(0, 145, 255, 0.15);
}

.countries {
    padding: 51px 10px 18px;
}

.countries .main-title {
    margin-bottom: 14px;
}

.countries .main-description {
    margin-bottom: 43px;
}

.country-block-container {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.country-block {
    width: 100px;
    height: 131px;
    background: #F6FBFF;
    border-radius: 14px;
    margin: 0 9px 25px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.country-symbol {
    width: 30px;
    height: 30px;
    margin-bottom: 7px;
    margin-top: 11px;
}

.country-symbol img {
    width: 100%;
    height: 100%;
}

.country-name {
    font-size: 12px;
    font-weight: 500;
    color: #1A1A1A;
    line-height: 17px;
    margin-bottom: 6px;
}

.country-price {
    font-size: 20px;
    font-weight: 600;
    color: #1A1A1A;
    line-height: 28px;
    letter-spacing: 1px;
    margin-bottom: 1px;
}

.country-price-currency {
    font-size: 12px;
    font-weight: 400;
    color: #1A1A1A;
    line-height: 17px;
    position: relative;
    bottom: 9px;
}

.country-price-unit {
    font-size: 10px;
    font-weight: 400;
    color: #1A1A1A;
    line-height: 14px;
}

.countries-searcher {
    background: #F8FCFF;
    padding: 44px 10px;
}

.countries-searcher-box {
    background: #FFFFFF;
    border-radius: 14px;
}

.countries-searcher-box .main-title {
    padding-top: 30px;
    padding-bottom: 25px;
}

.search-input {
    /* background: #F5F5F5; */
    border-radius: 16px;
    width: 310px;
    margin: 0 auto 23px;
    display: flex;
    flex: 1;
}

.search-input input {
    width: 241px;
    padding: 7px 0 8px 24px;
    border-radius: 16px;
    background: #F5F5F5;
    font-size: 12px;
    font-weight: 400;
    line-height: 17px;
    outline: none;
    display: block;
}
.cl_sousuo{
    width: 55px;
    border-radius: 20px;
    border: 1px solid #0091FF;
    font-size: 12px;
    font-weight: 400;
    color: #0091FF;
    line-height: 30px;
    padding: 0 13px;
    background: white;
    margin-left: 10px;
}
.search-input input::-webkit-input-placeholder {
    font-size: 12px;
    font-weight: 400;
    color: #999999;
    line-height: 17px;
}

.search-result table {
    border-collapse: collapse;
    text-align: left;
    table-layout: fixed;
    width: 100%;
}

.search-result tr {
    border-top: 1px solid #EEEEEE;
}

.search-result th {
    font-size: 13px;
    font-weight: 400;
    color: #768895;
    line-height: 18px;
}

.search-result td {
    font-size: 13px;
    font-weight: 400;
    color: #1A1A1A;
    line-height: 18px;
}

.search-result th, .search-result td {
    height: 40px;
    padding: 9px 10px 12px;
}

.app-country {
    padding: 44px 16px 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.app-country .main-title {
    margin-bottom: 8px;
}

.ac-banner {
    width: 100%;
    max-width: 415px;
    text-align: center;
    margin: 0 auto 21px;
}

.ac-banner img {
    width: 100%;
}

.ac-description {
    font-size: 12px;
    font-weight: 400;
    color: #666666;
    line-height: 17px;
    padding: 0 25px;
}

.ac-list-container {
    padding: 0 19px;
    display: flex;
}

.ac-list {
    padding-left: 15px;
}

.ac-list:first-child {
    padding-left: 0;
}

.ac-list-title {
    padding-left: 13px;
    font-size: 14px;
    font-weight: 400;
    color: #1A1A1A;
    line-height: 20px;
    position: relative;
    white-space: nowrap;
}

.ac-list-title:first-child {
    margin-bottom: 34px;
}

.ac-list-title:before {
    content: "";
    display: block;
    position: absolute;
    left: -3px;
    width: 3px;
    height: 12px;
    background: #0091FF;
    border-radius: 2px;
    top: 4px;
}