﻿.register{
    color: var(--baseColor);
}
.registerH4{
    color: #000000;
    line-height: 1.8;
    margin: .3rem 0;
}
.regCode{
    width: 80%;
    max-width: 3.16rem;
    height: auto;
    margin: .3rem auto .1rem;
}
.regCode img{
    max-width: 100%;
    height: auto;
}

.message{
    padding: 0 .3rem;
    margin: .3rem 0;
    background-color: #F9F9F9;
    overflow: hidden;
}
.messList{
    list-style: none;
    margin: 0 -.25rem;
}
.messList li{
    width: 50%;
    padding: 0 .25rem;
    margin-bottom: .3rem;
}
.messLabel{
    float: left;
    width: 88px;
    line-height: 30px;
    padding: .1rem 0;
    padding-right: 10px;
}
.messLabel i{
    color: #FF2200;
    margin-right: .1rem;
    font-style: normal;
    font-weight: bold;
}
.messRig{
    position: relative;
    float: left;
    width: calc(100% - 88px);
}
.messRig .layui-form-radio{
    line-height: 30px;
    margin: .1rem 0;
}
.messRig .layui-form-radio>i{
    font-size: 18px;
}
.messRig .layui-form-radio>i:hover,
.messRig .layui-form-radioed>i{
    color: var(--baseColor);
}
.messRig .upload{
    display: flex;
    align-items: center;
}
.messRig #uploadBtn{
    height: calc(30px + .2rem);
    line-height: 30px;
    padding: .1rem .2rem;
    border-radius: 30px;
    background: var(--baseColor);
}
.messRig .uploadName{
    margin-left: 10px;
}
.messInput{
    display: block;
    width: 100%;
    height: calc(30px + .2rem);
    line-height: 30px;
    padding: .1rem .2rem;
    border: none;
    background: #FFFFFF;
    border-radius: 4px;
}
textarea.messInput{
    height: 120px;
    resize: none;
}
.messCode{
    position: absolute;
    left: 320px;
    top: 0;
    width: 95px;
    height: calc(30px + .2rem);
}
.messCode img{
    width: 100%;
    height: 100%;
    cursor: pointer;
}
.messCode + .messInput{
    width: calc(100% - 115px);
    max-width: 300px;
}

.messList li.one{
    width: 100%;
}
.messBtn{
    display: block;
    width: 200px;
    font-size: 14px;
    color: #FFFFFF;
    line-height: 50px;
    background: var(--baseColor);
    border-radius: 30px;
    border: none;
    margin: .1rem auto .3rem;
    cursor: pointer;
    transition: all .3s;
}
.messBtn:hover{
    background-color: var(--orgColor);
}

@media (max-width:1600px){

}
@media (max-width:1400px){

}
@media (max-width:1200px){

}
@media (max-width:991px){
    .messList li{
        width: 100%;
    }

}
@media (max-width:767px){

}
@media (max-width:640px){
    .messLabel{
        float: none;
        width: 100%;
    }
    .messRig{
        float: none;
        width: 100%;
    }
    .messCode{
        left: auto;
        right: 0;
    }
    .messCode + .messInput{
        max-width: 100%;
    }

}
@media (max-width:460px){

}