@charset "utf-8";
/* CSS Document */

body {padding:0; margin: 0; font-size: 12px; font-family:"Microsoft Yahei"; background:#F4F4F4;}
ul,ol{list-style:none; padding: 0; margin: 0;}
.container{width:800px; margin: 0 auto; background: #FFF;}
img{max-width:100%;}
p{margin: 0;}
/*导航end*/
.owl-dots {
    text-align: center;

}

.owl-dots .owl-dot span {
    width: 10px;
    height: 7px;
    border-radius: 50px;
    background: #FFF;
    display: inline-block;
    opacity: .5;
    margin: 0 4px;
	transition:0.5s ease all;
}
.owl-dots .owl-dot.active span {
    opacity: 1;
    width: 20px;
	
}

#owl0 .owl-dots {
    display: inline-block;
    position: absolute;
    bottom: 5%;
    left: 50%;
    transform: translateX(-50%);
    z-index: 3;
}

#owl0.owl-carousel .owl-nav .owl-next, #owl0.owl-carousel .owl-nav .owl-prev {
    opacity: 0;
}
#owl0.owl-carousel .owl-nav i {
    font-size: 40px;
    color: #fff;
    opacity: 0.5;
}
#owl0.owl-carousel .owl-nav .owl-next {
    right: 80px;
}
#owl0.owl-carousel .owl-nav .owl-prev {
    left: 80px;
}
#owl0.owl-carousel:hover .owl-nav .owl-next {
    right: 20px;
}
#owl0.owl-carousel:hover .owl-nav .owl-prev {
    left: 20px;
}
#owl0.owl-carousel .owl-nav .owl-next:hover i, #owl0.owl-carousel .owl-nav .owl-prev:hover i {
    opacity: 1
}
#owl0.owl-carousel:hover .owl-nav button {
    opacity: 1
}

.owl-carousel .owl-nav .owl-next, .owl-carousel .owl-nav .owl-prev {
    display: block;
    position: absolute;
    outline: 0;
    top: 48%;
    transform: translateY(-50%);
    z-index: 6;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}

.dianhua{background:#F5540A; color:#FFF; padding:15px 0; text-align:center; }
.dianhua a img{width:28px; margin-right: 10px;}
.dianhua a{color:#FFF; text-decoration: none; width: 100%; display: flex; align-items: center; justify-content: center; font-size: 22px; cursor: pointer; font-weight: bold;}
.content img{width:100%;}
.copyright{ padding:15px 0; text-align: center; color: #000; line-height: 1.8; padding-bottom: 70px;}
.copyright a{color:#333;}
.footfix{position: fixed; width: 800px; bottom: 0; left: 50%; transform: translateX(-50%); background: #FFF; z-index: 999;}
.footfix .fbox{display: flex;}
.bg1{background: #ffc445;}
.bg2{background: #ff6600;}
.footfix .fbox .item{width:100%; padding: 5px 0; text-align: center;}
.footfix .fbox .item a{color:#FFF; text-decoration: none;font-weight: 700;}
.footfix .fbox .item .ico img{width:25px; }
.footfix .fbox .item p{font-size:20px;}

/* 在线报修表单样式 */
.online {
    padding: 0px;
    background: linear-gradient(145deg, #ffffff, #f9f9f9);
}
.kefu{position: relative;}
.kefu .kf-tit{ font-size: 18px; font-weight: bold; position: absolute; width: 100%; top: 0; line-height: 35px; text-align: center; color: #FFF;}

.form-title {
    color: #2c3e50;
    font-size: 18px;
    line-height: 1.6;
    padding: 15px;
}
.form-title .tit{ color: #F5540A; margin-bottom: 5px; font-weight: bold;}
.repair-form {
    padding: 20px;
    transition: all 0.3s ease;
}

.form-group {
    margin-bottom: 15px;
}

.form-group label {
    display: block;
    margin-bottom: 5px;
    color: #000;
    font-size: 16px;
}

.form-group label span {
    color: red;
}

.form-group input[type="text"],
.form-group input[type="tel"],
.form-group textarea {
    width: 100%;
    padding: 12px 15px;
    border: 1px solid #F0F0F0;
    font-size: 18px;
    box-sizing: border-box;
    transition: all 0.3s ease;
    background: #fff;
    box-shadow: 0 1px 3px rgba(0,0,0,0.05);
}

.form-group textarea:hover {
    border-color: #bbb;
    box-shadow: 0 2px 5px rgba(0,0,0,0.08);
}

.form-group textarea:focus {
    border-color: #ff6600;
    box-shadow: 0 0 0 3px rgba(255,102,0,0.15);
    outline: none;
}

.form-group input[type="text"]::placeholder,
.form-group input[type="tel"]::placeholder,
.form-group textarea::placeholder {
    color: #888;
    font-size: 16px;
    opacity: 0.8;
    transition: all 0.3s ease;
    font-family:"Microsoft Yahei";
}

.form-group textarea:focus::placeholder {
    opacity: 0.5;
    transform: translateX(2px);
}
.form-group input[type="text"]:focus,
.form-group input[type="tel"]:focus,
.form-group textarea:focus {
    border-color: #ff6600;
    box-shadow: 0 0 0 3px rgba(255,102,0,0.1);
    outline: none;
}

.form-group textarea {
    height: 80px;
    resize: vertical;
}

.radio-group {
    display: flex;
    gap: 20px;
    margin: 10px 0;
}

.radio-group label {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    cursor: pointer;
    padding: 8px 15px;
    background: #f5f5f5;
    border-radius: 30px;
    transition: all 0.3s ease;
}

.radio-group label:hover {
    background: #ffe5d6;
}

.radio-group input[type="radio"]:checked + label {
    background: #ff6600;
    color: #fff;
}

.form-submit {
    text-align: center;
    margin-top: 20px;
}

.form-submit button {
    background: linear-gradient(145deg, #ff6600, #ff8533);
    color: #fff;
    border: none;
    padding: 15px 40px;
    font-size: 16px;
    font-weight: 600;
    border-radius: 30px;
    cursor: pointer;
    transition: all 0.3s ease;
    box-shadow: 0 5px 15px rgba(255,102,0,0.2);
    width: 90%;
    margin: 0 auto;
    display: block;
}

.form-submit button:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 20px rgba(255,102,0,0.3);
    background: linear-gradient(145deg, #ff8533, #ff6600);
}
.owl-nav img{width:50px;}
@media (max-width:767px) {
	.container{width:100%;}
    .footfix{position: fixed; width: 100%; left: 0; bottom: 0;  transform: translateX(-0%);}
    .footfix .fbox{width:100%;}
}

.form-group input[type="text"]:focus,
.form-group input[type="tel"]:focus,
.form-group textarea:focus {
    border-color: #ff6600;
    box-shadow: 0 0 0 3px rgba(255,102,0,0.1);
    outline: none;
}

.form-group textarea {
    height: 80px;
    resize: vertical;
    color: #333;
}

.radio-group {
    display: flex;
    gap: 20px;
    margin: 10px 0;
}

.radio-group label {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    cursor: pointer;
    padding: 8px 15px;
    background: #f5f5f5;
    border-radius: 30px;
    transition: all 0.3s ease;
}

.radio-group label:hover {
    background: #ffe5d6;
}

.radio-group input[type="radio"]:checked + label {
    background: #ff6600;
    color: #fff;
}

.form-submit {
    text-align: center;
    margin-top: 20px;
}

.form-submit button {
    background: linear-gradient(145deg, #ff6600, #ff8533);
    color: #fff;
    border: none;
    padding: 15px 40px;
    font-size: 16px;
    font-weight: 600;
    border-radius: 30px;
    cursor: pointer;
    transition: all 0.3s ease;
    box-shadow: 0 5px 15px rgba(255,102,0,0.2);
}

.form-submit button:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 20px rgba(255,102,0,0.3);
    background: linear-gradient(145deg, #ff8533, #ff6600);
}

@media (max-width:767px) {
	.container{width:100%;}
    .footfix{position: fixed; width: 100%; left: 0; bottom: 0;  transform: translateX(-0%);}
    .footfix .fbox{width:100%;}
}