
* {
    margin: 0;
    padding: 0;
}
a:link,a:visited,a:active,a:focus{
	/* color: ghostwhite; */
	text-decoration: none;
}
html {
    font-size: 5.208vw;
  }
/* 导航 */
#navigation {
    width: 19.03rem;
    height: .50rem;
    background-color: #ffff;
    position: fixed;
    top: 0;
    z-index: 999;
    box-shadow: 0rem .05rem .05rem rgba(12, 141, 239, 0.212);
    overflow: hidden;
}

.navigation-center {
    width: 14.40rem;
    height: 100%;
    margin: 0 auto;
    display: flex;
    justify-content:center;
    align-items: center;
}
.navigation-center img{
    width: 0.8rem;
    height: 0.4rem;
    /* float: left; */
    margin-right: 1rem;
    /* display: inline-block; */
}

.navigation-center a{
    color: black;
    display: block;
    text-align: center;
    width: 1rem;
    position: relative;
    /* margin: 0 .2rem; */
    font-size: .16rem;
    box-sizing: border-box;
    padding-left: .1rem;
}


.navigation-center a:hover {
    color: #3f6ff7;
}

.navigation-center a:hover::after {
    content: '';
    /* width: 32rem; */
    width: .8rem;
    height: .05rem;
    background-color: #3f6ff7;
    position: absolute;
    bottom: -.15rem;
    right: 0;
    display: block;
}
.navigation-center i{
    background-image: url(../images/small/phone.png);
    background-size: 100%;
    width: 0.2rem;
    height: 0.2rem;
    display:inline-block;
}
.navigation-center p{
    font-size: .16rem;
    display: flex;
    align-items: center;
}
#free{
    background-color: #185df9;
    color: white;
    width: 1rem;
    height: 0.3rem;
    border-radius: .2rem;
    text-align: center;
    line-height: .3rem;
    padding: 0;
    margin: 0 .3rem;
}
nav{
    margin-top: .5rem;
    width: 19.03rem;
    height: 4.95rem;
    background-image: linear-gradient(to right bottom , #f1f5fe, #deeefe);
}
.details-banner{
    width: 14rem;
    height: 4.95rem;   
    margin: 0 auto;
    display: flex;
    justify-content: space-around;
    align-items: center;
}
.banner-left{
    height: 1.7em;
    width: 5.8rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.banner-left h1{
    font-size: .4rem;
    margin-bottom: .2rem;
}
.banner-left p{
    font-size: .24rem;
    margin: .1rem 0;
    color: #434c55;
}
.banner-right{
    width: 7rem;
    height: 4rem;
}
.banner-right img{
    width: 100%;
    height: 100%;
}
/* 流程 */
#flow{
    width: 19.03rem;
    height: 4rem;
    margin-bottom: .5rem;
    overflow: hidden;
}
.flow-center{
    width: 14rem;
    height: 100%;
    margin: 0 auto;
    display: flex;
    justify-content: space-around;
    align-items: center;
}
.flow-block{
    width: 1.44rem;
    height: 2rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.flow-block img{
    width: 1.44rem;
    height: 1rem;
}
.flow-block p{
    width: 1.44rem;
    font-size: .16rem;
    text-align: center;
}
.flow-center :nth-child(2n){
    align-self: flex-end;
}
/* 详情 */
#details-write{
    width: 19.03rem;
}
.write-center{
    width: 100%rem;
    /* height: 5.8rem; */
    margin: 0 auto;
}
.first-right li{
    list-style-type: none;
}
.first-left{
    width: 6.9rem;
    height: 4.5rem;
}
.first-left img{
    width: 100%;
    height: 100%;
}
.first-right{
    width: 6.9rem;
    height: 4rem;
}
.write-first{
    background-color: #fbfbfb;
    width: 100%;
    height: 5.8rem;
    display: flex;
    justify-content: space-around;
    align-items: center;
}
.first-right h5{
    text-align: center;
    font-size: .35rem;
}
.first-right p{
    font-size: .24rem;
    margin: 0 0 0 .2rem;
}
.first-right li img{
    display: inline;
    width: 0.4rem;
    height: 0.35rem;
}
.first-right li{
    display: flex;
    margin: .4rem 0;
    width: 6.9rem;
}
/* 2 */
.second-right li{
    list-style-type: none;
}
.second-left{
    width: 6.9rem;
    height: 4.5rem;
}
.second-left img{
    width: 100%;
    height: 100%;
}
.second-right{
    width: 6.9rem;
    height: 4rem;
}
.write-second{
    width: 100%;
    height: 5.8rem;
    display: flex;
    justify-content: space-around;
    align-items: center;
}
.second-right h5{
    text-align: center;
    font-size: .35rem;
}
.second-right p{
    font-size: .24rem;
    margin: 0 0 0 .2rem;
}
.second-right li img{
    display: inline;
    width: 0.4rem;
    height: 0.35rem;
}
.second-right li{
    display: flex;
    /* justify-content: center; */
    margin: .4rem 0 .4rem .5rem;
    width: 6.9rem;
}
/* 底部 */
footer{
    width: 19.03rem;
    height: 2.3rem;
    background-color: #3575fd;
}
.footer-w{
    width: 14rem;
    height: 100%;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    align-items: center;
}
.footer-right{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    flex: 1;
}
.footer-left img{
    width: 3rem;
    height: 2.13em;
}
.footer-right p{
    margin: .1rem 0;
font-size: .24rem;
color: #ffff;
}
@media screen and (max-width:750px) {
    html{
     font-size: 13.33vw;
    }
   }