@charset "UTF-8";
.centered {
    width: 1200px;
    margin: 0 auto;
}

.footer {
    margin-top: 83px;
    width: 100%;
    /* height: 490px; */
    height: 338px;
    background: url(../image2/footer_bj.png) no-repeat center top;
    padding-top: 66px;
}

.footer .buttom {
    /* margin-top: 12px; */
    width: 121px;
    height: 38px;
    background: url(../image2/footer_shizi.png) no-repeat 100% 100%;
    cursor: pointer;
    text-align: center;
    line-height: 37px;
    font-size: 16px;
    color: #fff;
    display: inline-block;
}

.footer .buttom>P {
    width: 121px;
}

.footer .top {
    display: flex;
    justify-content: space-between;
    height: 337px;
}

.footer .top .left {
    width: 33%;
}

.footer .top .left .quite {
    display: flex;
    justify-content: flex-start;
    line-height: 23px;
}

.footer .top .left .quite>div {
    margin-left: 10px;
}

.footer .top .left .quite>div img {
    display: block;
}

.footer .top .left .quite h6 {
    font-size: 15px;
    color: #5b5d5a;
}

.footer .top .left .quite p {
    font-size: 16px;
    color: #fefefe;
}

.footer .top .left .quite p span {
    color: #d1241c;
}

.footer .top .left .input {
    margin-top: 58px;
}

.footer .top .left .input>div>input {
    height: 38px;
    width: 184px;
    margin-bottom: 10px;
    margin-right: 5px;
    background-color: #2e2e2e;
    border: none;
    padding-left: 30px;
    color: #fff;
}

.footer .top .left .input>div:nth-child(2) {
    display: flex;
    justify-content: space-between;
    width: 377px;
}

.footer .top .left .code {
    display: inline-block;
    width: 122px;
    height: 38px;
    background-color: #2e2e2e;
    line-height: 38px;
    /* padding-left: 10px; */
    color: #8d8986;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    cursor: pointer;
}

.footer .top .left .code>img {
    height: 100%;
}

.footer .top .left .coder_input {
    display: inline-block;
    width: 117px;
    height: 38px;
}

.footer .top .left .coder_input>input {
    width: 100%;
    height: 38px;
    background-color: #2e2e2e;
    border: none;
    padding-left: 10px;
    color: #fff;
}

.footer .top .center {
    width: 29%;
    box-sizing: border-box;
}

.footer .top .center>h4 {
    color: red;
    font-size: 45px;
    font-weight: 100;
}

.footer .top .center>h4:nth-child(3) {
    margin-bottom: 15px;
}

.footer .top .center .item {
    display: flex;
    justify-content: flex-start;
    margin: 0 0 21px 0;
}

.footer .top .center .item>div {
    margin-right: 10px;
    color: #eaeaea;
}

.footer .top .center .item>div>a {
    color: #eaeaea;
}

.footer .top .center .item>div span {
    color: #827f7c;
}

.footer .top .right {
    width: 26%;
    text-align: right;
}

.footer .top .right img {
    width: auto !important;
}

.footer .top .right>p {
    font-size: 21px;
    color: #da241c;
    margin-bottom: 10px;
}

.footer .top .right>h3 {
    font-size: 62px;
    color: #da241c;
}

.footer .top .right>h5 {
    color: #8d8986;
    font-size: 12px;
    margin: 0px 0 20px 0;
}


/* 底部悬浮动画样式 */

.bottom_bar {
    width: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    position: fixed;
    bottom: -160px;
    left: 50%;
    transform: translateX(-50%);
    height: 160px;
    transition: all 0.6s ease;
}

.bottom_bar .top {}

.bottom_bar .title {
    text-align: center;
    font-size: 30px;
    color: #fff;
    margin: 0;
    padding: 0;
    margin: 25px 0;
}

.bottom_bar .title>span {
    color: #da241c;
}

.bottom_bar>div:nth-child(2) {
    width: 1200px;
    margin: 0 auto;
}

.bottom_bar .select {
    position: relative;
    width: 172px;
    display: inline-block;
}

.bottom_bar .select .img_left {
    position: absolute;
    left: 12px;
    top: 12px;
}

.bottom_bar .select .img_right {
    position: absolute;
    right: 15px;
    top: 21px;
}

.bottom_bar .select #mySelect {
    width: 172px;
    height: 46px;
    padding: 5px;
    padding-left: 35px;
    border: none;
    border-radius: 5px;
    /* 设置下拉框的边框圆角 */
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-color: #eee;
    color: #000;
    cursor: pointer;
    outline: none;
}

.bottom_bar .select #mySelect:hover {
    background-color: #ddd;
}

.bottom_bar .input {
    display: inline-block;
    width: 176px;
    height: 46px;
    position: relative;
    margin-right: 5px;
}

.bottom_bar .input>img {
    position: absolute;
    left: 12px;
    top: 14px;
}

.bottom_bar .input>input {
    width: 100%;
    height: 100%;
    background: #eee;
    border: none;
    border-radius: 10px;
    padding-left: 35px;
}

.bottom_bar .text {
    display: inline-block;
}

.bottom_bar .text>img {
    height: 36px;
    position: absolute;
    left: 0;
    top: -24px;
}

.bottom_bar .margin {
    width: 145px;
    line-height: 38px;
    position: relative;
}

.bottom_bar .margin>strong {
    color: #da241c;
}

.bottom_bar .margin>span {
    /* background-color: #ddd; */
    height: 38px;
    padding: 10px 5px;
    border-radius: 10px;
    color: #fff;
}

.bottom_bar .code {
    margin-bottom: -17px;
    line-height: 48px;
    width: 200px;
}

.bottom_bar .code>div {
    width: 80px;
    height: 45px;
    float: left;
    background-color: #ffffff;
    text-align: center;
    border-radius: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.bottom_bar .code>input {
    height: 45px;
    width: 114px;
    background: #eee;
    border: none;
    border-radius: 10px;
    padding-left: 15px;
    float: left;
    margin-right: 5px;
}

.bottom_bar .buttom {
    width: 121px;
    height: 38px;
    background: url(../image2/footer_shizi.png) no-repeat 100% 100%;
    cursor: pointer;
    text-align: center;
    line-height: 37px;
    color: #fff;
}