.pwd_list ul>li>input.form-control::-webkit-input-placeholder { /* WebKit browsers */
	color:    #ccc;
}
.pwd_list ul>li>input.form-control:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
	color:    #ccc;
}
.pwd_list ul>li>input.form-control::-moz-placeholder { /* Mozilla Firefox 19+ */
	color:    #ccc;
}
.pwd_list ul>li>input.form-control:-ms-input-placeholder { /* Internet Explorer 10+ */
	color:    #ccc;
}
.pwd_main{
	width: auto;
	/*padding-top: 135px;
	padding-bottom: 75px;*/
	/*background: #52aacf;*/
    padding-bottom: 13%;
	padding-top: 13%;
	min-width: 1190px;
	height: auto;
}
.pwd_con{
	width: 100%;
	overflow: hidden;
	/*background: url('/template/default2/images/passport-bg.png') 0 center no-repeat;*/
}
.pwd_c{
	width: 380px;
	min-height: 100px;
	background: #ffffff;
	float: right;
}
.pwd_tab{
	width: 100%;
	height: 53px;
	border-bottom: 1px solid #dddddd;
}
.pwd_tab>li{
	float: left;
	height: 52px;
	line-height: 52px;
	width: 50%;
	text-align: center;
}
.pwd_tab>li.active{
	border-bottom: 2px solid #55a8fd;
}
.pwd_tab>li>a{
	display: block;
	color: #666666;
	font-size: 18px;
}
.pwd_tab>li.active>a{
	color: #55a8fd;
}

.pwd_list ul{
	/* border: 1px solid #dddddd; */
	/* border-bottom: 0; */
}
.pwd_list ul>li{
	/* border: 1px solid #eceef3; */
	/* height: 46px; */
	position: relative;
	margin-top: 15px;
	/* border-radius: 5px; */
}
.pwd_list ul>li>label{
	min-width: 60px;
	position: absolute;
	top: 0;
	left: 15px;
	height: 44px;
	line-height: 44px;
	font-weight: normal;
	color: #666666;
}

.pwd_list ul>li>button{
	position: absolute;
	height: 42px;
	width: 90px;
	border: 0;
	text-align: center;
	border-radius: 0;
	text-shadow: none;
	-webkit-transition: none;
	-o-transition: none;
	transition: none;
	background: #f2f2f2;
	color: #666666;
	top: 0px;
	right: 0px;
	font-size: 12px;
	border-top-right-radius: 2px;
	border-bottom-right-radius: 2px;
}
.pwd_list ul>li>button:hover{
	background: #ddd;
}
.pwd_list ul>li>span.input-group-addon{
	width: 90px;
	position: absolute;
	height: 40px;
	border: 0;
	top: 2px;
	right: 2px;
}
.pwd_list .some_tiem{
	width: 100%;
	margin: 14px 0 0 0;
	font-size: 12px;
}
.pwd_list .some_tiem>a{
	float: right;
	margin-top: 4px;
	color: #007fd7;
}
.pwd_list>form > button{
	margin-top: 15px;
	width: 100%;
	/* height: 40px; */
	border-radius: 3px;
	background: #55a8fd;
	border: 0;
	color: #ffffff;
	-webkit-transition: background .2s ease-in-out .1s;
	-o-transition: background .2s ease-in-out .1s;
	transition: background .2s ease-in-out .1s;
	font-size: 14px;
	padding: 12px 0;
}
.pwd_list>form >button:hover{
	background: #2e90f5;
}

.pwd_list>.wechat_login{
	width: 100%;
	position: relative;
	margin-top: 25px;
	font-size: 12px;
}
.pwd_list>.wechat_login>.wxlogin{
	border-radius: 50%;
	height: 35px;
	width: 35px;
	background: #fff;
	display: inline-block;
	margin-left: 10px;
	color: #ffffff;
	text-align: center;
	line-height: 40px;
	color: #a8a8a8;
	border: 1px solid #a8a8a8;
	transition: all .3s;
    -webkit-transition: all .3s;
}
.pwd_list>.wechat_login>.wxlogin:hover{
	color: #29cc29;
	border: 1px solid #29cc29;
	transition: all .3s;
    -webkit-transition: all .3s;
}

.pwd_list>.wechat_login>a>i{
	font-size: 18px;
	line-height: 18px;
}
#send_btn{
	font-size: 12px;
	background-color: #55a8fd;
	color:#fff;
}
#send_btn:hover{
	background-color: #2e90f5;
}
 .pass-input-check{
 	margin-right: 5px !important;
 }
 .footer {
 text-align: center;
 line-height: 50px;
 font-size: 12px !important;
 /* position: fixed; */
 /* bottom: 0; */
 height: auto !important;
 background:  none;
 color: #7f7f7f;
 margin-top: 3%;
 }


.pass-mian{

}
.pass-middle{
    display: -ms-flexbox;
    display: -webkit-flex;
    display: -webkit-box;
    display: flex;
    height: 100%;
    margin: 0 auto;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-flex-flow: column nowrap;
    -ms-flex-flow: column nowrap;
    flex-flow: column nowrap;
    -webkit-align-content: stretch;
    -ms-flex-line-pack: center;
    align-content: center;
}
.pass-banner{
   position:  absolute;
   width:  100%;
   height:  100%;
   top: 0;
   left: 0;
}
.pass-banner-img {
      width: 100%;
    height: 100%;
    background-image: url(/static/images/banner.jpg);
    background-position: center;
    background-repeat: no-repeat;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
}
.pass-banner-img2 {
	  width: 100%;
    height: 100%;
    background:rgba(0,0,0,0.2);
    position: absolute;
    top: 0;
    left: 0;
}
.pass-banner-img3 {
	  width: 100%;
	  height: 100%;
	  background: rgba(0,0,0,0.5);
	  position: absolute;
	  top: 0;
	  left: 0;
}
.pass-banner-img img{
	width: 100%;
	height: 100%;
}
.pass-form{
   width:  100%;
   max-width:1200px;
   margin:  0 auto;
}

@media (max-width: 5000px) {
.pwd_list ul>li>input.form-control {
	display: block;
	width: 66%;
	height: 42px;
	padding: 0 20px 0 84px;
	font-size: 14px;
	line-height: 42px;
	color: #666;
	vertical-align: middle;
	border: 0;
	border-radius: 0;
	-webkit-box-shadow: none;
	box-shadow: none;
	-webkit-transition: none;
	-o-transition: none;
	transition: none;
	border-radius: 2px;
	border: 1px solid #eceef3;
}
.container-full {
    width: 100%;
    min-height: 750px;
    max-height: 1080px;
    position: relative;
}
	.pass-form-right {
	    width: 380px;
	    min-height: 100px;
	    background: rgba(255,255,255,0.98);
	    float: right;
	    z-index: 9999;
	    position: relative;
	    padding: 30px 15px;
	    border-radius: 3px;
	    box-shadow: 0 2px 12px rgba(0,0,0,.05);
	    box-sizing: border-box;
	}
	.pwd_list{
		padding: 20px 30px 30px;
	}
}
@media (max-width: 1200px) {
	.pass-form-right {
	    float:none;
	    margin: 0 auto;
	}
}
@media (max-width: 450px) {
.pwd_list ul>li>input.form-control {
	display: block;
	width: 100%;
	box-sizing:border-box;
}
	.pass-form-right {
	    width:95%;
	}
	.container-full {
    min-height: 550px;
    max-height: 1080px;
    position: relative;
}
.pwd_list{
		padding: 20px 15px 30px;
	}
}
 .header_con>.logo{
    	margin-top:0;
    }
    .header_con>.nav{

    	margin-top:18px;
    }
    .right_con{
    	margin-top:18px;
    }
    .header_con>.nav li>a{
    	height:42px;
    }
    label{
    	font-weight:normal;
    }
    /*header的css*/
    header{
        width: 100%;
        box-shadow: 3px 0px 3px 3px rgba(0,0,0,0.05);
        /*position: fixed;*/
        background: #ffffff;
        z-index: 110;
        height:75px;
        display: block
    }
    .container {
        max-width: 1200px;
        margin-right: auto;
    	margin-left: auto
    }
    .header_con{
        width: 100%;
        height: 100%;
        padding: 0px 0px;
        position: relative;
    }
    .header_con>.logo{
        height: 60px;
        margin-top: 8px;
        float: left;
    }
    .header_con>.logo>a>img{
        max-height: 60px;
    }

    .header_con>.nav{
       position: absolute;
      margin-left: 200px;
       z-index: 111;
       margin-top: 25px;
    }
    .header_con>.nav li{
        padding: 0px 36px 0px 30px;
        background: url("../images/nav_bg.png") no-repeat;
        float: left;
        font-size: 16px;
        background-position: right top;
    }
    .header_con>.nav li:last-child{
        background: none;
    }
    .header_con>.nav li>a{
        display: inline-block;
        color: #191919;
        height: 36px;

    }
    .header_con>.nav li>a:hover,.header_con>.nav li>a.active{
        border-bottom: 2px solid #f24203;
        color: #f24203;
    }

    .right_con{
        float: right;
        right: 0;
        margin-top: 25px;
    }
    .right_con ul{
        float: left;
    }
    .right_con li{
        float: left;
        background: url("../images/right_con_bg.png") no-repeat right;
        font-size: 13px;
        padding-right:15px;
        margin-left: 1px;
        margin-right: 8px;
        margin-top:2px;
    }
    .right_con li:last-child{
        background: none;
    }

    .right_con li>a{
        color: #191919;
    }
    .right_con li>a:hover{
        color: #f24203;
    }
    .right_con>a{
        display: inline-block;
        border-radius: 24px;
        height: 24px;
        line-height: 24px;
        padding: 0px 15px 0px 15px;
        background-color: #f24203;
        background-image: url('../images/fb.png');
        background-position: 6px 2px;
        background-repeat: no-repeat;
        color: #ffffff;
        float: left;
    }
    .right_con>a:hover{
        background-color: #de3509;
        color:#fff;
    }

    .clicks{
        float: right;
        width: 36px;
        height: 36px;
        margin: 17px;
        display: none;
    }

    .btn-con{
        width: 36px;
        height: 36px;
        position: relative;
        cursor: pointer;
    }
    .btn-con>span{
        position: absolute;
        width: 22px;
        height: 2px;
        top: 50%;
        left: 50%;
        margin-top: -1px;
        margin-left: -10px;
        background: #f24203;
        border-radius: 2px;
        transition: all 0.2s ease;
    }
    .btn-con>span:before,.btn-con>span:after{
        content: '';
        position: absolute;
        width: 22px;
        height: 2px;
        background: rgba(255,59,7,1);
        border-radius: 2px;
        top: 8px;
        left: 0;
        transition: all 0.5s ease;
    }
    .btn-con>span:before{
        top: -8px;
    }

    .btn-con.on>span{

        background: rgba(255,255,255,0);
    }
    .btn-con.on>span:before{
        width: 28px;
        transform: rotate(36deg);
        transform-origin: top left;
    }
    .btn-con.on>span:after{
        width: 28px;
        transform: rotate(-36deg);
        transform-origin: bottom left;
    }

.pass-login2{
	position:absolute;
	width:100%;
	height:100%;
	top: 0;
	left: 0;
}
.pass-middle-info{

width: 200px;

margin: 0 auto;

height: 200px;

background-color: #fff;
}
.pass-middle-info-middle{
	    display: -ms-flexbox;
    display: -webkit-flex;
    display: -webkit-box;
    display: flex;
    height: 100%;
    margin: 0 auto;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-flex-flow: column nowrap;
    -ms-flex-flow: column nowrap;
    flex-flow: column nowrap;
    -webkit-align-content: stretch;
    -ms-flex-line-pack: center;
    align-content: center;
}
.pass-middle-info-main{

background: rgba(255,255,255,0.92);

margin: 0 auto;

padding: 50px 50px 80px;

border-radius: 5px;
}
.pass-middle-info-t1{

text-align: center;

font-size: 18px;
}
.pass-middle-info-t1 i{

display: block;

font-size: 52px;

line-height: 60px;

color: #51d497;

margin-bottom: 10px;
}
.pass-middle-info-t2{

text-align: center;

margin-top: 30px;
}
.pass-middle-info-t2 span{

font-size: 32px;

padding: 0 5px;
}
.pass-middle-info-t3{

margin-top: 5px;
}
.pass-middle-info-t3 a{

color: #1d78fe;

padding: 0 5px;

cursor: pointer;
}














