.main{
    overflow: hidden;
}
.bc{
    position: relative;
    height: 600px;
}
.login-bg{
    z-index: -1;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}
.login{
    margin-top: 110px;
    width: 350px;
	height: 390px;
	background-color: #fbfcfc;
	border-radius: 4px;
    float: right;
    box-sizing: border-box;
    padding: 0 25px;
}
.login-title{
    font-size: 20px;
	font-weight: bold;
	margin: 49px 0 41px 0;

}
.login-input{
    margin-bottom: 20px;
    font-size:14px;
    line-height: 40px;
    box-shadow:0 0 2px  #999999;
}
.login-input input{
    width: 245px;
    height: 40px;
   padding-left:10px ;
}
.login-btn1{
    cursor: pointer;
    width: 300px;
	height: 42px;
    background-color: #0052d9;
	border-radius: 4px;
    color: white;
    text-align: center;
    line-height: 42px;
   margin-bottom: 10px;
}
.login-btn2{
    cursor: pointer;
    box-sizing: border-box;
    width: 300px;
	height: 42px;
    color: #0052d9;
	border-radius: 4px;
    text-align: center;
    line-height: 42px;
    border: #0052d9 1px solid;
}
.foot{
    margin-top: 42px;
    text-align: center;
    font-size: 14px;
    color: #333333;
    white-space: pre-wrap;
    line-height: 30px;
}

/*×¢²á*/

.reg {
    margin: 30px auto;
    width: 1200px;
    height: 1200px;
    background-color: #fbfcfc;
    border-radius: 4px;
 
    box-sizing: border-box;
    padding: 0 25px 0px 45px;
    
}

.reg-title {
    font-size: 20px;
    font-weight: bold;
    margin: 49px 0 41px 0;
    padding:30px;
}
.reg-mark {
    font-size: 14px;
    font-weight: bold;
    line-height: 40px;
    color:red;
}

.reg-input {
    margin-bottom: 20px;
    font-size: 14px;
    line-height: 40px;
}
.reg-input span{display:inline-block; width:250px;}

 .reg-input span.bt:before {
        content: "*";
        margin-right: 5px;
        color: #c03539;
    }
.reg-input input {
    width: 400px;
    height: 40px;
    padding-left: 10px;
    margin-right: 20px;
    /*box-shadow: 0 0 2px #999999;*/
    border:none;
    border-bottom:1px solid #CCC
}
    .reg-input .inp {
        flex: 1;
        padding: 0 10px;
        font-size: 14px;
        line-height: 40px;
        box-sizing: border-box;
        width: 150px;
        margin-right:10px;
    }
.select {
    display: inline-block;
    width: 400px;
    height:40px;
    border-bottom: 1px solid #CCC
}
.radiolist {
    display: inline-block;
}

    .radiolist .radioli {
        margin-left: 20px;
        position: relative;
    }

.radioli input[type='radio'] {
    position: absolute;
    left: 0;
    top: 15px;
    width: 20px;
    height: 20px;
    opacity: 0;
    cursor: pointer;
    z-index: 2;
}

.radioli label {
    font-size: 14px;
    line-height: 20px;
    position: relative
}

.radioli input[type='radio']:checked + label {
    color: #0052d9
}

.radioli label:before {
    content: '';
    display: inline-block;
    width: 20px;
    height: 20px;
    border: 1px solid #dadada;
    border-radius: 20px;
    vertical-align: sub;
    box-sizing: border-box;
    margin-right: 4px;
}

.radioli input[type='radio']:checked + label:before {
    content: '';
    background-color: #0052d9
}

.radioli input[type='radio']:checked + label::after {
    content: ' ';
    position: absolute;
    display: inline-block;
    width: 10px;
    height: 6px;
    border-width: 0 0 2px 2px;
    overflow: hidden;
    border-color: #ffffff;
    border-style: solid;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    left: 4px;
    top: 3px;
}

    .reg-input .btnyzm {
        width: 100px;
        height: 40px;
        line-height: 40px;
        color: #FFFFFF;
        background-color: #e60019;
        text-align: center;
        font-size: 14px;
        margin-right: 20px;
        display:inline-block;
    }

        .reg-input .btnyzm img {
            width: 100%;
            height: 100%
        }

.reg-btn1 {
    cursor: pointer;
    width: 260px;
    height: 42px;
    background-color: #0052d9;
    border-radius: 4px;
    color: white;
    text-align: center;
    line-height: 42px;
    margin-bottom: 10px;
    margin-right:20px;
}

.reg-btn2 {
    cursor: pointer;
    box-sizing: border-box;
    width: 260px;
    height: 42px;
    color: #0052d9;
    border-radius: 4px;
    text-align: center;
    line-height: 42px;
    border: #0052d9 1px solid;
}

