/*
Theme Name: OceanWP Child
Theme URI: https://oceanwp.org/
Description: This is a custom child theme I have created.
Author: Nick
URI: https://oceanwp.org/
Template: oceanwp
Version: 1.0.0
*/

@media only screen and (min-width:769px){
   .contact-section-center{justify-content: center;}
   .contact-section-left{justify-content: flex-start;}
   .contact-section-right{justify-content: flex-end;}
	.contact-section{font-size: 30px;}
}
@media only screen and (max-width:768px){
   .contact-section-center{justify-content: center;}
   .contact-section-left{justify-content: center;}
   .contact-section-right{justify-content: center;}
	.contact-section{font-size: 30px;}
}
@media only screen and (max-width: 400px){
   .contact-section .title{display:none;}
	.contact-section{font-size: 20px;}
}
.contact-section{display: flex;align-items: center;line-height: 1;color:#e00;}
.contact-section .title{font-size: 0.7em;color: #666;font-family:Microsoft YaHei,微软雅黑,Arial}
.contact-section .tel{font-weight: 600;font-family: impact, Arial;letter-spacing:1px;}
.contact-section div{margin-left: 10px;}
.contact-section .tel a{color: #e00;}
.contact-section .kingdee a{color: #e00;}

.swiper-pagination-bullet-active{width:30px !important;border-radius:5px !important;}
.editor-styles-wrapper .block-editor-block-list__layout pre{margin: 20px auto !important;}