.demo_tab{height: 40px;display: flex;margin-top: 20px;}
.demo_tab li{width: 120px;text-align: center;margin-right: 20px;
	height: 40px;
	background-color: #fafafa;
	border-radius: 5px;
	border: solid 1px #dde4ef;color: #262626;font-size: 14px;line-height: 40px;cursor: pointer;position: relative;}
.demo_tab li.active{color: #0d7aff;background-color: #e6effd;border: solid 1px #0d7aff;}
.demo_tab li.active::after{content: '';
    display: inline-block;
    position: absolute;
    background: url(../img/extract/example_logo.webp)no-repeat center;
    background-size: cover;
    width: 21px;
    height: 19px;
    top: 0px;
    right: 0px;
    border-top-right-radius: 4px;}
.demo_tab li:hover{color: #0d7aff;}
/* .demo_cont{padding-left: 50px;}   */
.demo_tile{font-size: 16px;font-weight: bold;height: 77px;line-height: 84px;color: #262626;}
.down_code{display: inline-block;width: auto;height: 44px;background-color: #0d7aff;border-radius: 4px;text-align: center;line-height: 44px;color: #ffffff;font-size: 16px;padding: 0 15px;}
.down_code:hover{color: #fff;}
.demo_title{height: 76px;line-height: 76px;}
.demo_left{float: left;color: #262626;font-size: 16px;font-weight: bold;display: none;}
.demo_right p{display: none;}
.demo_right{float: right;display: flex;align-items: center;justify-content: flex-start;color: #262626;font-size: 16px;font-weight: bold;}
/* .demo_detail{margin-right: 50px;} */
.connect_us_demo{color: #1076e2;font-weight: normal;}
.demo_example{width: 100%;height: 650px;overflow: auto;border-radius: 10px;margin: 0 auto;font-size: 14px;background: #282b2e;}
.demo_example::-webkit-scrollbar {width: 7px;}
.demo_example::-webkit-scrollbar-thumb {background-color: #999;border-radius: 4px;}
.demo_example::-webkit-scrollbar-track {background-color: #262626;}
@keyframes ad_width {
    from {
        width: 0
    }
    to {
        width: 100%;
    }
}

.api_examples{color: #262626;font-size: 18px;font-weight: bold;margin-top: 50px;}
.userauth_left{
    max-width: 660px;
}
/* .userauth_container{
    max-width: 1600px;
    width: 100%;
} */
.user_traffic .vh-select-dom,.host_flex .vh-select-dom{
    background: #fff;
    width: 100%;
    height: 44px;
}
.user_traffic .vh-select-dom>ul,.host_flex .vh-select-dom>ul {
    width: 100%;
    top: 47px;
    border: none;
}
.vh-select-dom>img {
    width: 12px!important;
    height: 8px!important;
    transform: rotate(0);
}
.plat4_cont .mt_select span{
    position: static;
    transform: none;
    display: inline-block;
    margin-left: 138px;
}
.plat4_cont .mt_select p{
    width: 94%;
    display: inline-block;
    position: absolute;
    box-sizing: border-box;
}
.statis_tab {
    display: flex;
    align-items: flex-end;
    border-bottom: 1px solid #E2E7EF;
    margin-bottom: 40px;
}


.dash_container{
    margin-top: 88px!important;
}
.bubble-tips p{
    position: absolute;
    padding: 10px;
    white-space: nowrap;
    background: #FFFFFF;
    box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.1);
    border-radius: 4px;
    filter: blur(0px);
    display: flex;
    z-index: 9;
    bottom: 24px;
    left: 50%;
    transform: translateX(-50%);
    font-weight: 400;
    font-size: 12px;
    color: #5C708D;
    line-height: 15px;
    text-align: left;
    display: none;
    box-sizing: border-box;
  }
  .bubble-tips{
    position: relative;
  }
  .bubble-tips img{
    cursor: pointer;
  }
  .bubble-tips:hover p{
    display: block;
  }
  .traffic-gb-cont{
    margin-right: 10px;
  }
  .traffic_Button{
    display: flex;
    align-items: center;
    margin-top: 17px;
  }
  .traffic_Button i{
    display: inline-block;
    cursor: pointer;
    width: 14px;
    height: 12px;
    background: url(../img/extract/ic_renew.png)no-repeat center;
    background-size: cover;
    transition: 0.8s;
    position: relative;
    top: 4px;
    margin-right: 10px;
  }
  .traffic_Button i:hover{background: url(../img/extract/ic_renew_hover.png)no-repeat center;background-size: cover;transform: rotate(180deg);}
  .unit_domainname{
    background: #fff;
    width: 100%;
    height: 44px;
    line-height: 44px;
    border: 1px solid #E2E7EF;
    border-radius: 4px;
    box-sizing: border-box;
    padding: 0 15px 0 20px;
    display: none;
    color: #081B3F;
    font-weight: bold;
    font-size: 14px;
 }