.tab-btn{
    width: 404px;
    height: 50px;
    border-radius: 4px;
    border: solid 1px #ebebeb;
}
.tab-btn .n-line{
    width: 1px;
    height: 21px;
    background-color: #ebebeb;
    position: absolute;
    right: -1px;
    top: 14px
}
.tab-btn li{
    width: 201px;
    height: 48px;
    border-radius: 4px;
    line-height: 50px;
    text-align: center;
    color: #ff4344;
    font-size: 20px;
    cursor: pointer;
    position: relative;
}
.tab-btn .active{
    background-color: #ff4344;
    color: #ffffff;
}
.tab-btn .font-icon{
    height:20px;
    width:20px;
    position: relative;
    right: 5px;
    top:3px;
}
.email-icon{
    background-position: -52px -40px;
}
.r-icon{
    background-position: -25px -56px;
}
.m-icon{
    background-position: -80px -74px;
}
.active .m-icon{
    background-position: 6px 0;
}
.active .email-icon{
    background-position: -52px -20px;
}
.active .r-icon{
    background-position: -26px -80px;
}
.tab-content{
    display: none;
    padding-top: 25px;
}

.mobile-code{
    width: 376px;
}
.down-icon{
    top:13px;
}
.input-box input{
    width: 100%;
    padding-left: 15px;
    height: 42px;
    margin-top: 1px;
}
.err-msg{
    padding-left: 98px;
}
.current-country{
    position: absolute;
    right: 22px;
    top: 15px;
    font-size: 12px;
    color: #2c76ff;
}

.real-name-reg{
    margin-top: 23px;
    height: 40px;
    padding-left: 98px;
    position: relative;
}
.abtn{
    font-size: 12px;
    color: #2b76ff;
}
.msg-text{
    font-size: 16px;
    color: #262626;
}
.remember{
    padding-left: 98px;
}
.intro_box:hover .fixed_intro_box{
    display: block;
}
.fixed_intro_box{
    display: none;
    width: 506px;
    padding: 5px 10px 5px;
    position: absolute;
    top: 36px;
    left: 98px;
    border: 1px solid #dcdcdc;
    background: #ffffff;
    border-radius:4px;
    z-index: 5;
    font-size: 12px;
    line-height: 26px;
    color: #999999;
}
.fixed_intro_box .count{
    width: 6px;
    height: 6px;
    display: inline-block;
    background-color: #999999;
    border-radius: 50%;
    margin-right:3px;
    position: relative;
    top:-2px;
}
.err-msg{
    position: relative;
    top:5px;
}
/* 用户名和密码图标样式 */
.input-box .input-icon {
    position: absolute;
    top: 50%;
    left: 15px;
    transform: translateY(-50%);
    width: 20px;
    height: 20px;
    vertical-align: middle;
}
/* 调整输入框样式，为图标留出空间 */
.input-box input.userName,
.input-box input.password {
    padding-left: 45px !important;
}
/* 链接容器样式 */
.link-container {
    width: 100%;
    margin: 20px 0 0;
    text-align: left;
    font-size: 14px;
}
/* 链接样式 */
.f-n-btn {
    color: #FF4344;
    text-decoration: none;
    margin: 0 5px;
}
.f-n-btn:hover {
    text-decoration: underline;
}
/** 新增 **/
.content{
    width: 625px;
    height: 662px;
    margin:20px 0 0 400px;
}
.back-form{
    margin-top:25px;
}
.space-btm{
    padding-bottom: 20px;
}


.form-control {
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}

/* IE浏览器下隐藏下拉按钮 */
select::-ms-expand { display: none; }

/* 定义隐藏下拉框默认样式及图片覆盖下拉按钮 */
.info-select{
    width: 350px;
    outline:none;
    appearance:none;
    -moz-appearance:none;
    -webkit-appearance:none;
    -ms-appearance:none;
    background: url(../img/sort-down.png) no-repeat scroll right center transparent;
    background-size:20px 20px;
}
.check-item{
    color: #405ffd;
    padding-left: 0.18rem;
    padding-right: 0.18rem;
}

