img {
    border: 0;
}

#footer {
    background-color: white;
}

.M-box1 a {
    padding: 5px 10px;
    border: 1px solid #c5c5c5;
    margin-left: 5px;
}

.M-box1 .active {
    padding: 5px 10px;
    background-color: #00a1ea;
    color: white;
    margin-left: 5px;
}

.pagination {
    height: 30px;
    margin: 0 auto;
    text-align: center;
    line-height: 30px;
    margin-top: 5px;
    position: relative;
    padding: 20px 0;
}

.big-xms-btn {
    cursor: pointer;
    background: #3a9ede;
    height: 36px;
    border: 0;
    padding: 10px 40px;
    color: white;
    font-size: 15px;
}

.big-xms-btn:hover {
    color: white;
}

.xms-banner-block {
    height: 175px;
    width: 1200px;
    background-color: #fff;
    background-image: url('//as.zbjimg.com/static/nodejs-zbj-indexweb-api/widget/index2018/hyjj-search/img/hyjjbg2_c7b2d65.jpg');
    background-repeat: no-repeat;
    background-position: center right;
    background-size: auto 100%;
    margin: 10px auto;
}

.xms-banner-block-content {
    margin-left: 50px;
    margin-top: 25px;
    position: absolute;
}

.xms-banner-block-content > h2 {
    font-size: 25px;
    color: #00a1ea;
}

.xms-banner-block-content > p {
    margin: 10px 0px;
}

.xms-banner-block-content > p > span {
    height: 13px;
    line-height: 13px;
    display: inline-block;
    margin-right: 20px;
    color: #627084;
    font-size: 14px;
    vertical-align: middle;
}

.xms-banner-block-content .button {
    display: inline-block;
    width: 152px;
    height: 42px;
    line-height: 42px;
    text-align: center;
    background-color: #00a1ea;
    color: #fff;
    font-size: 14px;
    cursor: pointer;
    letter-spacing: 1px;
    text-decoration: none;
}

.product-list-big {
    height: auto;
    display: flex;
    flex-wrap: wrap;
}

.product-list-youx {
    height: auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.product-list-item {
    position: relative;
    /*margin-right: 8.8px;*/
    /*width: calc(150px - 8px);*/
    margin-right: 9.33px;
    width: calc(149.4px - 8px);
    height: 150px;
    background-color: #fff;
    text-align: center;
    box-sizing: border-box;
    cursor: pointer;
    -webkit-transition: all .2s linear;
    transition: all .2s linear;
    margin-bottom: 8px;
}

.product-list-item:nth-child(7n) {
    margin-right: 0px;
}

.product-list-item:hover {
    -webkit-box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
    -webkit-transform: translate3d(0, -2px, 0);
    transform: translate3d(0, -2px, 0);
}

.product-list-item .hot-product-tag {
    height: 20px;
    width: auto;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    line-height: 20px;
    padding: 0 10px;
    font-size: 12px;
    font-family: Helvetica Neue, Hiragino Sans GB, SimSun, serif;
    font-style: normal;
}

.product-list-item .product-list-item-img {
    height: 90px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    transform: scale(0.9);
}

.product-list-item .product-list-item-img-full {
    height: 200px;
    width: 100%;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
}

.product-list-item img {
    /*width: auto;*/
    /*height: 100%;*/
}

.product-list-item .product-list-item-name {
    padding: 0px 5px;
    height: 40px;
    line-height: 40px;
    font-size: 17px;
    font-weight: bold;
    color: #333;
}

.product-list-item-big {
    position: relative;
    float: left;
    margin-right: 8px;
    width: 164.5px;
    height: 180px;
    background-color: #fff;
    text-align: center;
    padding: 0 10px;
    box-sizing: border-box;
    cursor: pointer;
    -webkit-transition: all .2s linear;
    transition: all .2s linear;
}

.product-list-item-big:last-child {
    margin-right: 0px;
}

.hot-tag {
    position: absolute;
    padding: 1px;
    top: 0px;
    background-color: red;
    color: white;
    left: 50%;
    width: 30px;
    margin-left: -15px;
}

.new-tag {
    position: absolute;
    padding: 1px;
    top: 0px;
    background-color: #83c44e;
    color: white;
    left: 50%;
    width: 30px;
    margin-left: -15px;
}

.product-list-item-big:hover {
    -webkit-box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
    -webkit-transform: translate3d(0, -2px, 0);
    transform: translate3d(0, -2px, 0);
}

.product-list-item-big .list-icon {
    display: inline-block;
    margin-top: 25px;
    width: 70px;
    height: 70px;
    border-radius: 100%;
    background-color: #f5f5f5;
    -webkit-transition: all .2s linear;
    transition: all .2s linear;
}

.product-list-item-big:hover .list-icon {
    -webkit-transform: translate3d(0, -2px, 0);
    transform: translate3d(0, -2px, 0);
}

.product-list-item-big .title-describe {
    padding-top: 5px;
}

.product-list-item-big .list-icon img {
    width: 70px;
    height: 70px;
    border-radius: 100%;
    transition: -webkit-transform .4s;
    transition: transform .4s;
}

.product-list-item-big .list-icon .info-title {
    display: block;
    margin-top: 11px;
    font-size: 18px;
    color: #333;
    font-weight: 700;
    width: 170px;
    margin-left: -50px;
}

.category-item {
    float: left;
    display: inline-block;
    position: relative;
}

.category-item .cate-item {
    margin-bottom: 10px;
    background-color: #fff;
}

.category-item .cate-item .cate-title-wapper {
    position: relative;
    height: 50px;
    border-bottom: 1px solid #eee;
    line-height: 50px;
}

.category-item .cate-item .cate-title-wapper .cate-title {
    font-size: 18px;
    color: #333;
    font-weight: 700;
    cursor: pointer;
}

.category-item .cate-item .cate-title-wapper .cate-title:before {
    position: relative;
    top: -1px;
    margin-right: 12px;
    display: inline-block;
    vertical-align: middle;
    content: '';
    width: 3px;
    height: 18px;
    background-color: #00a1ea;
}

.category-item .hover-anima:after {
    content: '';
    position: relative;
    bottom: 0;
    border-top: 0px solid #00a1ea;
    display: block;
    margin: 0 auto;
    transition: all 120ms ease-in-out;
    width: auto;
}

.category-item .hover-anima:hover:after {
    border-top: 2px solid #00a1ea;
}

@keyframes ani-linelink {
    0% {
        left: -100%;
    }
    50% {
        left: -50%;
    }
    100% {
        left: 0;
    }
}

.cate-info-wapper {
    overflow: hidden;
    padding: 15px;
    padding-right: 10px;
}

.category-item .cate-item .cate-title-wapper .cate-title > i {
    color: #C6C6C6;
}

.category-item .cate-item .cate-title-wapper .cate-title:hover {
    color: #00a1ea;
}

.category-item .cate-item .cate-info-wapper .info-item {
    display: inline-block;
    float: left;
    margin-right: 12px;
    box-sizing: border-box;
    height: 25px;
    font-size: 14px;
    position: relative;
    overflow: hidden;
}

.category-item .cate-item .cate-info-wapper .info-item a {
    color: #777;
    font-size: 14px;
    cursor: pointer;
}

.category-item .cate-item .cate-info-wapper .info-item img {
    position: absolute;
    top: 0;
    right: -9px;
    width: 9px;
    height: 11px;
    margin-right: 0;
}

.category-item .cate-item .cate-info-wapper .info-item a:hover {
    color: #00a1ea;
}

.category-left {
    width: 318px;
    margin-right: 10px;
}

.category-center {
    width: 280px;
    margin-right: 10px;
}

.cate-item .cate-info-wapper .cate-info-item {
    overflow: hidden;
    margin-bottom: 5px;
    clear: left;
}

.cate-item .cate-info-wapper .cate-info-item .item-title {
    float: left;
    display: inline-block;
    width: 85px;
    font-size: 14px;
    margin-bottom: 5px;
}

.cate-item .cate-info-wapper .cate-info-item .item-title a {
    display: inline-block;
    box-sizing: border-box;
    height: 20px;
    color: #00a1ea;
    cursor: pointer;
    font-size: 14px;
}

.cate-item .cate-info-wapper .cate-info-item .item-title .sub-title {
    display: inline-block;
    box-sizing: border-box;
    height: 20px;
    color: #00a1ea;
    font-size: 14px;
    cursor: text;
}

.cate-item .cate-info-wapper .cate-info-item .item-links {
    display: inline-block;
    max-width: 200px;
}

.category-center .cate-item .cate-info-wapper .cate-info-item .item-links {
    width: 170px;
}

.cate-item .cate-info-wapper .cate-info-item .item-links .item-link {
    display: inline-block;
    float: left;
    margin-right: 11px;
    box-sizing: border-box;
    height: 25px;
    font-size: 14px;
    position: relative;
    cursor: pointer;
}

.cate-item .cate-info-wapper .cate-info-item .item-links .item-link > a {
    color: #777;
    font-size: 14px;
    cursor: pointer;
}

.cate-item .cate-info-wapper .cate-info-item .item-links .item-link img {
    position: absolute;
    top: 0;
    right: -9px;
    margin-right: 0;
}

.cate-item .cate-info-wapper .cate-info-item .item-links .item-link > a:hover {
    color: #00a1ea;
}

.left-cate-item .cate-info-wapper .cate-info-item .item-links {
    clear: none;
    max-width: -webkit-max-content;
    max-width: -moz-max-content;
    max-width: max-content;

}

.category-right {
    float: right;
    width: 290px;
    text-align: center;
}

.login-section {
    background: #fff;
    padding: 15px 13px;
    overflow: hidden;
    position: relative;
}

.login-section .user-data .user-avatar {
    text-align: center;
}

.login-section .user-data .user-name {
    margin-bottom: 8px;
    font-size: 14px;
}

.login-section .user-data .user-avatar a {
    display: inline-block;
    overflow: hidden;
    width: 100px;
    height: 100px;
    background: url(../images/icon/default_head.png) no-repeat center top;
}

.login-section .user-data .user-avatar a img {
    width: 100px;
    height: 100px;
}

.login-section .user-data .user-no-login {
    margin-top: 8px;
}

.xms-fillet-btn {
    display: inline-block;
    color: #FFF;
    background: #bae5ff;
    font-size: 13px;
    padding: 0px 10px;
    height: 24px;
    line-height: 24px;
    border-radius: 13px;
    margin-right: 7px;
    text-decoration: none;
}

.xms-fillet-btn-logout {
    display: inline-block;
    color: #FFF;
    background: #bae5ff;
    font-size: 13px;
    padding: 0px 10px;
    height: 24px;
    line-height: 24px;
    border-radius: 13px;
    margin-right: 7px;
    text-decoration: none;
    cursor: pointer;
}

.xms-fillet-btn-logout:hover {
    color: #fff;
    background: #ea1513;
}

.xms-fillet-btn:hover {
    color: #fff;
    background: #00a1ea;
}

.notice-con {
    overflow: hidden;
    margin-top: 10px
}

.notice-con .notice-hd li {
    float: left;
    line-height: 20px;
    width: 32px;
    text-align: center;
    margin: 0 11px;
}

.notice-con .notice-hd li > a {
    font-size: 14px;
    color: #3C3C3C;
    cursor: pointer;
}

.notice-con .notice-hd li > a:hover {
    color: #00a1ea;
}

.notice-con .notice-hd .selected {
    padding: 0;
    font-weight: 700;
    border-bottom: 2px solid #00a1ea;
}

.notice-con .notice-bd {
    margin: 0 12px;
    height: 50px;
    overflow: hidden;
    padding-top: 9px;
    padding-bottom: 6px;
    width: 100%;
}

.notice-con .notice-bd li {
    float: left;
    line-height: 25px;
    height: 25px;
    width: 280px;
    text-align: left;
    overflow: hidden;
}

.join-card {
    background: #fff;
    padding: 10px 5px;
    overflow: hidden;
    margin-top: 10px;
    position: relative;
}

.tool-card {
    background: #fff;
    padding: 10px 5px;
    overflow: hidden;
    /*margin-top: 10px;*/
    /*height: 240px;*/
    height: 303px;
    position: relative;
}

.join-card .join-card-container {
    width: 250px;
    height: 300px;
    background-color: #f2f2f2;
    margin: 0 auto;
    position: relative;
}

.join-btn-con {
    display: block;
    width: 230px;
    height: 38px;
    line-height: 37px;
    color: #fff;
    font-size: 15px;
    text-align: center;
    background: #00a1ea;
    transition: all .3s ease 0s;
    position: absolute;
    bottom: 15px;
    left: 10px;
    cursor: pointer;
    background: rgba(32, 164, 224, 1);
    box-shadow: 0px 10px 20px 0px rgba(32, 164, 224, 0.4);
    font-size: 15px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: rgba(255, 255, 255, 1);
}

.join-area {
    float: right;
    margin-right: 20px;
    font-weight: 100;
    cursor: pointer;
    font-size: 14px;
    color: #E60415;
}

.join-area i {
    font-size: 14px;
}

.tool-card .tool-card-title {
    height: 30px;
    line-height: 30px;
    padding-left: 10px;
    font-size: 15px;
    border-bottom: 1px solid #eee;
    text-align: left;
}

.tool-card .tool-tab li {
    float: left;
    width: 25%;
    height: 50px;
    padding: 10px 0;
    text-align: center;
    border: 1px solid transparent;
    cursor: pointer;
}

.tool-card .tool-tab li img {
    display: inline-block;
    width: 30px;
    height: 30px;
    vertical-align: top;
}

.tool-card .tool-tab li p {
    margin: 10px 0 0;
    line-height: 1;
    font-size: 14px;
    font-family: Source Han Sans CN;
    font-weight: 300;
    color: rgba(153, 153, 153, 1);
}

.ad-card {
    background: #fff;
    overflow: hidden;
    margin-top: 10px;
    height: 187px;
}

.ad-card img {
    width: 100%;
    height: 100%;
}

.material-item {
    width: 890px;
    overflow: hidden;
}

.base-item {
    width: 100%;
    overflow: hidden;
}

.xms-card {
    width: 100%;
    background-color: white;
    overflow: hidden;
}

.company-card {
    padding: 10px;
}

.company-info {
    position: relative;
}

.company-info .company-info-cover {
    float: left;
    width: 56px;
    height: 56px;
    background-color: #FFFFFF;
    display: flex;
    align-items: center;
    border-radius: 50%;
    box-shadow: 0px 5px 15px 0px rgba(209, 209, 209, 0.4);
    overflow: hidden;
}

.company-info .company-info-cover-big {
    width: 64px;
    height: 64px;
}

.company-info .company-info-right-big i {
    font-size: 12px;
}

.company-info .company-info-cover img {
    height: auto;
    width: 100%;
}

.company-info .company-info-right {
    margin-left: 64px;
}

.company-info .company-info-right-big {
    margin-left: 74px;
}

.company-info .company-info-right .company-info-name {
    margin-bottom: 7px;
    height: 36px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    text-overflow: ellipsis;
    transition: color .3s ease 0s;
    cursor: pointer;
    font-size: 16px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: rgba(51, 51, 51, 1);
    line-height: 18px;
}

.company-info .company-info-right .company-info-name-mini {
    height: 16px;
}

.company-info .company-info-right .company-info-name:hover {
    color: #00a1ea;
}

.break-word {
    word-wrap: break-word;
    word-break: break-all;
}

.company-info-location {
    line-height: 16px;
    height: 16px;
    white-space: nowrap;
    overflow: hidden;
    width: 100%;
    text-overflow: ellipsis;
    font-size: 14px;
    font-family: Source Han Sans CN;
    font-weight: 300;
    color: rgba(102, 102, 102, 1);
}

.company-list {
    display: block;
    font-size: 0;
}

.company-list li {
    display: inline-block;
    width: 25%;
    box-sizing: border-box;
    font-size: 14px;
    position: relative;
    vertical-align: top;
    border: 1px solid #fff;
}

/*.company-list li:hover {*/
/*    border: 1px solid #00a1ea;*/
/*}*/

/*.company-list li:hover:after {*/
/*    display: none;*/
/*}*/
/*.company-list li:nth-child(3n):after {*/
/*    content: "";*/
/*    position: absolute;*/
/*    top: 50%;*/
/*    right: -1px;*/
/*    height: 84px;*/
/*    margin-top: -42px;*/
/*    border-right: 1px solid #fff;*/
/*}*/

.company-list li:after {
    content: "";
    position: absolute;
    top: 50%;
    right: -1px;
    height: 84px;
    margin-top: -42px;
    border-right: 1px solid #ededed;
}

.company-info-location i {
    font-size: 12px;
}

.company-py-data {
    position: relative;
    color: #999;
    font-size: 12px;
    margin-top: 10px;
    overflow: hidden;
}

.company-py-data .good-evaluate {
    float: left;
    font-size: 14px;
    font-family: Source Han Sans CN;
    font-weight: 300;
    color: rgba(178, 178, 178, 1);
    line-height: 20px;
}

.company-py-data .good-evaluate-small {
    float: none;
}

.cut-line:before {
    content: "";
    display: inline-block;
    width: 1px;
    height: 10px;
    margin: 0 10px;
    background: #999;
}

.company-py-data .py-success {
    float: right;
}

.company-py-data .py-success-small {
    float: none;
}

.company-py-data i {
    margin-left: 3px;
    color: #333;
    font-style: normal;
}

.breadcrumb {
    color: #333333;
    font-size: 12px;
    height: 30px;
    line-height: 30px;
}

.breadcrumb > a > i {
    font-size: 14px;
    color: #333;
}

.breadcrumb a {
    float: left;
    color: #333333;
    font-family: tahoma, arial, 'Hiragino Sans GB', 'Microsoft Yahei', '\5b8b\4f53', sans-serif;
}

.breadcrumb .seperator {
    float: left;
    margin: 0 8px;
}

a:hover {
    color: #00a1ea;
}

.filter-tool {
    height: auto;
    overflow: hidden;
}

.filter-tool-more {
    background: #fff;
    height: 50px;
    border-top: 1px solid #f7f7f7;
    display: flex;
    align-items: center;
    justify-content: center;
}

.filter-tool-more .filter-tool-more-btn {
    font-size: 13px;
    color: #00a1ea;
    cursor: pointer;
}

.filter-tool-more .filter-tool-more-btn i {
    font-size: 13px;
}

.filter-tool-close {
    height: 40px;
}

.filter-tool .filter-list {
    position: relative;
    height: auto;
    padding: 10px 5px;
}

.filter-tool .filter-list .filter-name {
    float: left;
    font-size: 12px;
    margin: 0 15px;
    line-height: 40px;
    min-width: 80px;
    color: #999;
}

.filter-tool .filter-list .filter-name span {
    min-width: 77px;
    margin-right: 2px;
    display: inline-block;
    text-align: right;
    text-align-last: justify;
    font-size: 14px;
    font-family: Source Han Sans CN;
    font-weight: 300;
    color: rgba(153, 153, 153, 1);
    line-height: 26px;
}

.filter-tool .filter-list .filter-body {
    overflow: hidden;
    padding-left: 15px;
}

.filter-tool .filter-list .filter-body ul {
    overflow: hidden;
    margin-right: 60px;
}

.filter-tool .filter-list .filter-body ul li {
    float: left;
    line-height: 36px;
    margin-bottom: 10px;
}

.filter-tool .filter-list .filter-body ul li a {
    margin: 0 10px 0 0;
    float: left;
    border: 1px solid transparent;
    padding: 0 20px;
    border-radius: 4px;
    font-size: 14px;
    font-family: Source Han Sans CN;
    font-weight: 400;
}

.filter-tool .filter-list .filter-body ul li a i {
    font-size: 12px;
}

.filter-tool .filter-list .filter-body ul li .active {
    color: #00a1ea;
}

.filter-tool .filter-list .filter-body ul li:hover .location-container {
    display: block;
}

.filter-more-btn {
    position: absolute;
    padding: 5px;
    line-height: 12px;
    right: 5px;
    top: 8px;
    cursor: pointer;
    color: #999;
    background-color: #eee;
}

.filter-more-btn i {
    font-size: 12px;
}

.location-container {
    position: fixed;
    width: 500px;
    height: auto;
    background-color: white;
    margin-top: 30px;
    border: 1px solid #c5c5c5;
    box-shadow: 1px 2px 2px #c5c5c5;
    z-index: 99;
    display: none;
    padding: 10px;
}

.hover-box:hover {
    color: #00a1ea;
}

.filter-tool .filter-list .filter-body ul li .hover-box-active {
    color: #00a1ea;
    border: 1px solid #00a1ea;
    box-shadow: 0px 6px 24px 0px rgba(32, 164, 224, 0.3);
}

.location-btn {
    position: relative;
    margin-top: 1px;
    padding: 5px 15px;
    float: left;
    line-height: 12px;
    cursor: pointer;
}

.location-btn:hover {
    color: #00a1ea;
}

.location-btn-active {
    border-bottom: 1px solid #00a1ea;
}

.location-title {
    overflow: hidden;
    padding: 0px 10px;
    margin-top: 10px;
}

.hide-location-card {
    display: none;
}

.location-content {
    margin-top: 5px;
}

.area-item {
    float: left;
    padding: 5px 10px;
    line-height: 12px;
    width: 50px;
    text-align: center;
    cursor: pointer;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    border-radius: 5px;
    margin-bottom: 5px;
}

.area-item-active {
    color: #00a1ea;
}

.area-item:hover {
    color: white;
    background-color: #00a1ea;
    text-decoration: solid;
}

.result-list-con {
    margin-top: 10px;
    display: none;
    /*overflow: hidden;*/
}

.result-list {
    float: left;
    width: 910px;
}

.result-right {
    float: right;
    width: 280px;
    margin-left: 10px;
}

.result-right-title {
    position: relative;
    display: flex;
    margin-bottom: 15px;
}

.result-right-title .recommended-icon {
    background-image: url(/resources/index/version2/image/recommended@2x.png);
    background-repeat: no-repeat;
    background-size: 28px 31px;
    width: 28px;
    height: 31px;
    text-align: center;
    color: white;
    line-height: 25px;
}

.result-right-title .recommended-name {
    font-size: 18px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: rgba(51, 51, 51, 1);
    margin-left: 9px;
}

.result-sort {
    width: 100%;
    overflow: hidden;
    border-bottom: 1px solid #e6e6e6;
}

.result-sort ul {
    padding: 12px 0;
}

.result-sort ul li {
    float: left;
}

.result-sort ul li .active {
    color: #00a1ea;
}

.result-sort ul li:after {
    content: '';
    display: inline-block;
    border-right: 1px solid #e6e6e6;
    height: 12px;
    font-size: 0;
}

.result-sort ul li a {
    display: inline-block;
    padding: 0 20px;
    cursor: pointer;
}

.result-ad-list-con {
    position: relative;
    padding: 5px 0;
    background: rgba(255, 255, 255, 1);
    box-shadow: 0px 20px 60px 0px rgba(51, 51, 51, 0.1);
    border-radius: 8px;
}

.title-hot {
    font-size: 18px;
    padding: 0 16px;
    line-height: 48px;
    color: #ff6900;
    position: relative;
}

.result-list-item-wrap {
    width: 879px;
    background: rgba(255, 255, 255, 1);
    box-shadow: 0px 20px 60px 0px rgba(51, 51, 51, 0.1);
    border-radius: 8px;
    margin: 18px 0px 18px 30px;
    position: relative;
}

.result-list-item-wrap .cover {
    width: 78px;
    height: 78px;
    background: rgba(255, 255, 255, 1);
    box-shadow: 0px 5px 15px 0px rgba(209, 209, 209, 0.4);
    border-radius: 50%;
    position: absolute;
    display: flex;
    align-items: center;
    left: -30px;
    top: 30px;
    overflow: hidden;
}

.result-list-item-wrap .cover-border {
    width: 22px;
    height: 22px;
    border-radius: 50%;
    position: absolute;
    display: flex;
    align-items: center;
    left: 20px;
    top: 80px;
    background-color: white;
    padding: 3px;
}

.company-info-cover-border {
    width: 15px;
    height: 15px;
    border-radius: 50%;
    position: absolute;
    display: flex;
    align-items: center;
    left: 38px;
    top: 38px;
    background-color: white;
    padding: 2px;
}

.logo-title-cover-border {
    width: 15px;
    height: 15px;
    border-radius: 50%;
    position: absolute;
    display: flex;
    align-items: center;
    left: 48px;
    top: 49px;
    background-color: white;
    padding: 2px;
}

.logo-title-cover-border img {
    width: 100%;
    height: auto;
}

.company-info-cover-border img {
    width: 100%;
    height: auto;
}

.result-list-item-wrap .cover-border img {
    width: 100%;
    height: auto;
}

.excellence-ani-font {
    color: hsla(0, 0%, 100%, .65);
    font-weight: 800;
    word-break: keep-all;
    background-image: -webkit-linear-gradient(left, #ffebf3, #e60d0e 25%, #ffebf3 50%, #e60d0e 75%, #ffebf3);
    -webkit-text-fill-color: transparent;
    -webkit-background-clip: text;
    -webkit-background-size: 200% 100%;
    -webkit-animation: masked-animation 2s infinite linear;
}

@-webkit-keyframes masked-animation {
    0% {
        background-position: -100% 0
    }
    to {
        background-position: 100% 0
    }
}

.result-list-item-wrap .cover img {
    width: 100%;
    height: auto;
}

.result-list-item-wrap .result-title {
    font-size: 20px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: rgba(51, 51, 51, 1);
    line-height: 36px;
}

.result-tag {
    margin-top: 5px;
    display: flex;
    align-items: center;
    flex-flow: wrap;
}

.tag-block {
    margin-right: 5px;
    margin-bottom: 5px;
}

.tag-block:last-child {
    margin-right: 0px;
}

.guaranteed-block {
    height: 20px;
    background: rgba(255, 255, 255, .1);
    border: 1px solid rgba(9, 187, 7, .2);
    border-radius: 4px;
    font-size: 12px;
    font-family: Source Han Sans CN;
    font-weight: 300;
    color: rgba(9, 187, 7, 1);
    line-height: 20px;
    padding: 0 5px;
}

.device-block {
    height: 20px;
    background: rgba(255, 255, 255, .1);
    border: 1px solid rgba(32, 164, 224, .2);
    border-radius: 4px;
    font-size: 12px;
    font-family: Source Han Sans CN;
    font-weight: 300;
    color: rgba(32, 164, 224, 1);
    line-height: 20px;
    padding: 0 5px;
}

.device-block a {
    color: rgba(32, 164, 224, 1);
}

.verify-block {
    height: 20px;
    background: rgba(255, 255, 255, .1);
    border: 1px solid rgba(255, 0, 0, .2);
    border-radius: 4px;
    font-size: 12px;
    font-family: Source Han Sans CN;
    font-weight: 300;
    color: red;
    line-height: 20px;
    padding: 0 5px;
}

.verify-block a {
    color: red;
}

.excellence-block {
    height: 20px;
    background: rgba(255, 255, 255, .1);
    border-radius: 4px;
    font-size: 12px;
    font-family: Source Han Sans CN;
    font-weight: 300;
    color: white;
    line-height: 20px;
    padding: 0 5px;
    background-color: #ffa715;
}

.excellence-block a {
    color: white;
}

.result-location {
    margin-top: 5px;
    display: flex;
    align-items: center;
}

.result-location .city i {
    font-size: 14px;
    font-family: Source Han Sans CN;
    font-weight: 300;
    color: rgba(102, 102, 102, 1);
}

.result-location .city {
    font-size: 14px;
    font-family: Source Han Sans CN;
    font-weight: 300;
    color: rgba(102, 102, 102, 1);
    line-height: 36px;
}

.result-location .dot {
    width: 4px;
    height: 12px;
    background: rgba(214, 214, 214, 1);
    border-radius: 2px;
    margin: 0 10px;
}

.result-list-item {
    position: relative;
    padding: 30px 0 10px 78px;
}

.result-compare {
    position: absolute;
    top: 0px;
    right: 10px;
}

.result-compare .compare-name {
    font-size: 14px;
    font-family: Source Han Sans CN;
    font-weight: 300;
    color: rgba(146, 159, 165, 1);
    line-height: 46px;
}

.result-content-warp {
    display: flex;
}

.result-base-content {
    width: 355px;
}

.result-list-major-warp {
    width: 450px;
    padding-top: 10px;
}

.result-goods-major-warp {
    display: flex;
    display: -webkit-flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-content: start;
}

.result-goods-major-warp .zhuan-icon {
    width: 22px;
    height: 22px;
    background: linear-gradient(-45deg, rgba(255, 204, 99, 1) 0%, rgba(255, 138, 60, 1) 100%);
    border-radius: 4px;
    font-size: 14px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: rgba(255, 255, 255, 1);
    text-align: center;
    margin-left: 6px;
    margin-bottom: 6px;
}

.result-goods-major-warp .major-item {
    padding: 0 5px;
    height: 22px;
    background: rgba(255, 138, 60, .1);
    border-radius: 4px;
    margin-left: 6px;
    font-size: 14px;
    font-family: Source Han Sans CN;
    font-weight: 300;
    color: rgba(255, 138, 60, 1);
    margin-bottom: 6px;
}

.result-goods-major-warp .major-item-n {
    padding: 0 5px;
    height: 22px;
    border-radius: 4px;
    margin-left: 6px;
    font-size: 14px;
    font-family: Source Han Sans CN;
    font-weight: 300;
    margin-bottom: 6px;
    background: rgba(146, 159, 165, .1);
    color: rgba(146, 159, 165, 1);
}

.result-action-warp {
    margin-top: 5px;
    display: flex;
    align-items: center;
}

.result-action-warp .action-button {
    width: 96px;
    height: 32px;
    border-radius: 4px;
    display: flex;
    align-items: center;
    margin-right: 10px;
    cursor: pointer;
    transition: all 0.2s ease;
    position: relative;
    z-index: 2;
}

.result-action-warp .action-button .action-hover-card {
    display: none;
    width: 180px;
    height: auto;
    position: absolute;
    text-align: center;
    background-color: white;
    z-index: 2;
    box-shadow: 0px 20px 60px 0px rgba(51, 51, 51, 0.1);
    border-radius: 8px;
    top: 40px;
    left: -35px;
}

.result-action-warp .action-button .action-hover-card .action-hover-card-text {
    padding: 10px 0;
    font-size: 14px;
    font-family: Source Han Sans CN;
    font-weight: 300;
    color: rgba(153, 153, 153, 1);
}

.result-action-warp .action-button .action-hover-card img {
    width: 90%;
}

.result-action-warp .action-button:hover {
    z-index: 9;
    transform: translateY(-2px);
}

.result-action-warp .action-button:hover .action-hover-card {
    display: block;
}

.result-action-warp .offer-action-button {
    background: rgba(32, 164, 224, .1);
}

.result-action-warp .weixin-action-button {
    background: rgba(9, 187, 7, .1);
}

.result-action-warp .phone-action-button {
    background: rgba(146, 159, 165, .1);
}

.result-action-warp .qq-action-button {
    background: rgba(213, 49, 24, .1);
}

.result-action-warp .action-button .icon {
    margin: 0 8px;
}

.result-action-warp .action-button .offer-icon {
    background-image: url('/resources/index/version2/image/offer@2x.png');
    background-repeat: no-repeat;
    background-size: 12px 12px;
    width: 12px;
    height: 12px;
}

.result-action-warp .action-button .wx-icon {
    background-image: url('/resources/index/version2/image/wx@2x.png');
    background-repeat: no-repeat;
    background-size: 12px 12px;
    width: 12px;
    height: 12px;
}

.result-action-warp .action-button .call-icon {
    background-image: url('/resources/index/version2/image/call@2x.png');
    background-repeat: no-repeat;
    background-size: 12px 12px;
    width: 12px;
    height: 12px;
}

.result-action-warp .action-button .qq-icon {
    background-image: url('/resources/index/version2/image/QQ.png');
    background-repeat: no-repeat;
    background-size: 12px 12px;
    width: 12px;
    height: 12px;
}

.result-action-warp .action-button .offer-name {
    font-size: 14px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: rgba(32, 164, 224, 1);
    line-height: 46px;
}

.result-action-warp .action-button .wx-name {
    font-size: 14px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: rgba(9, 187, 7, 1);
    line-height: 46px;
}

.result-action-warp .action-button .call-name {
    font-size: 14px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: rgba(146, 159, 165, 1);
    line-height: 46px;
}

.result-action-warp .action-button .call-name a {
    color: rgba(146, 159, 165, 1);
}

.result-action-warp .action-button .qq-name {
    font-size: 14px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: rgba(213, 49, 24, 1);
    line-height: 46px;
}

.result-action-warp .action-button .qq-name a {
    color: rgba(213, 49, 24, 1);
}

.pagination-warp {
    margin: 10px 0px;
    text-align: center;
}

.result-goods {
    margin-top: 20px;
    width: 777px;
}

.result-goods-item {
    padding: 20px 0px;
    border-top: 1px solid rgba(235, 235, 235, 1);
    display: flex;
    align-items: center;
}

.result-goods-item .goods-cover {
    width: 56px;
    height: 56px;
    background: rgba(233, 231, 242, 1);
    border-radius: 8px;
    overflow: hidden;
}

.result-goods-item .goods-cover img {
    width: 100%;
}

.result-goods-item .title-warp {
    margin-left: 15px;
    width: 706px;
}

.result-goods-item .title-warp .title-name {
    font-size: 16px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: rgba(51, 51, 51, 1);
    line-height: 36px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    cursor: pointer;
}

.result-goods-item .title-warp .price-warp {
    display: flex;
    align-items: center;
}

.result-goods-item .title-warp .price-icon {
    width: 11px;
    height: 12px;
    font-size: 16px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: rgba(255, 91, 91, 1);
    line-height: 30px;
}

.result-goods-item .title-warp .price-num {
    font-size: 24px;
    font-family: Century Gothic;
    font-weight: bold;
    color: rgba(255, 91, 91, 1);
    line-height: 30px;
}

.result-goods-item .title-warp .hot-warp {
    display: flex;
    padding: 0px 8px;
    align-items: center;
    margin-left: 20px;
    background: rgba(255, 91, 91, .1);
    border-radius: 9px;
    height: 18px;
}

.result-goods-item .title-warp .hot-warp .hot-icon {
    background-image: url('/resources/index/version2/image/hot@2x.png');
    background-repeat: no-repeat;
    background-size: 8px 8px;
    width: 8px;
    height: 8px;
    margin-right: 3px;
}

.result-goods-item .title-warp .hot-warp .hot-name {
    font-size: 12px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: rgba(255, 91, 91, 1);
    line-height: 30px;
}

.item-info {
    float: left;
    width: 700px;
}

.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.result-item-hd {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    line-height: 25px;
    font-size: 0;
}

.result-item-btn {
    float: right;
    margin-right: 8px;
}

.result-item-btn a {
    display: block;
    width: 86px;
    text-align: center;
    line-height: 30px;
    margin-right: 16px;
    transition: all .25s;
}

.result-item-btn .result-item-contact {
    border: 1px solid #00a1ea;
    color: #00a1ea;
    box-sizing: border-box;
    margin-bottom: 5px;
}

.result-item-btn .result-item-contact-wechat {
    border: 1px solid #00c80b;
    color: #00c80b;
    box-sizing: border-box;
    margin-bottom: 5px;
}

.result-item-btn .result-item-contact-wechat:hover {
    background-color: #00c80b;
    color: white;
}

.result-item-baojia {
    border: 1px solid #00a1ea;
    background-color: #00a1ea;
    color: white;
    box-sizing: border-box;
    margin-bottom: 5px;
}

.result-item-baojia:hover {
    background-color: white;
    color: #00a1ea;
}

.result-item-compare {
    border: 1px solid #ff9a00;
    color: #ff9a00;
    box-sizing: border-box;
    margin-bottom: 5px;
}

.result-item-compare:hover {
    background-color: #ff9a00;
    color: white;
}

.result-item-btn .result-item-contact:hover {
    background-color: #00a1ea;
    color: white;
}

.result-list-item .result-item-hd .result-item-avatar {
    float: left;
    width: 80px;
    height: 80px;
    margin-right: 15px;
    overflow: hidden;
    position: relative;
    display: flex;
    align-items: center;
}

.result-list-item .result-item-hd .result-item-avatar img {
    width: 100%;
    height: auto;
}

.result-list-item .result-item-hd .result-item-name {
    max-width: 330px;
    height: 80px;
    line-height: 25px;
}

.result-item-tags {
    height: 80px;
    line-height: 25px;
    margin-left: 15px;
}

.result-list-item .result-item-hd .result-item-name a {
    font-size: 14px;
    color: #333;
    font-weight: bold;
}

.result-list-item .result-item-hd .result-item-name a i {
    font-size: 17px;
    color: #F56C21;
    font-weight: 100;
    padding: 0 5px;
}

.result-list-item .result-item-hd .result-item-name a:hover {
    color: #00a1ea;
}

.result-item-py-data {
    line-height: 1;
    margin: -48px 0 22px 94px;
}

.result-item-py-data b {
    margin: 0 15px;
    height: 11px;
    border-left: 1px solid #e7e7e7;
}

.result-item-py-data-cul {
    margin-top: 6px;
    height: 18px;
    overflow: hidden;
    color: #999;
}

.ico {
    display: block;
    float: left;
}

.tag-areabusiness {
    position: relative;
    display: inline-block;
    color: #00a1ea;
    cursor: pointer;
    padding: 0 5px;
    line-height: 1px;
    margin-left: -5px;
}

.tag-areabusiness-span {
    height: 16px;
    line-height: 16px;
    font-size: 12px;
    white-space: nowrap;
    display: inline-block;
    vertical-align: middle;
    float: left;
    width: 16px;
    margin-top: 3px;
    text-align: center;
}

.tag-areabusiness i {
    font-size: 14px;
}

.tag-areabusiness:hover .areabusiness-warp {
    display: inline-block;
}

.areabusiness-warp {
    position: absolute;
    display: none;
    width: 250px;
    padding: 5px;
    height: auto;
    top: 30px;
    left: 6px;
    background-color: white;
    border: 1px solid #c5c5c5;
    box-shadow: 1px 2px 2px #c5c5c5;
    z-index: 99;
}

.areabusiness-warp:after {
    top: -9px;
    left: 3px;
    width: 0;
    height: 0;
    margin-left: 2px;
    vertical-align: middle;
    border-bottom: 8px solid #c5c5c5;
    border-right: 8px solid transparent;
    border-left: 8px solid transparent;
    content: "";
    display: inline-block;
    position: absolute;
}

.areabusiness-warp img {
    width: 100%;
    height: auto;
}

.areabusiness-warp .areabusiness-title {
    padding-top: 8px;
    font-size: 14px;
    font-weight: bold;
    color: #333;
    line-height: 18px;
}

.areabusiness-warp .areabusiness-address {
    padding-top: 8px;
    line-height: 20px;
    color: #333;
    font-size: 12px;
}

.areabusiness-warp .areabusiness-des {
    padding-top: 8px;
    line-height: 20px;
    color: #999;
    font-size: 12px;
}

.changrz-tag {
    display: block;
    float: left;
    padding: 0 5px;
    border: 1px solid #dd3e00;
    background-color: white;
    color: #dd3e00;
    text-align: center;
    white-space: nowrap;
    height: 16px;
    line-height: 16px;
    margin-top: 3px;
    cursor: pointer;
    font-size: 12px;
}

.tag-warp .changrz-tag-ico {
    background-color: #dd3e00;
    color: #FFF;
    border: 1px solid #dd3e00;
}

.service-tag {
    display: block;
    float: left;
    padding: 0 5px;
    border: 1px solid #00a1ea;
    background-color: white;
    color: #00a1ea;
    text-align: center;
    white-space: nowrap;
    height: 16px;
    line-height: 16px;
    margin-top: 3px;
    cursor: pointer;
    font-size: 12px;
}

.tag-warp .service-tag-ico {
    background-color: #00a1ea;
    color: #FFF;
    border: 1px solid #00a1ea;
}

.shop-tag {
    display: block;
    float: left;
    padding: 0 5px;
    border: 1px solid #008B8B;
    background-color: #fff;
    color: #008B8B;
    text-align: center;
    white-space: nowrap;
    height: 16px;
    line-height: 16px;
    margin-top: 3px;
    cursor: pointer;
    font-size: 12px;
}

.tag-warp .shop-tag-ico {
    background-color: #008B8B;
    color: #FFF;
    border: 1px solid #008B8B;
}

.device-tag {
    display: block;
    float: left;
    padding: 0 5px;
    border: 1px solid #19233c;
    background-color: #fff;
    color: #19233c;
    text-align: center;
    white-space: nowrap;
    height: 16px;
    line-height: 16px;
    margin-top: 3px;
    cursor: pointer;
    font-size: 12px;
}

.tag-warp .device-tag-ico {
    background-color: #19233c;
    color: #FFF;
    border: 1px solid #19233c;
}

.business-tag {
    display: block;
    float: left;
    padding: 0 5px;
    border: 1px solid #52c0f5;
    background-color: #fff;
    color: #52c0f5;
    text-align: center;
    white-space: nowrap;
    height: 16px;
    line-height: 16px;
    margin-top: 3px;
    cursor: pointer;
    font-size: 12px;
}

.tag-warp .business-tag-ico {
    background-color: #52c0f5;
    color: #FFF;
    border: 1px solid #52c0f5;
}

.assure-tag {
    display: block;
    float: left;
    padding: 0 5px;
    border: 1px solid #7bd7a2;
    background-color: #fff;
    color: #7bd7a2;
    text-align: center;
    white-space: nowrap;
    height: 16px;
    line-height: 16px;
    margin-top: 3px;
    cursor: pointer;
    font-size: 12px;
}

.tag-warp .assure-tag-ico {
    background-color: #7bd7a2;
    color: #FFF;
    border: 1px solid #7bd7a2;
}

.quality-tag {
    display: block;
    float: left;
    padding: 0 5px;
    border: 1px solid #317fe4;
    background-color: #fff;
    color: #317fe4;
    text-align: center;
    white-space: nowrap;
    margin-left: 5px;
    height: 16px;
    line-height: 16px;
    margin-top: 3px;
}

.quality-vip-tag {
    display: block;
    float: left;
    padding: 0 5px;
    border-top: 1px solid #FF8C00;
    border-right: 1px solid #FF8C00;
    border-bottom: 1px solid #FF8C00;
    background-color: #fff;
    color: #FF8C00;
    text-align: center;
    white-space: nowrap;
    height: 16px;
    line-height: 16px;
    margin-top: 3px;
    cursor: pointer;
}

.quality-vip-tag a {
    color: #FF8C00;
}

.tag-warp .tag-left-vip {
    border: 1px solid #FF8C00;
    color: #FFF;
    background-color: #FF8C00;
}

.tag-warp .tag-left i {
    font-size: 12px;
}

.tag-left {
    height: 16px;
    line-height: 16px;
    font-size: 12px;
    white-space: nowrap;
    display: inline-block;
    vertical-align: middle;
    float: left;
    width: 16px;
    margin-top: 3px;
    background-color: #00a1ea;
    text-align: center;
}

.tag-warp {
    position: relative;
    display: inline-block;
    line-height: 1;
    margin-left: 5px;
    font-size: 12px;
}

.goods-list-con {
    margin: 10px 8px 0 42px;
    border-top: 1px dashed transparent;
    overflow: hidden;
}

.result-list-item .goods-list {
    height: 60px;
    width: auto;
    padding: 20px 16px 20px 20px;
    margin-top: 25px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #f9f9f9;
    cursor: pointer;
    position: relative;
}

.goods-list-img img {
    width: 70px;
    height: 70px;
}

.goods-name-con {
    box-sizing: border-box;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    font-size: 14px
}

.goods-name-con .goods-name {
    max-width: 500px;
    padding: 2px;
    line-height: 1;
    font-size: 14px;
    color: #333;
}

.goods-name-con .goods-name:hover {
    color: #00a1ea;
    text-decoration: solid;
}

.goods-name-con .goods-buy {
    width: 86px;
    padding: 8px 0;
    text-align: center;
    line-height: 1;
    background-color: #00a1ea;
    color: #fff;
    text-decoration: none;
    cursor: pointer;
    transition: all .25s;
}

.goods-list-info {
    margin-left: 18px;
}

.goods-list-info .goods-py-info {
    width: 600px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 12px;
}

.goods-list-info .goods-py-info .price {
    width: 100px;
    padding-right: 10px;
    color: #FF0036;
    font-weight: 600;
    font-size: 16px;
}

.goods-list-info .goods-py-info span {
    box-sizing: border-box;
    color: #999;
}

.goods-list-info .goods-py-info i {
    width: 1px;
    height: 10px;
    margin: 0 14px;
    background-color: #eee;
}

.text-overflow {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.more-btn {
    height: 16px;
    font-size: 12px;
    line-height: 16px;
    position: absolute;
    /*background-color: #Fff;*/
    padding: 0 18px;
    /*border: 1px solid #999;*/
    /*border-radius: 10px;*/
    /*box-shadow: 2px 2px 5px #c5c5c5;*/
    color: #999;
    bottom: 11px;
    right: 38px;
    cursor: pointer;
}

.more-btn:hover {
    color: #00a1ea;
}

.more-btn i {
    font-size: 12px;
    color: #999;
}

.result-right-list-warp {
    background-color: white;
}

.result-right-list-item {
    position: relative;
    padding: 20px;
    margin-bottom: 10px;
    width: 276px;
    background: rgba(255, 255, 255, 1);
    box-shadow: 0px 20px 60px 0px rgba(51, 51, 51, 0.1);
    border-radius: 8px;
}

.result-right-list-item .logo-title-warp {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
}

.result-right-list-item .logo-title-warp .logo-title-cover {
    width: 42px;
    height: 42px;
    background: rgba(255, 255, 255, 1);
    border-radius: 50%;
    overflow: hidden;
    display: flex;
    align-items: center;
    box-shadow: 0px 5px 15px 0px rgba(209, 209, 209, 0.4);
}

.ad-word {
    margin-top: 10px;
    font-size: 14px;
    font-family: Source Han Sans CN;
    font-weight: 300;
    color: rgba(153, 153, 153, 1);
    line-height: 20px;
}

.result-right-list-item .logo-title-warp .logo-title-cover img {
    width: 100%;
}

.result-right-list-item .logo-title-warp .logo-title-name {
    margin-left: 15px;
}

.result-right-list-item .logo-title-warp .logo-title-name .title-name {
    font-size: 18px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: rgba(51, 51, 51, 1);
}

.result-right-list-item .logo-title-warp .logo-title-name .info-city i {
    font-size: 14px;
    font-family: Source Han Sans CN;
    font-weight: 300;
    color: rgba(102, 102, 102, 1);
}

.result-right-list-item .logo-title-warp .logo-title-name .info-city {
    font-size: 14px;
    font-family: Source Han Sans CN;
    font-weight: 300;
    color: rgba(102, 102, 102, 1);
}

.result-right-list-item-icon {
    background-image: url(/resources/index/version2/image/recommend@2x.png);
    background-repeat: no-repeat;
    background-size: 42px 42px;
    width: 42px;
    height: 42px;
    position: absolute;
    top: 0;
    right: 0;
}

.right-ad-major-warp {
    margin-top: 10px;
    border-top: 1px solid #EBEBEB;
    padding: 15px 0;
    position: relative;
}

.action-tool {

}

.action-tool .detail-button {
    display: inline-block;
    width: 108px;
    height: 30px;
    background: rgba(255, 255, 255, 1);
    border: 1px solid rgba(32, 164, 224, 1);
    border-radius: 4px;
    font-size: 16px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: rgba(32, 164, 224, 1);
    line-height: 30px;
    text-align: center;
    cursor: pointer;
}

.action-tool .detail-button a {
    color: rgba(32, 164, 224, 1);
}

.action-tool .phone-button {
    display: inline-block;
    width: 108px;
    height: 30px;
    background: rgba(32, 164, 224, 1);
    border: 1px solid rgba(32, 164, 224, 1);
    border-radius: 4px;
    font-size: 16px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: white;
    line-height: 30px;
    text-align: center;
    margin-left: 50px;
    cursor: pointer;
    position: relative;
}

.action-tool .phone-button .call-name {
    color: white;
}

.action-tool .phone-button:hover .action-hover-card {
    display: block;
}

.action-tool .phone-button .action-hover-card {
    display: none;
    width: 180px;
    height: auto;
    position: absolute;
    text-align: center;
    background-color: white;
    z-index: 2;
    box-shadow: 0px 20px 60px 0px rgba(51, 51, 51, 0.1);
    border-radius: 8px;
    top: 40px;
    left: -35px;
}

.action-tool .phone-button .action-hover-card .action-hover-card-text {
    padding: 10px 0;
    font-size: 14px;
    font-family: Source Han Sans CN;
    font-weight: 300;
    color: rgba(153, 153, 153, 1);
}

.major-tag {
    padding: 0 10px;
    border: 1px solid #e1e1e1;
    height: 16px;
    line-height: 16px;
    color: #333;
    margin-left: 5px;
    border-radius: 16px;
    margin-bottom: 5px;
}

.company-major {
    margin-top: 15px;
}

.bg-recommend {
    display: block;
    position: absolute;
    width: 100%;
    min-width: 1190px;
    min-height: 60px;
    overflow: hidden;
}

.bg-recommend-container {
    width: 2000px;
    position: relative;
    left: 50%;
    margin-left: -1000px;
    text-align: center;
    display: block;
}

.bg-recommend-container img {
    display: inline-block;
    vertical-align: top;
}

.load-inner {
    text-align: center;
}

.load-inner i {
    font-size: 60px;
}

.load-warp {
    width: auto;
    height: auto;
    -webkit-animation: haha1 .8s linear infinite;
}

@-webkit-keyframes haha1 {

    0% {
        -webkit-transform: rotate(0deg);
    }

    25% {
        -webkit-transform: rotate(90deg);
    }

    50% {
        -webkit-transform: rotate(180deg);
    }

    75% {
        -webkit-transform: rotate(270deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
    }

}

.filter-p-checked {
    margin: 0 40px 0 0;
    float: left;
    color: #00a1ea;
    font-size: 12px;
}

.home-ad-img-warp {
    float: right;
    height: 149px;
    width: 290px;
    background-color: white;
    position: relative;
    overflow: hidden
}

.home-ad-img-warp img {
    width: 100%;
    height: 100%;
}

.home-load {
    width: 500px;
    margin: 20px auto;
    text-align: center;
}

.home-load img {
    width: 80px;
    height: 80px;
}

.home-content {
    display: none;
}

.compare-choose-win {
    position: fixed;
    right: 50px;
    top: 154px;
    z-index: 100000;
    width: 200px;
    height: auto;
    border: 1px solid #c5c5c5;
    background: #fff;
    font-family: 'microsoft yahei', arial;
}

.compare-win-title {
    background-color: #00a1ea;
    color: white;
    height: 30px;
    line-height: 30px;
    padding: 0 15px;
    cursor: move;
}

.compare-close {
    float: right;
    cursor: pointer;
}

.compare-item {
    height: 80px;
    border-bottom: 1px solid #f5f5f5;
    cursor: pointer;
    position: relative;
    overflow: hidden;
}

.compare-list-name {
    height: 70px;
    float: left;
    overflow: hidden;
    margin-top: 5px;
    margin-left: 15px;
}

.compare-list-icon {
    float: left;
    height: 70px;
    width: 70px;
    overflow: hidden;
    margin-top: 5px;
    margin-left: 5px;
}

.cln-name {
    margin-top: 15px;
    font-size: 14px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    text-overflow: ellipsis;
    transition: color .3s ease 0s;
    cursor: pointer;
    width: 100px;
    margin-right: 5px;
}

.cln-location {
    color: #999;
    margin-top: 5px;
}

.compare-list-icon img {
    height: 70px;
    width: 70px;
}

.compare-del {
    width: 40px;
    height: 20px;
    position: absolute;
    background: #ee5a24;
    color: white;
    text-align: center;
    line-height: 20px;
    bottom: -20px;
    right: 0;
    transition: color .3s ease 0s;
}

.compare-del i {
    font-size: 12px;
}

.compare-item:hover .compare-del {
    bottom: 0px;
}

.compare-btn {
    width: 180px;
    height: 25px;
    background-color: #00a1ea;
    color: white;
    margin: 10px auto;
    text-align: center;
    line-height: 25px;
    border-radius: 5px;
}

.compare-clear {
    width: 180px;
    height: 20px;
    background-color: #d8d8d8;
    color: #19233c;
    margin: 10px auto;
    text-align: center;
    line-height: 20px;
    border-radius: 5px;
}

/*底部对比*/
.hide {
    display: none !important;
}

.prodRankView {
    display: none;
}

.btm-compare-box {
    width: 1196px;
    border: 2px solid #4ea9ff;
    position: fixed;
    _position: absolute;
    left: 50%;
    bottom: 0;
    margin-left: -600px;
    background-color: #fff;
    z-index: 12;
    display: none;
}

.btm-compare-box-close {
    width: 16px;
    height: 16px;
    display: block;
    position: absolute;
    right: 5px;
    top: 9px;
    background-position: -100px -200px;
    cursor: pointer;
}

.btm-compare-box .tab-ctrl {
    height: 30px;
    border-bottom: 1px solid #e5e5e5;
    background-color: #f4f4f4;
    position: relative;
}

.btm-compare-box .tab-ctrl a {
    height: 30px;
    padding: 0 20px;
    line-height: 31px;
    display: block;
    float: left;
    color: #999;
    text-decoration: none;
}

.btm-compare-box .tab-ctrl .current {
    color: #fff;
    background-color: #4ea9ff;
}

.btm-compare-box .panel {
    height: 103px;
}

.btm-compare-box .item {
    width: 192px;
    padding: 20px 20px 20px 0;
    border-right: 1px solid #e5e5e5;
    float: left;
    text-align: left;
    position: relative;
}

.btm-compare-box .item-pic {
    float: left;
    margin: 0 10px;
}

.btm-compare-box .item-title {
    height: 36px;
    margin-bottom: 3px;
    line-height: 18px;
    display: block;
    word-break: break-all;
    overflow: hidden;
}

.btm-compare-box .price {
    display: block;
    color: #f33;
}

.btm-compare-box .icon-item-del {
    width: 16px;
    height: 16px;
    background-position: -180px -336px;
    display: block;
    position: absolute;
    top: 4px;
    right: 4px;
    cursor: pointer;
}

.btm-compare-box ul .msg {
    height: 63px;
    line-height: 75px;
    overflow: hidden;
    text-align: center;
}

.btm-compare-box ul li {
    width: 192px;
    padding: 20px 20px 20px 0;
    border-right: 1px solid #e5e5e5;
    float: left;
    text-align: left;
    position: relative;
}

.btm-compare-box ul .fSelect {
    padding-bottom: 13px;
}

.btm-compare-box .sn {
    width: 180px;
    height: 25px;
    margin: 0 0 10px 20px;
    border: 1px solid #e5e5e5;
}

.btm-comp-fn {
    padding: 20px 0 0 20px;
    float: left;
    text-align: center;
}

.btm-comp-fn a {
    width: 90px;
    height: 25px;
    line-height: 25px;
    margin-bottom: 10px;
    background-color: #4ea9ff;
    color: #fff;
    display: block;
    border-radius: 3px;
}

.btm-comp-fn2 {
    padding: 45px 0 0 40px;
}

#compareBarOut {
    display: block;
    z-index: 19;
}

.icon-reset {
    width: 16px;
    height: 14px;
    margin: 0px 5px -3px 0;
    *margin-bottom: -1px;
    background-position: -180px -120px;
    display: inline-block;
    _display: inline;
    _zoom: 1;
}

ii {
    background-image: url(/resources/images/gcb/bg1.png);
    background-repeat: no-repeat;
    overflow: hidden;
}

.btn-compare {
    overflow: hidden;
    z-index: 11
}

.btn-compare label {
    display: inline-block;
    position: relative;
    padding-left: 15px;
    width: 100%;
    text-align: center;
    height: 25px;
    overflow: hidden;
}

.btn-compare label i {
    position: absolute;
    left: 50%;
    top: 5px;
    margin: 0;
    *margin: 0;
    _margin: 0;
    margin-left: -25px
}

.btn-compare label input {
    position: absolute;
    left: 0;
    top: 0;
    margin: 0;
    *margin: 0;
    _margin: 0;
    visibility: visible;
    opacity: 0;
    filter: alpha(opacity=0);
    width: 100%;
    height: 25px;
}

.btn-compare-hover {
    background-color: #fa0;
    color: #fff;
    text-decoration: none;
    border-color: #fa0
}

.btn-compare-b label i {
    margin-left: -40px;
}

.btn-compare, .btn-cheaper, .btn-expect, .list-type-lb .btn-model-all {
    width: 93px;
    height: 25px;
    border: 1px solid #00a1ea;
    text-align: center;
    background-color: #fff;
    _zoom: 1;
    cursor: pointer;
}

.btn-compare-b, .btn-cheaper-b, .btn-expect-b {
    width: 100%;
}

.btn-expect {
    border: 1px solid #f2f2f2;
    color: #999;
    cursor: default;
}

.btn-compare span {
    display: block;
    line-height: 24px;
    _padding-top: 5px;
}

.btn-compare i {
    width: 12px;
    height: 12px;
    margin: 5px 5px -2px 0;
    _vertical-align: top;
    _margin-top: 2px;
    display: inline-block;
    _display: inline;
    _zoom: 1;
    background-color: #fff;
    overflow: hidden;
}

.btn-compare input {
    visibility: hidden;
    margin-left: -13px;
}

.btn-compare label {
    cursor: pointer;
}

.btn-compare.checked i {
    background: url(/resources/images/gcb/bg1.png) no-repeat -225px -200px;
}

.btn-compare:hover, .btn-cheaper:hover {
    border: 1px solid #00a1ea;
}

.btn-compare:hover, .btn-cheaper:hover, .list-type-lb .btn-model-all:hover {
    background-color: #00a1ea;
    color: #fff;
    text-decoration: none;
}

.btn-compare:hover i {
    border: 1px solid #fff;
}

.select {
    background-color: #fa0;
    color: #fff;
}

.select i {
    border: 1px solid #fff;
    background-position: -225px -200px;
}

.filter-tool .filter-list .filter-body ul li:hover .category_sub {
    display: block;
}

.category_sub {
    width: auto;
    height: auto;
    top: 41px;
    padding: 5px;
    position: absolute;
    display: none;
    z-index: 8;
    background-color: white;
    border: 1px solid #c5c5c5;
    box-shadow: 1px 2px 2px #c5c5c5;
    color: #666;
}

.category_sub:after {
    top: -9px;
    left: 3px;
    width: 0;
    height: 0;
    margin-left: 2px;
    vertical-align: middle;
    border-bottom: 8px solid #c5c5c5;
    border-right: 8px solid transparent;
    border-left: 8px solid transparent;
    content: "";
    display: inline-block;
    position: absolute;
}

.filter-tool .filter-list .filter-body ul li .childs-item {
    display: block;
    float: left;
    margin: 0px 40px 0 0px;
    color: #666;
    cursor: pointer;
}

.filter-tool .filter-list .filter-body ul li .childs-item-sub {
    display: block;
    float: left;
    margin: 0px 40px 0 0px;
    color: #666;
    cursor: pointer;
    width: 80px;
    height: 30px;
    line-height: 30px;
    overflow: hidden;
    text-overflow: ellipsis;
}

.filter-tool .filter-list .filter-body ul li .childs-item-sub:hover {
    color: #00a1ea;
}

.filter-tool .filter-list .filter-body ul li .childs-item:hover {
    color: #00a1ea;
}

.product-plate-card {
    overflow: hidden;
}

.product-plate-col-sub {
    float: left;
}

.product-plate-col {
    float: left;
    padding: 5px;
}

.product-plate-warp {
    width: 383px;
    /*margin-right: 7.5px;*/
    /*height: 263px;*/
    /*margin-bottom: 7.5px;*/
    /*border: 1px solid #f5f5f5;*/
    margin-bottom: 10px;
    background-color: white;
    position: relative;
    /*padding: 0 5px;*/

    /*background: linear-gradient(to left, #fb6951, #fb6951) left top no-repeat,*/
    /*linear-gradient(to bottom, #fb6951, #fb6951) left top no-repeat,*/
    /*linear-gradient(to left, #fb6951, #fb6951) right top no-repeat,*/
    /*linear-gradient(to bottom, #fb6951, #fb6951) right top no-repeat,*/
    /*linear-gradient(to left, #fb6951, #fb6951) left bottom no-repeat,*/
    /*linear-gradient(to bottom, #fb6951, #fb6951) left bottom no-repeat,*/
    /*linear-gradient(to left, #fb6951, #fb6951) right bottom no-repeat,*/
    /*linear-gradient(to left, #fb6951, #fb6951) right bottom no-repeat;*/
    /*background-size: 1px 20px, 20px 1px, 1px 20px, 20px 1px;*/
}


.product-plate-title {
    position: relative;
    padding: 5px 10px 5px 0px;
    border-bottom: 1px solid #f5f5f5;
}

.product-plate-title-text {
    font-size: 14px;
    font-weight: 700;
    padding-left: 10px;
}

.product-plate-childs-warp {
    display: flex;
    flex-wrap: wrap;
    margin-top: 20px;
}

.product-plate-childs {
    width: 124px;
    height: 110px;
    margin-bottom: 5px;
    margin-left: 5px;
    border-radius: 5px;
    position: relative;
    cursor: pointer;
    transition: all 0.2s ease;
    background: rgba(245, 245, 245, 0.5);
    /*background: -webkit-linear-gradient(140deg, white, #3a9ede2b);*/
    /*background: -o-linear-gradient(140deg, white, #3a9ede2b);*/
    /*background: -moz-linear-gradient(140deg, white, #3a9ede2b);*/
    /*background: linear-gradient(140deg, white, #3a9ede2b);*/
}

.product-plate-childs:hover {
    -webkit-box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
    -webkit-transform: translate3d(0, -2px, 0);
    transform: translate3d(0, -2px, 0);
}

.product-plate-childs:hover .product-plate-childs-icon {
    transform: translateY(-5px);
}


.product-plate-childs-title {
    margin-top: 8px;
}

.product-plate-childs-title .title {
    padding: 0px 0 5px 0px;
    font-size: 15px;
    color: #333;
    text-align: center;
}

.product-plate-childs-title .des {
    padding-left: 10px;
    font-size: 12px;
    color: #999;
    overflow: hidden;
    text-overflow: ellipsis;
    word-break: keep-all;
}

.product-plate-childs-icon {
    margin-top: 10px;
    width: 125px;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: all 0.4s ease;
}

.product-plate-childs-icon img {
    width: 50px;
    height: auto;
    border-radius: 50%;
}

.swiper-container-ad {
    width: 260px;
    height: 350px;
    margin: 20px 10px;
    border-top: 1px solid #eee;
    padding-top: 10px;
    overflow: hidden;
}

.swiper-pagination {
    margin-bottom: 10px;
}

.swiper-container2 {
    width: 260px;
    height: 350px;
    background-color: wheat;
}

.swiper-slid-img {
    width: 260px;
    height: 350px;
}

.app-banner {
    width: 100%;
    height: 60px;
    background-color: white;
    border-top: 1px solid #c5c5c5;
    position: fixed;
    bottom: 0;
    z-index: 999;
}

.app-download-warp {
    width: 500px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    height: 60px;
    justify-content: center;
    position: relative;
}

.app-download-warp span {
    font-size: 16px;
    color: #333;
}

.download-btn {
    padding: 2px 15px;
    border: 1px solid #00a1ea;
    font-size: 13px;
    color: #00a1ea;
    margin-left: 10px;
    border-radius: 5px;
    cursor: pointer;
}

.download-btn a {
    color: #00a1ea;
}

.close-btn {
    position: absolute;
    bottom: 16px;
    left: 700px;
    cursor: pointer;
}

.demand-in-title {
    width: 190px;
    height: 24px;
    font-size: 24px;
    font-family: Source Han Sans CN;
    font-weight: 500;
    color: rgba(51, 51, 51, 1);
    margin: 0 auto;
}

.demand-in-sub-title {
    width: 128px;
    height: 14px;
    font-size: 14px;
    font-family: Source Han Sans CN;
    font-weight: 200;
    color: rgba(51, 51, 51, 1);
    margin: 0 auto;
    position: relative;
    top: -16px;
}

.demand-in-bg {
    width: 120px;
    height: 30px;
    background: linear-gradient(-90deg, rgba(32, 164, 224, 1) 0%, rgba(86, 199, 250, 1) 100%);
    opacity: 0.15;
    margin: 0 auto;
}

.demand-in-btn {
    width: 230px;
    height: 38px;
    background: rgba(32, 164, 224, 1);
    box-shadow: 0px 10px 20px 0px rgba(32, 164, 224, 0.4);
    font-size: 15px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: rgba(255, 255, 255, 1);
    line-height: 38px;
    margin: 0 auto;
    cursor: pointer;
}

.blue-line {
    width: 100%;
    height: 8px;
    border-bottom: 2px solid #00a1ea;
    background-color: white;
}

.loading {
    width: 500px;
    margin: 0 auto;
    text-align: center;
}

.slide-fade-enter-active {
    transition: all .777s ease;
}

.slide-fade-leave-active {
    transition: all .777s ease;
}

.slide-fade-enter, .slide-fade-leave-to
    /* .slide-fade-leave-active for below version 2.1.8 */
{
    transform: translateY(400px);
    opacity: 0;
}

.material-ad-warp {
    display: flex;
    flex-wrap: wrap;
    margin: 20px 10px;
    border-top: 1px solid #eee;
    padding-top: 10px;
}

.material-ad-warp .material-item {
    width: 120px;
    height: 160px;
    display: flex;
    justify-content: center;
    padding: 5px;
}

.material-ad-warp .material-item .material-item-cover {
    display: flex;
    width: 110px;
    height: 90px;
    align-items: center;
    overflow: hidden;
}

.material-ad-warp .material-item .material-item-name {
    font-size: 17px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: rgba(51, 51, 51, 1);
    padding: 5px 0 0px;
}

.material-ad-warp .material-item .material-item-des {
    font-size: 14px;
    font-family: Source Han Sans CN;
    font-weight: 300;
    color: rgba(153, 153, 153, 1);
}

