a{
    text-decoration:none;
    -webkit-tap-highlight-color:transparent;
}
li{
    list-style: none;
}
body,html{
    font-size:.32rem;
    font-family:"Microsoft YaHei";
    background: #f6f7fb;
}
.container{
    width:100%;
    margin:0 auto;
    margin:0;
    padding:0;
}
.cont{
    width:900px;
    margin:0 auto;
    background: #fff;
    border-radius: 8px 8px 8px 8px;
}
.content{
    width:800px;
    padding:50px;
}
.content p{
    margin-bottom: 44px;
    font-size:20px;
}
.content .select{
    margin:0 0 50px 20px;
}
.content .select a{
    display: inline-block;
    width:80px;
    height:38px;
    line-height:38px;
    text-align: center;
    background: #f6f7fb;
    font-size:16px;
    border-radius: 8px 8px 8px 8px;
    margin-right:124px;
    color:#000;
}
.content .select  >.navActive{
    background: #3377f2;
    color:#fff;

}
.button{
    display: block;
    width:160px;
    height:40px;
    border-radius: 20px 20px 20px 20px;
    line-height: 40px;
    text-align: center;
    font-size:20px;
    color:#000;
    background: #f6f7fb;
    margin:60px auto 110px;
    cursor: pointer;
}
