a {
    text-decoration: none !important;
}

.container {
    width: 100%;
}

body {
    margin: 0;
}

@media screen and (min-width: 960px) {
    .pc_width {
        width: 1320px;
        margin: 0 auto;
    }

    img {
        border: none;
        vertical-align: middle;
    }

    .loginPage {
        width: 1320px;
    }
}

.loginPage {
    padding: 20px;
    min-height: 450px;
    margin: auto;
    /*display: flex;
    justify-content: space-between;*/
}

.loginPage .left {
    /*flex: 1;*/
    margin-top: 50px;
}

.loginPage .left h5 {
    font-size: 22px;
    color: #354d5f;
    margin: 24px 0 10px
}

.loginPage .left .el-form-item__label {
    padding: 0
}

.loginPage .left .el-input__inner {
    width: 278px
}

.loginPage .left .sumiteBtn {
    /* display: flex; */
    align-items: center;
    margin-top: 25px;
}

.loginPage .left .sumiteBtn .submit {
    width: 278px;
    height: 50px;
    box-shadow: 0 5px 20px 1px rgba(247, 92, 0, .26);
    border-radius: 4px;
    background: linear-gradient(129deg, #feb626, #fca31a);
    color: #fff;
    margin-right: 40px;
    line-height: 50px;
    text-align: center;
    cursor: pointer
}

.loginPage .left .sumiteBtn .register {
    color: #186fc4;
    cursor: pointer;
    font-size: 16px;
    padding-top: 20px;
}

.loginPage .left p {
    font-size: 14px;
    color: #999;
    margin-top: 24px;
    cursor: pointer
}

.loginPage .right {
    width: 340px;
    height: 450px;
    overflow: hidden
}

.loginPage .right .el-carousel, .loginPage .right .el-carousel__container {
    height: 100% !important;
    overflow: hidden
}

.loginPage .right a {
    display: block
}

.loginPage .right a, .loginPage .right a img {
    height: 100%;
    width: 100%
}

.loginPage .left .btnSend {
    width: 95px;
    height: 43px;
    background: #46b847;
    /*box-shadow: 0 5px 20px 1px rgba(37, 208, 39, .2);*/
    border-radius: 4px;
    text-align: center;
    line-height: 43px;
    color: #fff;
    font-size: 18px;
    /* position: absolute; */
    left: 300px;
    top: 0px;
    cursor: pointer;
    margin-top: 10px;
}

.loginPage .left .text {
    width: 277px;
    /* position: absolute; */
    color: #8598a9;
    /* left: 300px; */
    top: 60px;
    line-height: 30px;
    font-size: 16px;
}

.ipt {
    color: #e82406;
}

.footBox {
    height: 190px !important;
    padding-top: 20px !important;
}

.nav_ctn {
    background-color: #ffffff;
}

.order-list {
    border: 1px solid;
    padding: 10px;
    margin-bottom: 20px;
}

.order-list div span:first-child {
    width: 150px;
    text-align: right;
    display: inline-block;
    font-weight: 600;
}

.order-list div span {
    color: #0C0C0C;
}

@media screen and (min-width: 800px) {
    .one_menu > ul {
        top: 45px !important;
    }
}