@charset "utf-8";

/**
 * 高视服务网络
 */
.index-service-city .city-header {position: relative;border-bottom: .02rem solid #e1e1e1;}
.index-service-city .city-header .title {position: relative;padding-left: .3rem;font-size: .24rem;line-height: .74rem;color: #676767;}
.index-service-city .city-header .title::before {content: '';display: block;position: absolute;top: .28rem;left: 0;width: .17rem;height: .17rem;background-color: #a9a9a9;border-radius: 50%;}
.index-service-city .city-header .btn {position: absolute;top: 0;right: 0;font-size: .22rem;line-height: .74rem;color: #959595;}
.index-service-city .city-header .btn .iconfont {float: right;margin-left: .15rem;}
.index-service-city .city-body {padding: .2rem 0;border-bottom: .02rem solid #e1e1e1;}
.index-service-city .list-city2 {padding: .2rem 0;}

/**
 * 云呼叫中心
 */
.call-center {padding-top: 4.25rem;background: url(../images/bg_call_center.png) no-repeat center top / 100% auto;}

.call-center-header {display: block;text-align: center;}
.call-center-header .title-small {line-height: .6rem;letter-spacing: .05rem;}
.call-center-header .title {font-size: .75rem;line-height: .98rem;color: #ad0717;letter-spacing: .05rem;}
.call-center-header .btn {width: 3.58rem;margin-top: .24rem;font-size: .3rem;line-height: .6rem;color: #ad0717;border: 1px solid #ad0717;border-radius: .6rem;letter-spacing: .1rem;}

.call-center-feature {display: flex;justify-content: space-between;margin-top: 1.13rem;text-align: center;}
.call-center-feature .iconfont {display: block;font-size: .58rem;line-height: .66rem;color: #696969;}
.call-center-feature h4 {margin-top: .2rem;font-size: .26rem;line-height: .46rem;}

/**
 * 双报修通路
 */
.tel-wechat {position: relative;}
.btn-container {display: flex;justify-content: center;position: absolute;top: 0;left: 0;width: 100%;height: 100%;padding: .8rem 1.03rem 1rem;}
.tel-wechat .btn {width: 50%;height: 100%;}

.wechat-code-container {margin-top: .3rem;padding: .13rem .22rem;border: 1px solid #a8a8a8;border-radius: .2rem;}
.wechat-code-container img {height: auto!important;}

.wechat-code-tips {margin-top: .2rem;font-size: .22rem;line-height: .4rem;color: #2b221f;text-align: center;letter-spacing: .1rem;}
.wechat-code-tips span {display: inline-block;position: relative;padding: 0 .24rem;}
.wechat-code-tips span::before,
.wechat-code-tips span::after {content: '';display: block;position: absolute;top: 50%;width: .04rem;height: .04rem;margin-top: -.02rem;background-color: #2b221f;border-radius: 50%;}
.wechat-code-tips span::before {left: 0;}
.wechat-code-tips span::after {right: 0;}