.pro_button {
    display: inline-block;
    background: #fff;
    border: 1px solid #000000;
    box-sizing: border-box;
    border-radius: 0;
    color: #000000;
    line-height: 24px;
    font-size: 14px;
    min-width: 103px;
    padding: 5px 10px;
    cursor: pointer;
    text-align: center;
}

.pro_button:hover {
    background: transparent;
}

.pro_button .arr-black {
    position: relative;
    color: #000000;
    -webkit-transition: all .25s ease;
    -moz-transition: all .25s ease;
    transition: all .25s ease;
}

.pro_button:hover .arr-black {
    padding-right: 15px;
}

.pro_button .arr-black:after {
    content: "";
    position: absolute;
    display: none;
    top: 50%;
    right: 0;
    width: 12px;
    height: 16px;
    margin-top: -6px;
    -webkit-transition: all .25s ease;
    -moz-transition: all .25s ease;
    transition: all .25s ease;
    background: url(./images/toRight.svg) no-repeat;
    background-size: contain;
}

.pro_button:hover .arr-black:after { 
    display: block;
    -webkit-transform: translate(4px);
    -ms-transform: translate(4px);
    transform: translate(4px);
}

.tp-grid__row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    box-sizing: border-box;
    margin-right: 0;
    margin-left: 0;
}

[class*="tp-grid__col"] {
    display: block;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    box-sizing: border-box;
    -webkit-box-flex: 0;
}

.tp-grid__col--8 {
    width: 33.3333333333%;
}

.tp-grid__col--24 {
    width: 100%;
}

.tp-grid__col--4 {
    width: 16.6666666666%;
}

.tp-grid__col--6 {
    width: 25%;
}


.tp-grid__col--3 {
    width: 12.5%;
}

.tp-grid__col--12 {
    width: 50%;
}

.skeletontDom {
    width: 100%;
    height: 24px;
    font-size: 0px;
    border-radius: 4px;
    background: linear-gradient(90deg,#f2f2f2 25%,#e6e6e6 37%,#f2f2f2 63%);
    background-size: 400% 100%;
    animation: el-skeleton-loading 1.4s ease infinite;
}

@keyframes el-skeleton-loading{0%{background-position:100% 50%}to{background-position:0 50%}}

.w50 {
    width: 50%;
} 

.w35 {
    width: 35%;
}

.w20 {
    width: 20%;
}

.module_lightBg {
    background-color: #F7F8FB;
}

.serviceSupport_wrap {
    background: url(/common/image/product_bag.png) no-repeat;
    background-size: cover;
    padding-top: 130px;
}

.serviceSupport_wrap .sectionTitle {
    color: #fff;
}

.serviceSupport_wrap .serviceSupport-support_wrap {
    align-items: center;
}

.serviceSupport_wrap .serviceSupport-support-text {
    font-size: 14px;
    font-weight: 400;
    color: #1C1C20;
    line-height: 16px;
}

.serviceSupport_wrap .serviceSupport-article-time {
    font-size: 14px;
    font-weight: 400;
    color: #777777;
    line-height: 16px;
}

.serviceSupport_wrap .serviceSupport-container {
    margin-top: 32px;
    background: #FFFFFF;
    border-radius: 4px 4px 0px 0px;
    padding: 24px;
    padding-bottom: 60px;
}

.serviceSupport_wrap .serviceSupport-item-title {
    font-size: 18px;
    font-weight: bold;
    color: #1C1C20;
    line-height: 24px;
}

.serviceSupport_wrap  .el-col {
    margin-bottom: 16px;
}

.serviceSupport_wrap .el-row {
    margin-bottom: -16px;
}

.overshowSpot {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.serviceSupport_wrap  .el-col:nth-child(2n + 1) .serviceSupport-article_wrap {
    padding-right: 80px;
}

.serviceSupport_wrap .serviceSupport-article_wrap  a {
    display: block;
    color: #1C1C20;
}

.serviceSupport_wrap .serviceSupport-article_wrap  a:hover, .serviceSupport_wrap .serviceSupport-article_wrap  a:hover .serviceSupport-support-text  {
    color: #6462f3;
}

