.homelogin {
    width: 0;
    height: 0;
    display: none;
}

.tools {
    width: 50px;
    position: fixed;
    right: 0px;
    bottom: 50%;
    transform: translate(0,50%);
    z-index: 100;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.11);
    box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.11);
}

.tools .item {
    width: 100%;
    height: 64px;
    background: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    cursor: pointer;
    position: relative;
}

.tools .item a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: 57px;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.tools .item .iconfont {
    font-size: 22px;
    color: #05A4FF;
}

.tools .item .titletip {
    font-size: 12px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #05A4FF;
    line-height: 17px;
    margin-top: 1px;
}

.tools .item .content {
    display: none;
    position: absolute;
    top: 10px;
    right: 36px;
}

.tools .item .content .container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
}

.tools .item .content .container .corner {
    width: 0px;
    height: 0px;
    border: 10px solid #E9E9E9;
    border-bottom-color: transparent;
    border-top-color: transparent;
    border-right-color: transparent;
    margin-top: 12px;
    margin-left: -1px;
    position: relative;
    right: 6px;
}

.tools .item .content .container .corner2 {
    width: 0px;
    height: 0px;
    border: 10px solid #fff;
    border-bottom-color: transparent;
    border-top-color: transparent;
    border-right-color: transparent;
    margin-top: 12px;
    margin-left: -1px;
    position: absolute;
    right: 8px;
}

.tools .item .content .container .rectangle {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    z-index:9999;
    width: 214px;
    padding: 12px;
    background: #fff;
    border: 1px solid #E9E9E9;
    font-size: 16px;
    color: #4A4A4A;
    line-height: 22px;
    margin-right: 6px;
}

.tools .item .content .container .rectangle .imgcode {
    width: 109px;
    height: 108px;
    margin-top: 6px;
}

.tools .item .content .container .rectangle .imgcode img {
    width: 109px;
    height: 108px;
}

.tools .item .content .container .rectangle .imgtip {
    width: 100%;
    margin-top: 13px;
    margin-bottom: 6px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    font-size: 16px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #4A4A4A;
    line-height: 22px;
}

.tools .item .content .container .rectangle .free-phone{
    color: #333333;
    font-weight: bold;
}

.tools .item .content .container .rectangle .free-phone .txt{
    font-size: 16px;
    color: #05A4FF;
}

.tools .item .content .container .rectangle .tit{
    margin-top: 10px;
}

.tools .item .content .container .rectangle input{
    padding: 4px 6px;
    border: 1px solid #E9E9E9;
    color: #999999;
    font-size: 12px;
    margin-top: 2px;
}

.tools .item .content .container .rectangle .remark{
    color: #999999;
    font-size: 12px;
    line-height: 18px;
    margin-top: 8px;
}

.tools .item .content .container .rectangle .btn{
    width: 90px;
    height: 25px;
    background-color: #05A4FF;
    align-self: center;
    color: #FFFFFF;
    text-align: center;
    font-size: 12px;
    margin-top: 5px;
}

.tools .item:hover {
    background: #05a4ff;
}

.tools .item .icon-qiyeweixin{
    display: none;
}
.tools .item:hover .icon-qiyeweixin{
    display: block;
}
.tools .item:hover svg{
    display: none;
}

.tools .item:hover .titletip,
.tools .item:hover .iconfont {
    color: #fff;
}

.tools .item:hover .content {
    display: block;
}

.feedbackDialog {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.28);
    z-index: 102;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    display: none;
}

.feedbackDialog .feedbackDialog_container {
    width: 504px;
    padding: 21px 24px 30px;
    background: #FFFFFF;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.feedbackDialog .feedbackDialog_container .feedbackDialog_container_title {
    width: 100%;
    position: relative;
}

.feedbackDialog .feedbackDialog_container .feedbackDialog_container_title p {
    font-size: 16px;
    font-family: PingFangSC-Semibold, PingFang SC;
    font-weight: 600;
    color: #333333;
    line-height: 22px;
}

.feedbackDialog .feedbackDialog_container .feedbackDialog_container_title .close {
    position: absolute;
    top: 2px;
    right: 0px;
    font-size: 18px;
    color: #ccc;
    cursor: pointer;
}

.feedbackDialog .feedbackDialog_container .feedbackDialog_container_main {
    width: 100%;
    margin-top: 28px;
}

.feedbackDialog .feedbackDialog_container .feedbackDialog_container_main textarea {
    width: 100%;
    height: 200px;
    padding: 17px 21px;
    border: 1px solid #DDDDDD;
    font-size: 14px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    line-height: 20px;
    resize: none;
}

.feedbackDialog .feedbackDialog_container .feedbackDialog_container_errorMessage {
    width: 100%;
    color: #F00;
    display: none;
    font-size: 14px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    line-height: 20px;
}

.feedbackDialog .feedbackDialog_container .feedbackDialog_container_footer {
    width: 100%;
    margin-top: 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.feedbackDialog .feedbackDialog_container .feedbackDialog_container_footer button {
    width: 100px;
    height: 36px;
    background: #05A4FF;
    border: none;
    font-size: 14px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 20px;
    cursor: pointer;
}

.feedbackDialog .feedbackDialog_message {
    width: 480px;
    padding: 50px 50px 40px;
    background: #fff;
    display: none;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.feedbackDialog .feedbackDialog_message .feedbackDialog_message_title {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.feedbackDialog .feedbackDialog_message .feedbackDialog_message_title span {
    font-size: 32px;
    color: #0ABF5B;
}

.feedbackDialog .feedbackDialog_message .feedbackDialog_message_title p {
    font-size: 16px;
    font-family: PingFangSC-Semibold, PingFang SC;
    font-weight: 600;
    color: #333333;
    line-height: 22px;
}

.feedbackDialog .feedbackDialog_message .feedbackDialog_message_main {
    width: 100%;
    margin-top: 7px;
    font-size: 14px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #666666;
    line-height: 22px;
    padding-left: 33px;
}

.feedbackDialog .feedbackDialog_message .feedbackDialog_message_footer {
    width: 100%;
    margin-top: 25px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.feedbackDialog .feedbackDialog_message .feedbackDialog_message_footer button {
    width: 100px;
    height: 36px;
    background: #00A4FF;
    border: none;
    font-size: 14px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 20px;
    cursor: pointer;
}

.advisoryIframe {
    position: fixed;
    right: 0;
    bottom: 0;
    z-index: 101;
    background: #fff;
    border-radius: 14px;
    overflow: hidden;
    display: none;
}

.advisoryIframe .close {
    position: absolute;
    top: 0px;
    right: 0px;
    font-size: 22px;
}

.advisoryIframe .iframe {
    width: 500px;
    height: 500px;
}


/*# sourceMappingURL=style.css.map */