@charset "utf-8";

/* CSS Document */

* {
	font-family: "微软雅黑";
	color: #555555;
}

body,
h1,
h2,
h3,
h4,
h5,
p,
dl,
dt,
dd,
ul,
ol,
li,
pre,
fieldset,
lengend,
button,
input,
textarea,
th,
td {
	margin: 0;
	padding: 0;
	font-weight: normal;
}


ul,
li {
	list-style: none;
}

.clearfix {
	clear: both;
}

@font-face {
    font-family: MuiiconSpread;
    font-weight: normal;
    font-style: normal;
    src:  url('../fonts/mui.ttf') format('truetype'); /* iOS 4.1- */
}
.mui-icon
{
    font-family: MuiiconSpread;
    font-size: 24px;
    font-weight: normal;
    font-style: normal;
    line-height: 1;
    display: inline-block;
    text-decoration: none;
    -webkit-font-smoothing: antialiased;
}

img {
	display: block;
}

a {
	text-decoration: none;
}

input {
	border: none;
	outline: none;
	display: block;
}

button {
	margin: 0;
	padding: 0;
}


/*hearder */
.lodin__box{
	background-color: #374880;
    display: flex;
    flex-direction: column;
    height: 100vh;
    min-height: 600px;
    justify-content: space-between;
    background-image: url("../img/loginbg.png");
    background-repeat: no-repeat;   
    background-size: 100% 100%;  
}

.header_box{
width: 1000px;
margin: auto;

}
.header_box .logo{
float: left;

}
.header_box .header_right{
float: right;
}
.header_box .header_right .kaitong{
display: inline-block;
width: 100%;
}
.header_box .header_right button{
margin-top: 22px;
float: left;
width: 80px;
height: 36px;
background-color: #32AF50;
border-radius:4px;
color: #fff;
font-size: 14px;
line-height: 36px;
 border:none;
}
.header_box .header_right a{
float: left;
}
.header_box .header_right p{
	float: left;
    font-size: 14px;
    line-height: 32px;
    color: #FFFFFF;

}

.lodin_comment_box{ width:920px; margin:0 auto;}
.lodin_left{ float:left;}
.lodin_left img{
width: 380px;
height: 380px;
color: #FFFFFF;
}

.lodin_right{
float: right;
width: 280px;
height: 400px;
background-color:#ffffff;

}
.lodin_right .lodin_delu p{
text-align: center;
font-size: 24px;
 color: #000000;
 margin-bottom: 40px;
 margin-top: 40px;

}
.lodin_right  ul{
width: 246px;
margin: 0 auto;}
.lodin_right  ul li{
margin-bottom: 40px;}
.lodin_right  ul li img{
float: left;
margin-left: 5px;
} 
.lodin_right  ul li input{
float: left;
border-bottom: 1px solid #000000;
background-color: #ffffff;
width: 190px;
color: #333333;
margin-left: 14px;
height: 28px;

} 
.lodin_right  ul li input[type=checkbox]{
width: 18px;
}
.lodin_right  ul .wangji{
    margin-bottom: 15px;
    display: flex;
    justify-content: space-between;
    color: #333;
}
.lodin_right  ul li button{
width: 240px;
height: 32px;
background-color: #5885db;
border-radius:4px;
color: #fff;
border:none;
 font-size: 14px;
 margin-left: 5px;
 margin-top:30px;
}
.lodin_right  ul li a{
 font-size: 14px;
 color:  #333333;
}


.footer_box{
background-color: #374880;
border-top: 2px solid #5368ae;

height: 80px;
}
.footer_box .footer{
width: 1000px;
margin: 0px auto;
padding: 20px 0;
}
.footer_box .footer p {
text-align: center;}
.footer_box .footer p a{

font-size: 12px;
 color: #FFFFFF;
 margin-bottom: 10px;
 margin-top: 10px;
}

.header_box_bg{
    background-color: #374880;
}
.lodin_com  ul .wangji{
	font-size: 16px;
}
/*商户申请*/


.lodin_com{
	
	width:400px;
	height:460px ;
	margin: 0 auto;
	background-color: #f5f5f5;
	margin-top: 5%;
}
.lodin_com .lodin_delu p{
text-align: center;
font-size: 24px;
 color: #000000;
 margin-bottom: 10px;
line-height: 80px;

}
.lodin_right{
float: right;
width: 280px;
height: 360px;
background-color:#ffffff;

}
.lodin_right .lodin_delu p{
text-align: center;
font-size: 24px;
 color: #000000;
 margin-bottom: 40px;
 margin-top: 40px;

}
.lodin_com  ul{
width: 246px;
margin: 0 auto;}
.lodin_com  ul li{
margin-bottom: 20px;}
.lodin_com  ul li img{
float: left;
margin-left: 5px;
} 
.lodin_com  ul li input{
float: left;
border: 1px solid #999999;
background-color: #ffffff;
width: 240px;
color: #999999;
height: 32px;
border-radius:4px;
padding-left: 10px;
line-height: 32px;

} 
.lodin_com  ul li input[type=checkbox]{
width: 18px;
}
.lodin_com  ul .wangji{
    margin-bottom: 15px;
    display: flex;
    justify-content: space-between;
    color: #333;
}
.lodin_com  ul li button{
width: 250px;
height: 32px;
background-color: #5885db;
border-radius:4px;
color: #fff;
border:none;
 font-size: 14px;
 
}
.lodin_com ul li a{
 font-size: 14px;
 color:  #333333;
}
.lodin_com  ul .wangji{
	font-size: 16px;
}
/* 移动端兼容处理 */
@media (max-width: 990px) {
    body{
        overflow: hidden;
        height: 100vh;
        width: 100vw;
    }
    .lodin__box{
        min-height: 100vh;
    }
    .header_box_bg .header_box{
        width: 100%;
        display: flex;
        justify-content: space-around;
    }
    .header_box .logo{
        width: 50%;
    }
    .lodin_comment_box{
       width: auto;
       margin: 0px;
       display: flex;
       justify-content: center;
    }
    .lodin_left{
        display: none;
    }
    .footer_box{
        height: auto;
    }
    .footer_box .footer{
        width: 100vw;
    }
    .footer_box .footer p{
        text-align: center;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    }
    .footer_box .footer p a{
        margin: 0px;
    }
}
