/*悬浮窗*/
#tips_xuqiu {
    display: none;
    position: fixed;
    right: 0;
    bottom: 36px;
    z-index: 9;
    opacity: 0.66;

    -moz-box-shadow:-2px 2px 5px #888888;
    -webkit-box-shadow: -2px 2px 5px #888888;
    box-shadow: -2px 2px 5px #888888;
}
#tips_xuqiu:hover{
    opacity: 1;
}
#tips_xuqiu.show {
    opacity: 1;
}

#tips_xuqiu.show .tips_container {
    display: block;
}

#tips_xuqiu .tips_title {
    position: relative;
    cursor: pointer;
    width: 94px;
    float: right;
}

#tips_xuqiu .tips_title .tips_title_container {
    display: block;
    width: 88px;
    height: 88px;
    position: absolute;
    top: 0;
    right: 6px;
    background-color: #f5f5f5;
    text-align: center;
    vertical-align: middle;
}

#tips_xuqiu .tips_title_container i {
    color: #979797;
    font-size: 42px;
}

#tips_xuqiu .tips_title .tips_title_jt {
    display: inline-block;
    float: right;
    width: 6px;
    height: 88px;
    background: #b23030;
}

#tips_xuqiu .tips_title .tips_title_jt i {
    position: relative;
    top: 32px;
    left: -5px;
    color: #FFFFFF;
}

#tips_xuqiu .tips_title h3 {
    font-size: 14px;
    font-weight: bold;
    font-stretch: normal;
    line-height: 15px;
    letter-spacing: 1px;
    color: #696969;
}

#tips_xuqiu.show .tips_title {
    right: 0;
}

#tips_xuqiu.show .tips_title_container {
    right: 0;
}

#tips_xuqiu.show .tips_title .tips_title_jt {
    float: none;
    right: 88px;
}


#tips_xuqiu .tips_container {
    display: none;
    width: 480px;
    min-height: 500px;
    height: auto;
    position: absolute;
    bottom: 100px;
    right: 0;
    background-color: #F5F5F5;
    color: #797979;
    overflow: hidden;

    -moz-box-shadow: -2px 2px 5px #888888;
    -webkit-box-shadow: -2px 2px 5px #888888;
    box-shadow: -2px 2px 5px #888888;
}

#tips_xuqiu .tips_head {
    display: block;
    width: 100%;
    height: 50px;
    line-height: 50px;
    background: #F5F5F5;
    color: #797979;
    float: left;
}

#tips_xuqiu .tips_head i {
    color: #797979;
    float: right;
    margin-right: 24px;
    font-size: 20px;
}

#tips_xuqiu .tips_container form {
    display: block;
    width: 93%;
    margin: 3px auto;
}



#tips_xuqiu #xuqiu_submit{
    width: 166px;
    height: 48px;
    margin-top: 20px;
    margin-bottom: 20px;
    background-color: #f90713;
}


#tips_xuqiu .xuqiu_msg{
    font-size: 14px;
    color: #000000;
    text-align: center;
    margin-bottom: 10px;
}

#tips_xuqiu  .form-label {
    margin-bottom: .18rem;
    margin-top: 0.38rem;
}
#tips_xuqiu  .form-control.is-invalid{
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12' width='12' height='12' fill='none' stroke='%23dc3545'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e") !important;
}
#tips_xuqiu #content{
    height: 80px;
}


@media (max-height: 721px) {
    #tips_xuqiu {
        z-index: 9999;
        bottom: 16px !important;
    }
    #tips_xuqiu .tips_head{
        height: 40px;
        line-height: 40px;
    }
    #tips_xuqiu .tips_container {
        min-height: auto;
        height: 460px;
        bottom: 92px;
    }
    #tips_xuqiu #content{
        height: 50px;
    }
    #tips_xuqiu #xuqiu_submit{
        margin-top: 10px;
        margin-bottom: 10px;
    }
}