* {
    margin: 0;
    padding: 0;
}

body,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
p,
dl,
dt,
dd,
ul,
ol,
li,
pre,
form,
button,
input,
textarea,
th,
td {
    margin: 0;
    padding: 0;
    /* font-family: "Arial, Helvetica, sans-serif"; */
    font-family: "-apple-system,SF UI Text,PingFang SC,Hiragino Sans GB,Microsoft YaHei,WenQuanYi Micro Hei,Helvetica Neue,Helvetica,Arial,sans-serif";
}

html {
    -webkit-overflow-scrolling: touch;
    -webkit-tap-highlight-color: none;
}

html {
    -webkit-tap-highlight-color: transparent;
}

body {
    -webkit-overflow-scrolling: touch;
}

body {
    background-color: #fff;
    color: #000000;
    /* font-family: '微软雅黑'; */
    /* font-family: "Arial","Microsoft YaHei","黑体","宋体",sans-serif; */
    font-family: "-apple-system,SF UI Text,PingFang SC,Hiragino Sans GB,Microsoft YaHei,WenQuanYi Micro Hei,Helvetica Neue,Helvetica,Arial,sans-serif";
    font-size: 14px;
}

img {
    border: 0;
    vertical-align: middle;
}

ul::-webkit-scrollbar {
    display: none;
}

ul,
ol,
li {
    list-style: none;
}

a {
    text-decoration: none;
    color: #000;
}

i,
em,
b {
    font-style: normal;
}

select {
    border: solid 1px #000;
    /*很关键：将默认的select选择框样式清除*/
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    /*在选择框的最右侧中间显示小箭头图片*/
}

a:hover,
a:focus {
    text-decoration: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

input,
textarea {
    vertical-align: middle;
    outline: none;
    border: 0;
    box-shadow: 0 0 0 rgba(0, 0, 0, 0);
    -webkit-appearance: none;
}

textarea,
input,
label {
    -webkit-tap-highlight-color: rgba(255, 0, 0, 0);
}

* {
    padding: 0;
    margin: 0;
    -webkit-font-smoothing: antialiased;
    -webkit-overflow-scrolling: touch;
    -webkit-tap-highlight-color: transparent;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    user-select: none;
    /* Non-prefixed version, currently not supported by any browser */
}

.fl {
    float: left
}

.fr {
    float: right;
}

.clearfix:before,
.clearfix:after {
    content: "";
    height: 0;
    line-height: 0;
    display: block;
    visibility: hidden;
    clear: both;
}

.clearfix {
    zoom: 1;
    /*IE/7/6*/
}

button {
    outline: none;
}

#fixed_load {
    width: 100%;
    height: 100%;
    background: transparent;
    position: fixed;
    top: 0px;
    left: 0px;
    z-index: 100;
}

.fixed_i {
    width: 0.9rem;
    height: 0.9rem;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: url("../images/Double Ring-1.9s-90px.gif") no-repeat;
    background-size: cover;
}

.fixed_text {
    width: 3rem;
    height: 0.9rem;
    font-size: 0.3rem;
    position: absolute;
    top: 62%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.map_load {
    position: relative;
    width: 100%;
    height: 100vh;
    overflow: hidden;
    box-sizing: border-box;
    background: #F5F5F7;
}

.fixed_load {
    width: 1.24rem;
    height: 1.24rem;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: url('../../assets/images/loading_wechat.gif') no-repeat;
    background-size: cover;
}

.after:after {
    content: "";
    display: block;
    clear: both;
}

input:-webkit-autofill,
textarea:-webkit-autofill,
select:-webkit-autofill {
    -webkit-box-shadow: 0 0 0 1000px white inset;
}

a {
    outline-style: none;
    color: #333;
    text-decoration: none
}

a:hover {
    text-decoration: underline;
}

body {
    cursor: pointer;
    -webkit-tap-highlight-color: transparent;
}

a {
    text-decoration: none;
}

/*正常的未被访问过的链接*/
a:link {
    text-decoration: none;
}

/*已经访问过的链接*/
a:visited {
    text-decoration: none;
}

/*鼠标划过(停留)的链接*/
a:hover {
    text-decoration: none;
}

/* 正在点击的链接*/
a:active {
    text-decoration: none;
}

html,
body {
    height: 100%;
    overflow-y: scroll;
}
.dis-flex{
    display:flex;
}
.flex-x-center{
    justify-content: center;
}
.flex-y-center{
    align-items: center;
}
.flex-between{
    justify-content: space-between
}
.btn-box{
    border-radius: .08rem;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
}

.subject-color-bg{
    background-color: #EF9C39;
}
.subject-color{
    color: #EF9C39;
}

.content-title{
    font-size: .48rem;
    color: #000047;
    text-align: center;
    padding-top: .8rem;
    margin-bottom: .2rem;
}
.content-sub-title{
    text-align: center;
    font-size: .28rem;
    line-height: .4rem;
    color: #000047;
}
.animation-box{
    -webkit-transition: all .3s linear;
    -moz-transition: all .3s linear;
    -o-transition: all .3s linear;
    -ms-transition: all .3s linear;
    transition: all .3s linear;
}
.view-box {
    padding-top: 1.2rem;
    box-sizing: border-box;
}
.header-box{
    padding: 0 .4rem;
    height: 1.2rem;
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    background-color: #fff;
    z-index: 10;
}
.header-box img{
    width: 1.84rem;
}
.header-box .logo-btn{
    width: 1.56rem;
    height: .6rem;
    border: .02rem solid #222222;
    font-size: .24rem;
    margin-right: .2rem;
    color: #222222;
}
.free-btn{
    width: 1.56rem;
    height: .64rem;
}
.banner-box{
    background:url(../images/banner_bg.png) no-repeat;
    background-size: 100% 100%;
    padding-bottom: 1.4rem;
}
.banner-box .title-box{
    text-align: center;
    color: #fff;
    font-size: .56rem;
    font-weight: 900;
    padding-top: .6rem;
    margin-bottom: .2rem;
}
.banner-box .sub-title{
    color: #fff;
    font-size: .32rem;
    text-align: center;
    line-height: .48rem;
}
.banner-box .banner-btn{
    width: 3.1rem;
    height: .80rem;
    background: #FFFFFF;
    border-radius: .08rem;
    margin: .4rem auto;
    font-weight: 500;
}
.banner-box img{
    width: 7rem;
    display: block;
    margin: .2rem auto;

}
/* 客户的肯定 */
.client-evaluate{
    width: 7.50rem;
    height: 9.48rem;
    background: #FAFAFA;
    background: url(../images/client_bg.png) no-repeat;
    background-size: 100% 100%;
}

.client-box{
    width: 6.7rem;
    height: 6.56rem;
    box-shadow: 0px .1rem .6rem 0px rgba(239,239,239,1);
    border-radius: .12rem;
    padding:.6rem .4rem;
    box-sizing: border-box;
    margin: 0 auto;
    position: relative;
}
.appraiser-message{
    position: relative;
    z-index: 2;
}
.appraiser-message-box{
    height: .6rem;
    background: #F6F7FF;
    border-radius: .3rem;
    line-height: .6rem;
    padding: 0 .4rem;
    font-size: .24rem;
    color: #252C3F;
    
    
}
.appraiser-message .evaluate-content{
    font-size: .24rem;
    color: #7C808C;
    margin-top: .46rem;
}
.appraiser-message .btn-box{
    background: rgba(238,148,30,0.10);
    margin-top: .4rem;
    width: 3.6rem;
    height: .8rem;
    background: rgba(238,148,30,0.10);
    border: .02rem solid #EE941E;
}

.appraiser-img {
    position: absolute;
    right: 0;
    bottom: 0;
    z-index: 1
}
.appraiser-img img{
    width: 100%;
}
.client-swiper .client-pagination{
    position: absolute;
    bottom: .8rem;
    left: .8rem;
    width: auto;
}
.client-pagination  .swiper-pagination-bullet{
    width: .4rem;
    height: .1rem;
    background: #EE941E;
    border-radius: .5rem;
}
.client-pagination .swiper-pagination-bullet-active{
    width: .8rem;
    background: #EE941E;
}

.try-box{
    width:100%;
    height: 4.56rem;
    background: url(../images/try_bg.png) no-repeat;
    background-size: cover;
}
.try-box .title-box{
    padding-top: .8rem;
    font-family: SourceHanSansCN-Medium;
    font-size: .48rem;
    color: #FFFFFF;
    text-align: center;
    line-height: .6rem;
    font-weight: 500;
}
.try-box .sub-title-box{
    color: #fff;
    margin-top: .2rem;
    font-size: .28rem;
    text-align: center;
}
.try-box .btn-box{
    width: 2.4rem;
    height: .76rem;
    margin: .6rem auto;
    color: #fff;
    font-size: .32rem;
    font-family: SourceHanSansCN-Medium;
    font-weight: 500;

}
.footer-box{
    padding: .4rem;
}
.footer-box .title-box{
    font-family: SourceHanSansCN-Medium;
    font-size: .28rem;
    color: #252C3F;
    letter-spacing: 0;
    line-height: .40rem;
    font-weight: 500;
}
.footer-box .message-content{
    font-family: SourceHanSansCN-Regular;
    font-size: .24rem;
    color: #252C3F;
    line-height: .36rem;
}
.footer-box .message-content li{
    margin-top: .3rem;
}
.footer-box .code-box{
    width: 1.34rem;
    height: 1.34rem;
    padding: .1rem;
    border: 1.2px solid #252C3F;
    border-radius: .12rem;
    
}
.footer-box .iconfont{
    margin-right: .16rem;
}
.footer-box .code-box img{
    width: 1.34rem;
}
.footer-box .code-message{
    text-align: center;
    font-family: SourceHanSansCN-Regular;
    font-size: .24rem;
    color: #252C3F;
    text-align: center;
    margin-top: .1rem;
}

.footer-box  .message-content{
    border-bottom: .02rem solid #C7C7C7;
    padding-bottom: .4rem;
}
.footer-box .record-box{
    font-size: .24rem;
    color: #7F7F7F;
    margin-top: .2rem;
}
.footer-box .record-box a{
    color: #7F7F7F;

}
.footer-box .record-box img{
    width: .28rem;
    margin-right: .1rem;
}
.footer-box .ipv-area{
    text-align: center;
    margin-top: .2rem;
}
.footer-box .ipv-area span{
    display: inline-block;
    width: .64rem;
    height: .4rem;
    border: .02rem solid #7F7F7F;
    border-radius: .08rem;
    
}   