.carrier_list_row {
    background-color: #fff;
    margin-top: 20px;
    padding-left: 20px
}

.carrier_list_row  ul{
    font-size: 0;
}

.carrier_list_row .list {
    display: block;
    width: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 24px 20px 0 0
}

.carrier_list_row .list a {
    display: block;
    -webkit-box-shadow: 0 0 5px 1px rgba(0, 0, 0, .03);
    box-shadow: 0 0 5px 1px rgba(0, 0, 0, .03);
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    border-bottom: 0;
    position: relative
}

.carrier_list_row .list a .img {
    width: 24%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    overflow: hidden;
    font-size: 30px;
    float: left;
    margin-right: 20px;
}

.carrier_list_row .list a .img div {
    background-size: cover;
    background-position: 50%;
    background-repeat: no-repeat;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1
}

.carrier_list_row .list a .img:before {
    content: "";
    display: block;
    padding-top: 70%
}

.carrier_list_row .list a .img:after {
    font-family: iconfont !important;
    content: "\e676";
    display: block;
    -webkit-transform-origin: center center;
    transform-origin: center center;
    -webkit-animation: roteasd 1s linear infinite;
    animation: roteasd 1s linear infinite;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -15px;
    margin-top: -15px
}

.carrier_list_row .list a .img img {
    width: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

.carrier_list_row .list a .tips {
    position: absolute;
    top: -7px;
    font-size: 14px;
    left: 0;
    width: auto;
    min-width: 94px;
    box-sizing: border-box;
    height: 27px;
    line-height: 27px;
    color: #fff;
    text-align: center;
    z-index: 2;
    background-size: 100%;
    padding: 0 5px;
    padding-right: 10px;
}

.carrier_list_row .list a h2 .Price{
    float: right;
    font-size: 14px;
    color: #ef4f4f;
    text-align: right;
    padding-right: 10px;
}
.carrier_list_row .list a h2 .Price b{
    font-size: 20px;
}
.carrier_list_row .list a h2 {
    padding: 15px 0;
    font-size: 17px;
    letter-spacing: 2px;
    text-align: left;
    font-weight: bold;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    color: #4f85ef
}

.carrier_list_row .list a:hover {
    -webkit-box-shadow: 0 0 5px 1px rgba(0, 0, 0, .08);
    box-shadow: 0 0 5px 1px rgba(0, 0, 0, .08);
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px)
}

.carrier_list_row .list a:hover .img img {
    -webkit-transform: translate(-50%, -50%) scale(1.12);
    transform: translate(-50%, -50%) scale(1.12)
}

.carrier_list_row .list a:hover h2 {
    color: #4f85ef
}
.carrier_list_row .list a .words li{
    font-size: 14px;
    display: inline-block;
    width: 45%;
    line-height: 1.6;
    color: #999999;
}
.carrier_list_row .list a p{
    font-size: 14px;
    line-height: 1.8;
    margin-bottom: 8px;
}
.carrier_list_row .list a .words li i{
    margin-right: 8px;
    color: #999999;
}
.section {
    background-color: #f3f5f7
}

.carrier_list_dt{
    padding: 20px;
}
.carrier_list_dt .list{
    padding: 10px;
    border:1px solid #f1f1f1;
    border-top: 0;
}
.carrier_list_dt .list:first-child{
    border-top:1px solid #f1f1f1;
}
.carrier_list_dt .list a{
    display: block;
}
.carrier_list_dt .list a .imgs{
    width: 22%;
    position: relative;
    overflow: hidden;
    margin-right: 20px;
}
.carrier_list_dt .list a .imgs::before{
    content: "";
    display: block;
    padding-top: 70%;
}
.carrier_list_dt .list a .imgs .img{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    transition: all 0.2s ease-in-out;
}
.carrier_list_dt .list a .wordsInfo h2{
    font-size: 17px;
    font-weight: bold;
    margin-bottom: 10px;
    color: #222222;
}
.carrier_list_dt .list a .wordsInfo h2 i{
    margin-right: 5px;
    color: #4f85ef;
    font-size: 20px;
}
.carrier_list_dt .list a .wordsInfo li{
    font-size: 14px;
    color: #999999;
    display: inline-block;
    margin-left: 10px;
}
.carrier_list_dt .list a .wordsInfo li:first-child{
    margin-left: 0;
}
.carrier_list_dt .list a .wordsInfo li i{
    margin-right: 6px;
}
.carrier_list_dt .list a .wordsInfo p{
    margin-top: 10px;
    font-size: 14px;
    color: #666666;
    letter-spacing: 2px;
    line-height: 1.6;
}

.carrier_list_dt .list a:hover h2{
    color: #4f85ef;
}
.carrier_list_dt .list a:hover .imgs .img{
    transform: scale(1.12);
}

.carrier_details{
    display: block;
    padding: 20px;
}
.carrier_details .leftImg{
    display: block;
    width: 55%;
    position: relative;
    overflow: hidden;
    margin-right: 20px;
}
.carrier_details .leftImg::after{
    content: "";
    display: block;
    padding-top: 54%;
}
.carrier_details .leftImg::before {
    content: "\e676";
    display: block;
    transform-origin: center center;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -15px;
    margin-top: -15px;
    font-family: iconfont !important;
    animation: 1s linear 0s infinite normal none running roteasd;
    color: #4f85ef;
    font-size: 24px;
    z-index: 0;
}
.carrier_details .leftImg .img{
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
.carrier_details .rightInfo{
    /* background-color: #f1f5ff; */
    border-radius: 5px;
    /* box-shadow: 0 0 5px 2px rgba(0, 0, 0, .08); */
}
.carrier_details .rightInfo h2{
    font-size: 26px;
    font-weight: bold;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    margin-bottom: 10px;
    letter-spacing: 2px;
}
.carrier_details .rightInfo .item{
    font-size: 14px;
    line-height: 1.8;
    margin: 2px 0;
    color: #999999;
}
.carrier_details .rightInfo .item b{
    font-weight: bold;
    font-size: 14px;
    float: left;
    display: block;
}
.carrier_details .rightInfo .item span{
    overflow: hidden;
    display: block;
}
.carrier_details .rightInfo li {
    font-size: 14px;
    line-height: 1.6;
    color: #999999;
}
.carrier_details .rightInfo  li i {
    margin-right: 8px;
    color: #999999;
}
.carrier_details .rightInfo  .labelInfo{
    padding: 10px 0;
}
.carrier_details .rightInfo  .labelInfo label{
    border: 1px solid #ededed;
    border-radius: 4px;
    padding: 0 11px;
    height: 30px;
    line-height: 30px;
}
.carrier_details .details-title{
    border-bottom: 1px solid #f3f5f7;
    margin-bottom: 20px;
    padding-top: 0;
}
.carrier_details .details-title h2{
    font-size: 18;
    font-weight: bold;
    display: inline-block;
    padding: 4px 12px;
    padding-top: 0;
    border-bottom: 2px solid #4f85ef;
}
.carrier_details .details-title h2 i{
    font-size: 26px;
    margin-right: 7px;
    color: #4f85ef;
}
.carrier_details .details-title h2>*{
    vertical-align: middle;
}
.carrier_details  .words{
    font-size: 14px;
    color: #666666;
    letter-spacing: 2px;
}
.carrier_details  .words p{
    line-height: 1.8;
    text-indent: 2em;
}
.carrier_btn_sin{
    display: block;
    text-align: center;
}
.carrier_btn_sin a{
    display: inline-block;
    padding: 5px 20px;
    font-size: 16px;
    background-color: #4f85ef;
    color: #ffffff;
    margin: 10px;
    border-radius: 20px;
}
.carrier_banner{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height:100%;
}
.pagination .swiper-active-switch{
    width: 8px;
    height: 8px
}
.carrier_pagination{
    text-align: right!important;
}
.article_title {
    padding-bottom: 10px;
    border-bottom: 1px solid #f3f5f7;
}
.article_title h2{
    font-size: 20px;
    text-align: center;
    font-weight: bold;
    letter-spacing: 2px;
    margin-bottom: 10px;
}
.article_title p{
    font-size: 14px;
    color: #666666;
    text-align: center;
}