*{
    margin: 0;
    padding: 0;
}
.suspension_window{
    width: 139px;
    height: 537px;
    background: -webkit-linear-gradient(#1491d3,#278be3);
    background: -o-linear-gradient(#1491d3,#278be3);
    background: -moz-linear-gradient(#1491d3,#278be3);
    background: -mos-linear-gradient(#1491d3,#278be3);
    background: linear-gradient(#1491d3,#278be3);
    padding: 2px;
    box-sizing: border-box;
    border-bottom-right-radius:75px; 
    border-bottom-left-radius:75px; 
    position: fixed;
    right: 0;
    top: 15%;
    z-index: 9999;
}
.suspension_window_content{
    width: 133px;
    height: 531px;
    display: -webkit-box;
    display: -moz-box; 
    display: -ms-flexbox;
    display: -webkit-flex; 
    display: flex;
    -webkit-flex-direction: column; 
    -moz-flex-direction: column; 
    -ms-flex-direction: column; 
    -o-flex-direction: column; 
    flex-direction: column; 
    -webkit-align-items: center; 
    -moz-align-items: center; 
    -ms-align-items: center; 
    -o-align-items: center; 
    align-items: center; 
    border: 1px solid rgb(253, 252, 252);
    border-bottom-right-radius:75px; 
    border-bottom-left-radius:75px; 
}
.suspension_top{
    width: 120px;
    height: 103px;
    border-bottom: 1px solid rgb(255, 255, 255);
}
.suspension_top>span{
    display: -webkit-box;
    display: -moz-box; 
    display: -ms-flexbox;
    display: -webkit-flex; 
    display: flex;
    -webkit-align-items: center; 
    -moz-align-items: center; 
    -ms-align-items: center; 
    -o-align-items: center; 
    align-items: center; 
    width: 100%;
    -webkit-justify-content: center; 
    -moz-justify-content: center; 
    -ms-justify-content: center; 
    -o-justify-content: center; 
    justify-content: center; 
    padding-top: 24px;
    box-sizing: border-box;
}
.suspension_top>span>p{
    font-size: 12px;
    font-family: "Microsoft YaHei";
    color: rgb(253, 252, 252);
    margin-left: 4px;
}
.suspension_top>b{
    font-size: 19px;
    font-family: "Microsoft YaHei";
    color: rgb(253, 252, 252);
    font-weight: bold;
    text-align: center;
    display: block;
    width: 100%;
    margin-top: 8px;
}
.suspension_window_content>ul{
    width: 120px;
}
.suspension_window_content>ul>li{
    list-style: none;
    margin-top: 14px;
    position: relative;
}
.suspension_window_content>ul>li>a{
    display: block;
    font-size: 15px;
    font-family: "Microsoft YaHei";
    color: rgb(255, 255, 255);
    width: 111px;
    height: 30px;
    border-width: 1px;
    border-color: rgb(255, 255, 255);
    border-style: solid;
    border-radius: 3px;
    text-align: center;
    line-height: 30px;
    margin: auto;
    cursor: pointer;
}
.suspension_window_content>ul>li:hover a{
    color: rgb(40, 138, 225);
    background-color: rgb(253, 252, 252);
}
.suspension_window_content>ul>li>span{
    display: block;
    width: 16px;
    height: 16px;
    border-radius: 50%;
    background-color: rgb(237, 55, 55);
    line-height: 16px;
    text-align: center;
    font-size: 14px;
    font-family: "Microsoft YaHei";
    color: rgb(253, 252, 252);
    position: absolute;
    right: 5px;
    top: 2px;
}
.zx_phone_number{
    display: block;
    width: 120px;
    height: 68px;
    
    border-bottom:  1px solid rgb(255, 255, 255);
 
    text-align: center;
}
.zx_phone_number>p{
    font-size: 14px;
    font-family: "Microsoft YaHei";
    color: rgb(253, 252, 252);
    margin-top: 14px;
}
.zx_phone_number>b{
    font-size: 20px;
    font-family: "Impact";
    color: rgb(253, 252, 252);
    white-space: nowrap;
    font-weight: 500;
}
.suspension_window_content>a{
    display: block;
    width: 42px;
    height: 42px;
    border-width: 1px;
    border-color: rgb(255, 255, 255);
    border-style: dashed;
    border-radius: 50%;
    background-color: rgb(255, 255, 255);
    text-align: center;
    margin-top: 12px;
    cursor: pointer;
    display: -webkit-box;
    display: -moz-box; 
    display: -ms-flexbox;
    display: -webkit-flex; 
    display: flex;
    -webkit-flex-direction: column; 
    -moz-flex-direction: column; 
    -ms-flex-direction: column; 
    -o-flex-direction: column; 
    flex-direction: column; 
    -webkit-align-items: center; 
    -moz-align-items: center; 
    -ms-align-items: center; 
    -o-align-items: center; 
    align-items: center; 
    -webkit-justify-content: center; 
    -moz-justify-content: center; 
    -ms-justify-content: center; 
    -o-justify-content: center; 
    justify-content: center; 
}
.suspension_window_content>a>p{
    font-size: 14px;
    font-family: "Microsoft YaHei";
    color: rgb(40, 138, 225);
}
.top {
  font-size: 14px;
  font-family: "Microsoft YaHei";
  color: rgb(40, 138, 225);
  text-transform: uppercase;
  line-height: 1.038;
  text-align: center;
  position: absolute;
  left: 1773px;
  top: 746.734px;
  z-index: 130;
}
.blink_btn{
	color: #fc3703!important;
	background-color: #eff9ee;
}
.active_color{
	background-color: #fcfe03;
}
.zx_phone_number:hover b{
	color: #fcfe03!important;
}
