/*
Theme Name: Minamaze eShop
Text Domain: minamaze-eshop
Template: minamaze
Version: 1.0.1
Requires at least: 5.0
Tested up to: 6.4
Requires PHP: 5.6
Description: Minamaze eShop is the free version of the multi-purpose professional theme (Minamaze Pro) ideal for a business or blog website. The theme has a responsive layout, HD retina ready and comes with a powerful theme options panel with can be used to make awesome changes without touching any code. The theme also comes with a full width easy to use slider. Easily add a logo to your site and create a beautiful homepage using the built-in homepage layout. Compatible with WooCommerce, WPML, Polylang, Flat Parallax Slider, Photo Gallery and Travel Map, Elementor, Page Builder, Beaver Builder, Visual Composer, SiteOrigin, Divi, etc. It's a perfect theme for small businesses (restaurants, wedding planners, sport/medical shops), startups, corporate businesses, online agencies and firms, portfolios, ecommerce (WooCommerce), and freelancers.
Tags: one-column, two-columns, three-columns, right-sidebar, left-sidebar, custom-header, custom-menu, full-width-template, theme-options, threaded-comments, editor-style, featured-images, featured-image-header, post-formats, sticky-post, translation-ready, flexible-header, custom-background, grid-layout, footer-widgets, blog, e-commerce, portfolio
Author: Think Up Themes
Author URI: https://www.thinkupthemes.com
Theme URI:
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
*/

/* Pre-Header Style */
body #body-core {
	background-color: #fff;
}
#pre-header {
	background: rgb(243,63,63);
	background: linear-gradient(45deg, rgba(243,63,63,1) 0%, rgba(237,90,90,1) 100%);
	border-bottom: none;
}
#pre-header .header-links li a {
	color: #fff;
}
#pre-header-social li a {
	color: 	#fff;
	background-color: transparent;
}
#pre-header .header-links .menu-hover > a,
#pre-header .header-links > ul > li > a:hover, 
#pre-header-social li a:hover {
	color: #fff !important;
	opacity: 0.75;
	background-color: transparent!important;
}
.main-navigation .sub-menu .sub-menu {
	top: 0px;
	border-left: 1px solid #eee;
}
#pre-header .header-links .sub-menu {
	background-color: #fff;
	border-color: #eee;
	border-radius: 0px 0px 5px 5px;
	box-shadow: 0px 0px 15px rgba(0,0,0,0.1);
	border-top: none;
}
#pre-header .sub-menu .menu-parent > a:before {
	left: 0px;
}
#pre-header .sub-menu .menu-parent > a:hover:before {
	left: -10px;
}
#pre-header .header-links .sub-menu li a {
	color: #7a7a7a;
}
#pre-header .header-links .sub-menu a {
	transition: all .1s;
}
#pre-header .header-links .sub-menu a:hover {
	padding-right: 0px!important;
	color: #F33F3F;
}
#pre-header .header-links .sub-menu a:hover span {
	margin-left: 0px;
}
#pre-header .header-links .sub-menu li {
	border-bottom: 1px solid #eee;
}
#pre-header-search {
	padding: 0px;
}
#pre-header-search .search {
	background-color: #eee;
	border: none;	
	height: 34px;
	color: #1e1e1e;
}
#pre-header-search {
	display: inline;
}

/* Header Style */
#header {
	background: #f7f7f7;
	font-size: 18px; /* 2024-05-13 change size */
}
#header .header-links .sub-menu {
	box-shadow: none;
	border-radius: 0px 0px 5px 5px;
	background-color: #f7f7f7;
	border-color: #eee;
	border-top: none;
	border-left: none;
	border-right: none;
	border-bottom: none;
	box-shadow: none;
	font-size: 20px; /* 2024-05-13 change size */
}
#header .header-links .sub-menu a {
	color: #4a4a4a;
	border-bottom: none;
	transition: all .1s;
	font-size: 20px; /* 2024-05-13 change size */
}
#header .header-links .sub-menu a:hover {
	color: rgba(250,250,250,0.75);
	font-size: 20px; /* 2024-05-13 change size */
}
#header .sub-menu li {
	padding: 0px;
}
#header .header-links > ul > li a,
#logo h1 {
	color: #1e1e1e;
}
#header .header-links > ul > li a:hover {
	color: #F33F3F;
}
#header .header-links .sub-menu a:hover {
	padding-right: 0px;
	color: #F33F3F;
}
#header .header-links .sub-menu a:hover span {
	margin-left: 0px;
	font-size: 18px; /* 2024-05-13 change size */
}
#header .header-links .sub-menu .sub-menu {
	margin-top: 0px;
	border-left: 1px solid #eee;
}
#header .sub-menu li:hover {
	padding-left: 0px;
}
#header .sub-menu .menu-parent > a:before {
	left: 0px;
}
#header .sub-menu .menu-parent > a:hover:before {
	left: -20px;
}

/* Introduce Page Style */
body #body-core {
	background-color: #fff;
}
.slider-full #slider .rslides-container {
	padding-bottom: 0px;
}
#introaction,
#outroaction {
	background-color: #fff;
	padding: 50px 0px;
}
#introaction-core,
#outroaction-core {
	padding: 50px;
	border: none;
	box-shadow: 0px 0px 15px rgba(0,0,0,0.07);
	border-radius: 10px;
	background-color: #fff;
}

#introaction-core .one_fourth,
#outroaction-core .one_fourth {
	float: right;
	text-align: right;
}

.action-button h4,
.attention_button h4 {
	margin-top: 45px;
	display: inline-block;
	background: rgb(243,63,63);
	background: linear-gradient(45deg, rgba(243,63,63,1) 0%, rgba(237,90,90,1) 100%);
	border: none;
	cursor: pointer;
	border-radius: 5px;
	color: #fff;
	font-size: 13px;
	font-weight: 600;
	padding: 12px 30px;
	transition: all 0.3s;
}
.action-button h4:hover,
.attention_button h4:hover {
	background: rgb(243,63,63);
	background: linear-gradient(45deg, rgba(237,90,90,1) 0%, rgba(243,63,63,1) 100%);
	color: #fff;
	opacity: 1;
}
.action-text h3, 
.attention_text h3 {
	font-size: 20px;
	color: #1e1e1e;
	margin-bottom: 10px;
}
.action-text p,
.attention_text p {
	font-size: 13px;
	color: #4a4a4a;
}

/* Featured Style */
#section-home-inner {
	padding-top: 60px;
}
#section-home .section {
	border: none;
	box-shadow: none;
	padding: 0px;
	background-color: #fff;
	box-shadow: 0px 0px 15px rgba(0,0,0,0.07);
	overflow: hidden;
	border-radius: 10px;
}
#section-home .entry-header img {
	border-radius: 10px 10px 0px 0px;
}
#section-home .entry-content {
	text-align: left;
	padding: 30px 30px 10px 30px;
	margin-top: 0px;
}
#section-home .entry-content h3 {
	position: relative;
	padding-bottom: 15px;
}
#section-home .entry-content h3:after {
	width: 60px;
	height: 3px;
	content: '';
	position: absolute;
	left: 0;
	bottom: 0;
	background: rgb(243,63,63);
	background: linear-gradient(45deg, rgba(243,63,63,1) 0%, rgba(237,90,90,1) 100%);
}
#section-home .more-link {
	border-radius: 5px;
	position: relative;
	display: inline-block;
	border: none;
	background: rgb(243,63,63);
	background: linear-gradient(45deg, rgba(243,63,63,1) 0%, rgba(237,90,90,1) 100%);
	color: #fff;
	font-weight: 700;
	padding: 10px 20px;
	text-transform: uppercase;
	overflow: hidden;
	transition: all 0.3s;
}
#section-home .more-link:hover {
	color: #fff;
	background: rgb(243,63,63);
	background: linear-gradient(45deg, rgba(237,90,90,1) 0%, rgba(243,63,63,1) 100%);
}

/*Footer Style */
#footer {
	border-top: none;
	background-color: #f7f7f7;
	border-bottom: none;
	padding-top: 45px;
}
#footer-core h2 {
	font-size: 18px;
	font-weight: 700;
	color: #1e1e1e;
	box-shadow: none;
	padding-bottom: 12px;
	position: relative;
}
#footer-core h2:after {
	width: 40px;
	height: 3px;
	content: '';
	position: absolute;
	left: 0;
	bottom: 0;
	background: rgb(243,63,63);
	background: linear-gradient(45deg, rgba(243,63,63,1) 0%, rgba(237,90,90,1) 100%);
}
#footer .widget li a {
	color: #1e1e1e;
	font-size: 13px;
	text-decoration: none;
}
#footer .widget li a:hover {
	color: #F33F3F;
}
#footer .widget li span {
	display: block;
	color: #7a7a7a;
}
#footer .widget_recent_entries li,
#footer .widget_recent_comments li {
	margin-bottom: 10px;
}
#footer .widget li:last-child {
	margin-bottom: 0px;
}
#footer .widget_tag_cloud a {
	padding: 5px;
	color: #4a4a4a;
	background-color: rgba(0,0,0,0.05);
	border: none;
	border-radius: 5px;
}
#footer .widget_tag_cloud a:hover {
	background-color: #F33F3F;
	border-color: #F33F3F;
	color: #fff;
}
.wp-block-search .wp-block-search__input {
	border-radius: 5px;
	padding-left: 10px;
	background-color: #fff;
	border: 1px solid #e7e7e7;
	color: #4a4a4a;
}
.wp-block-search .wp-block-search__button {
	display: inline-block;
	background: rgb(243,63,63);
	background: linear-gradient(45deg, rgba(243,63,63,1) 0%, rgba(237,90,90,1) 100%);
	border: none;
	color: #fff;
	font-weight: 600;
	text-transform: uppercase;
	padding: 10px 10px;
	border-radius: 5px;
	transition: all 0.3s;
}
.wp-block-search .wp-block-search__button:hover {
	opacity: 1;
	color: #fff;
	background: rgb(243,63,63);
	background: linear-gradient(45deg, rgba(237,90,90,1) 0%, rgba(243,63,63,1) 100%);
}

/* Subfooter Syle */
#sub-footer {
	background-color: #f7f7f7;
	border-top: 1px solid rgba(0,0,0,0.1);
	padding: 30px 0px;
}
#footer-menu li:after {
	display: none;
}
#sub-footer-core a {
	color: #1e1e1e;
	font-size: 13px;
}
#sub-footer-core a:hover {
	color: #F33F3F;
}
#sub-footer-core {
	color: #1e1e1e;
}

/* Intro Page Style */
#intro.option1 {
	background: rgb(243,63,63);
	background: linear-gradient(45deg, rgba(243,63,63,1) 0%, rgba(237,90,90,1) 100%);
	border-radius: 5px;
	border-top: none;
	position: relative;
	padding: 40px 45px;
}
#intro.option1 #intro-core {
	padding-bottom: 0px;
}
#intro.option1 #intro-core:before {
	display: none;
}
#intro.option1 .page-title {
	margin-bottom: 0px;
	display: inline-block;
	text-align: center;
	color: #fff;
	font-size: 32px;
	font-weight: 700;
}
#breadcrumbs {
	font-size: 14px;
	font-weight: 600;
	color: #fff;
}
#breadcrumbs-core a,
#breadcrumbs .delimiter {
	color: #fff;
}
#breadcrumbs-core a:hover {
	color: #fff;
}
#intro.option1 #intro-core:after {
	display: none;
}

/* Blog Posts Style */
.blog-article,
#main-core .post {
	overflow: hidden;
	border-radius: 10px;
	box-shadow: 0px 0px 15px rgba(0,0,0,0.07);
	padding: 20px;
	border: none;
	background-color: #fff;
}
.blog-thumb img {
	border-radius: 10px;
}
.blog-article .entry-content {
	padding: 0px;
	position: relative;
	margin-bottom: 0px;
}
.blog-article p {
	margin-bottom: 0px;
}
.blog-article .blog-title {
	padding-top: 0px;
	font-size: 18px;
	font-weight: 500;
	margin-top: 0px;
	transition: all .3s !important;
}
.blog-article .blog-title:hover {
	color: #F33F3F;
}
.has-post-thumbnail .blog-title  {
	padding-top: 0px;
}
.entry-meta > span {
	padding-right: 10px;
	font-size: 12px;
	color: #aaa;
}
.entry-meta > span:after {
	content: '|';
	color: #aaa;
	margin-left: 10px;
}
.entry-meta > span:last-child:after {
	display: none;
}
.entry-meta > span i {
	color: #777777;
	font-size: 14px;
}
.blog-article .more-link {
	margin-top: 25px;
	position: relative;
	display: inline-block;
	background: rgb(243,63,63);
	background: linear-gradient(45deg, rgba(243,63,63,1) 0%, rgba(237,90,90,1) 100%);
	color: #fff !important;
	font-weight: 600;
	border-radius: 5px;
	padding: 10px 15px;
	border: none;
	text-transform: uppercase;
	overflow: hidden;
	transition: all 0.3s;
}
.blog-article .more-link:after {
	content: '>';
}
.blog-article .more-link:hover {
	color: #fff !important;
	background: rgb(243,63,63);
	background: linear-gradient(45deg, rgba(237,90,90,1) 0%, rgba(243,63,63,1) 100%);
	opacity: 1;
}

/* Blog Pages Style */
.nav-links {
	text-align: center;
	border: none;
	border-radius: 20px;
	background-color: transparent;
}
.navigation.pagination .nav-links a,
.navigation.pagination .nav-links span {
	margin-right: 5px;
	width: 40px;
	height: 40px;
	text-align: center;
	display: inline-block;
	line-height: 40px;
	background-color: #f7f7f7;
	border: none;
	padding: 0px;
	font-weight: 500;
	color: #4a4a4a;
	font-size: 13px;
	border-radius: 5px;
}
.navigation.pagination .nav-links a:hover,
.navigation.pagination .nav-links a.current,
.navigation.pagination .nav-links span:hover,
.navigation.pagination .nav-links span.current {
	background-color: #F33F3F;
	border: none;
	color: #fff;
}

/* Sidebar Style */
.layout-sidebar-right #sidebar-core {
	background-color: transparent;
	border: 1px solid #eee;
	border-radius: 10px;
}
#sidebar .widget {
	margin-bottom: 0px;
	background-color: #fff;
	border-radius: 10px;
	padding: 30px;
	border: none;
	position: relative;
	overflow: hidden;
}
#sidebar .wp-block-search .wp-block-search__input {
	background-color: #f7f9f8;
	border-radius: 5px;
}
#sidebar .wp-block-search .wp-block-search__button {
	display: inline-block;
	background-color: #F33F3F;
	border: none;
	color: #fff;
	font-weight: 600;
	text-transform: uppercase;
	padding: 10.5px 5px;
	border-radius: 5px;
	transition: all 0.3s;
}
#sidebar .wp-block-search .wp-block-search__button:hover {
	background-color: #F33F3F;
}
#sidebar h2 {
	font-size: 18px;
	font-weight: 700;
	padding-bottom: 10px;
	text-transform: uppercase;
	color: #2c2c2c;
	margin-bottom: 15px;
	position: relative;
}
#sidebar h2:after {
	width: 40px;
	height: 3px;
	content: '';
	position: absolute;
	left: 0;
	bottom: 0;
	background: rgb(243,63,63);
	background: linear-gradient(45deg, rgba(243,63,63,1) 0%, rgba(237,90,90,1) 100%);
}
#sidebar .widget ul,
#sidebar .widget .tagcloud {
	border: none;
}
#sidebar .widget li {
	border-bottom: none;
	margin-bottom: 2px;
	padding-bottom: 2px;
}
#sidebar .widget ol li {
	margin-bottom: 8px;
	padding-bottom: 8px;
}
#sidebar .widget li:last-child {
	margin-bottom: 0px;
	padding-bottom: 0px;
	border-bottom: none;
}
#sidebar .widget li a {
	text-decoration: none;
	padding: 0px;
	font-size: 14px;
	font-weight: 400;
	color: #1e1e1e;
}
#sidebar .widget li span {
	display: block;
	font-size: 12px;
	color: #F33F3F;
	font-weight: 400;
}
#sidebar .widget li a:hover {
	color: #F33F3F;
}
#sidebar .widget_tag_cloud a {
	color: #4a4a4a;
	background-color: #f7f7f7;
	border: 1px solid #e7e7e7;
	border-radius: 5px;
	font-size: 12px!important;
}
#sidebar .widget_tag_cloud a:hover {
	color: #fff;
	border-color: #F33F3F;
	background-color: #F33F3F;
}

/* Single Post Style */
.single .entry-header {
	margin-bottom: 0px;
	background-color: #fff;
	padding: 0px 0px 30px 0px;
}
.single .entry-content {
	padding: 0px 0px 10px 0px;
	background-color: #fff;
}
#nav-below {
	margin-top: 30px;
	background-color: #fff;
	box-shadow: 0px 0px 15px rgba(0,0,0,0.07);
	padding: 30px;
	border-radius: 10px;
}
.nav-previous a,
.nav-next a {
	display: inline-block;
	border:  none;
	text-decoration: none !important;
	color: #fff !important;
	background: rgb(243,63,63);
	background: linear-gradient(45deg, rgba(243,63,63,1) 0%, rgba(237,90,90,1) 100%);
	font-weight: 400;
	padding: 10px 15px;
	border-radius: 5px;
	text-transform: uppercase;
}
.nav-previous a:hover,
.nav-next a:hover {
	color: #fff !important;
	background: rgb(243,63,63);
	background: linear-gradient(45deg, rgba(237,90,90,1) 0%, rgba(243,63,63,1) 100%);
	opacity: 1;
}

/* Comments & Leave Comment */
.comments-area {
	margin-top: 60px;
	border-top: none;
	box-shadow: 0px 0px 15px rgba(0,0,0,0.07);
	overflow: hidden;
	border-radius: 10px;
	background-color: #fff;
	padding: 30px;
}
#comments-title,
#reply-title {
	font-size: 18px;
	font-weight: 700;
	color: #232323;
	padding: 15px 0px 5px 0px;
	margin-bottom: 30px;
}
.commentlist article footer:before,
.commentlist article footer:after {
	display: none;
}
.commentlist article header img {
	padding: 0px;
}
.commentlist article footer {
	padding: 0px;
	border: none;
}
.commentlist article {
	padding: 0px;
	border-bottom: 1px solid #eee;
}
.comment-author a {
	color: #1e1e1e;
}
.comment .reply a {
	position: absolute;
	right: 0px;
	top: 15px;
}
.commentlist .comment .comment,
.commentlist .pingback .comment {
	position: relative;
}
.comment-meta a,
.comment .reply a {
	font-weight: 600;
	text-transform: uppercase;
}
#commentform input[type="text"],
#commentform #comment {
	background-color: #fff;
	border: 1px solid #eee;
	margin-top: 0px;
	border-radius: 0px;
}
#respond {
	border-top: 1px solid #eee;
	margin-top: 60px;
	padding-top: 30px;
}
.logged-in-as a {
	text-transform: capitalize;
	font-weight: 700;
	color: #F33F3F;
}
.logged-in-as a:hover {
	color: #1e1e1e;
}
.comment-form-comment label {
	display: none;
}
p.form-submit {
	margin-bottom: 0px;
}
#respond form {
	background-color: transparent;
	padding: 0px;
}
#commentform input[type="text"],
#commentform #comment {
	border-radius: 10px;
	background-color: #f7f7f7;
	border: 1px solid #e7e7e7;
}
.themebutton,
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
	display: inline-block;
	background: rgb(243,63,63);
	background: linear-gradient(45deg, rgba(243,63,63,1) 0%, rgba(237,90,90,1) 100%);
	border: none;
	color: #fff;
	font-weight: 500;
	padding: 10px 15px;
	text-transform: uppercase;
	border-radius: 5px;
	transition: all 0.3s;
}
.themebutton:hover,
button:hover,
html input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	background: rgb(243,63,63);
	background: linear-gradient(45deg, rgba(237,90,90,1) 0%, rgba(243,63,63,1) 100%);
	opacity: 1;
}

/** change start 2024-05-13 **/
/** home font-size style change 2024-04-29 start **/
#main-core{
 /** 	width: 60.4%;  /** 2024-10-17 调整手机端的样式显示 **/
	display: block;
	margin: 0 auto;
}
#content-core{
	max-width: 100%;
}
.main-navigation ul {
    list-style: none;
    margin: 0;
    padding-left: 0;
    font-weight: bold;
}
#header .header-links .sub-menu {
    box-shadow: none;
    border-radius: 0px 0px 5px 5px;
    background-color: #f7f7f7;
    border-color: #eee;
    border-top: none;
    border-left: none;
    border-right: none;
    border-bottom: none;
    box-shadow: none;
    font-size: 20px;
	border-top: 1px solid #de1c59;
    
}
#header .header-links .sub-menu li {
    float: none;
    border: 1px solid #e2e2e2;
}
#header .header-links .sub-menu a {
    color: #4a4a4a;
    border-bottom: none;
    transition: all .1s;
    font-size: 16px;
}
#header .header-links .sub-menu a:hover {
    color: rgba(250,250,250,0.75);
    font-size: 16px;
}
#slider .featured-title span, .thinkupslider-sc .featured-title span{
	display: inline-block;
    color: #FFF;
    font-size: 37px;
    font-weight: 300;
    line-height: 1;
} 
/** home font-size style change 2024-04-29 end **/
/** inline text font-weight recover bold 2024-04-29 start */
#post-52 h2,#post-54 h2, #post-56 h2, #post-2634 h2{
	font-weight:bold;
}

/** home page change 2024-04-29 */

#header .header-links .sub-menu a:hover {
    font-size: 16px;
}
#header .sub-menu li:hover {
    padding-left: 0px;
    background: #E44E4E;
}
#intro.option1 {
    
    border-radius: 5px;
    border-top: none;
    position: relative;
    padding: 40px 45px;
    background: url(https://tenme.oss-cn-hongkong.aliyuncs.com/2024/07/bannerhongkong.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    height: 191px;
}
#slider .featured-link a, .thinkupslider-sc .featured-link a {
    display: inline-block;
    color: #FFF;
    font-size: 18px;
    padding: 5px 20px;
    border: 1px solid #FFF;
    background: #F33F3F;
    border-color: #F33F3F;
}

#section-home .entry-header {
    position: relative;
    z-index: 2;
    width: 100%;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    height: 235px;
}
#section-home .entry-content {
    text-align: left;
    padding: 30px 30px 10px 30px;
    margin-top: 0px;
    /* height: 300px; */
    display: flex;
    flex-direction: column;
}
#section-home .section .entry-content > p:nth-child(2) {
    height: 150px;
}
#section-home h3 {
    font-size: 18px;
    font-weight: 600;
    height: 50px;
}
.copyright {
    font-size: 13px;
}
#sub-footer-core a {
    color: #1e1e1e;
    font-size: 13px;
}
/** font left and right */
p,article{
	text-align:justify
}
#slider .featured-link a, .thinkupslider-sc .featured-link a {
    
    border-radius: 8px;
}
/** home page change 2024-04-29 end  */

/** footer add content 2024-05-13 START  */

#advan-footer {
    clear: both;
    padding-top: 1px;
    background: #ddd;
	color: black;

}

.row-fluid {
    width: 100%;
    clear: both;
}

.row-fluid:after {
    clear: both;
}

.row-gray-b93 {
    background-color: #d5dec9;
}

.row-gray-b96 {
    background-color: #f5f5f5;
}
.row-brdrwhite {
    border-top: solid 4px #fff;
}

.row-maxwidth-100pct {
    width: 100%;
    max-width: 960px;
    margin: 0 auto;
}
.footer-nav-wrapper {
    margin: 30px 0 0 0;
}

.footer-nav-wrapper .footer-nav {
    float: left;
    width: 21.8%;
    margin: 0 0%;
    margin-bottom: 30px;
}
.clear {
    background: none;
    border: 0;
    clear: both;
    display: block;
    float: none;
    font-size: 0;
    list-style: none;
    margin: 0;
    padding: 0;
    overflow: hidden;
    visibility: hidden;
    width: 0;
    height: 0;
}

.clearfix:after {
    clear: both;
    content: '.';
    display: block;
    visibility: hidden;
    height: 0;
}
#foot_copy a {
    color: #666;
}

#foot_copy {
    margin: 0 auto;
    text-align: center;
    padding: 0 0 15px 0
}
.footer_right {
    float: right;
    margin: 0;
    text-align: right;
    font-size: 13px;
    line-height: 1.6em;
    padding-top: 5px;
}
.footer_left {
    float: left;
    margin: 0 0%;
    width: 40%;
}
.footer_left ul{margin:10px 0 20px 0;}
.footer_left ul li{ display:inline-block; list-style:none; padding-right:15px;}
.footer_left ul li a{ color:#666}
.footer_right p,.footer_right h2{white-space:nowrap;text-align: unset;}
@media only screen and (max-width:767px) {
	.footer_left,.footer_right{ float:none; clear:both; text-align:center; width:96%}
	.footer_right{ margin-bottom:10px;}
}

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, 
p, blockquote, pre, a, cite, del, dfn, em, font, q, s, samp, strike, 
strong, ol, ul, li, fieldset, form, label, legend, tbody, tfoot, thead, tr,
input,select,textarea,button {
font-family: Open Sans;
}
/** system style start 2023-05-13 */
        #container_outer {
            max-width: 960px;
        }

        .container_timi {
            display: flex;
            margin: 15px;
        }

        .div_timi {
            width: 100%;
            height: 200px;
            border: 1px solid grey;
            padding: 10px;
            margin-left: 10px;
        }

        .div_timi1 {
            width: 50%;
            height: 200px;
            float: left;
        }

        .div_timi1.div_timi_center {
            text-align: center;
        }

        .div_timi1 ul li {
            list-style: none;
            color: #666;
            line-height: 24px;
        }

        .div_timi1 ul li::before {
            content: '> ';
        }

        .timi_title {
            font-weight: bold;
        }

        .div_timi2 {
            width: 50%;
            height: 200px;
            float: right;
        }

        .div_timi2 img {
            width: 100%;
            height: 100%
        }
/** system style end 2023-05-13 */
/** footer add content 2024-05-13 END  */
/** 2024-5-16 nav style*/
#logo{
margin: 16px 0 0 10px;
}
#logo img {
	    max-width: 140px;
}
#header .header-links > ul > li a {
    padding: 15px 10px;
}

 
#pre-header-search .searchform {
    width: 159px !important;
    float: right;
    position: fixed;
    right: 0px;
    top: 73px;
    z-index: 999;
}

 #pre-header-search .search{
     max-width: 120px !important;
 }

 #pre-header-search input:focus-visible {
    outline: none !important;
}
#pre-header-search .search {
    border-radius: 15px;
}


#pre-header-search .search {
    background-color: #f7f7f7;
    border: 1px solid #b82124;
    height: 34px;
    color: #b82124;
    max-width: 200px;
}
#pre-header-search input::placeholder {
  color: #b82124; /* 你想要的颜色代码 */
}
#pre-header-search input:focus-visible {
       outline:  2px solid #b82124;
}
#pre-header-search .searchsubmit {
   display: inline;
    background: url(https://tenme.oss-cn-hongkong.aliyuncs.com/2024/05/search.png);
    background-size: 73%;
    background-repeat: no-repeat;
    background-position-y: center;
    color: transparent;
	width:20px;
}
#pre-header-search .searchform {
    width: 155px;
}
 #pre-header-search input {
	display: inline;
 }

@media only screen and (max-width: 1920px){
	#pre-header-search .searchform {
   
    top: 12px;
	}
 }
  @media only screen and (max-width: 1463px){
	#pre-header-search .searchform {
   
    top: 73px;
	}
 }
   @media only screen and (max-width: 1019px){
	#pre-header-search .searchform {
   
    top: 108px;
	}
 }

/*** 2024-05-29 footer css change  start */
.footer_left img{
max-width: 40%;
	}
.footer_right p{
 white-space: unset;
}

.footer_left{
padding-top: 20px;
}
/*** 2024-05-29 footer css change  end */
/*** 2024-10-17 H5手机端页面中，导航栏的字体高度重叠调整 css change  start */
@media only screen and (max-width: 768px){
	#header-responsive li a {
	height:unset !important;
	padding: 0 30px 0 25px !important;
	}	
}

@media only screen and (max-width: 768px){
	#header-responsive .sub-menu a {

		line-height: 25px;
		font-size: 15px;
	}	
}

@media only screen and (max-width: 768px){
	#header-responsive li a:hover, #header-responsive li.current_page_item > a {
    color: #fff !important;
	  background-color: #E44E4E;
	}
}
/** 固定导航栏的第二个Application的链接点击不变颜色，位置属性 start */
@media only screen and (max-width: 768px){
	#menu-navigatormenu-1 > li:nth-child(2)> a:hover{
		background:#fff !important;
		color:#888 !important;
	}
}
/** 固定导航栏的第二个Application的链接点击不变颜色，位置属性 end */
/** chat tool english */
.ocw-title {
    background: none;
    color: var(--wb-bfc,#333);
    font-size: var(--ocw-bfs,12px);
    font-weight: 700;
    line-height: 1.75em;
    display: none;
}
/*** 2024-10-17 H5手机端页面中，导航栏的字体高度重叠调整 css change  end */
/** 首页字体阴影效果 start 20241018 */
#slider .featured-title span, .thinkupslider-sc .featured-title span {
    display: inline-block;
    color: #FFF;
    font-size: 37px;
    font-weight: 300;
    line-height: 1;
    text-shadow: #000 5px 6px 7px;
}
