@charset "utf-8";

/* 曾经蜡笔么有小新 2016/11/15*/

.clear {
	clear: both
}

.w1200 {
	width: 1200px;
	margin: 0 auto
}
.wrap{
	width: 800px;
    margin: 90px auto 0 auto;
}
.log_title{
	max-width: 70%;
	margin: 0 auto;
	display: block;
	margin-bottom: 10px;
}
.wrap_d{
	background: url(../../images/login/index_bg_03.jpg) no-repeat;
	background-size: contain;
	width: 800px;
	height: 400px;
}
.wrap_d_right{
	float: right;
	background: url(../../images/login/login_bg.png) no-repeat;
	background-size: 100% 100%;
    padding: 15px 30px;
    width: 320px;
    margin: 13px 10px 0 0;
	
}
.wrap_d_right .img_top{
	max-width: 100%;
}
.img_top_boder{
	height: 1px;
	background: #ced1d4;
}
.rel{
	position: relative;
}
.input{
	margin: 10px 30px;
}
.input input{
    width: 80%;
    position: absolute;
    top: 3px;
    height: 30px;
    line-height: 30px;
    left: 45px;
    border: 0;
    background: none;
}

.input img{
	width: 100%;
	max-width: 100%;
    min-height: 30px;
}
.input_code{
	width:135px;
    height: 35px;
    float: left;
}

.input_code img{
    height: 35px;
	width:135px;
}
.input_code input{
    width: 80%;
    position: absolute;
    top: 3px;
    height: 30px;
    line-height: 30px;
    left: 15px;
    border: 0;
    text-align: center;
    background: none;

}
.yzm{
	width: 100px;
	float: left;
    margin-left: 5%;
}
.yzm img{
	width: 100px;
}
.sub{
	text-align: center;
	margin: 20px auto;
}
.sub img{
	width: 135px;
	cursor: pointer;
}

@media (max-width: 767px) {
	
}

@media  (max-device-width : 736px) {
	body{
		background: url(../../images/login/pci.png) center center;
	}
.wrap{
	width: 100%;
	margin-top: 40%;
}
.wrap_d{
	margin: 0;
	width: 100%;
	background: none;
	height: 100%;
}
.wrap_d_right{

    float: none;
    margin: 0 auto;
    width: 80%;
    
    text-align: center;
}
.input_code {
	
    width: 40%;
    margin-left: 0;
    height: 35px;
    float: left;
}
.input_code img {
    height: 35px;
    width: 100%;
}
.yzm {
    width: 40%;
}
.yzm  img{
    width: 100%;
    margin-top: 5px;;
}



.input input{
    left: 20%;
}
.input_code input{
	left: 0;
	width: 100%;
}































}