html,body,h1,h2,h3,h4,h5,h6,ol,ul,li,p,form,input,button,a,div,img{
margin: 0;
padding: 0;
list-style: none;
}
html,body{
	width: 100%;
	font-family:"微软雅黑";
}
a{
	text-decoration: none;

}
i,em{
	font-style: normal;
}
li{list-style: none;}
strong,b{
	font-weight: normal;
}
.clearfixs:after{
content:'';
height: 0;
display: block;
clear: both;
visibility: hidden;
overflow: hidden;
}
.clear{
content:'';
display: block;
clear: both;

}
.hs{
	height: 0px;
	clear: both;
}


.inxs{
    text-align: left;
    margin-top: 10px;
    margin-bottom: 10px;
    border-bottom:2px solid #E4641C;
}
.inxs h3 {
    width:70%;
    color: #4d4d4d;
    text-align: left;
    border-left: 2px solid #E4641C;
     margin-bottom: 0.2rem;
     margin-left: 1rem;
     padding-left: 0.3rem;
     font-size: 22px;
}
.inxs_l{
    margin-top: 10px;
    margin-bottom: 10px;
}
.inxs_l h2{
    width:100%;
    color: #ff6b00;
    text-align: center;
     margin-bottom: 0.2rem;
     font-size: 22px;
     font-weight:500px;
}
.inxs_l i{
    width: 34px;
    height: 6px;
    border-top: 1px solid #535353;
    display: inline-table;
    margin: 0 13px;
}
.tidiv{
	text-align: center;
	background-color: white;
}
.dan_div{
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin: 0 auto auto;
    background-image: url(/images/dankbg.png);
	display:none;
}


.tidiv .in1 {
    height: 45px;
    margin-top:10px;
    line-height: 45px;
    letter-spacing: 2px;
    color: #666666;
}

.tidiv .in1 input {
    padding-left: 10px;
    border: 1px solid #cacaca;
    border-radius: 10px;
    width: 90%;
    height: 38px;
    display: inline-block;
    appearance: none;
}

.tidiv .in1 input:focus {
    border: 1px solid yellow;
    border-radius: 10px;
    margin-left: 10px;
}

.tidiv .in2 {
    width: 100%;
    overflow: hidden;
    margin-top: 10px;
}

.tidiv .in2 span {
    width: 46%;
    height: 38px;
    line-height: 32px;
    display: inline-block;
}

.tidiv .in2 span select {
    border: 1px solid #cacaca;
    width: 100%;
    height: 38px;
    line-height: 32px;
    display: inline-block;
    border-radius: 10px;
}

.btdiv {
    margin-top: 16px;
    width: 100%;
    text-align: center;
}

.btdiv{
	margin-top: 20px;
	width: 100%;
	text-align: center;
}
.btdiv button {
    width: 92%;
    padding: 8px 0;
    background-color: #e4641c;
    border: none;
    border-radius: 10px;
    font-size: 20px;
    color: white;
        margin-bottom: 18px;
}
	.dialognes{
	background: #E4641C;
    white-space: nowrap;
    border-bottom: 1px solid #E5E5E5;
    padding: 0;
    border: 0 none;
    text-align: right;

    color: black;
	}
	.dialognes button{
		top: 7px;
    right: 8px;
    width: 24px;
    height: 24px;
    padding: 0;
    color: #000;
    text-shadow: none;
    cursor: pointer;
    /* opacity: .8; */
    /* font-size: 0; */
    -webkit-transition: all .2s;
    transition: all .2s;
	}