@charset "utf-8";

* {
	margin: 0px;
	padding: 0px;
	font-family: "microsoft yahei", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

html,
body,
div,
p,
ul,
li,
dl,
dt,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
form,
input,
select,
button,
textarea,
iframe,
table,
th,
td,
em,
i,
span {
	margin: 0px;
	padding: 0px;

}



html {
	width: 100%;
	height: 100%;
}


input,
select,
option,
textarea,
button {
	outline: none;
	border: 0 none;
}

ul,
li {
	list-style: none;
}

img {
	border: 0 none;
}

a {
	text-decoration: none;
	color: #333333;
}

header,
section,
footer,
aside,
nav,
article,
figure {
	margin: 0px;
	padding: 0px;
	display: block;
}

/*** ━━━━━━神兽出没━━━━━━
 * 　　　┏┓　　　┏┓
 * 　　┏┛┻━━━┛┻┓
 * 　　┃　　　　　　　┃
 * 　　┃　　　━　　　┃
 * 　　┃　┳┛　┗┳　┃
 * 　　┃　　　　　　　┃
 * 　　┃　　　┻　　　┃
 * 　　┃　　　　　　　┃
 * 　　┗━┓　　　┏━┛Code is far away from bug with the animal protecting
 * 　　　　┃　　　┃    神兽保佑,代码无bug
 * 　　　　┃　　　┃
 * 　　　　┃　　　┗━━━┓
 * 　　　　┃　　　　　　　┣┓
 * 　　　　┃　　　　　　　┏┛
 * 　　　　┗┓┓┏━┳┓┏┛
 * 　　　　　┃┫┫　┃┫┫
 * 　　　　　┗┻┛　┗┻┛
 **━━━━━━感觉么么哒━━━━━━*/

em,
i,
cite,
address,
time,
wbr,
label {
	margin: 0px;
	padding: 0px;
	font-style: normal;
}
body{
	min-width: 1200px;
}
/*主体外框*/
.x-body {  
    margin: 20px;
    border-radius: 2px;
    padding: 10px 20px;
	background: #FFFFFF;
   box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.1);
}

/*下拉框背景色*/
.layui-form-select dl dd.layui-this {
    background-color: #ED3F25 !important;
    color: #fff!important;
}

.layui-laydate-content td.layui-this,.laydate-time-list li.layui-this {
    background-color: #ED3F25 !important;
    color: #fff!important;
}
.layui-box .layui-form-checked[lay-skin=primary] i {
    background-color: #ED3F25 !important;
    border-color: #ED3F25!important;
}
.layui-form-checkbox[lay-skin=primary]:hover i {
    border-color: #ED3F25!important;
}
/*提示样式*/
.layui-layer-msg {
    min-width: 230px !important;
    border: 1px solid #D3D4D3;
    box-shadow: none;
}

.warp {
	width: 100%;
	height: auto;
	text-align: left;
}
.dis-dot {
    white-space: nowrap;
    /*内容超宽后禁止换行显示*/
    overflow: hidden;
    /*超出部分隐藏*/
    text-overflow: ellipsis;
    /*文字超出部分以省略号显示*/
	overflow: hidden;
}
.dis-dot-two{
    text-overflow: ellipsis;
	overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.w-1200 {
	width: 1200px;
	height: auto;
	margin: 0 auto;
	text-align: left;
}

.flex {
	display: flex;
	flex-wrap: wrap;
}


.jcsb {
	justify-content: space-between;
}

.jcc {
	justify-content: center;
}

.jce {
	justify-content: flex-end;
}

.aic {
	align-items: center;
}

.aie {
	align-items: flex-end;
}


.ov-hidden {
	overflow: hidden;
}
.posi-rela{
	position: relative;
}

/*开关*/
.text-tc {
	text-align: center;
}

.text-tr {
	text-align: right;
}

.text-fw {
	font-weight: bold;
}

.dis-block {
	display: block;
}

.hide {
	display: none;
}

.hand {
	cursor: pointer;
}

.float-left {
	float: left;
}

.float-right {
	float: right;
}

.mar-top-5 {
	margin-top: 5px;
}

.mar-top-10 {
	margin-top: 10px;
}

.mar-top-15 {
	margin-top: 15px;
}

.mar-top-20 {
	margin-top: 20px;
}

.mar-top-25 {
	margin-top: 25px;
}

.mar-top-30 {
	margin-top: 30px;
}

.mar-top-35 {
	margin-top: 35px;
}

.mar-top-40 {
	margin-top: 40px;
}

.mar-top-45 {
	margin-top: 45px;
}

.mar-top-50 {
	margin-top: 50px;
}

.mar-top-55 {
	margin-top: 55px;
}

.mar-top-60 {
	margin-top: 60px;
}

.mar-left-5 {
	margin-left: 5px;
}

.mar-left-10 {
	margin-left: 10px;
}

.mar-left-15 {
	margin-left: 15px;
}

.mar-left-20 {
	margin-left: 20px;
}

.mar-left-25 {
	margin-left: 25px;
}

.mar-left-30 {
	margin-left: 30px;
}

.mar-left-35 {
	margin-left: 35px;
}

.mar-left-40 {
	margin-left: 40px;
}

.mar-left-45 {
	margin-left: 45px;
}

.mar-left-50 {
	margin-left: 50px;
}

.mar-left-55 {
	margin-left: 55px;
}

.mar-left-60 {
	margin-left: 60px;
}

.mar-left-65 {
	margin-left: 65px;
}

.mar-right-5 {
	margin-right: 5px;
}

.mar-right-10 {
	margin-right: 10px;
}

.mar-right-15 {
	margin-right: 15px;
}

.mar-right-20 {
	margin-right: 20px;
}

.mar-right-25 {
	margin-right: 25px;
}

.mar-right-30 {
	margin-right: 30px;
}

.fc-ff {
	color: #FFFFFF;
}

.fc-33 {
	color: #333333;
}

.fc-99 {
	color: #999999;
}

.fc-66 {
	color: #666666;
}

.fc-f4 {
	color: #F44E29;
}

.fc-money {
	color: #E72E17;

}
.fc-00 {
	color: #000000;
}

.fs-12 {
	font-size: 12px;
}

.fs-14 {
	font-size: 14px;
}

.fs-16 {
	font-size: 16px;
}

.fs-18 {
	font-size: 18px;
}

.fs-20 {
	font-size: 20px;
}


.height-5 {
	width: 100%;
	height: 5px;
	line-height: 5px;
}

.height-10 {
	width: 100%;
	height: 10px;
	line-height: 10px;
}

.height-15 {
	width: 100%;
	height: 10px;
	line-height: 15px;
}

.height-20 {
	width: 100%;
	height: 20px;
	line-height: 20px;
}

.height-25 {
	width: 100%;
	height: 25px;
	line-height: 25px;
}

.height-30 {
	width: 100%;
	height: 30px;
	line-height: 30px;
}

.height-35 {
	width: 100%;
	height: 35px;
	line-height: 35px;
}

.height-40 {
	width: 100%;
	height: 40px;
	line-height: 40px;
}

.height-45 {
	width: 100%;
	height: 45px;
	line-height: 45px;
}

.height-50 {
	width: 100%;
	height: 50px;
	line-height: 50px;
}

.height-55 {
	width: 100%;
	height: 55px;
	line-height: 55px;
}

.height-60 {
	width: 100%;
	height: 60px;
	line-height: 60px;
}

.height-65 {
	width: 100%;
	height: 65px;
	line-height: 65px;
}

.height-70 {
	width: 100%;
	height: 70px;
	line-height: 70px;
}
.ff-sc{font-family: PingFang SC, PingFang SC;}

 .contact-btn {
            padding: 10px 30px;
            background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
            color: white;
            border: none;
            border-radius: 8px;
            cursor: pointer;
            font-size: 16px;
        }
        
        .modal-overlay {
            display: none;
            position: fixed;
            top: 0;
            left: 0;
            right: 0;
            bottom: 0;
            background: rgba(0, 0, 0, 0.5);
            z-index: 1000;
            justify-content: center;
            align-items: center;
        }
        
        .modal-overlay.show {
            display: flex;
        }
        
        .modal-container {
            width: 385px;
                border-radius: 12px;
                overflow: hidden;
                box-shadow: 0 10px 40px rgba(0, 0, 0, 0.15);
                animation: fadeIn 0.3s ease;
                height: 395px;
        }
        
        @keyframes fadeIn {
            from { opacity: 0; transform: scale(0.95); }
            to { opacity: 1; transform: scale(1); }
        }
        
        .modal-header {           
            padding: 30px 30px 0;
            text-align: center;
            position: relative;
        }      
        
        .modal-title {
            color: #494C52;
            font-size: 24px;
            margin-bottom: 20px;
        }
        
        .service-icon {
            width: 80px;
            height: 80px;
            background: white;
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            margin: 0 auto 20px;
            position: relative;
            font-size: 40px;
        }
        
        .decor-star {
            position: absolute;
            width: 8px;
            height: 8px;
            background: #fff;
            border-radius: 50%;
        }        
        
        .modal-body {
            text-align: center;
        }
        
        .hotline-label {
            font-size: 14px;
            color: #494C52;
            margin-bottom: 10px;
        }
        
        .hotline-number {
            font-size: 32px;
            font-weight: bold;
            color: #667eea;
            margin-bottom: 50px;
        }
        
        .copy-btn {
            display: inline-block;
            padding: 8px 24px;
            border: 1px solid #667eea;
            border-radius: 20px;
            color: #667eea;
            cursor: pointer;
            font-size: 14px;
            transition: all 0.3s;
        }
        
        .copy-btn:hover {
            background: #667eea;
            color: white;
        }
        
        .service-time {
            padding-top: 20px;
            border-top: 1px solid #eee;
            text-align: left;
			margin: 30px 16px;
        }
        
        .service-time-title {
            font-size: 14px;
            color: #0543BF;
            margin-bottom: 10px;
			text-indent: 24px;
			text-align: center;
        }
        
        .service-time-item {
            font-size: 12px;
            color: #666;
            line-height: 1.8;
            padding-left:5px;
            position: relative;
			text-align: center;
        }
        
       
        
        .close-btn {
            position: absolute;
            top: 15px;
            right: 15px;
            width: 28px;
            height: 28px;
            border-radius: 50%;
            background: rgba(255,255,255,0.3);
            border: none;
            color: white;
            font-size: 18px;
            cursor: pointer;
            display: flex;
            align-items: center;
            justify-content: center;
        }