
/* 公共banner--common.css */
/* 公共面包屑--common.css */


/* 售后服务 */
.service1 {
    width: 100%;
    background: linear-gradient(to bottom, #F4FCFF, #FFFFFF);
}
.service1 .center {
    padding: 1rem 0 1.5rem;
}
/* 文字介绍 */
.service1 .explain {
    margin-top: 0.4rem;
    text-align: center;
    font-size: 0.2rem;
    color: #000000;
    line-height: 0.3rem;
}
.service1 .explain p {
    text-align: center;
    font-size: 0.2rem;
    color: #000000;
    line-height: 0.3rem;
}
/* form */
.service1 form {
    width: 14rem;
    margin: 0.8rem auto 0;
    padding: 0.65rem 0.84rem 0.3rem;
    box-shadow: 0rem 0.03rem 0.06rem 0.01rem rgba(0,179,255,0.3);
    border-radius: 0.24rem 0.24rem 0.24rem 0.24rem;
    border: 0.01rem solid #37B4E9;
}
.service1 form .input_box {
    width: 100%;
    margin-top: 0.2rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.service1 form .input_box .m_dropdown {
    width: 5.92rem;
    height: 0.4rem;
    background: #FCFCFC;
    border-radius: 0.05rem 0.05rem 0.05rem 0.05rem;
    border: 0.01rem solid #EBEBEB;
}
.service1 form .input_box .m_dropdown .text {
    height: 0.4rem;
    min-height: 0;
    background: #FCFCFC;
}
.service1 form .input_box .m_dropdown .slt_list {
    top: 0.4rem;
}
.service1 form .input_box .ipt {
    width: 5.92rem;
    height: 0.4rem;
    padding: 0 0.15rem;
    background: #FCFCFC;
    border-radius: 0.05rem 0.05rem 0.05rem 0.05rem;
    border: 0.01rem solid #EBEBEB;
}
.service1 form .input_box .ipt::placeholder {
    font-size: 0.14rem;
    color: #9A9A9A;
}
.service1 form .input_box .ipt:focus {
    border: 0.01rem solid #37B4E9;
}
.service1 form textarea {
    width: 100%;
    height: 3.25rem;
    margin-top: 0.2rem;
    padding: 0.1rem 0.15rem;
    background: #FCFCFC;
    border-radius: 0.05rem 0.05rem 0.05rem 0.05rem;
    border: 0.01rem solid #EBEBEB;
    resize: none;
    outline: none;
}
.service1 form textarea::placeholder {
    font-size: 0.14rem;
    color: #9A9A9A;
}
.service1 form textarea:focus {
    border: 0.01rem solid #37B4E9;
}
.service1 form button {
    display: block;
    width: 2.64rem;
    height: 0.5rem;
    margin-top: 0.23rem;
    margin-left: auto;
    background: #37B4E9;
    border: none;
    text-align: center;
    line-height: 0.5rem;
    font-size: 0.18rem;
    color: #FFFFFF;
    font-family: Microsoft YaHei, Microsoft YaHei;
    letter-spacing: 5px;
    cursor: pointer;
    transition: all 0.3s;
}
.service1 form button:hover {
    background: #009fe2;
}






/* 增值服务 */
.service2 {
    width: 100%;
    background: linear-gradient(to bottom, #F4FCFF, #FFFFFF);
}
.service2 .center {
    padding: 1rem 0 1.5rem;
}
/* 服务列表 */
.service2 .list {
    margin-top: 0.8rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.service2 .list .li {
    width: 4.5rem;
    height: 4.12rem;
    background: #FFFFFF;
    box-shadow: 0rem 0.03rem 0.06rem 0.01rem rgba(0,0,0,0.16);
    border-radius: 0.1rem 0.1rem 0.1rem 0.1rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    transition: all 0.3s;
}
.service2 .list .li .icon {
    width: 0.7rem;
    height: fit-content;
    object-fit: contain;
    position: relative;
}
.service2 .list .li .icon1{
    width: 0.38rem;
    height: 0.28rem;
    object-fit: contain;
    background: rgba(55, 180, 233,0.25);
    position: absolute;
    top: 0;
    right: -0.08rem;
}
.service2 .list .t1 {
    margin-top: 0.55rem;
    font-size: 0.2rem;
    color: #37B4E9;
    font-weight: 600;
}
.service2 .list .t2 {
    margin-top: 0.2rem;
    font-size: 0.16rem;
    color: #666666;
    line-height: 0.2rem;
    text-align: center;
}
.service2 .list .t2 p {
    font-size: 0.16rem;
    color: #666666;
    line-height: 0.2rem;
    text-align: center;
}
/* hover */
.service2 .list .li:hover {
    background: #37B4E9;
}
.service2 .list .li:hover .icon {
    filter: brightness(77);
}
.service2 .list .li:hover .t1 {
    color: white;
}
.service2 .list .li:hover .t2 {
    color: white;
}
.service2 .list .li:hover .t2 p {
    color: white;
}





/* FAQ */
.service3 {
    width: 100%;
    background: linear-gradient(to bottom, #F4FCFF, #FFFFFF);
}
.service3 .center {
    padding: 1rem 0 1.5rem;
}
/* title */
.service3 .title {
    text-align: center;
    font-size: 0.3rem;
    color: #37B4E9;
    font-weight: 700;
}
/* 列表 */
.service3 .list {
    margin-top: 0.3rem;
}
.service3 .list .li {
    width: 100%;
    margin-top: 0.2rem;
}
/* 正常显示的内容 */
.service3 .list .box1 {
    position: relative;
    width: 100%;
    height: 0.67rem;
    padding: 0 0.63rem;
    background: #FFFFFF;
    box-shadow: 0rem 0.03rem 0.07rem 0.01rem rgba(0,0,0,0.24);
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: space-between;
    z-index: 12;
}
.service3 .list .text1 {
    max-width: 6rem;
    font-size: 0.2rem;
    color: #333333;
    display: flex;
    align-items: center;
}
.service3 .list .text1 .icons {
    position: relative;
    width: 0.24rem;
    height: 0.24rem;
    margin-right: 0.05rem;
    background: #37B4E9;
    border-radius: 0.02rem;
}
.service3 .list .text1 .icons img {
    position: absolute;
    left: 50%;
    top: 50%;
    width: 0.12rem;
    height: 0.15rem;
    object-fit: contain;
    transform: translate(-50%, -50%);
}
.service3 .list .text2 {
    font-size: 0.16rem;
    color: #BFBFBF;
    display: flex;
    align-items: center;
}
.service3 .list .text2 .icons {
    position: relative;
    width: 0.22rem;
    height: 0.22rem;
    margin-left: 0.2rem;
    border: 0.01rem solid #37B4E9;
    border-radius: 50%;
    transition: all 0.3s;
}
.service3 .list .text2 .icons img {
    position: absolute;
    left: 50%;
    top: 50%;
    width: 0.1rem;
    height: 0.05rem;
    object-fit: contain;
    transform: translate(-50%, -50%);
}
/* 下拉的内容 */
.service3 .list .box2 {
    position: relative;
    width: 100%;
    padding: 0.35rem 0.65rem;
    background: linear-gradient(to bottom, #FFFFFF, #F2FBFF);
    box-shadow: 0rem 0.03rem 0.06rem 0.01rem rgba(0,0,0,0.16);
    font-size: 0.16rem;
    color: #777777;
    line-height: 0.3rem;
    z-index: 1;
    display: none;
}
.service3 .list .box2 p {
    font-size: 0.16rem;
    color: #777777;
    line-height: 0.3rem;
}
/* hover */
.service3 .list .li:hover .box1 .text2 .icons {
    background: #37B4E9;
    transform: rotate(90deg);
}
.service3 .list .li:hover .box1 .text2 .icons img {
    filter: brightness(77);
}



@media only screen and (max-width: 1024px){
    .service1 form{
        width: auto;
    }
}













