/* 文本选择颜色改变 */

::selection {
    color: #fff;
    background: rgba(76, 140, 195, 0.8);
}

.register_container {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.main-pocli {
    width: 100%;
    margin: 0;
    /* padding: 60px 0 60px; */
    height: 100%;
    position: relative;
    -moz-user-select: none;
    /* 禁止选中 */
    -webkit-user-select: none;
    -ms-user-select: none;
    -khtml-user-select: none;
    user-select: none;
}

.main-pocli>img {
    width: 100%;
    height: 100vh;
}

.instructions {
    position: absolute;
    left: 50%;
    top: 50%;
    height: 80%;
    transform: translate(-50%, -50%);
    background-color: #ffffff;
    color: black;
    border-radius: 20px;
    /*  position: relative;
    overflow: hidden; */
}

.instructions-title {
    text-align: center;
    margin-top: 30px;
}

.instructions-txt {
    text-indent: 35px;
    width: 700px;
    padding: 20px 30px 10px 30px;
    height: 75%;
    overflow-y: auto;
}

.instructions-txt::-webkit-scrollbar-thumb {
    background: rgb(87, 179, 255);
}

.instructions-txt::-webkit-scrollbar {
    margin-left: 30px;
    width: 5px;
}

.instructions-txt::-webkit-scrollbar-track {
    /*滚动条轨道*/
    background: #ffffff;
    border-radius: 2px;
}

.confirm {
    width: 200px!important;
    letter-spacing: 10px;
    height: 50px!important;
    font-size: 18px!important;
    color: #ffffff!important;
    padding: 0px 0px 0px 20px!important;
    margin: 20px 0px 0px 0px!important;
    background: #0085ff;
    border-radius: 10px!important;
    border: none;
}

.choose {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    background-color: #ffffff;
    color: black;
    border-radius: 20px;
    padding: 0px 0px 30px 0px;
    width: 500px;
}

.next {
    width: 80px!important;
    height: 40px!important;
    font-size: 13px!important;
    color: #ffffff!important;
    padding: 0px 0px 0px 10px!important;
    margin: 20px 0px 0px 0px!important;
    background: #0085ff;
    border-radius: 10px!important;
    border: none;
    letter-spacing: 10px!important;
}

.instructions-box {
    margin: 20px 30px 0px 30px;
}

.inst-footer {
    text-align: center;
    display: flex;
    justify-content: space-around;
    margin-bottom: 20px;
}

.apply_wrapper {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    /* width: 740px; */
    width: 1000px;
    margin-right: 80px;
    margin-left: auto;
    border: 1px #e5e5e5 solid;
    background-color: rgba(76, 140, 195, 0.8);
    color: #fff;
}

.apply_wrapper h3 {
    /* border-bottom: 1px #0c78d7 solid; */
    text-align: center;
    padding: 20px 0;
    margin: 0;
    font-size: 20px;
    letter-spacing: 4px;
}

form {
    font-size: 16px;
    padding: 10px 40px;
    min-height: 530px;
}

form .label {
    width: 160px;
    text-align: right;
    display: inline-block;
    font-size: 14px;
    vertical-align: middle;
    /* margin-left: 260px; */
}

.lar_input {
    border-radius: 5px;
    border: 1px #e5e5e5 solid;
    height: 34px;
    margin: 5px 10px;
    padding: 5px 10px;
    width: 240px;
    outline: none;
    color: #000;
}

textarea {
    min-height: 60px;
    vertical-align: text-top;
    min-width: 500px;
    /* border-radius: 20px; */
    border: 1px #e5e5e5 solid;
    padding: 10px;
    margin: 0px 0 20px 0px;
    outline: none;
    color: #000;
}

.form_btn {
    display: flex;
    justify-content: space-evenly;
    align-items: center;
}

.passwordStrength {
    margin-left: 170px;
    font-size: 14px;
}

.d-flex {
    display: -ms-flexbox !important;
    display: flex !important;
}

.align-items-baseline {
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
}

.custom-control {
    /* margin: 20px; */
}

.custom-control label {
    margin-left: 10px;
}

.reg_title {
    font-weight: 600;
}

.close_btn {
    position: absolute;
    right: 10px;
    font-size: 36px;
    outline: none;
}

.getCode {
    height: 36px;
    border-radius: 5px;
    border: 1px #e5e5e5 solid;
    margin: 5px 0px;
    padding: 5px 10px;
    outline: none;
    color: #fff;
    background: #409eff;
    outline: none;
}

.check_tip {
    padding: 0;
    padding-left: 180px;
    min-height: 20px;
    margin: 0;
    font-size: 12px;
}

.Validform_msg {
    display: none !important;
}

.Validform_wrong {
    color: red;
}

ul {
    display: flex;
    flex-wrap: wrap;
}

li {
    width: 440px;
}

li img {
    height: 8px;
    vertical-align: middle;
}

#vForm,#AdForm {
    min-height: 200px;
}

.area {
    width: 76px;
    height: 34px;
    border-radius: 5px;
}

.select {
    color: #000;
    border-radius: 5px;
    height: 34px;
    margin: 5px 10px;
    padding: 5px 10px;
    width: 240px;
    outline: none;
    border: none;
}

.option {
    /*用div的样式代替select的样式*/
    margin: 100px;
    width: 140px;
    height: 40px;
    border-radius: 5px;
    /*盒子阴影修饰作用,自己随意*/
    /* box-shadow: 0 0 5px #ccc;*/
    border: 1px solid #cccccc;
    position: relative;
}

select {
    /*隐藏select的下拉图标*/
    /* appearance: none;
   -webkit-appearance: none;
   -moz-appearance: none; */
}


/*使用伪类给select添加自己想用的图标*/

.option:after {
    content: '';
    width: 14px;
    height: 8px;
    /* background: url(../assets/arrow-down.png) no-repeat center; */
    /*通过定位将图标放在合适的位置*/
    position: absolute;
    right: 20px;
    top: 41%;
    /*给自定义的图标实现点击下来功能*/
    pointer-events: none;
}




.exam_type_select {
    display: inline-block;
    width: auto;
}
    