

body {
    font-family: "Microsoft Yahei", Arial, "Lucida Grande", Verdana, Lucida, Helvetica, sans-serif;
}

/************************************基础开始*************************************/

.base_content {
    min-width: 1200px;
    padding: 100px 0;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.base_content.orange {
    background-color: #ff9600;
}

.base_content.black {
    background-color: #2e2e38;
}

.base_content.gray,
.synopsis_content {
    background-color: #f7f9fc;
}

.base_content.team {
    padding-bottom: 0;
    background-image: url();
    background-position: center 286px;
    background-size: auto;
}

.content {
    width: 1200px;
    margin: 0 auto;
}

.content.row {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
}

.content.row .base_title_content {
    width: 468px;
    align-items: flex-start;
    padding: 0;
}

.content.row .base_title_content h2 {
    line-height: 46px;
}

.content.row .base_title_content p {
    margin-top: 20px;
    text-align: left;
}

.content.reverse {
    flex-direction: row-reverse;
}

.content.row .base_title_content.small {
    width: 390px;
}

.base_title_content {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 0 98px;
}

.base_title_content h2 {
    font-size: 36px;
    color: #333;
}

.base_title_content h2.line::after {
    content: '';
    width: 46px;
    height: 5px;
    margin: 26px auto 0;
    display: block;
    background-image: linear-gradient(to right, #ff8600, #fe5722);
}

.base_title_content p {
    line-height: 24px;
    margin-top: 28px;
    text-align: center;
    font-size: 16px;
    color: #949699;
}

.base_title_content.white h2,
.base_title_content.white p {
    color: white;
}

.base_img {
    padding-top: 60px;
    text-align: center;
}
.header_content{
	background:#000000!important;
}
.header_left > ul > li > a, .header_right > ul > li > a{
	color:#858282!important;
}
.header_left > ul > li, .header_right > ul > li{
	border-right: 1px solid #4d4d4d!important;;
}
.header_phone strong,.header_phone i{
	    color: #ff8600!important;
}
/************************************基础结束*************************************/

.head_menu_popup_content {
	width: 100%;
	background-color: #fff;
	box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, .05);
	transition: top .5s;
	position: fixed;
	top: -100%;
	left: 0;
	z-index: 9;
}

.head_menu_popup_box {
	width: 1200px;
	margin: 0 auto;
	padding: 3px 0 33px;
}

.head_menu_popup_list {
	padding: 17px 0;
}

.head_menu_popup_title>h3 {
	font-size: 13px;
	color: #808080;
}

.head_menu_popup_module>ul {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
}

.head_menu_popup_module>ul>li {
	width: 25%;
	padding-top: 20px;
}

.head_menu_popup_module>ul>li>a {
	display: flex;
	flex-direction: row;
	align-items: center;
}

.head_menu_popup_img,
.head_menu_popup_img>img {
	width: 50px;
	height: 50px;
	margin-right: 10px;
}

.head_menu_popup_describe {
	display: flex;
	flex-direction: column;
}

.head_menu_popup_describe>span {
	font-size: 14px;
	color: #333;
}

.head_menu_popup_describe>span>label {
	height: 16px;
	line-height: 14px;
	padding: 0 3px;
	margin-left: 5px;
	font-size: 12px;
	color: #fff;
	background-image: linear-gradient(to right bottom, #fe5722, #ff7b51);
	border-radius: 2px;
}

.head_menu_popup_describe>small {
	margin-top: 10px;
	font-size: 12px;
	color: #999;
}

/************************************导航开始*************************************/
.nav_content.active .nav_right > ul > li.active > a, .nav_content.active .nav_right > ul > li:hover > a{
	color: #ff8600!important;
}
.nav_content.active .nav_right > ul > li::after{
	background-color: #ff8600!important;
}

.nav_content{
	background-color: #fd6f0f!important;
} 
.nav_content.active {
    background-color: #fff!important;
    box-shadow: 0 3px 10px rgba(0, 0, 0, .05);
}
.nav_content:hover {
	/*
    background-color: rgba(0, 0, 0, .3)!important;
	*/
}

.nav_box {
	width:1200px;
    height: 80px;
     flex-direction: row;
    align-items: center;
    justify-content: space-between;
}

.logo_content a {
    font-size: 0;
}

.logo_content img {
    height: 40px;
    font-size: 16px;
}

.nav > ul {
    display: flex;
    flex-direction: row;
    align-items: center;
}

.nav > ul > li {
    transition: all .2s;
    cursor: pointer;
    position: relative;
}

.nav > ul > li::after {
    content: '';
    width: 100%;
    height: 3px;
    opacity: 0;
    transition: all .2s;
    background-color: #fff;
    position: absolute;
    bottom: 10px;
    left: 0;
    z-index: 1;
}

.nav > ul > li:not(:first-child) {
    margin-left: 44px;
}

.nav > ul > li > a {
    height: 80px;
    line-height: 80px;
    font-size: 16px;
    color: #fff;
    display: block;
}

.nav > ul > li:hover::after {
    opacity: 1;
}

.nav > ul > li:hover .navsub_content {
    display: block;
}

.navsub_content {
    display: none;
    background-color: #fff;
    box-shadow: 0 6px 16px rgba(0, 0, 0, .06);
    border-radius: 4px;
    cursor: default;
    position: absolute;
    top: 100%;
    left: -76px;
    z-index: 1;
}

.navsub_box {
    display: flex;
    flex-direction: row;
    padding: 40px 0 40px 40px;
}

.navsub_box > dl {
    width: 100px;
    margin-right: 40px;
}

.navsub_box > dl > dt {
    padding-bottom: 14px;
    font-size: 15px;
    color: #333;
    font-weight: bold;
    border-bottom: 1px solid #f0f0f0;
}

.navsub_box > dl > dd {
    margin-top: 14px;
    font-size: 0;
}

.navsub_box > dl > dd:not(:nth-child(2)) {
    margin-top: 24px;
}

.navsub_box > dl > dd > a {
    font-size: 14px;
    color: #666;
}

.navsub_box > dl > dd > a:hover {
    color: #ff8600;
}

/************************************导航结束*************************************/

/***********************************banner开始************************************/

.banner_content {
    position: relative;
    overflow: hidden;
}

.banner_box {
    min-width: 1200px;
    display: flex;
    flex-direction: row;
}

.banner_content.h_500 .banner_img {
    height: 500px;
}

.banner_img {
    width: 100%;
    height: 540px;
    flex-grow: 0;
    flex-shrink: 0;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.banner_img:not(:first-child) {
    display: none;
}

.banner_img > a {
    width: 100%;
    height: 100%;
    display: block;
}

.banner_zxbtn {
    width: 160px;
    height: 50px;
    line-height: 50px;
    margin-top: 406px;
    text-align: center;
    font-size: 18px;
    color: #ff6211;
    display: block;
    background-color: #fff;
    box-sizing: 0 12px 32px rgba(250, 124, 12, .28);
}

.banner_shopbtn {
    width: 140px;
    height: 44px;
    line-height: 44px;
    margin-top: 442px;
    text-align: center;
    font-size: 16px;
    color: #fff;
    display: block;
    border: 1px solid #fff;
    border-radius: 4px;
}

.banner_center {
    width: 1200px;
    height: 100%;
    margin: 0 auto;
}

.banner_paging {
    width: 100%;
    text-align: center;
    font-size: 0;
    position: absolute;
    left: 0;
    bottom: 70px;
    z-index: 1;
}

.banner_paging span {
    width: 60px;
    height: 2px;
    margin: 0 4px;
    display: inline-block;
    background-color: rgba(255, 255, 255, .4);
    position: relative;
    cursor: pointer;
}

.banner_paging span small {
    width: 0;
    height: 100%;
    display: block;
    background-color: #fff;
}

/***********************************banner结束************************************/

/************************************首页开始*************************************/

.sm21home_advantage_content {
    margin-top: -55px;
    position: relative;
    z-index: 1;
}

.sm21home_advantage_box {
    width: 1200px;
    margin: 0 auto;
}

.sm21home_advantage_box ul {
    height: 120px;
    display: flex;
    flex-direction: row;
    align-items: center;
    background-color: #fff;
    border-radius: 8px;
    box-shadow: 0 8px 18px rgba(198, 200, 204, .2);
}

.sm21home_advantage_box ul li {
    flex-grow: 1;
    flex-shrink: 1;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
}

.sm21home_advantage_box ul li img {
    width: 60px;
    height: 50px;
    flex-grow: 0;
    flex-shrink: 0;
    margin-right: 16px;
}

.sm21home_advantage_text {
    display: flex;
    flex-direction: column;
}

.sm21home_advantage_text span {
    font-size: 18px;
    color: #333;
}

.sm21home_advantage_text small {
    margin-top: 10px;
    font-size: 14px;
    color: #999;
}

.sm21home_system_content {
    display: flex;
    flex-direction: column;
}

.sm21home_system_tab ul {
    display: flex;
    flex-direction: row;
    padding-top: 34px;
}

.sm21home_system_tab ul li {
    width: 20%;
    flex-grow: 1;
    flex-shrink: 1;
    padding: 18px 0;
    text-align: center;
    font-size: 18px;
    color: #666;
    border-bottom: 2px solid rgba(0, 0, 0, 0);
    cursor: pointer;
}

.sm21home_system_tab ul li.active,
.sm21home_system_tab ul li:hover {
    color: #ff8600;
    border-bottom-color: #ff8600;
}

.sm21home_system_box {
    display: flex;
    flex-direction: row;
    padding: 10px 40px 10px 10px;
    margin-top: 40px;
    background-color: #fff;
    border-radius: 4px;
}

.sm21home_system_img {
    width: 600px;
    height: 390px;
    flex-grow: 0;
    flex-shrink: 0;
    margin-right: 40px;
    text-align: center;
    background-color: #fff9f2;
}

.sm21home_system_img img:not(:first-child),
.sm21home_system_text ul li:not(:first-child) {
    display: none;
}

.sm21home_system_text h3 {
    margin-top: 40px;
    font-size: 28px;
    color: #333;
}

.sm21home_system_text p {
    margin-top: 20px;
    font-size: 16px;
    color: #999;
}

.sm21home_system_text dl {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    padding-top: 15px;
}

.sm21home_system_text dl dd {
    width: 120px;
    height: 40px;
    line-height: 40px;
    margin: 10px 10px 0 0;
    text-align: center;
    font-size: 14px;
    color: #666;
    border: 1px solid #e6e6e6;
}

.sm21home_system_text dl dd:nth-child(4n) {
    margin-right: 0;
}

.sm21home_system_text a {
    width: 128px;
    height: 40px;
    line-height: 40px;
    margin-top: 40px;
    text-align: center;
    font-size: 14px;
    color: #fff;
    display: block;
    background-image: linear-gradient(to right bottom, #ff9600, #ff7600);
}

.sm21home_industry_content ul {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    padding-top: 14px;
}

.sm21home_industry_content ul li {
    width: 180px;
    height: 220px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin: 40px 24px 0 0;
    border: 1px solid #f0f0f0;
}

.sm21home_industry_content ul li:nth-child(6n) {
    margin-right: 0;
}

.sm21home_industry_content ul li img {
    width: 132px;
    height: 132px;
}

.sm21home_industry_content ul li span {
    margin-top: 24px;
    font-size: 16px;
    color: #333;
}

.sm21home_industry_content a {
    width: 200px;
    height: 54px;
    line-height: 54px;
    margin: 80px auto 0;
    text-align: center;
    font-size: 16px;
    color: #fff;
    display: block;
    background-image: linear-gradient(to right, #ff8600, #ff9500);
    box-shadow: 0 12px 20px rgba(255, 126, 0, .2);
}

.sm21home_highlights_tab ul {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    border-bottom: 1px solid #f0f0f0;
}

.sm21home_highlights_tab ul li {
    margin-bottom: -1px;
    text-align: center;
}

.sm21home_highlights_tab ul li span {
    padding: 24px 0;
    display: block;
    border-bottom: 2px solid rgba(0, 0, 0, 0);
    cursor: pointer;
}

.sm21home_highlights_tab ul li:hover span,
.sm21home_highlights_tab ul li.active span {
    color: #ff8600;
    border-bottom-color: #ff8600;
}

.sm21home_highlights_img {
    margin-top: 50px;
}

.sm21home_highlights_img img:not(:first-child) {
    display: none;
}

.sm21home_function_content {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    padding-top: 37px;
}

.sm21home_function_left img:not(:first-child) {
    display: none;
}

.sm21home_function_right ul {
    width: 652px;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}

.sm21home_function_right ul li {
    width: 140px;
    height: 128px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin: 24px 24px 0 0;
    background-color: #fff;
    border-radius: 4px;
}

.sm21home_function_right ul li:not(:last-child) {
    cursor: pointer;
}

.sm21home_function_right ul li:nth-child(4n) {
    margin-right: 0;
}

.sm21home_function_right ul li img {
    width: 46px;
    height: 46px;
    opacity: .5;
}

.sm21home_function_right ul li span {
    margin-top: 16px;
    font-size: 16px;
    color: #333;
    position: relative;
}

.sm21home_function_right ul li span::after {
    content: '';
    width: 32px;
    height: 4px;
    border-radius: 5px;
    transform: translateX(-50%);
    position: absolute;
    bottom: -16px;
    left: 50%;
    z-index: 1;
}

.sm21home_function_right ul li.active img {
    opacity: 1;
}

.sm21home_function_right ul li.active span::after {
    background-image: linear-gradient(to right, #ff8600, #ff6200);
}

.sm21home_interface_tab {
    display: flex;
    flex-direction: row;
    justify-content: center;
    padding-top: 40px;
}

.sm21home_interface_tab ul {
    display: flex;
    flex-direction: row;
    padding: 4px;
    border-radius: 100px;
    border: 1px solid #e6e6e6;
}

.sm21home_interface_tab ul li {
    width: 160px;
    height: 46px;
    line-height: 46px;
    text-align: center;
    margin: 0 4px;
    font-size: 16px;
    color: #333;
    border-radius: 50px;
    cursor: pointer;
}

.sm21home_interface_tab ul li:first-child {
    margin-right: 0;
}

.sm21home_interface_tab ul li:last-child {
    margin-left: 0;
}

.sm21home_interface_tab ul li:hover,
.sm21home_interface_tab ul li.active {
    color: #fff;
    background-image: linear-gradient(to right bottom, #ff9600, #ff7600);
}

.sm21home_interface_img ul {
    padding-top: 74px;
}

.sm21home_interface_img ul li {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.sm21home_interface_img ul li:not(:nth-child(2)) {
    display: none;
}

.sm21home_interface_img ul li img {
    box-shadow: 0 14px 30px rgba(160, 161, 163, .16);
}

.information_content > ul {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    padding-top: 64px;
}

.information_box {
    width: 380px;
    height: 392px;
    display: flex;
    flex-direction: column;
    background-color: #fff;
    box-shadow:  0 10px 20px rgba(0, 0, 0, .04);
}

.information_content > ul > li:nth-child(1) .information_head {
    background-image: url(../image/information_bg01.html);
}

.information_content > ul > li:nth-child(2) .information_head {
    background-image: url(../image/information_bg02.html);
}

.information_content > ul > li:nth-child(3) .information_head {
    background-image: url(../image/information_bg03.html);
}

.information_head {
    height: 124px;
    flex-grow: 0;
    flex-shrink: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 0 20px;
    background-position: center;
    background-size: cover;
}

.information_head h2 {
    font-size: 24px;
    color: #fff;
}

.information_head span {
    margin-top: 14px;
    font-size: 15px;
    color: #fff;
}

.information_main {
    height: 10px;
    flex-grow: 1;
    flex-shrink: 1;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.information_list {
    max-height: 154px;
    padding: 7px 20px 0;
    overflow: hidden;
}

.information_list ul li {
    display: flex;
    flex-direction: row;
    align-items: center;
    margin-top: 21px;
}

.information_list ul li::before {
    content: '';
    width: 6px;
    height: 6px;
    flex-grow: 0;
    flex-shrink: 0;
    margin-right: 10px;
    background-color: #e6e6e6;
    border-radius: 50%;
}

.information_list ul li a {
    font-size: 15px;
    color: #333;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.information_link {
    display: flex;
    flex-direction: row;
    justify-content: center;
    padding-bottom: 30px;
}

.information_link a {
    width: 150px;
    height: 44px;
    line-height: 42px;
    text-align: center;
    font-size: 15px;
    color: #ff8600;
    border: 1px solid #ff8600;
    transition: all .2s;
}

.information_link a:hover {
    color: #fff;
    background-color: #ff8600;
}

/************************************首页结束*************************************/

/***********************************用户端开始************************************/

.sm21user_banner_content {
    min-width: 1200px;
    position: relative;
}

.sm21user_banner_bg {
    width: 100%;
    height: 520px;
    background-image: linear-gradient(to right, #ff8600, #fe5722);
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
}

.sm21user_banner_box {
    width: 1200px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    padding-top: 118px;
    margin: 0 auto;
    position: relative;
    z-index: 2;
}

.sm21user_banner_text {
    padding-top: 90px;
}

.sm21user_banner_text h2 {
    font-size: 48px;
    color: #fff;
}

.sm21user_banner_text p {
    margin-top: 42px;
    font-size: 24px;
    color: rgba(255, 255, 255, .96);
}

.sm21user_banner_text a {
    width: 140px;
    height: 44px;
    line-height: 44px;
    margin-top: 54px;
    text-align: center;
    font-size: 16px;
    color: #fff;
    display: block;
    border: 1px solid #fff;
}

.sm21user_interface_left {
    display: flex;
    flex-direction: row;
    align-items: center;
}

.sm21user_interface_left > img {
    cursor: pointer;
}

.sm21user_interface_img {
    width: 280px;
    margin: 0 62px;
}

.sm21user_interface_img img:not(:first-child) {
    display: none;
}

.sm21user_interface_right h2 {
    font-size: 36px;
    color: #fff;
}

.sm21user_interface_right > img {
    margin-top: 50px;
}

.sm21user_interface_right ul {
    width: 580px;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    margin-top: 30px;
}

.sm21user_interface_right ul li {
    width: 100px;
    height: 100px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin: 20px 20px 0 0;
    border: 1px solid rgba(255, 255, 255, .3);
    border-radius: 6px;
    cursor: pointer;
}

.sm21user_interface_right ul li:nth-child(5n) {
    margin-right: 0;
}

.sm21user_interface_right ul li i {
    width: 36px;
    height: 36px;
    background-position: center;
    background-repeat: no-repeat;
}

.sm21user_interface_right ul li span {
    margin-top: 14px;
    font-size: 14px;
    color: #fff;
}

.sm21user_interface_right ul li:hover,
.sm21user_interface_right ul li.active {
    border-color: #ff8600;
}

.sm21user_interface_right ul li:hover span,
.sm21user_interface_right ul li.active span {
    color: #ff8600;
}

.sm21user_interface_icon01 {
    background-image: url(../image/interface_icon01_1.html);
}

.sm21user_interface_icon02 {
    background-image: url(../image/interface_icon02_1.html);
}

.sm21user_interface_icon03 {
    background-image: url(../image/interface_icon03_1.html);
}

.sm21user_interface_icon04 {
    background-image: url(../image/interface_icon04_1.html);
}

.sm21user_interface_icon05 {
    background-image: url(../image/interface_icon05_1.html);
}

.sm21user_interface_icon06 {
    background-image: url(../image/interface_icon06_1.html);
}

.sm21user_interface_icon07 {
    background-image: url(../image/interface_icon07_1.html);
}

.sm21user_interface_icon08 {
    background-image: url(../image/interface_icon08_1.html);
}

.sm21user_interface_icon09 {
    background-image: url(../image/interface_icon09_1.html);
}

.sm21user_interface_icon10 {
    background-image: url(../image/interface_icon10_1.html);
}

.sm21user_interface_right ul li:hover .sm21user_interface_icon01,
.sm21user_interface_right ul li.active .sm21user_interface_icon01 {
    background-image: url(../image/interface_icon01_2.html);
}

.sm21user_interface_right ul li:hover .sm21user_interface_icon02,
.sm21user_interface_right ul li.active .sm21user_interface_icon02 {
    background-image: url(../image/interface_icon02_2.html);
}

.sm21user_interface_right ul li:hover .sm21user_interface_icon03,
.sm21user_interface_right ul li.active .sm21user_interface_icon03 {
    background-image: url(../image/interface_icon03_2.html);
}

.sm21user_interface_right ul li:hover .sm21user_interface_icon04,
.sm21user_interface_right ul li.active .sm21user_interface_icon04 {
    background-image: url(../image/interface_icon04_2.html);
}

.sm21user_interface_right ul li:hover .sm21user_interface_icon05,
.sm21user_interface_right ul li.active .sm21user_interface_icon05 {
    background-image: url(../image/interface_icon05_2.html);
}

.sm21user_interface_right ul li:hover .sm21user_interface_icon06,
.sm21user_interface_right ul li.active .sm21user_interface_icon06 {
    background-image: url(../image/interface_icon06_2.html);
}

.sm21user_interface_right ul li:hover .sm21user_interface_icon07,
.sm21user_interface_right ul li.active .sm21user_interface_icon07 {
    background-image: url(../image/interface_icon07_2.html);
}

.sm21user_interface_right ul li:hover .sm21user_interface_icon08,
.sm21user_interface_right ul li.active .sm21user_interface_icon08 {
    background-image: url(../image/interface_icon08_2.html);
}

.sm21user_interface_right ul li:hover .sm21user_interface_icon09,
.sm21user_interface_right ul li.active .sm21user_interface_icon09 {
    background-image: url(../image/interface_icon09_2.html);
}

.sm21user_interface_right ul li:hover .sm21user_interface_icon10,
.sm21user_interface_right ul li.active .sm21user_interface_icon10 {
    background-image: url(../image/interface_icon10_2.html);
}

.sm21user_characteristic_content > a {
    width: 160px;
    height: 52px;
    line-height: 52px;
    margin: 80px auto 0;
    text-align: center;
    font-size: 18px;
    color: #fff;
    display: block;
    background-image: linear-gradient(to right, #fe5722, #ff9600);
    border-radius: 60px;
    box-shadow: 0 8px 16px rgba(251, 132, 4, .24);
}

.sm21user_characteristic_content ul {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    padding-top: 14px;
}

.sm21user_characteristic_content ul li {
    width: 20%;
    flex-grow: 1;
    flex-shrink: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: 62px;
}

.sm21user_characteristic_content ul li img {
    width: 100px;
    height: 100px;
}

.sm21user_characteristic_content ul li span {
    margin-top: 20px;
    font-size: 16px;
    color: #333;
    font-weight: bold;
}

/***********************************用户端结束************************************/

/***********************************商家端开始************************************/

.sm21shop_characteristic_content ul {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    padding-top: 24px;
}

.sm21shop_characteristic_content ul li {
    width: 16.6666%;
    flex-grow: 1;
    flex-shrink: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: 70px;
}

.sm21shop_characteristic_content ul li img {
    width: 60px;
    height: 60px;
}

.sm21shop_characteristic_content ul li span {
    margin-top: 28px;
    font-size: 16px;
    color: #333;
}

/***********************************商家端结束************************************/

/***********************************服务端开始************************************/

.sm21serve_function_content ul {
    height: 124px;
    display: flex;
    flex-direction: row;
    align-items: center;
    margin-top: 40px;
    border-radius: 8px;
    background-color: #fff;
}

.sm21serve_function_content ul li {
    width: 12.5%;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.sm21serve_function_content ul li img {
    width: 44px;
    height: 44px;
}

.sm21serve_function_content ul li span {
    margin-top: 16px;
    font-size: 16px;
    color: #333;
}

.base_content.servebg {
    height: 764px;
    padding-bottom: 0;
    background-image: url(../image/serve_img03.html);
    background-position: center bottom;
    background-repeat: no-repeat;
    background-size: auto;
}

/***********************************服务端结束************************************/

/**********************************调度后台开始***********************************/

.sm21serve_function_content ul.seven li {
    width: 14.2875%;
}

/**********************************调度后台结束***********************************/