.submit-success-area {
    text-align: center;
}

.submit-success-area p {
    font-size: 21px;
    font-family: Microsoft YaHei;
    text-align: center;
    font-weight: bold;
    color: rgba(125, 125, 125, 1);
}

.submit-success-area .qrcode-wapper {
    margin: 10px auto;
    padding: 3px;
    width: 210px;
    height: 210px;
}

.bootstrap-iso{
    padding: 20px;
}

.swiper-container {
    width: 100%;
    height: 100%;
}

.swiper-slide {
    height: 100px;
    width: 150px;
    text-align: center;
    font-size: 18px;
    background: #fff;
    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}

.work-catalog-select ul {
    width: 100%;
    margin: 0 auto;
}

.work-catalog-select li {
    margin: 5px 0px;
    display: inline-block;
    list-style: none
}

.work-catalog-select li label {
    display: inline-block;
    width: 50px;
    border-radius: 50px;
    color: #000;
    background-color: rgb(242, 242, 242);
}

.work-catalog-select li input {
    display: none;
}

.work-catalog-select input[type="checkbox"]:checked+label {
    background-color: rgb(255, 153, 102);
    color: #fff;
}

.work-keyboard-select input[type="radio"] {
    display: none;
}

.work-keyboard-select label {
    height: 80px;
    width: 140px;
    border-radius: 10px;
    border: solid black;
    display: block;
}

.work-keyboard-select input[type="radio"]:checked+label {
    border: solid #0087ff;
    box-shadow: 0px 0px 10px #2eb9e0;
}

.work-catalog-select li div {
    height: 30px;
}