

.body-main{
    height:800px;
    background-image: url(../images/login_bg.png);
    background-repeat:no-repeat;
    background-size:auto 100%;
    -moz-background-size:auto 100%;
    padding-top: 130px;
}
.body-main>div{
    width:850px;
    border:3px solid #ff7119;
    background: #f6f6f6;
    margin:0 auto ;
    padding: 50px 0px;
    position: relative;
    z-index: 100;
    opacity: 0.9;
}
.main-logo{
    text-align: center;
    margin-bottom:50px;
}
.main-logo>img{
    height:50px;
}
.body-main>div>div+div:after{
    content: "";
    display: block;
    clear: both;
}
.body-main>div>div+div>div{
    float: left;
}
.ewm{
    width:250px;
    margin-left: 85px;
    margin-right: 60px;
    padding-top: 30px;
}
.ewm>div{
    border:1px solid #c6c6c6;
    padding: 15px;
}
.ewm>div>img{
    width:220px;
}
.ewm>p{
    color:#666;
    font-size: 16px;
    text-align: center;
}
.register{
    width: 340px;
    overflow: hidden;
}
.register>p{
    color: #666;
    border-bottom: 1px solid #c6c6c6;
    position: relative;
    padding: 10px 0px;
}

.register>p:first-child{
    color:#c6c6c6;
    text-align: center;
}
.register>p:first-child>:nth-child(n){
    display: inline-block;
    margin:0px 20px;
}
.register>p:first-child>span{
    color:#ff7119;
}
.register>p>img{
    position: relative;
    top:3px;
}
.register>p>input{
    background: #f6f6f6;
    border: none;
}
.register>p>button{
    background: #f6f6f6;
    border:1px solid #999;
    font-size: 12px;
    padding: 0px 15px;
    height:22px;
    line-height: 22px;
    color: #999;
}
.register>p:first-child{
    border: none;
}
.register>p:first-child{
    text-align: center;
}
.protocol-content{
    font-size: 12px;
    color: #999;
    border: none!important;
}
.protocol-content>input{
    position: relative;
    top:3px;
}
.register>p>span>a:hover{
    color:#ff7119 ;
}
.register>p>:nth-child(2){
   /* color: #c6c6c6;*/
   color: #333;
}
.register>div{
    text-align: center;
    margin-top: 40px;
}
.register>div>button{
    background: #ff7119;
    color: #fff;
    padding: 5px 20px;
    border: none;
}
.register>div>input[type="submit"]{
    background: #ff7119;
    color: #fff;
    padding: 5px 20px;
    border: none;
}
.tishi{
    position: absolute;
    top:14px;
    left:180px;
    font-size: 12px;
    color:#ff7119;
    display: inline-block;
    width: 200px;
}

input::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
　　color: #c6c6c6;
　　}
　　input:-moz-placeholder, textarea:-moz-placeholder {
　　color: #c6c6c6;
　　}
　　input::-moz-placeholder, textarea::-moz-placeholder {
　　color: #c6c6c6;
　　}
　　input:-ms-input-placeholder, textarea:-ms-input-placeholder {
　　color: #c6c6c6;
　　}