* {margin: 0px;padding: 0px;}
img {vertical-align: middle;}
body {padding: 0;margin: 0;color: #000;font: 400 14px/1.5 'helvetica neue', 'hiragino sans gb', 'Microsoft YaHei', SimSun, arial, tahoma, sans-serif;font-family: "微软雅黑";min-width: 1200px;}
h1,h2,h3,h4,p,ul,li,dl,dt,dd,input,img,th {padding: 0;margin: 0;border: none;list-style: none;}
div {margin: 0;padding: 0;}
a:link,a:visited {text-decoration: none;}
a:hover {text-decoration: none;}
li {list-style: none;}
.clr:after {content: ' ';display: block;clear: both;visibility: hidden;line-height: 0;height: 0;}
.fl {float: left;}
.fr {float: right;}
.clearfix {
    zoom: 1;
}

    .clearfix:after {
        content: "";
        display: block;
        visibility: hidden;
        clear: both;
        height: 0;
        font-size: 0;
    }
.mr20 {
    margin-right:20px;
}

.mt10 {
    margin-top: 30px;
}

.mainbox {
    width: 1180px;
    margin: 0px auto;
}

.mbl {
    width: 900px;
    float: left;
}

.mbr {
    width: 280px;
    float: right;
}

h1 {
    font-size: 24px;
    line-height: 48px;
    color: #333;
    text-align: center;
    padding-bottom: 8px;
    font-weight:bold;
}


.articlei {
    font-size: 14px;
    line-height: 28px;
    color: #999;
    text-align: center;
    border-bottom: 1px solid #ddd;
}

.chaxun {
    width: 50%;
    margin: 30px auto 20px;
}

#tb_UserBank {
    background: url(../images/2022new/username.png) no-repeat 5px center;
    text-indent: 40px;
    background-size: 40px;
}

 input {
    display: block;
    width: 100%;
    height: 50px;
    margin: 0 auto 20px;
    font-size: 16px;
    padding: 0 10px;
    color: #666;
    border-radius: 4px;
    box-sizing: border-box;
    border: 1px solid #d2d2d2;
}

#tb_UserPass {
    background: url(../images/2022new/shenfenzheng.png) no-repeat 5px center;
    text-indent: 40px;
    background-size: 40px;
}

.loginBtn {
    display: block;
    width: 95%;
    height: 50px;
    line-height: 2.5rem;
    background: linear-gradient(to right, #3840B3, #5D65DB);
    font-size: 20px;
    color: #fff !important;
    text-align: center;
    border-radius: 5px;
    margin: 40px 8px 16px;
    cursor: pointer;
}

.jieguozhanshi {
    padding: 20px;
    border: 1px solid #a2b0eb;
    width: 100%;
    background: url(/images/2022new/success.png) no-repeat 80% center;
}

    .jieguozhanshi p {
        line-height: 35px;
    }
	
	
	
		
					@media screen and (max-width: 751px) {
					    body {
					        min-width:100%;
					    }
					    .mainbox {
					        width: 100%;
					    }
					    .mbl {
					        width:100%;
					    }
					    .article {
					        width:100%;
					    }
					    .chaxun {
					        width:90%;
					    }
					   .btndiv{
						   margin: auto !important;
					   }
					   .jieguozhanshi{
					       padding: 20px 10px;
						   width: auto;
					       background: url(/images/2022new/success.png) no-repeat 90% bottom;
					   }
					   h1 {
						   font-size: 20px;
					   }
					}