/*.contents{*/
/*    width: 1204px;*/
/*    margin: 0 auto;*/
/*}*/
.top{
    display: flex;
    align-items: center;
    justify-content: flex-end;
    padding-top: 11px;
}
.login,.register{
    width: 59px;
    height: 24px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 14px;
}
.register{
  background: #4aa6ff;
  color: #fff;
  margin-right: 30px;
}
.title{
    font-size: 24px;
    color: #060606;
    font-weight: bold;
    margin-bottom: 26px;
}
.nav>ul{
    display: flex;
    justify-content: flex-start;
}
.nav>ul>li{
    margin-right: 30px;
    cursor: pointer;
    position: relative;
}
.border {
    width: 100%;
    height: 2px;
    position: absolute;
    left: 0;
    right: 0;
    margin-right: auto;
    margin-bottom: auto;
    bottom: -10px;
    background: #4aa6ff;
    transform-origin: center center;
    transform: scale3d(0, 1, 0);
    transition: all 0.5s;
}
.mian{
    width: 100%;
    height: 750px;
    background: url(../img/BG.png);
    background-size: cover;
    background-repeat: no-repeat;
    /*margin-top: 20px;*/
}
.mains{
    display: flex;
    align-items: center;
    justify-content: space-around;
    height: 100%;
}
.box{
    width: 350px;
    height: 190px;
    background: rgba(77, 130, 187, .8);
    border-radius: 30px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    color: #fff;
    font-size: 30px;
    cursor: pointer;
}
/*.box>img{*/
/*    margin-bottom: 20px;*/
/*}*/
.footer{
    width: 100%;
    height: 416px;
}
.footers{
    height: 100%;
    padding-top: 47px;
    display: flex;
    justify-content: space-between;
}
.left>.one{
    display: flex;
    margin-bottom: 12px;
    color: #666666;
}
.left>.one>img{
    margin-right: 8px;
}
.right>ul{
    display: flex;
}
.right>ul>li{
    margin-left: 40px;
    font-size: 16px;
    font-weight: bold;
    color: #666666;
    text-align: center;
    cursor: pointer;
}
.right>ul>li>dd{
    margin-top: 17px;
}
.right>ul>li>dd>dl{
    font-size: 14px;
    color: #9999;
    margin-bottom: 17px;
    cursor: pointer;
}
