#web_header .container{
    background-color: #2b3033;
    padding-bottom: 8px;
}
#web_main .container{
    width: 760px;
    margin: 0 auto;
    padding: 35px 60px 10px;
    background: #ffffff;
    box-shadow: 0 2px 16px rgba(0, 0, 0, .12);
    position: relative;
    top: 65px;
}
#web_main .container .header{
    height: 50px;
}
#web_main .container .header .title{
    float: left;
    font-size: 24px;
    color: #4E78FD;
}

#web_main .container .header .login{
    float: right;
    color: #666666;
    font-size: 14px;
}
#web_main .container .header .login a{
    margin-left: 15px;
    color: #4E78FD;
    border: 1px solid #4E78FD;
    padding: 5px 10px;
}

#web_main .container .header .login a{
    cursor: pointer;
}
#web_main .tab_box{
	width: 400px;
	margin: 0 auto;
	display: flex;
	justify-content: space-around;
}
#web_main .tab_box span{
	flex: 1;
	text-align: center;
	font-size: 16px;
	cursor: pointer;
	padding-bottom: 10px;
	font-weight: 600;
}
#web_main .tab_box span.cur{
	border-bottom: 1px solid #4E78FD;
	color: #000;
}
/* #web_main .container .line{
    width: 640px;
    height: 2px;
    margin: 20px auto;
    background-color: #eee;
} */
#web_main .container .form{
    width: 430px;
    margin: 30px auto;
}
#web_main .container .form .form_item{
    color: #666666;
    border: 1px solid #cccccc;
    padding: 10px 20px;
    display: flex;
    align-items: center;
}

#web_main .container .form .label{
    width: 80px;
}
#web_main .container .form .star{
    font-size: 14px;
    font-weight: 700;
    color: #ff0000;
    position: relative;
    top: 3px;
    margin-right: 7px;
}

#web_main .container .form input{
    border: none;
    padding: 3px 90px 3px 20px;
    border-left: 1px solid #cccccc;
    width: 40%;
}

#web_main .container .form .mobilecode input{
    padding: 3px 0 3px 20px;
}
#web_main .container .form .mobilecode .sendcode{
    width: 100px;
    padding: 3px 2px;
    text-align: center;
    font-size: 14px;
    color: #fff;
    border-radius: 4px;
    text-indent: 0;
    background-color: #4E78FD;
    cursor: pointer;
}

#web_main .container .form .agreement {
    line-height: 20px;
    font-size: 12px;
}

#web_main .container .form .agreement input{
    margin-right: 5px;
    border-color: #cccccc;
    width: auto;
    display: inline-block;
    vertical-align: top;
    position: relative;
    top: 2px;
}

#web_main .container .form .agreement a{
    color: #4E78FD;
    cursor: pointer;
}

#web_main .container .form .reg-submit{
    width: 400px;
    height: 40px;
    line-height: 40px;
    margin-top: 30px;
    text-align: center;
    font-size: 18px;
    color: #fff;
    background-color: #4E78FD;
    cursor: pointer;
    padding: 0;
}

.reg-submit.disabled, .reg-submit.disabled:hover {
    border: 1px solid #ccc;
}

input[disabled] {
    background: #ccc !important;
    cursor: not-allowed !important;
}