.right_message li {
    list-style: none;
}

.right_message ul,
.right_message li {
    margin: 0;
    padding: 0;
}

.right_message .fl {
    float: left;
}

.right_message {
    position: fixed;
    right: 10px;
    bottom: 80px;
    z-index: 999;
}

.right_message>ul {
    width: 60px;
    display: inline-block;
    border: 1px solid #e0e0e0;
}

.right_message>ul>li {
    width: 100%;
    height: 64px;
    border-bottom: 1px solid #e0e0e0;
    position: relative;
    z-index: 150;
    list-style-type: none;
    list-style: none;
}

.right_message>ul>.TOP {
    border-bottom: none;
}

.right_message>ul>li>div {
    width: 100%;
    transition: all 0.5s;
}

.right_message>ul>li>div>div {
    width: 100%;
    height: 64px;
    position: absolute;
    top: 0px;
    left: 0px;
    text-align: center;
    background-color: #fff;
    font-size: 12px;
}

.right_message>ul>li>div>div:nth-of-type(2) {
    background-color: #ea6512;
    top: 65px;
    transition: all 0.5s;
}

.right_message>ul>li>div>div:nth-of-type(2)>span {
    color: #fff;
}

.right_message .right_erweima {
    padding-top: 0px !important;
}

.right_message>ul>li>div>div>img {
    margin-top: 10px;
    width: 20px;
    margin-bottom: 5px;
}

.right_message>ul>li>div>div>span {
    display: block;
    font-size: 12px;
    color: #363636;
}

.right_message>ul>li>ul {
    width: 0px;
    position: absolute;
    left: -145px;
    top: 0px;
    overflow: hidden;
    transition: all 0.5s;

}

.right_message>ul>li>ul>li {
    list-style-type: none;
    list-style: none;
    width: 145px;
    height: 64px;
    background-color: #ea6512;
    color: #fff;
    text-align: center;
    margin-left: 100%;
    transition: all 0.5s;
}

.right_message>ul>li>ul>li a {
    font-size: inherit;
    color: #fff;
}

/* .right_message>ul>li>ul .qq {
    line-height: 64px;
    font-size: 12px;
} */

.right_message>ul>li>div>div .vx {
    width: 25px;
}

.right_message>ul>li>div>div .vx2 {
    width: 19px;
}

.right_message>ul>li>ul .imgbox {
    height: 100%;
    font-size: 12px;
    line-height: 30px;
}

.right_message>ul>li>ul .imgbox>img {
    width: 100%;
}

.right_message>ul>li .dh_box {
    /*margin-top: -64px;*/
}

.right_message>ul>li>ul .dh2 {
    text-align: left;
}

.right_message>ul>li>ul>.dh2:nth-of-type(even) {
    background-color: #ea6512;
}



.right_message>ul>li>ul .dh2>img {
    float: left;
}

.right_message>ul>li .dh_box>li:nth-of-type(1)>img {
    width: 18px;
    margin: 23px 13px;
    float: left;
}

.right_message>ul>li .dh_box>li:nth-of-type(2)>img {
    width: 12px;
    margin: 23px 16px;
}

.right_message>ul>li .dh_box>li:nth-of-type(3)>img {
    margin: 22px 12px;
}

.right_message>ul>li>ul .dh2>div {
    width: 100px;
    margin: 11px 0px;
    font-size: 12px;
}

.right_message>ul>li>ul .dh2>div>span {
    overflow: hidden;
    white-space: nowrap;
}

.right_message>ul>li>div>div .yuy {
    width: 30px;
}

.right_message>ul .yuyue {
    cursor: pointer;
}

.right_message>ul>li>ul>li>div>p {
    margin-bottom: 5px;
}

.toTop {
    width: 35px;
    height: 28px;
    display: block;
    margin: 15px auto 0px;
    background: url(../icon_right/toTop2_h.png) center/100% 100%;
    z-index: 99;
    cursor: pointer;

}

.right_message>ul>.TOP>div>div {
    background-color: #ea6512;
}


/* 弹出框 */

#leave-Word {
    width: 100%;
    position: fixed;
    top: 0px;
    left: 0px;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 500;
    transform: scale(0);
    transition: all 0.5s;
    z-index: 1000;
}

#leave-Word>div {
    width: 500px;
    height: 600px;
    border-radius: 10px;
    overflow: hidden;
    position: absolute;
    top: 40%;
    left: 65%;
    margin: -250px 0 0 -450px;
}

.top {
    width: 100%;
    padding: 8px;
    text-align: center;
    line-height: 50px;
    font-size: 20px;
    color: #fff;
    border-radius: 15px 15px 0px 0px;
    background-color: #ea6512;
}

.closex {
    width: 30px;
    height: 30px;
    float: right;
    margin-right: 0px;
    font-size: 20px;
    background: none;
    color: #fff;
    border: none;
}

.closex>img {
    width: 100%;
}

.bottom {
    width: 100%;
    background-color: #ffffff;
}

.bottom>p {
    display: block;
    width: 100%;
    text-align: center;
    font-size: 20px;
    padding-top: 20px;
    color: #363636;
}

.bottom>p>span {
    color: #ea6512;
}

.box1 {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: #fff;
    text-align: center;
    border-radius: 15px;
}

.box1 h1 {
    font-size: 22px;
    color: #fff;
    text-transform: uppercase;
    text-align: center;
    text-indent: 1.8em;
    padding: 10px 0;
    margin: 0;
}

.box1 h2 {
    color: #fff;
    text-transform: uppercase;
    text-align: center;
    text-indent: .5em;
    font-size: 12px;
    margin: 0;
}

.liuyan1>div {
    position: relative;
    height: 45px;
}

.box1 input[type="text"] {
    position: relative;
    border: 0;
    background: transparent;
    display: block;
    margin: 24px auto;
    /* text-align: center; */
    text-indent: 2em;
    border-bottom: 2px solid #ea6512;
    padding: 18px 6px 10px;
    width: 300px;
    outline: none;
    color: #2e2e2e;
    /* border-radius: 20px; */
    transition: 0.25s;
    z-index: 5;
    /* height: 61px; */
}

.liuyan1_lab {
    position: absolute;
    left: 25%;
    top: 48%;
    padding: 0 8px;
    font-size: 16px;
    line-height: 20px;
    letter-spacing: 2px;
    font-weight: 500;
    color: #aaaaaa;
    background: #fff;
    z-index: 1;
    -webkit-transition: all .2s linear;
    transition: all .2s linear;
}

.box1 input[type="text"]:focus {
    width: 380px;
    border-radius: 5px;
    border: 2px solid #ea6512;
    height: 49px;
}

.box1 input[type="text"]:focus+.liuyan1_lab {
    top: -16%;
    left: 20%;
    background-color: #fff;
    z-index: 5;
}

.box1 button[type="button"] {
    border: 0;
    display: block;
    margin: 40px auto;
    text-align: center;
    /* border: 2px solid #ea6512; */
    padding: 10px 50px;
    outline: none;
    background: #7e7e7e;
    color: #fff;
    border-radius: 5px;
    transition: 0.25s;
    cursor: pointer;
}

.box1 button[type="button"]:hover {
    transform: scale3d(.9, .9, 1);
    -webkit-transition: -webkit-transform .3s;
    transition: transform .3s;
    -webkit-transition-timing-function: cubic-bezier(.75, 0, .125, 1);
    transition-timing-function: cubic-bezier(.75, 0, .125, 1);
}

#box2 {
    width: 650px;
    height: 500px;
    margin: 10px auto;
    position: absolute;
    left: 5%;
    top: 20%;
    zoom: 0.7;
    z-index: -1;
    opacity: -1;
    background: #fff;
    box-shadow: 0 8px 8px rgba(128, 128, 128, 0.5);
}

#content {
    width: 650px;
    height: 350px;
    position: relative;
    background-image:url("../img/t5.png");
    background-size: 650px 350px;
}

#shadow {
    height: 40px;
    width: 40px;
    position: absolute;
    background-color: aliceblue;
    left: 350px;
    top: 50px;
}

#block {
    height: 40px;
    width: 80px;
    border-radius: 20px;
    position: absolute;
    left: 0;
    top: 355px;
    background-color: #2BB5FF;
    /* background-image:url("{dede:global.cfg_templets_skin/}/img/t5.png");
    background-size: 650px 350px; */
}

#tip {
    height: 40px;
    width: 40px;
    position: absolute;
    left: 0;
    top: 50px;
    background:url("../img/t5.png") no-repeat -350px -50px;
    background-size: 650px 350px;
}

@media (max-width: 768px) {
    #leave-Word>div {
        right: 0;
        width: 100%;
        left: auto;
    }
}