﻿
.logo{
    margin-right:0;
}
.content{
    width: 1000px;
    height: 920px;
    margin: 90px auto 60px;
    background-color: #ffffff;
    border-radius: 4px;
    padding: 48px 197px 0;
}
.login-btn{
    width: auto;
    border: none;
    margin: 0;
}
.nav li.have-count,.login-btn{
    font-size: 20px;
}
.tab-btn{
    width: 404px;
    height: 50px;
    border-radius: 4px;
    border: solid 1px #ebebeb;
    margin-left:100px;
}
.tab-btn .n-line{
    width: 1px;
    height: 21px;
    background-color: #ebebeb;
    position: absolute;
    right: -1px;
    top: 14px
}
.tab-btn li{
    width: 402px;
    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: 48px;
}

.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;
}
.submit{
    width: 350px;
    margin: 24px auto;
}
.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;
}
.sanjiao_border{
    position: absolute;
    top:-20px;
}
.sanjiao_border:before,.sanjiao_border .before{/*.before为ie6下用到*/
    content: ''; /*伪类下的属性*/
    display:block;
    position:absolute;
    top:0;
    left:435px;
    width:0;
    height:0;
    overflow:hidden;
    font-size: 0;     /*是因为, 虽然宽高度为0, 但在IE6下会具有默认的 */
    line-height: 0;  /* 字体大小和行高, 导致盒子呈现被撑开的长矩形 */
    border:10px;
    border-style:dashed dashed solid dashed;
    border-color:transparent transparent #dcdcdc transparent;
}
.sanjiao_border:after,.sanjiao_border .after{/*.after为ie6下用到*/
    content: '';/*伪类下的属性*/
    display:block;
    width:0;
    height:0;
    overflow:hidden;
    font-size: 0;     /*是因为, 虽然宽高度为0, 但在IE6下会具有默认的 */
    line-height: 0;  /* 字体大小和行高, 导致盒子呈现被撑开的长矩形 */
    border:9px;
    border-style:dashed dashed solid dashed;
    border-color:transparent transparent #fff transparent;
    position:absolute;
    left:436px;
    top:2px;
}
.pl{
    padding-left: 10px;
}
.select-box{
    text-align: center;
    position: absolute;
    left: 101px;
    top: 1px;
    height: 42px;
    line-height: 42px;
    width: 45px;
    z-index: 999;
    background-color: #fff;
    color: #262626;
    display: none;
}
.select-icon{
    width: 0;
    height: 0;
    border-width: 8px 7px 0;
    border-style: solid;
    border-color: #999999 transparent transparent;
    position: absolute;
    top: 19px;
    left: 39px;
    z-index: 2;
}
.j-itlBtn-em{
    width: 40px;
}
#inpt-phone-itl input{
    padding-left: 65px;
}
.country-select-text{
    width: 40px;
    height: 42px;
    line-height: 47px;
    text-align: center;
    cursor: pointer;
    -moz-user-select: none;
    -webkit-user-select: none;
    user-select: none;
}
.country-select-option{
    overflow-y: scroll;
    border: 1px solid #ccc;
    background: #fff;
    display: none;
    z-index: 9999;
    position: absolute;
    width: 506px;
    height: 300px;
    padding-left: 2px;
    left: -3px;
    top: 45px;
}
.country-select-option li {
    height: 24px;
    line-height: 24px;
    color: #666;
    cursor: pointer;
    text-align: left;
    padding-left: 5px;
}
.country-select-option li.seleced {
    background-color:rgb(204,204,204);
    /*color: #fff;*/
}
.inpt-phone-itl,.itlBtn{
    display: none;
}
.cell-input{
    height: auto;
    margin-bottom: 13px;
}
.err-msg{
    position: relative;
    top:5px;
}

