* {
    margin: 0;
    padding: 0;
}

a {
    text-decoration: none;
	width: 50%;
    display: flex;
    justify-content: flex-end;
    color: #302E31;
}
a :hover{
/*	background: #64a15e;*/
	box-shadow: 1px 1px 5px 0px;
}
li :hover{
/*	background: #64a15e;*/
	box-shadow: 0px 0px 0px 0px;
}
.right{
    justify-content: flex-start;
}

ul,ol,li{
    list-style: none;
}
html ,body{
    background-color: #F1EFF2;
}
.main {
    width: 100%;
    max-width: 550px;
    margin: 0 auto;
}
.header {
    position: fixed;
    top: 0px;
    height:36px;
    width: 100%;
    line-height: 36px;
    background: #3D3D3D;
    color: #73F360;
    text-align: center;
    font-size: 12px;
    max-width: 550px;
}

.subtitlt{
	font-weight: 500;
    margin-top: 36px;
    font-size: 14px;
    width:100%;
    color: #FF4500;
    background-color: #fff;
    text-align: center;
    height: auto;
    line-height: 25px;
	
}

/*以下就是头部文件的css杨氏*/
.box-1 {
    margin: 1px 0;
    background-color: #fff;
    width: 100%;
/*距离上边框*/
}
.list-1{
    padding: 0;
    /* height: 196px; */
}
.list-1 ul{
    display: flex;
    justify-content: flex-end;
    flex-wrap: wrap;
}
ul li{
    /* width: 42%; */
    width: 100%;
    float: left;
	align-items: center;
    border-top:1px solid #EFEEEF;
	border-left:0.25px solid #EFEEEF;
	border-right:0.25px solid #EFEEEF;
    padding: 4px 10px;
    display: flex;
/*整个框、文字、图标相对位置*/
}
.list-1 ul li .li_box-1{
    padding: 7px;
    line-height: 30px;
    background-color:#FF3D3D;
    color: #fff;
    font-size: 15px;
    text-align: center;
    border-radius: 13px;
/*图标1*/
}
.list-1 ul li .li_text-1 h4{
    font-size: 16px;
    margin-bottom: 1px;
    margin-top: 1px;
    font-weight: normal;
	letter-spacing: 3px;
	color: #FF3D3D;
/*黑色文字1*/
}
.list-1 ul li .li_box-2{
    padding: 7px;
    line-height: 30px;
    background-color:#00A300;
    color: #fff;
    font-size: 15px;
    text-align: center;
    border-radius: 13px;
/*图标2*/
}
.list-1 ul li .li_text-1 h4-2{
    font-size: 16px;
    margin-bottom: 1px;
    margin-top: 1px;
    font-weight: normal;
	letter-spacing: 3px;
	color: #00A300;
/*黑色文字2*/
}
.list-1 ul li .li_box-3{
    padding: 7px;
    line-height: 30px;
    background-color:#660066;
    color: #fff;
    font-size: 15px;
    text-align: center;
    border-radius: 18px;
/*图标3*/
}
.list-1 ul li .li_text-1 h4-3{
    font-size: 16px;
    margin-bottom: 1px;
    margin-top: 1px;
    font-weight: normal;
	letter-spacing: 3px;
	color: #660066;
/*黑色文字3*/
}
.list-1 ul li .li_box-4{
    padding: 7px;
    line-height: 30px;
    background-color:#FF9900;
    color: #fff;
    font-size: 15px;
    text-align: center;
    border-radius: 18px;
/*图标4*/
}
.list-1 ul li .li_text-1 h4-4{
    font-size: 16px;
    margin-bottom: 1px;
    margin-top: 1px;
    font-weight: normal;
	letter-spacing: 3px;
	color: #FF9900;
/*黑色文字4*/
}
.list-1 ul li .li_text-1{
    margin: 1px 0 0 20px;
    height: auto;
/*灰黑色文字距离左图标*/
}

.h-2{
    color: #888;
    font-size: 12px;
	font-weight: normal;
	letter-spacing: 0.4px;
	padding: 0;
	margin: 0;
/*灰色字体大小*/
}
/*以上就是头部文件的css杨氏*/

.tx{
    height: 40px;
    width: 95%;
    line-height: 40px;
    padding: 0 10px;
    background-color: #fff;
}
.tx h2 {
    font-size: 16px;
    float: left;
}
.tx .switch{
    float: right;
    width:45px;
    height: 20px;
    border-radius:10px;
    margin-top: 3%;
    border: 1px solid #F3F3F3;
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
}
.off{
    width: 17px;
    height: 17px;
    background-color: red;
    border-radius: 50%;
    margin-left: 2px;
    position:absolute;
    right: 55%;
    display: none;
}
.ON{
    width: 17px;
    height: 17px;
    background-color:#ADC305;
    border-radius: 50%;
    margin-right: 2px;
    position:absolute;
    right:0;
}
.box {
    margin: 9px 0;
    background-color: #fff;
    width: 100%;
}
.list{
    padding: 0;
    /* height: 196px; */
}
.list ul{
    display: flex;
    justify-content: flex-end;
    flex-wrap: wrap;
}
ul li{
    /* width: 42%; */
    width: 100%;
    float: left;
	align-items: center;
    border-top:1px solid #EFEEEF;
	border-left:0.25px solid #EFEEEF;
	border-right:0.25px solid #EFEEEF;
    padding: 4px 10px;
    display: flex;
}
.list ul li .li_box{
    padding: 4px;
    line-height: 30px;
    background-color:#006699;
    color: #fff;
    font-size: 15px;
    text-align: center;
    border-radius: 3.5px;
}
.list ul li .li_text{
    margin: 1px 0 0 5px;
    height: auto;
}
.list ul li .li_text p{
    font-size: 15px;
    margin-bottom: 1px;
    margin-top: 1px;
	letter-spacing: 0.9px;
}
.footer{
	max-width: 550px;
    background-color: #302E31;
    height: 70px;
    width: 100%;
    margin: 0 auto;
    padding-top: 10px;
}

.p-2{
    color: #C8C7C7;
	font-weight: normal;
    font-size: 13px;
}
.footer h2{
    font-size: 15px;
    font-weight: normal;
    text-align: center;
    width: 100%;
    color:#8A888B;
    margin-bottom: 3px;
}
.footer span{
    background-color: #288D8C;
    width: 5px;
    height: 5px;
    margin: 0 3px;
}
.footer h3{
    color: #00FFFF;
    margin-bottom: 2px;
    text-align: center;
    font-size: 12px;
    font-weight: normal;
}