*{
    margin: 0;
    padding: 0;
}
a{
    text-decoration: none;
}
ul,li{
    list-style: none;
}
.box{
    min-width: 450px;
    display: flex;
    justify-content: space-between;
    min-height: 1000px;
}
.box_left{
    min-width: 50%;
    display: flex;
    justify-content: center;
    position: relative;
}
.box_left img{
    width: 100%;
}
.box_left_one{
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 2;
    color: #fff;
}
/*box-shadow: 2px 4px 18px 1px #034BAA;*/
.box_logo{
    display: block;
    width: 150px;
	height: 150px;
    border-radius: 50%;
    
	position:relative;
	top:-7%;
}
.box_logo img{
    width: 100%;
	
}
.box_left_one h2{
    font-size: 35px;
    padding: 20px 0;
	
	position:relative;
	top:-7%;
}
.box_left_one h4{
    font-size: 18px;
    font-weight: normal;
	
	position:relative;
	top:-7%;
}
.box_right{
    min-width: 50%;
    display: flex;
    justify-content: center;
    position: relative;
    text-align: left;
}
.box_right_one{
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 2;
}
.box_right_one h2{
    width: 200px;
    font-size: 25px;
    text-align: left;
    font-weight: normal;
}
.box_input{
    width: 200px;
    margin-top: 20px;
}
.box_input input{
    width: 100%;
    height: 30px;
    border: 1px solid #E7E7E7;
    padding: 0 10px;
}

.step{
    width: 222px;
    margin-left: 23px;
}
.step button{
    width: 100%;
    height: 30px;
    background: #4092FE;
    margin-top: 200px;
    border: none;
    color: #fff;
}

#slide_box {
	width: 222px;
    height: 30px;
    margin-left: 22px;
	text-align: center;
	line-height: 30px;
	font-size: 10px;
	color: #717171;
	background-color: #e8e8e8;
    border: none;
    margin-top: 20px;
}

#slide_xbox {
	width: 40px;
	height: 30px;
	line-height: 30px;
	font-size: 10px;
	color: #fff;
	position: absolute;
    background: #35b34a;
}

#btn {
	cursor: pointer;
	width: 40px;
    height: 30px;
    line-height: 30px;
	float: right;
	-webkit-box-shadow: 0px 0px 15px 0px #ddd;
	-moz-box-shadow: 0px 0px 15px 0px #ddd;
	box-shadow: 0px 0px 15px 0px #ddd;
	color: #8a8c97;
    background:#fff no-repeat center url(../images/jiantou.png);
    background-size: 40% 36%;
}

#btn > .iconfont {
	font-size: 20px;
}
