.box {
|
width: 100%;
|
}
|
/*.head {
|
width: 100%;
|
height: 44px;
|
padding: 0 15px;
|
display: flex;
|
align-items: center;
|
justify-content: space-between;
|
box-sizing: border-box;
|
background: #FFFFFF;
|
position: sticky;
|
top: 0;
|
left: 0;
|
z-index: 999;
|
box-shadow: 0 2px 8px 0 rgba(102,102,102,0.05);
|
}
|
.head_logo {
|
width: 98px;
|
height: 32px;
|
}
|
.head_menu {
|
width: 24px;
|
height: 24px;
|
}*/
|
.banner {
|
width: 100%;
|
height: 211px;
|
padding: 0 30px;
|
box-sizing: border-box;
|
background-image: url("../images/banner_yunwei@2x.png");
|
background-repeat: no-repeat;
|
background-size: 100% 100%;
|
display: flex;
|
flex-direction: column;
|
justify-content: center;
|
}
|
.banner_title {
|
font-weight: bold;
|
font-size: 25px;
|
color: #191B1F;
|
}
|
.banner_info {
|
font-weight: 400;
|
font-size: 13px;
|
color: #191B1F;
|
margin-top: 10px;
|
}
|
.banner_btn {
|
width: 72px;
|
height: 27px;
|
line-height: 27px;
|
text-align: center;
|
background: #FF7900;
|
box-shadow: 0px 2px 10px 0px rgba(255,121,0,0.2);
|
border-radius: 18px;
|
font-weight: 400;
|
font-size: 12px;
|
color: #FFFFFF;
|
margin-top: 20px;
|
}
|
|
.fangan_image {
|
width: 100%;
|
height: 328px;
|
margin-top: 17px;
|
}
|
.fangan_image img {
|
width: 100%;
|
}
|
.fangan_image1 {
|
width: 100%;
|
height: 210px;
|
margin-top: 17px;
|
}
|
.fangan_image1 img {
|
width: 100%;
|
}
|
.fangan_image2 {
|
width: 100%;
|
height: 178px;
|
margin-top: 17px;
|
}
|
.fangan_image2 img {
|
width: 100%;
|
}
|
.cate {
|
width: 100%;
|
height: 49px;
|
display: flex;
|
align-items: center;
|
background: #FFF5EC;
|
}
|
.cate_item {
|
flex: 1;
|
height: 100%;
|
display: flex;
|
align-items: center;
|
justify-content: center;
|
font-weight: 400;
|
font-size: 14px;
|
color: #333333;
|
}
|
.active {
|
border-bottom: 2px solid #FF7900 !important;
|
color: #FF7900 !important;
|
}
|
.fangan {
|
width: 100%;
|
padding: 24px 15px;
|
box-sizing: border-box;
|
display: flex;
|
flex-direction: column;
|
align-items: center;
|
justify-content: center;
|
}
|
.fangan_title {
|
width: 100%;
|
text-align: center;
|
font-weight: 600;
|
font-size: 18px;
|
color: #191B1F;
|
}
|
.fangan_info {
|
width: 209px;
|
text-align: center;
|
font-weight: 400;
|
font-size: 11px;
|
color: #9196A1;
|
margin-top: 10px;
|
}
|
.fangan_tu {
|
width: 100%;
|
padding: 0 15px;
|
box-sizing: border-box;
|
margin-top: 20px;
|
}
|
.fangan_tu_image {
|
width: 100%;
|
height: 194px;
|
display: flex;
|
align-items: center;
|
justify-content: center;
|
margin-bottom: 25px;
|
}
|
.fangan_tu_image img {
|
width: 100%;
|
}
|
.fangan_tu_list {
|
width: 100%;
|
display: flex;
|
align-items: center;
|
justify-content: space-between;
|
flex-wrap: wrap;
|
}
|
.fangan_tu_list_item {
|
width: 33.3%;
|
display: flex;
|
align-items: center;
|
justify-content: center;
|
flex-direction: column;
|
margin-bottom: 20px;
|
}
|
.fangan_tu_list_item img {
|
width: 40px;
|
height: 40px;
|
}
|
.fangan_tu_list_item span {
|
font-weight: 500;
|
font-size: 14px;
|
color: #222222;
|
}
|
.fangan_list {
|
width: 100%;
|
display: flex;
|
align-items: center;
|
justify-content: space-between;
|
flex-wrap: wrap;
|
}
|
.fangan_list_item {
|
width: 25%;
|
display: flex;
|
flex-direction: column;
|
align-items: center;
|
justify-content: center;
|
margin-top: 30px;
|
}
|
.fangan_list_item img {
|
width: 44px;
|
height: 44px;
|
}
|
.fangan_list_item span {
|
font-weight: 400;
|
font-size: 13px;
|
color: #191B1F;
|
margin-top: 10px;
|
}
|
|
.fangan_content_list {
|
width: 100%;
|
display: flex;
|
align-items: center;
|
justify-content: space-between;
|
flex-wrap: wrap;
|
}
|
.fangan_content_list_item {
|
width: 25%;
|
display: flex;
|
flex-direction: column;
|
align-items: center;
|
justify-content: center;
|
margin-top: 30px;
|
}
|
.fangan_content_list_item img {
|
width: 44px;
|
height: 44px;
|
}
|
.fangan_content_list_item span {
|
font-weight: 400;
|
font-size: 13px;
|
color: #191B1F;
|
margin-top: 10px;
|
}
|
.fangan_btn {
|
margin: 0 auto;
|
width: 72px;
|
height: 27px;
|
line-height: 27px;
|
text-align: center;
|
background: #FF7900;
|
box-shadow: 0 2px 10px 0 rgba(255,121,0,0.2);
|
border-radius: 18px;
|
font-weight: 400;
|
font-size: 12px;
|
color: #FFFFFF;
|
margin-top: 20px;
|
}
|
.fangan_func {
|
width: 100%;
|
margin-top: 23px;
|
display: flex;
|
align-items: center;
|
justify-content: space-between;
|
flex-wrap: wrap;
|
}
|
.fangan_func_item {
|
width: 48%;
|
height: 120px;
|
padding: 15px;
|
box-sizing: border-box;
|
background: rgba(255,255,255,0.98);
|
box-shadow: 0px 1px 8px 0px #DFE2E8;
|
border-radius: 5px;
|
}
|
.fangan_func_item_top {
|
width: 100%;
|
display: flex;
|
align-items: start;
|
justify-content: space-between;
|
}
|
.fangan_func_item_top img:nth-child(1) {
|
width: 35px;
|
height: 35px;
|
}
|
.fangan_func_item_top img:nth-child(2) {
|
width: 22px;
|
height: 6px;
|
}
|
.fangan_func_item_title {
|
font-weight: bold;
|
font-size: 12px;
|
color: #191B1F;
|
margin-top: 6px;
|
}
|
.fangan_func_item_info {
|
font-weight: 400;
|
font-size: 10px;
|
color: #7B7F87;
|
margin-top: 3px;
|
}
|