a {
    color: #000;
    text-decoration: none;
}

.header {
    position: absolute;
    top: 0px;
    z-index: 10;
    width: 100%;
    height: 90px;
    /* background-color: black; */
}

.header2 {
    width: 1200px;
    margin: 0 auto;
    height: 90px;
    display: flex;
    justify-content: space-around;
    align-items: center;
}

.logo {
    width: 216px;
    height: 84px;
}

.pagheaderul {
    font-size: 16px;
    font-weight: 550;
}

.pagheaderul>li {
    width: 130px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    float: left;
    margin-right: 10px;
    display: inline;
    position: relative;
    cursor: pointer;
}

/* 椭圆形背景 */
.lUDCpxvZ {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 120px;
    height: 40px;
    box-sizing: border-box;
    border-radius: 20px;
    background-color: #ff9900;
    color: #fff;
    transition: all .2s ease-in-out;
    cursor: pointer;
    /* 字体 */
    font-size: 15px;
    font-weight: 550;
}

.bottom {
    width: 100%;
    height: 300px;
    background-color: #202020;
    /* padding-top: 20%; */
    float: left;
}

.bottomTwo {
    width: 1200px;
    height: 300px;
    margin: 0% auto;
}

.bottom_text {
    color: #626262;
    font-size: 18px;
    display: flex;
    line-height: 30px;
    /* 文字水平居中*/
    padding-top: 1%;
    /* margin: 1% auto; */
    justify-content: center;
}

.beianwang {
    color: #626262;
    font-size: 18px;
}

.beianwang:hover {
    color: #ff9900;
    font-size: 18px;
}

.bottom_line {
    border: 1px solid;
    color: #626262;
    margin: 1%;
}

.dibuneirong {
    color: #5F6464;
    width: 1200px;
    height: 70%;
    display: flex;
    /* margin-left: 25%; */
    /* float: left; */
    /* margin-top: 20px; */
    align-items: center;
}

.dibuneirongs img {
    width: 60px;
    vertical-align: middle;
}

.dibuneirongs span {
    font-size: 16px;
    vertical-align: middle;

}

.dibuneirongs p {
    padding: 20px 0px;
    margin-left: 50px;
    font-size: 24px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    line-height: 31px;
}

.dibuneirongs div {
    font-size: 16px;
    margin-left: 50px;
}

.dibuneirongs {
    width: 30%;
    float: left;
    padding-left: 5%;
}

.loginHeader {

    /* position: absolute; */
    top: 0px;
    z-index: 10;
    width: 100%;
    height: 10%;
    /* background-color: black; */

}

.loginBottom {
    width: 100%;
    height: 66px;
    background-color: #202020;
    /* padding-top: 20%; */
    float: left;
}

.loginBottomTwo {
    width: 1200px;
    height: 88px;
    margin: 0% auto;
}