
.applyTry{
    min-width: 1200px;
    overflow: auto;
}
.extensiveApplicationHeader {
    background-image: none;
    background-image: initial;
    background-color: white;
}
.produceContentWrapper {
    background-repeat: no-repeat;
    background-size: 100% 100%;
    background-image: url(/_nuxt/static/image/tryOutBg.png);
    color: white;
    height: 100vh;
}
.productContentes {
    display: flex;
    width: 1100px;
    margin: auto;
    justify-content: space-between;
    align-items: center;
    height: 100%;
    position: relative;
}
.rightContent {
    background-color: white;
    padding: 30px 40px;
    margin-left: 60px;
    cursor: pointer;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.25);
    position: relative;
}
.formTitle {
    font-size: 24px;
    line-height: 30px;
    color: black;
    font-weight: 700;
    text-align: center;
}
.formTitle::after {
    content: " ";
    width: 75px;
    height: 2px;
    border-bottom: 2px solid #0571ff;
    display: block;
    margin: 5px auto;
}
.formWrapper {
    margin: 20px 0;
}
.formItem {
    margin: 10px 0;
    width: 300px;
    display: flex;
    background-color: #f2f4f9;
    padding: 5px 10px;
    border-radius: 5px;
    align-items: center;
}
._input {
    flex: 1;
}
.borderBox {
    border-right: 1px solid #d9d9d9;
    margin: 0 0 0 10px;
    height: 25px;
}
.el-input__inner {
    background-color: transparent;
    background-color: initial;
    border: medium none currentcolor;
    border: initial;
    font-size: 16px;
}
.el-input__inner:focus {
    box-shadow: none;
    box-shadow: initial;
}
.el-cascader {
    flex: 1;
}
.verifyCodeWrapper {
    display: flex;
    justify-content: space-between;
    margin: 10px 0;
}
.verifyCodeInput {
    width: 170px;
    margin: 0;
}
.cavasWrapper {
    height: 44px;
    width: 120px;
    letter-spacing: 8px;
}
.btn {
    color: white;
    text-align: center;
    font-size: 14px;
    border-radius: 3px;
    padding: 15px 0;
    background-color: #0064ff;
    letter-spacing: 2px;
    transition: all 0.5s linear;
    margin: 30px 0 0 0;
}
.btn:hover {
    background-image: linear-gradient(90deg, #2986ff, #005dd7);
}
.inputImg {
    top: 5px;
    height: 25px;
}
.shortMessageCodeContent {
    text-align: center;
    font-size: 14px;
    color: #0064ff;
    line-height: 44px;
    letter-spacing: 1px;
    width: 120px;
}
.introduceHeader {
    border: 1px solid white;
    border-radius: 5px;
    padding: 5px 10px;
    font-size: 18px;
    margin: 20px 0 0 0;
    display: inline-block;
}
.mainTitle {
    text-align: left;
    font-size: 40px;
    font-weight: 600;
    padding: 0 0 20px 0;
}
.mainSubTitle {
    text-align: left;
    color: white;
    font-size: 16px;
    line-height: 30px;
    letter-spacing: 5px;
}
.hint {
    font-size: 12px;
    color: red;
}
.leftContent {
    text-shadow: 0 2px 4px #183556;
}

