.login-box{
    overflow: hidden;
    float:right ;
    height: 40px;
	    margin-top: 5px;
}
.login-box li{
    float: left;
    height: 40px;
    line-height: 40px;
}
.login-box li a{
    padding: 0 5px;
    display: inline-block;
    font-size: 15px;
    color: #555;
}



.footer * {
    color: #9B9B9B;
    text-shadow: 0 1px 0 #fff;
}

.footer a:hover {
    color: #555;
}

input[name="submit"],.sf_but {
    background: #875823;
    font-size: 15px;
    font-weight: 600;
    color: #FFFFFF;
    border: 0;
    font-family: "Microsoft YaHei", "SimHei", "SimSun";
    text-shadow: 0 -1px 0 #535353;
    margin: 5px 5px 0 0;
    padding: 0 0 3px 0;
    display: block;
    width: 106px;
    height: 35px;
    text-align: center;
    font-weight: bold;
}
.sf_but{
margin-top:-2px;
height: 33px;
line-height: 33px;
}
.sf_but a{
color:#fff !important;
}
input[name="button"] {
    margin: 0;
    width: 106px;
    height: 35px;
    border: 0;
    font-size: 15px;
    font-weight: 600;
    color: #FFFFFF;
    text-shadow: 0 -1px 0 #535353;
    padding: 0 0 3px 0;
    text-align: center;
    font-weight: bold;
    line-height: 33px;
    text-indent: 20px;
}

input.button_button {
    
}

ol,
ul {
    list-style: none outside none;
    margin: 0px;
    padding: 0;
}

hr {
    color: #FF7700;
    width: 200px;
    height: 2px;
    float: left;
}

textarea {
    font-size: 12px;
    background-color: #ffffff;
    border: solid 1px #888888;
}

fieldset {
    clear: both;
    padding: 0 0 1em 1em;
    margin: 0 0 30px .3em;
    border: 1px solid #888888;
}

legend {
    margin: 0 0;
    padding: 2px;
    font-size: 10px;
    border: 0px;
    text-transform: capitalize;
    color: #000000;
}

.clear {
    clear: both !important
}

.bold {
    font-weight: bold !important
}

.block {
    display: block !important
}

/*index start*/
.body_main {
    margin: 0 auto;
    width: 992px;
}

.index_box .box_title {
    background: url('../images/box_top.png') no-repeat scroll center top transparent;
    width: 991px;
    height: 80px;
    padding: 0;
}

.index_box .box_title .text_content {
    text-align: center;
    padding: 20px 0 10px 0;
}

.index_box .box_title .text_content h1 {
    font-weight: normal;
}

.index_box .box_main {
    border: solid #D0D0D0;
    background: #ffffff;
    border-width: 0 1px 0 1px;
    width: 988px;
    ;
    min-height: 50px;
    overflow: hidden !important;
}

.index_box .box_bottom {
    background: url('../images/box_bottom.png') no-repeat scroll center top transparent;
    width: 991px;
    height: 7px;
    padding: 0;
}

/*Tooltips*/
.tooltips_main {
    position: absolute;
    left: 0;
    margin: -5px 0 0 2px;
    z-index: 999;
}

.tooltips_box,
.tooltips,
.msg {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    position: relative;
    border-style: solid;
    border-color: #FF1F1F;
}

.tooltips,
.msg {
    border-width: 0 1px;
    *left: -2px;
    background-color: #875823;
}

.tooltips_box {
    border-width: 1px;
    line-height: 1.5;
}

.tooltips {
    margin: 0 -2px;
}

.msg {
    margin: 1px -2px;
    padding: 0 6px;
    color: #fff;
    font-size: 12px;
}

.ov {
    background: url('../images/tri.gif') no-repeat scroll 0 0 transparent;
    position: absolute;
    left: 30%;
    overflow: hidden;
    width: 15px;
    height: 15px;
    margin: 16px 0 0 0;
    display: inline;
}

/*regist*/
.register {
    padding: 35px  0;
    overflow: hidden;
}

.register .form_submit {
    float: left;
    border-bottom: 1px solid #bfbfbf;
}

.register .form_submit .fieldset {
    float: left;
    padding-left: 100px;
}

.register .form_submit .fieldset .field-group {
    float: left;
    height: 70px;
}

.register .form_submit .fieldset .field-group .title {
    float: left;
    width: 120px;
    text-align: right;
    margin: 4px 0 0 0;
    font-size: 14px;
}

.register .form_submit .fieldset .field-group .control-group {
    float: left;
    width: 350px;
    margin: 0 10px;
}

.register .form_submit .fieldset .field-group .tips {
    float: left;
    width: 270px;
    color: #bfbfbf;
}

.register .div_submit {
    float: left;
    width: 875px;
    margin: 10px 5px;
}

.register .div_submit .div_submit_button {
    float: right;
}

/*end regist*/
.fieldset .input_add_background {
    background: url("../images/input.jpg") no-repeat scroll 100% 100% transparent;
    background-position: center;
    height: 30px;
    width: 157px;
    float: left;
    margin: 0 2px 0 0;
}

.fieldset .input_add_background input.register_input_ot {
    background-color: #f9f9f9;
    border: 0 none;
    color: #4F4F4F;
    font-size: 12px;
    height: 18px;
    outline: medium none;
    width: 145px;
    padding: 1px;
    margin: 5px;
}

.fieldset .input_add_long_background {
    background: url("../images/input_long.jpg") no-repeat scroll 100% 100% transparent;
    background-position: center;
    height: 30px;
    width: 286px;
    float: left;
    margin: 0 0 15px 0;
    display: inline;
}

.fieldset .input_add_long_light_background {
    background: url("../images/input_long_light.jpg") no-repeat scroll 100% 100% transparent;
    background-position: center;
    height: 30px;
    width: 286px;
    float: left;
}

.fieldset .input_add_long_background input.register_input {
    background-color: #f9f9f9;
    border: 0 none;
    color: #4F4F4F;
    font-size: 12px;
    height: 18px;
    outline: medium none;
    width: 270px;
    padding: 1px;
    margin: 5px;
}

.fieldset .input_text {
    display: inline-block;
    position: absolute;
    vertical-align: top;
    margin: 6px 0 0 10px;
    z-index: 2;
    font-style: italic;
    color: #BFBFBF;
}
.register .div_submit {
    float: none;
    width: auto;
    margin: 0;
    padding: 10px 175px;
    overflow: hidden;
}

.sns_login{
    float: left;
     padding-top: 15px;
}

.sns_login a.qqlogin {
    background-position: 0 -22px;
    margin-right: 20px;
    
}

.sns_login a {
    display: inline-block;
    font-size: 14px;
    padding: 0 0 0 27px;
    background-image: url(../images/login_ico_index.png);
    background-repeat: no-repeat;
    font-family: Simsun;
    height: 22px;
    line-height: 22px;
}

.sns_login a.weixin{
 
    background-image: url(../images/login_wx_logo.png);
    background-repeat: no-repeat;
       margin-left: 20px;
}

.box_main{
    overflow: hidden;
}
.dl-flo-r p,.dl-flo-l p{
    font-size: 16px;
    font-weight: 500;
    color: #000;
}
.dl-flo-l .button,.dl-flo-r .button {
    display: block;
    width: 180px;
    height: 50px;
    border: 2px solid #2dcb70;
    line-height: 50px;
    font-weight: 700;
    font-size: 18px;
    color: #2dcb70;
    margin: 45px auto;
	background:white;
    transition: all .5s;
}
.dl-flo-l .button:hover,.dl-flo-r .button:hover{
    color: #fff;
    background-color: #2dcb70;
    border-radius: 10px;
}
.dl-flo-r,.dl-flo-l{
    width: 45%;
    padding: 50px 0;
    text-align: center;
}
.dl-flo-l{
    float: left;
}
.dl-flo-r{
    float: right;
}
.dl-flo-p{
    float: left;
    width: 100%;
    text-align: center;
}
.qyvr-gray {
	background: url(../images/vg-gray-rank.png) no-repeat !important
}

.qyv-rank {
	background: url(../images/vg-rank.png) no-repeat;
	display: inline-block;
	width: 22px;
	height: 19px;
	margin-left: 5px;
	position: relative;
	top: 4px;
}
.login-box li a.member-lt {
    color: brown;
    font-size: 16px !important;
    float: right;
    padding: 0 10px 0 0;
}
.login-box li.quit a {
    font-size: 15px !important;
    font-weight: 600;
}
@media (max-width: 639px){
    .register .form_submit .fieldset {
        padding-left:0;
		padding-bottom:20px;
    }
	.register .form_submit .fieldset .field-group{
        height: auto;
    }
	 .register .div_submit{
        width: 100%;
        text-align: center;
    }
	.register .div_submit .div_submit_button{
		float: none;
		display: inline-block;
	}
	.register .form_submit .fieldset .field-group .tips {
		padding: 15px 23%;
	}
	.register .form_submit .fieldset .field-group .control-group {
		width: 50%;
	}
	.register .form_submit .fieldset .field-group .title{
		width:20%;
	}
	.fieldset .input_add_long_background {
		margin:0;
	}
	.mima_m{
		padding-left:5px;
    }
    .dl-flo-r p,.dl-flo-l p{
        font-size: 14px;
    }
    .dl-flo-r, .dl-flo-l{
		outline: medium;
        width: 100%;
    }
    .dl-flo-l .button, .dl-flo-r .button {
        width: 150px;
        height: 45px;
        border: 1px solid #2dcb70;
        line-height: 45px;
        font-weight: 600;
        font-size: 16px;
        margin: 40px auto 20px;
    }
    .sns_login{
       width: 100%;
       padding: 25px 0;
    }
    .register .div_submit{
        padding: 0;
    }
}

/*找回密码*/
 .fieldset .input_add_long_yzm {
                                                height: 30px;
                                                width: 160px;
                                                float: left;
                                                margin: 0 0 15px 0;
                                                border-top: 1px solid #efe9e9;
                                                box-shadow: 0px 0px 1px 1px #cdc7c7;
                                                border-radius: 5px;
                                                background-color: #f9f9f9;
                                            }

                                            .fieldset .input_add_long_yzm input.register_input {
                                                background-color: #f9f9f9;
                                                border: 0 none;
                                                color: #4F4F4F;
                                                font-size: 12px;
                                                height: 18px;
                                                outline: medium none;
                                                width: 150px;
                                                padding: 1px;
                                                margin: 5px;
                                            }

                                            .fieldset .input_add_long_img,
                                            .fieldset .input_add_long_img span {
                                                font-size: 14px;
                                                text-align: center;
                                                height: 30px;
                                                width: 150px;
                                                float: left;
                                                margin: 0 0 15px 0;
                                                line-height: 30px;
                                            }

                                            .fieldset .input_add_long_img img {
                                                cursor: pointer;
                                                width: 100px;
                                                height: 30px
                                            }

