.body{
	width: 100%;
	margin-bottom: 30px;
	min-height: 480px;
	overflow: hidden;
	margin-top: 0;
    border-top: 1px solid #ccc;
    padding-top: 10px;
    background: url(../../images/reg_bg.png) no-repeat center bottom ;
    background-size: 100% auto;
}
.body-banner{
	min-width: 800px;
}
.logo{
	width: 100%;
    height: 80px;
    background: #FF7B00;
    color: white;
}
.container{
    width: 80%;
    margin: 0 auto;

}
.home-logo img{
    height: 60px;
    margin-top: 10px;
}
.jump-login{
	float: right;
    line-height: 80px;
    height: 80px;
}

.logo .jump-login span{
    font-size: 24px;
}

.logo .jump-login a{
    font-size: 24px;
    color: #fff;
    border-bottom: 2px solid #FFF;
}
.reg_box{
    width:580px;
    min-height:600px;
    border:1px solid rgba(253,155,64,1);
    margin: 0 auto;
    margin-top: 90px;
    margin-bottom: 150px;
}
.reg_body{
    position: relative;
    margin:0 60px;
}
.reg_body h2{
    font-size:34px;
    font-family:PingFangSC-Regular;
    font-weight:bold;
    color:rgba(255,123,0,1);
    line-height:150px;
    text-align: center;
}
.normal{
    height: 50px;
    margin-bottom: 19px;
    width: 100%;
    position: relative;
}
.normal > span{
    height: 100%;
    width: 100px;
    float: left;
    border:1px solid rgb(221,221,221);
    font-size:16px;
    font-weight:400;
    line-height: 50px;
    color:rgb(51,51,51);
    border-right: none;
    text-align: center;
}
.normal > input{
    height: 100%;
    width: calc(100% - 100px);
    border:1px solid rgba(221,221,221,1);
    line-height: 50px;
    padding: 17px 21px;
    float: left;
    font-size: 16px;
}
.pic-num button{
    width:110px;
    height:50px;
    border:1px solid rgba(221,221,221,1);
    border-left:none;
    float: left;
    color: #FF7B00;
    font-size: 16px;
    background: #fff;
}
.pic-num input{
    width: calc(100% - 210px);
}
.birthday img{
    width: 10px;
    height: 18px;
    position: absolute;
    right: 20px;
    top: 16px;
}
input::-webkit-input-placeholder{
    font-size:16px;
    color:rgba(153,153,153,1);
}
input::-moz-placeholder{   /* Mozilla Firefox 19+ */
    font-size:16px;
    color:rgba(153,153,153,1);
}
input:-moz-placeholder{    /* Mozilla Firefox 4 to 18 */
    font-size:16px;
    color:rgba(153,153,153,1);
}
input:-ms-input-placeholder{  /* Internet Explorer 10-11 */ 
    font-size:16px;
    color:rgba(153,153,153,1);
}
.protocol i{
    font-size: 16px;
    margin-right: 7px;
}
.protocol p{
    font-size:14px;
    color:rgba(153,153,153,1);
}
.protocol p a{
    color: #FF7B00;
}
.protocol .icon-check{
    color: #FF7B00;
}
.reg_btn{
    width: 100%;
    margin-top: 57px;
    margin-bottom: 100px;
}
.reg_btn button{
    background:rgba(255,123,0,1);
    border-radius:30px;
    height: 60px;
    width: 100%;
    border:none;
    outline: none;
    font-size:24px;
    color: #fff;
}
.pic-num button.showNow{
    color: gray;
    font-size: 12px;
}
.tel-number img{
    margin-left: 7px;
}
.tel-number .input-text{
    cursor: pointer;
}
/* 国家区号 */
.code_body{
    position: absolute;
    top:218px;
    width: 183px;
    height: 211px;
    display: none;
}
#code_list{
    width: 100%;
    height: calc(100% - 20px);
    background: #FFF;
    overflow-y: scroll;
    border: #FF7B00 1px solid;
    font-size: 16px;
    color: #333333;

}
/*小三角*/
.triangle_small{
    border:solid transparent;
    border-bottom-color:#FFF;
    border-width:10px;
    content:" ";
    position:absolute;
    top:-19px;
    left:28px;    
    z-index: 2;
}
/*大三角*/
.triangle_big{
    border:solid transparent;
    border-bottom-color:#FF7B00;
    border-width:11px;   /*10px+2px*/
    content:" ";
    position:absolute;
    top:-22px;
    left:27px;    /*20px-2px*/
}
#code_list ul{
    padding: 0;
    margin: 0;
    margin: 10px 10px 10px 20px;
    width: calc(100% - 30px);
    text-align: left;
    cursor: pointer;
}
#code_list ul li{
    height: 36px;
    line-height: 36px;
}
#code_list ul li span:first-child{
    display:inline-block;
    width: 40%;
    overflow: hidden;
}
#code_list ul li span:nth-child(2){
    display:inline-block;
    width: calc(60% - 8px);
    overflow: hidden;
    text-overflow:ellipsis;
	white-space: nowrap;
}
[v-cloak] {
    display: none;
  }