.footer-top{
    width: 100%;
    height: 169px;
    background: #ff5f18;
    /* background-image: url(../image/other/orange-bg.jpg);
    background-repeat: no-repeat;
    background-size: cover; */
    color: #ffffff;
    font-size: 26px;
    font-weight: 400;
    text-align: center;
    padding: 30px 0;
}
.connect{ 
    font-size: 18px;
    font-weight: 300;
    margin: 14px 0 12px 0;
}
.try{
    width: 240px;
    height: 50px;
    background: #FFFFFF;
    font-size: 18px;
    font-weight: 400;
    color: #FF5F19;
    display: inline-block;
    line-height: 50px;
    border-radius: 32px;
    margin-top: 20px;
}
.try:hover, .try:focus{
    color: #ff5f18 !important;
}
p{
    margin: 0;
}
.menu-container{
    background-color: #272b2e;
    font-size: 14px;
    font-family: MicrosoftYaHei;
    font-weight: 400;
    color: #fff;
    padding: 40px 0px 16px;
}
.menu-top{
    display: flex;
    justify-content: space-between;
	margin:0 auto; 
	width: 1200px;
    border-bottom: 1px solid #666;
    padding-bottom: 40px;
}
.menu-top-left{
    display: flex;
    /* margin-right: 150px; */
    /* margin-left: 20px; */
}
.menu-top-left a{
    color: #bbb;
}
.menu-top-left a:hover{
    color: #fff;
}
.menu-top-right{
    font-size: 14px;
    text-align: center;
    color: #bbb;
}
.menu-top-right .logo{
    font-size: 40px;
    margin-bottom: 31px;
}
.menu-top-right .saoma{
    margin: 10px 0;
    font-size: 22px;
    font-family: Microsoft YaHei;
    font-weight: bold;
    color: #FFFFFF;
}
.menu-bottom{
    font-size: 14px;
    text-align: center;
    margin-top: 16px;
    color: #bbb;
    font-weight: 400;
}
.menu-bottom .split{
    margin: 0 20px;
}
.menu-bottom a{
    font-size: 14px;
    font-family: MicrosoftYaHei;
    font-weight: 300;
    color: #E9E9E9;
}
.menu-top-left .name{   
    font-weight: 400;
    font-size: 16px;
    margin-bottom: 4px;
    margin-top: 0;
    color: #fff;
}
.menu-top-left ul{
    margin-right: 40px;
}
.menu-top-left ul:last-child{
    margin-right: 0;
}
.menu-top-left ul li{
    margin-top: 16px;
}
.link-items{
    display: flex;
    margin-right: 85px;
}
ul{
    margin: 0;
}
.footer-bottom{
    background-color: #484848;
    font-size: 14px;
    font-family: MicrosoftYaHei;
    font-weight: 300;
    color: #E9E9E9;
    text-align: center;
    padding: 30px 0;
}
.footer-bottom .copyright{
    margin: 4px 0 4px 0;
}

.page-footer {
    width: 100%;
    min-width: 1200px;
}
.login-weixin-con {
    color: #333;
    font-size: 16px;
    font-family: MicrosoftYaHei;
    font-weight: 400;
    color: #333;
    text-align: center;
}
.login-weixin-con .side-title{
    font-size: 26px;
    font-weight: bold;
    margin-bottom: 24px;
}
.login-weixin-con .img-container{
    margin: 24px 0 24px;
}
.footer-top .el-dialog__header{
    padding: 12px;
}
.footer-top .el-dialog__body{
    padding: 12px 24px 24px;
}