body {
    line-height: 1;
}

.side{
    position: absolute;
    width: 54px;
    height: 275px;
    right: 0;
    top: 400px;
    z-index: 100;
}
.sidebox{
    right: 0px;
    width: 42px;
    opacity: 0.8;
    background: rgb(5, 137, 255);
    color:transparent;
    position: absolute;
    overflow: hidden;
    user-select: none;
    display: flex;
    flex-direction: column;
}

.site1{
    top: 0px;
}

.site2{
    top: 54px;
}

.site3{
    top: 108px;
}

.site4{
    top: 162px;
}

.small_block{
    height: 54px;
    opacity: 0.8;
    transition: all .4s ease;
}

.small_block:hover{
    color: rgb(255, 255, 255);
    opacity: 1;
    width: 200px;
    z-index: 100;
}

.mid_block{
    height: 108px;
    opacity: 0.8;
    clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 42px 100%, 42px 54px, 0% 54px);
    -webkit-clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 42px 100%, 42px 54px, 0% 54px);
    transition: all .4s ease;
}

.mid_block:hover{
    color: rgb(255, 255, 255);
    opacity: 1;
    width: 200px;
    clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 42px 100%, 42px 54px, 0% 54px);
    -webkit-clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 42px 100%, 42px 54px, 0% 54px);
    z-index: 100;
}

.big_block{
    height: 162px;
    opacity: 0.8;
    clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 42px 100%, 42px 54px, 0% 54px);
    -webkit-clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 42px 100%, 42px 54px, 0% 54px);
    transition: all .4s ease;
}

.big_block:hover{
    color: rgb(255, 255, 255);
    opacity: 1;
    width: 200px;
    clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 42px 100%, 42px 54px, 0% 54px);
    -webkit-clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 42px 100%, 42px 54px, 0% 54px);
    z-index: 100;
}

.QR_img{
    background-repeat: no-repeat;
    background-size: 100% 100%;
    padding: 0px;
    border: none;
    opacity: 0;
    transition: all 0.4s ease;
}

.big_block:hover .QR_img{
    opacity: 1;
    z-index: 100;
}

.icon_img{
    background-repeat: no-repeat;
    background-size: 100% 100%;
    width: 42px;
    height: 54px;
    padding: 0px;
    border: none;
}

.flex {
    display: flex;
    flex-direction: column;
    position: absolute;
    right:0;
    top:0;
    width:150px;
    padding: 10px;
    background-color: transparent;
    opacity: 1;
}

.small_flex{
    height: 54px;
}

.mid_flex{
    height: 108px;
}

.big_flex{
    height: 162px;
}
  
.item {
    width:130px;
    flex: 1;
    background-color: transparent;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 15px;
}

/*Phone service not display below 576px*/
@media (max-width: 932.98px) {
    .side{
        display:none;
    }
    .side-menu{
        display:none;
    }
}

/* @media (max-height: 722px) {
    .side{
        display:none;
    }
    .side-menu{
        display:none;
    }
} */


/*ae主題客服skin*/
.side-menu {
    width: 60px;
    position: fixed;
    top: 50%;
    right: 0;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 1072;


    margin: 0;
    padding: 0;
    border: 0;
    font: inherit;
    font-size: 100%;
    vertical-align: baseline;
    outline: none;
}
ol, ul {
    list-style: none;
    margin: 0;
    padding: 0;
    border: 0;
    font: inherit;
    font-size: 100%;
    vertical-align: baseline;
}

.side-menu li div {
    color: #fff;
    font-size: 12px;
    line-height: 1.4;
    text-decoration: none;
    width: 220px;
    height: 60px;
    display: block;
    border-radius: 5px 0 0 5px;
    overflow: hidden;
    box-shadow: 0 2px 5px 0 rgba(0,180,255,.3);
    padding-left: 60px;
    transition: transform .3s linear;
    transform: translateZ(0);
    background: linear-gradient(90deg,#3a97e5,#42d2e8);
}
.side-menu li div a{
    text-decoration: none;
}



.side-menu li div>i {
    font-size: 30px;
    line-height: 60px;
    text-align: center;
    color: #fff;
    width: 60px;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}


.side-menu li div:hover {
    transform: translate3d(-150px,0,0);
    transition: transform .3s ease-out .2s;
}

.side-menu li div a>h2 {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.4;
    padding: 8px 0 2px;
    color: #fff;
    margin: 0;
}
.side-menu li div a>p {
    color: #fff;

    margin: 0;
    padding: 0;
    border: 0;
    font: inherit;
    font-size: 100%;
    vertical-align: baseline;
}
.side-menu li+li {
    margin-top: 5px;
}



@media (max-width: 900.98px) {
    .side-menu{
        display:none;
    }
}