.headTop {
    margin-top: 15px;
}
.banner, .banner img{
    width: 100%;
}
.banner{
    margin-top: 32px;
}

.wrap{
    width: 100%;
    background: #f2f2f2;
    padding: 50px 0;
}

.basicCon{
    width: 100%;
    background: #FFFFFF;
    box-shadow: 0px 0px 8px 0px #efefef;
    padding: 60px;
}
.basicText{
    width: 100%;
}
.basicText li{
    width: 100%;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    margin-bottom: 25px;
}
.basicText li p{
    width: 100%;
    font-size: 18px;
    color: #333;
    font-weight: bold;
    margin-bottom: 20px;
}
.basicText li p i{
    color: red;
    margin-left: 3px;
}
.basicText li input,
.basicText li select,
.basicText li textarea{
    width: 100%;
    padding: 10px 12px;
    background: #f2f6f7;
    border-radius: 2px;
    outline: none;
    font-weight: 400;
    font-size: 16px;
    color: #333333;
    border: 1px solid #f2f6f7;
}
.basicText li textarea{
    height: 150px;
}
/*鼠标悬停和获取焦点时添加边框*/
.basicText li input:hover,
.basicText li select:hover,
.basicText li textarea:hover,
.basicText li input:focus,
.basicText li select:focus,
.basicText li textarea:focus{
    border: 1px solid #00903A;
}

.submitInfo{
    width: 100%;
    margin-top: 55px;
}
.submitInfo p{
    width: 100%;
    font-size: 16px;
    color: #999;
    margin-bottom: 20px;
    text-align: center;
}
.submitBtn{
    width: 150px;
    height: 40px;
    margin: 0 auto;
    margin-top: 50px;
    background: #07913b;
    border-radius: 20px;
    font-weight: 400;
    font-size: 16px;
    color: #FFFFFF;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    border: 1px solid #00903a;
}
.submitBtn:hover, .sub_btn:hover{
    background: transparent;
    border: 1px solid #00903a;
    color: #00903a;
}

.joinAssBox, .subInfoBox{
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.5);
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9;
}
.joinAssCon{
    width: 820px;
    background: #fff;
    padding: 45px 0 60px 0;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}
.closeBtn, .closeBtn2{
    width: 100%;
    display: flex;
    justify-content: flex-end;
    padding-right: 30px;
}
.closeBtn a, .closeBtn2 a{
    width: 30px;
    height: 30px;
    border: 1px solid #ccc;
    border-radius: 50%;
    color: #333;
    font-size: 25px;
    line-height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: -20px;
}
.joinTit{
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.joinTit p{
    width: 84px;
    height: 84px;
    background: #f2f2f2;
    border: 1px solid #dcd8d9;
    border-radius: 3px;
}
.joinTit p img{
    width: 100%;
    border-radius: 3px;
}
.joinTit h3{
    font-size: 18px;
    margin-left: 20px;
}
.joinCode{
    width: 100%;
    margin-top: 30px;
}
.joinCode p{
    width: 100%;
    text-align: center;
    font-size: 14px;
    color: #999;
}
.joinCode h3{
    width: 260px;
    height: 260px;
    background: #f2f2f2;
    margin: 20px auto 25px auto;
    border-radius: 2px;
}
.joinCode h3 img{
    width: 100%;
    border-radius: 2px;
}

.f_red{
    color: red;
}

#load_area_1{
    width: 100%;
    display: flex;
}
#load_area_1 select{
    width: 30%;
    margin-right: 5%;
}
#load_area_1 select:last-child{
    margin-right: 0;
}

.subInfoCon{
    width: 420px;
    background: #fff;
    padding: 35px 30px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}
.subInfoCon .closeBtn2{
    padding-right: 0;
}
.subLi{
    width: 100%;
    border: #eee 1px solid;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 15px;
    padding-left: 15px;
}
.subLi span{
    display: inline-block;
    width: 70px;
    font-size: 14px;
    color: #595757;
}
.subLi input{
    width: 80%;
    height: 44px;
    padding: 0 10px 0 0;
    line-height: 44px;
    font-size: 14px;
    outline: none;
    border: none;
}
.phoneCode{
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 10px 0 0;
    border: #eee 1px solid;
    margin-top: 15px;
}
.phoneCode input{
    width: 100% !important;
    height: 44px !important;
    padding-left: 10px !important;
    line-height: 44px;
    font-size: 14px;
    box-sizing: border-box;
}
#sendSms{
    display: inline-block;
    height: 22px;
    line-height: 22px;
    color: #595757;
    font-size: 12px;
    width: 168px;
    text-align: right;
    border-radius: 0 3px 3px 0;
    cursor: pointer;
}
.sub_btn{
    width: 120px;
    height: 35px;
    margin: 30px auto 0 auto;
    background-color: #07913b;
    border-radius: 20px;
    font-weight: 400;
    font-size: 16px;
    color: #FFFFFF;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    border: 1px solid #00903a;
}

.f_green{
    color: green;
}