@charset "utf-8";
/* CSS Document */
body{ margin:0; padding:0; font-size:12px; font-family:"Microsoft YaHei",Arial,Helvetica,sans-serif,"微软雅黑"; overflow-x:hidden;}
div,ul,li,p,form,h1,h2,h3,h4,h5,h6,dt,dd,dl{padding:0;margin:0; font-family:"Microsoft YaHei",Arial,Helvetica,sans-serif,"微软雅黑";}
a{ text-decoration:none; color:#444;}
img{ border:none; vertical-align: middle}
ul,li{ list-style:none;}
*{ margin:0; padding:0;}
table{border-collapse:collapse;}
.connte{width:1100px;margin:0 auto;}

/*bmrk*/
.bmrk__bgd{
    margin-top: 50px;
}
.bmrk{ position:relative;
    width: 1024px;
    height: 477px;
    margin: 0 auto;
    background: url('images/login1.jpg') no-repeat  center;
}
.form02{
    position: absolute;
    top: 200px;
    left: 300px;

}
.form02__list label{
    display: inline-block;
    vertical-align: top;
    width: 75px;
    height: 32px;
    text-align: right;
    line-height: 32px;
    font-size: 12px;
    color: #000;
    margin-left: 57px;
}
.form02__list input{
    width: 190px;
    height: 30px;
    padding: 0 10px;
    border: 1px solid #cae5f4;
    margin-bottom: 12px;
}
.form02__list select{
    width: 212px;
    height: 30px;
    padding: 0 10px;
    border: 1px solid #cae5f4;
    margin-bottom: 12px;
}
.form02__list--yanzheng input{
    width: 90px;
}
.form02__list img{
    width: 90px;
    height: 30px;
    display: inline-block;
    vertical-align: top;
    margin-left: 5px;
}
.form02__link{
    width: 132px;
    height: 34px;
    font-size: 16px;
    color: #4164aa;
    text-align: center;
    background: #cee2f4;
    background: linear-gradient(to bottom,#f3f9fb,#cee2f4);
    line-height: 34px;
    display: inline-block;
    border: 1px solid #e1e1e1;
    margin: 26px -34px 12px 145px;
}
.mobile {
    display: none;
}
.photo{
    position:absolute;
	bottom:0;
	right:50%;
	margin-right:-37px;
	color:red
}
@media only screen and (max-width:767px) and (min-width:320px) {
    html,
    body {
        height: 100%;
    }
    .bmrk__bgd {
        display: none;
    }
    .mobile {
        display: block;
        background: #46c7f8;
        height: 100%;
    }
    nav {
        padding: 10px 5px;
        text-align: center;
    }
    nav h1 {
        font-family: "宋体";
        font-size: 30px;
        padding-top: 20px;
        margin-bottom: 10px;
        color: #0510e7;
        font-weight: bold;
    }
    nav h2 {
        font-family: "宋体";
        font-size: 20px;
        padding-top: 10px;
        margin-bottom: 30px;
        color: #0510e7;
        font-weight: bold;
    }
    nav p {
        font-size: 12px;
    }
    form {
        width: 80%;
        margin: 0 auto;
    }
    form input,
    form select {
        outline: none;
        padding: 4px 6px;
        background-color: #FFFFFF;
        border: 1px solid #D8D8D8;
        border-radius: 6px;
        margin-top: 15px;
        width: 100%;
        height: 36px;
        line-height: 36px;
        box-sizing: border-box;
        font-size: 14px;
        color: #0510e7;
    }
    ::-webkit-input-placeholder {
        color: #0510e7;
    }
    :-moz-placeholder {
        color: #0510e7;
    }
    ::-moz-placeholder {
        color: #0510e7;
    }
    :-ms-input-placeholder {
        color: #0510e7;
    }
    button {
        text-align: center;
        color: #fff;
        outline: none;
        border: none;
        padding: 0;
        cursor: pointer;
        transition: .2s ease-in-out;
        background-color: #0510e7;
        border-radius: 6px;
        margin-top: 28px;
        width: 100%;
        height: 36px;
        line-height: 36px;
        box-sizing: border-box;
        font-size: 14px;
    }
	.photo{
	color:red;
	width:100%;
	text-align:center;
	position: unset;
	margin-top:10px
	}
}