@CHARSET "UTF-8";
#becomeFriendForm {
}

/*text*/
input::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
    font-size: 0.1rem;
    padding-top: 0.05rem
}

.formText {
    background: transparent;
    color: white;
    border-bottom-color: white;
    border-bottom-style: inset;
    border-bottom-width: 1px;
}

.formText input[type=text] {
    width: 1.65rem;
    height: 0.25rem;
    font-size: 0.12rem;
    border: 0rem;
    border: 0px;
    padding-left: 0.05rem;
    background: transparent;
    color: white;
}

.formText span {
    font-size: 0.12rem;
}

.inputText {
    background: transparent;
    color: white;
    border-bottom-color: white;
}

.defaultButton {
    font-size: 0.37rem;
}

/*radio css*/
input[type=radio] + span {
    /* your style goes here */
    display: inline-block;
    height: 0.19rem;
    width: 0.19rem;
    border-radius: 0.1rem;
    background-color: white;
    box-shadow: inset 0px 2px 5px 1px gray;
}

/* active style goes here */
input[type=radio]:checked + span {
    box-shadow: inset 0px 0px 0px 5px white;
    background-color: #e95232;
}

.inputRadio {
    margin-top: 0.2rem;
    color: white;
    font-size: 0.12rem;
}

.hidden-input {
    opacity: 0;
    position: absolute;
    z-index: -1;
}

.radioTitle {

}


.becomeFriendFormHead {
    width: 3rem;
    padding-left: 0.1rem;
    padding-right: 0.1rem;
}

.becomeFriendFormTitle {
    padding-top: 0.2rem;
}


.applyTipContainer {
    width: 2.5rem;
    line-height: 140%;
}

.becomeInfoIntroduceText {
    line-height: 140%;
}

.reapplyButtonContainer {
    margin-top: 0.5rem;
}

.reapplyButton {
    background-color: #9c9c9c;
    color: white;
}

.becomeFriendReapplyButton, .becomeFriendApplyButton {
    width: 5.2rem;
    height: .88rem;
    border-radius: .5rem;
}

.watchCourseButton {
    text-align: center;
    background-color: #32bdeb;;
    color: white;
    box-shadow: 1px 3px 4px -1px black;
    width: 1.1rem;
    height: 0.45rem;
    font-size: 0.16rem;
}

.listenStoryButton {
    text-align: center;
    background-color: #0bc198;
    color: white;
    box-shadow: 1px 3px 4px -1px black;
    width: 1.1rem;
    height: 0.45rem;
    font-size: 0.16rem;
}

.introduceItemContainer {
    color: white;
}

.colorYellow {
    color: #fcc93f
}

.promiseLine {
    background-color: white;
    height: 2px;
    margin-top: 0.2rem;
}

/*覆盖*/
.homeworkTopLogoImageContainer {
    width: 0.8rem;
    height: 0.6rem;
}

.homeworkTopNameContainer {
    color: white;
}

.errorTip {
    color: yellow;
}

/*textsize*/
.textSizeXXL {
    font-size: 0.3rem;
}

.textSizeL {
    font-size: 0.17rem;
}

.textSizeM {
    font-size: 0.16rem;
}

.marginTopXL {
    margin-top: 0.25rem;
}

.marginLeftM {
    margin-left: 0.16rem;
}

.marginTopSSS {
    position: absolute;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    bottom:-4%;
}

/*新加结果页面样式*/

.marginTopS {
    margin-top: 0.1rem;
}

.qrCode {
    width: 1.4rem;
    height: 1.4rem;
    position: absolute;
    top: 60%;
    left: 50%;
    margin-left: -0.7rem;

}

.becomeFriendInconformity {
    width: 100%;
    height: 100%;
}

.becomeFriendBg{
    width: 100%;
    height: 100%;
}

