#sc-main .swiper-button-prev{
    background-image: url(../img/left-arrow.png);
    background-size: 24px 39px;
    left: 30px;
}
#sc-main .swiper-button-next{
    background-image: url(../img/right-arrow.png);
    background-size: 24px 39px;
    right: 30px;
}
.data-block-wrap-wrap{
    /* height: 80px; */
}
.data-block-wrap{
    width: 1200px;
    margin: 0 auto;
    position: relative;
    margin-top: -50px;
    /* background-color: #fff; */
    z-index: 9;
    box-shadow: 0 0 5px 0 rgba(100,100,100,0.7);
}
.data-block-pointer{
    height: 60px;
    width: 50px;
    position: absolute;
    top: 30px;
    right: -80px;
}
.pointer-top{
    width: 0;
    height: 0;
    border-top: 23px solid transparent;
    border-bottom: 23px solid #eee;
    border-left: 22px solid transparent;
    border-right: 22px solid transparent;
    margin-bottom: 10px;
    cursor: pointer;
}
.pointer-top:hover{
    border-bottom: 23px solid #E02020;
}
.pointer-bottom{
    width: 0;
    height: 0;
    border-top: 23px solid #eee;
    border-bottom: 23px solid transparent;
    border-left: 22px solid transparent;
    border-right: 22px solid transparent;
    cursor: pointer;
}
.pointer-bottom:hover{
    border-top: 23px solid #E02020;
}
/* .begin .pointer-top{
    border-bottom: 23px solid #eee;
}
.end .pointer-bottom{
    border-top: 23px solid #eee;
} */
#sc-data-block{
}
#sc-data-block .swiper-button-prev{
    background-image: url(../img/left-arrow.png);
    background-size: 24px 39px;
    left: 30px;
    z-index: 99;
}
#sc-data-block .swiper-button-next{
    background-image: url(../img/right-arrow.png);
    background-size: 24px 39px;
    right: 30px;
}
#sc-data-block .item{
    display: block;
    width: 298.5px;
    margin-left: 2px;
    margin-bottom: 2px;
    height: 110px;
    float: left;
    position: relative;
}
#sc-data-block .item:nth-child(4n + 1){
    margin-left: 0;
}
#sc-data-block .item:hover{
    /* box-shadow: 0 0 5px 0 rgba(100,100,100,0.7); */
    /* border: 2px solid #E02020; */
    background-color: #B40303;
}
.item-icon{
    float: left;
    width: 30%;
    height: 110px;
    line-height: 110px;
    text-align: center;
    padding-left: 10%;
}
.item-icon img{
    width: 69px;
    height: 69px;
}
.item-info{
    float: right;
    width: 60%;
    height: 110px;
    padding-right: 10%;
    display: flex;
    align-items: center;
}
.item-info .info-text{
    font-size: 14px;
    color: #746f6f;
    text-align: left;
}
.reverse{
    color: #fff!important;
}
.data-arrow{
    width: 24px;
    height: 24px;
    position: absolute;
    bottom: 5px;
    right: 10px;
}
.search-wrap{
    width: 220px;
    height: 26px;
    line-height: 26px;
    position: relative;
    border:none;
    border-radius: 26px;
    overflow: hidden;
    padding: 0 20px;
    background-color: #fff;
    margin-top: 30px;
}
.search-wrap input{
    width: 100%;
    height: 26px;
    line-height: 26px;
    border: none;
}
.search-wrap input:focus{
    border: none;
    outline: none;
}
.search-wrap img{
    width: 16px;
    height: 16px;
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    cursor: pointer;
}
.country-title{
    font-size: 24px;
    font-weight: 700;
    color: #E01F21;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 1100px;
    margin: 0 auto;
    position: relative;
    margin-top: 40px;
    margin-bottom: 25px;
}
.country-title::before{
    content: ' ';
    width: 36%;
    height: 1px;
    background-color: #E01F21;
    position: absolute;
    left: 0%;
}
.country-title::after{
    content: ' ';
    width: 36%;
    height: 1px;
    background-color: #E01F21;
    position: absolute;
    right: 0%;
}
.q{
    display: inline-block;
    width: 20px;
    height: 20px;
    border-radius: 100%;
    background-color: #E01F21;
    margin-left: 20px;
    margin-right: 20px;
}
.x-wrap{
    width: 1180px;
    margin: 0 auto;
    margin-bottom: 50px;
    /* border: 1px solid red; */
}
.x {
    display: block;
    width: 283px;
    margin-left: 15px;
    margin-bottom: 15px;
    /* height: 388px; */
    float: left;
    position: relative;
    border-radius: 6px;
    position: relative;
}
.x img {
    width: 100%;
    height: 100%;
}
.x-name {
    background-color: rgba(255,255,255,0.5);
    color: #333;
    font-size: 24px;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 10px;
    text-align: center;
}
.x-wrap .x:nth-child(4n + 1){
    margin-left: 0;
}
@media (max-width: 768px ) {
    #sc-main img{
        width: 100%;
        height: 200px;
    }
    .data-block-wrap-wrap{
        height: initial;
        padding: 0;
    }
    .data-block-wrap{
        width: 100%;
        margin-top: 0px;
    }
    #sc-data-block .item{
        display: block;
        width: 100%;
        height: 50px;
        float: left;
        margin-left: 0;
        position: relative;
    }
    .item-icon img{
        width: 33px;
        height: 33px;
    }
    .item-icon{
        float: left;
        width: 20%;
        height: 50px;
        line-height: 50px;
        text-align: center;
    }
    .item-info{
        float: right;
        width: 75%;
        height: 50px;
        padding-right: 10%;
        display: flex;
        align-items: center;
    }
    .item-info .info-text{
        font-size: 14px;
        color: #746f6f;
        text-align: left;
    }
    .data-arrow{
        width: 16px;
        height: 16px;
        bottom: 2px;
        right: 5px;
    }
    .search-wrap{
        margin-top: -18px;
    }
    .country-title{
        font-size: 24px;
        font-weight: 700;
        color: #E01F21;
        display: flex;
        align-items: center;
        justify-content: center;
        width: 100%;
        margin: 0 auto;
        position: relative;
        margin-top: 10px;
        margin-bottom: 10px;
    }
    .country-title::before{
        display: none;
    }
    .country-title::after{
        display: none;
    }
    .q{
        display: inline-block;
        width: 20px;
        height: 20px;
        border-radius: 100%;
        background-color: #E01F21;
        margin-left: 20px;
        margin-right: 20px;
    }
    .x-wrap{
        width: 100%;
        margin: 0 auto;
        margin-bottom: 50px;
        /* border: 1px solid red; */
    }
    .x {
        display: block;
        width: 46%;
        margin-left: 2.5%;
        margin-bottom: 15px;
        /* height: 388px; */
        float: left;
        position: relative;
        border-radius: 6px;
        position: relative;
    }
    .x img {
        width: 100%;
        height: 100%;
    }
    .x-name {
        background-color: rgba(255,255,255,0.5);
        color: #333;
        font-size: 24px;
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
        padding: 10px;
        text-align: center;
    }
    .x-wrap .x:nth-child(4n + 1){
        margin-left: 2.5%;
    }
}