/* * {
    background-color: gray;
} */

.suspension {
    width: 66px;
    position: fixed;
    bottom: 10%;
    right: 30px;
    top: 65%;
    z-index: 9999;
    display: none;
}

.suspension img {
    width: 100%;
    height: 100%;
    display: block;
}

.suspension .lii-one,
.suspension .lii-two {
    width: 66px;
    height: 66px;
    margin-top: 8px;
    cursor: pointer;
}

.suspension .lii-one {
    background: url('../images/sidebar_icons1.png') no-repeat;
    background-size: 100% 100%;
    position: relative;
}

.suspension .lii-two {
    background: url('../images/sidebar_icons3.png') no-repeat;
    background-size: 100% 100%;
}

.suspension .lii-two:hover .suspension.call_box {
    display: block;
    transition: .3s;
}

.suspension .lii-three {
    width: 66px;
    height: 66px;
    margin-top: 8px;
    cursor: pointer;
    background: url('../images/sidebar_icons2.png') no-repeat;
    background-size: 100% 100%;
}

.suspension .lii-one .spot {
    position: absolute;
    right: 15px;
    top: 7px;
    width: 14px;
    height: 11px;
}

.call_box {
    position: absolute;
    top: 12px;
    left: -190px;
    width: 170px;
    height: 53px;
    font-size: 16px;
    color: #323232;
    padding: 10px 0;
    border-radius: 8px;
    box-shadow: 0 2px 12px 0 rgb(0 0 0 / 10%);
    border: 1px solid #ebeef5;
    background-color: #fff;
    z-index: 9999;
    display: none;
}

.call_box .call_000 {
    width: 18px;
    height: 18px;
    margin: 8px 10px 0 20px;
    display: inline-block;
}
.call_box .phone_number {
    position: absolute;
    display: inline-block;
    top: 14px;

}
.call_box .call_000 img {
    width: 100%;
    height: 100%;
    display: block;
}
.qcode {
    position: absolute;
    width: 132px;
    height: auto;
    border-radius: 8px;
    box-shadow: 0 2px 12px 0 rgb(0 0 0 / 10%);
    top: 35px;
    left: -165px;
    margin: 0;
    display: none;
    z-index: 9999;
}
.qcode img {
    width: 132px;
    height: 132px;
    border-radius:  8px 8px 0 0 ;
    display: block;
}
.qrcode_txt {
    width: 100%;
    text-align: center;
    display: block;
    border-radius:  0 0 8px 8px;
    padding: 0 0 10px 0;
    background-color: #fff;
}
  /* 弹出框 */
  #branch .branch-proup {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 10000;
    width: 100%;
    height: 100%;
    background:rgba(0,0,0,.45);
    border-radius: 5px 5px 0 0;
  }

  #branch .branch-proup-content {
    position: fixed;
    top: 50%;
    left: 50%;
    width: 400px;
    height: 500px;
    border: none;
    margin-top: -250px;
    margin-left: -200px;
    background-color: #3986FF;
    border-radius: 5px;
    z-index: 10001;
  }
.formbox {
    display: flex;
    flex-direction: column;
    justify-items: center;
    width: 70%;
    margin: 75px auto 0;
    line-height: 30px;
    text-align: center;
}
.close_branch {
   position: relative;
}
.close_branch_right {
   position: absolute;
   right: 10px;
   top: 0;
   font-size: 25px;
   width: 20px;
   height: ;: 20px;
   cursor:pointer
}
.close_branch_right img {
    margin-top: 10px;
    width: 100%;
    height: 100%;
}
.close_branch_right:hover {
    color: #fff;
}
.branch_name, .branch_phone,.branch_select{
    width: 280px;
    height: 54px;
    margin: 0 auto;
    border: 0;
    background: #fff;
    margin-bottom: 15px;
    padding: 12px;
}

.branch_textarea {
    width: 280px;
    height: 86px;
    margin: 0 auto;
    border: 0;
    background: #fff;
    margin-bottom: 15px;
    padding: 12px;
}
.branch_btn {
    background-image: linear-gradient(to right, rgba(50,92,222,0.7), rgba(31,69,191,1));
    color: #fff;
    padding: 8px 20px;
    margin-top: 10px;
    border-radius: 5px;
}