* {
    margin: 0;
    padding: 0;
    outline: none;
}

body {
    margin: 0;
    padding: 0;
    border: 0;
    font-family: "Adobe 黑体 Std";
    font-size: 16px;
    color: #fff;
    overflow: hidden;
}

li {
    list-style: none;
}

p {
    margin: 0;
    padding: 0;
    border: 0;
    cursor: default;
}

img {
    display: block;
}

.bosBody {
    background-repeat: no-repeat;
    background-size: 100% 100%;
    background-image: url('../image/pc/bg.png');
    width: 1920px;
    height: 100vh;
    /* height: 1080px; */
    overflow-x: hidden;
}

.flex_box {
    display: flex;
    align-items: center;
    justify-content: center;
}

.flex_box_col {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.flex_box {
    /* margin-top: 20px; */
}

.top_tittle {
    margin: 40px auto 0 auto;

}
.unbind{
    cursor: pointer;
}
.conter_box {
    margin: 30px auto 0 auto;
}

.one_card_box {
    margin-right: 100px;

}

.one_card {
    background-repeat: no-repeat;
    background-size: 100% 100%;
    background-image: url('../image/pc/card_bg.png');
    width: 578px;
    height: 502px;
}

.card_tittle {
    font-size: 50px;
    width: 100%;
    height: 110px;
    text-align: center;
}

.card_tittle span {
    font-weight: 400;
    font-size: 80px;
    color: #13FFFC;
}

.card_img {
    width: 100%;
    height: 370px;
}

.card_img img {
    width: 460px;

}

.card_btn {
    width: 430px;
    height: 133px;
}
.bottom_txt{
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    padding-bottom: 20px;
}
.bottom_txt p{
    width: 1200px;
}
.test_item_dialog .el-dialog {

    width: 600px;
    height: 516px;
    background: url('../image/dialog3.png') center top no-repeat;
    background-size: 100% 100%;
    padding: 20px 30px;
}

.el-dialog__wrapper {
    background: black;
    opacity: .95;
}

.test_item_dialog .el-dialog__headerbtn {
    /* display: none; */
    font-size: 32px;
}
.el-dialog__title{
    font-size: 32px;
    font-weight: bolder;
}
.test_item_dialog .el-dialog__title,
.el-form-item__label {
    color: #fff;
}

.dialog-footer .el-button--primary {
    background: url('../image/btn.png') center top no-repeat;
    background-size: 100% 100%;
    width: 231px;
    height: 81px;
    border: none;
    margin-top: -40px;
}
.msg_dialog .el-dialog {
    width: 457px;
    height: 295px;
    /* ../images/pc/one/bagImg.jpg */
    background: url('../image/dialog.png') center top no-repeat;
    font-size: 24px;
    color: white;
    background-size: contain;
    padding: 20px;
     color: white;
     font-size: 26px;
}

.info-msg {
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    font-family: MiSans;
    font-weight: bold;
    font-size: 24px;
    color: #FFFFFF;
}
.info-msg-box {
    height: 108px;
}
.el-dialog__header{
    padding-top: 10px;
    color: #fff;
}
.el-dialog__title{
    color: #fff;
}
.msg_dialog .el-dialog__headerbtn .el-dialog__close {
    display: none;
}
 .el-input__inner {
    background-color: #012424;
    border: 1px solid #0b8a89;
    color: #fff;
}