.zwdt-side-item {
    position: fixed;
    bottom: 30%;
    right: 30px;
}

#sideIframe {
    position: fixed;
    bottom: 0;
    right: 0;
    z-index: 100;
    box-shadow: 0 2px 6px 2px #ccc;
    display: none;
}

#sideIframe iframe {
    width: 375px;
    height: 500px;
}

#sideIframe>div {
    width: 100%;
    height: 50px;
    background: #cbb486;
}

#sideIframe .myclose {
    display: inline-block;
    width: 20px;
    height: 20px;
    background: url(../png/yphttd.png) no-repeat 0 0;
    position: absolute;
    right: 10px;
    top: 10px;
    background-size: 20px;
    cursor: pointer;
}





#zwdt_dialog ul  li{
    list-style: none
}
.zwdt_dialog_parent--hidden {
    overflow: hidden;
}

#zwdt_dialog,#zwdt_confirmBox{
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 1000;
}

#zwdt_confirmBox{
    background-color: rgba(0, 0, 0, 0.7);
}

.zwdt_dialog_content {
    width: 570px;
    height: 420px;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    margin: auto;
    background-color: #fff;
    border-radius: 6px;
    overflow: hidden;
    caret-color: transparent;
}

.zwdt_dialog_header {
    background-color: #cbb486;
    color: #fff;
    text-align: left;
    padding: 15px 20px 15px;
    position: relative;
}
.zwdt_dialog_header > span {
    position: absolute;
    right: 20px;
    color: #fff;
    font-size: 34px;
    top: 0;
    bottom: 0;
    cursor: pointer;
}
.zwdt_dialog_header>b{
    font-weight: normal;
    color:#fefefe;
    font-size: 14px;
    float:right;
    margin-right: 136px;
    margin-top:2px;
    cursor:pointer;
    text-decoration: underline;
}

.ywtb_dialog_switch, .ywtb_bbcs_bubbleBox_switch {
    width: 55px;
    height: 30px;
    background: #b9916a;
    border-radius: 30px;
    padding: 3px;
    box-sizing: border-box;
    cursor: pointer;
}

.zwdt_dialog_header .ywtb_dialog_switch {
    position: absolute;
    right: 64px;
    top: 10px;
}

.ywtb_dialog_switch div, .ywtb_bbcs_bubbleBox_switch div {
    width: 24px;
    height: 24px;
    border-radius: 50%;
    background: #fff;
    transition: transform 0.3s cubic-bezier(0.3, 1.05, 0.4, 1.05), -webkit-transform 0.3s cubic-bezier(0.3, 1.05, 0.4, 1.05);
}



.ywtb_dialog_switch.ywtb_dialog_switch_on div, .ywtb_bbcs_bubbleBox_switch.ywtb_dialog_switch_on div {
    transform: translateX(24px);
}

.zwdt_dialog_body {
    text-align: initial;
    padding: 25px 25px 30px;
}

.zwdt_dialog_body .zwdt_dialog_title{
    display: block;
    color:#000;
    text-align: center;
    font-size: 22px;
}
.zwdt_dialog_body ul {
    display: flex;
    flex-wrap:wrap;
    justify-content:center;
    padding:20px 0;
    border-bottom: 1px solid #ddd;
}
.zwdt_dialog_body ul li{
    width:30%;
    background:#f2f2f2;
    margin:1%;
    height:40px;
    line-height: 40px;
    border-radius: 20px;
    text-align: center;
    cursor: pointer;
    border:1px solid #f2f2f2;
    margin-bottom:20px;
}

.zwdt_dialog_body ul li.active, .zwdt_dialog_body ul li:hover{
    background:#fff;
    border:1px solid #cbb486;
}

.zwdt_dialog_footer {
    text-align: center;
}

.zwdt_dialog_footer .zwdt_dialog_footer_btn:focus, .zwdt_dialog_footer .zwdt_dialog_footer_btn:hover {
    background:linear-gradient(to left,#e3c894,#b9926b);
}


.zwdt_dialog_footer .zwdt_dialog_footer_btn {
    display: inline-block;
    line-height: 1;
    white-space: nowrap;
    cursor: pointer;
    text-align: center;
    box-sizing: border-box;
    outline: 0;
    margin: 0;
    -webkit-transition: .1s;
    transition: .1s;
    font-weight: 500;
    padding: 12px 20px;
    font-size: 14px;
    border-radius: 4px;
    background: linear-gradient(to right,#e3c894,#b9926b);
    border: none;
    width: 160px;
    color: #fff;
}
.zwdt_dialog_footer .zwdt_dialog_footer_btn a {
    text-decoration: none;
    color: #fff;
}
.zwdt_dialog_footer .zwdt_dialog_footer_btn.btn-border{
    border: 1px solid #cbb486;
    background:#fff;
    color:#cbb486;
    margin-right: 96px;
}


#ywtb_bbcs_bubbleBox .btn-golden{
    background: linear-gradient(to right,#e3c894,#b9926b);
    border: none;
    color: #fff;
}
#ywtb_bbcs_bubbleBox .btn-border{
    border:1px solid #cbb486;
    color:#cbb486;
}
#ywtb_bbcs_bubbleBox .btn-border:hover{
    color:#B19356;
    background:#fff;
}
#ywtb_bbcs_bubbleBox .btn-border:focus{
    background:#fff;
    border:1px solid #cbb486;
    color:#B19356;
}
#ywtb_bbcs_bubbleBox .btn-golden:hover{
    background: linear-gradient(to left,#e3c894,#b9926b);
}
#ywtb_bbcs_bubbleBox a.btn{
    text-decoration: none;
    display: inline-block;
    line-height: 1;
    cursor: pointer;
    text-align: center;
    box-sizing: border-box;
    margin: 0;
    padding: 8px 16px;
    font-size: 14px;
    border-radius: 4px;
}
#ywtb_bbcs_bubbleBox .ywtb_bbcs_bubbleBox_btnBox{
    text-align: center;
}
#ywtb_bbcs_bubbleBox {
    display:inline-block;
    border:1px solid #cbb486;
    border-radius: 10px;
    padding: 76px 30px 20px;
    position: relative;
    background: #fff;
    width: 400px;
    box-sizing: border-box;
}
#ywtb_bbcs_bubbleBox .ywtb_bbcs_bubbleBox_title{
    background:#cbb486;
    position:absolute;
    top: 0px;
    left: 0px;
    height: 50px;
    line-height: 50px;
    font-size: 20px;
    font-weight: bold;
    color: #fff;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    box-sizing: border-box;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
#ywtb_bbcs_bubbleBox .ywtb_bbcs_notip {
    font-weight: normal;
    font-size: 14px;
    color:#fefefe;
    cursor: pointer;
    text-decoration: underline;
    padding-left: 40px;
    flex: 1;
}
#ywtb_bbcs_bubbleBox .ywtb_bbcs_bubbleBox_title img{
    vertical-align: top;
    position: relative;
    top: -20px;
    left: 6px;
}
#ywtb_bbcs_bubbleBox > p {
    font-size: 18px;
    margin-bottom:20px;
    color:#898989;
}
#ywtb_bbcs_bubbleBox .ywtb_bbcs_bubbleBox_title span{
    margin-left:10px;
}
#zwdt_bubbleBox{
    position: fixed;
    z-index: 999;
}
#ywtb_bbcs_bubbleBox p{
    padding:0;
    margin:0 0 20px 0;
}
#ywtb_bbcs_bubbleBox .confirmBox{
    display: inline-block;
    background-color: #fff;
    border:1px solid #cbb486;
    border-radius: 4px;
    padding:20px 30px;
    width: 300px;
    height: 100px;
    text-align: center;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
}

.zwdt_dialog_body ul li a{
    text-decoration: none;
    color: #000000;
}
#ywtb_bbcs_bubbleBox .closebubbleBox{
    color: #fff;
    font-size: 34px;
    transform:rotate(45deg);
    cursor:pointer;
    font-weight: normal;
    margin: 0 10px 0 20px !important;
}

.zwdt_dialog_body .bangban-title {
    font-size: 22px;
    line-height: 26px;
    text-align: center;
}

.zwdt_dialog_body .bangban-body {
    display: flex;
    justify-content: space-around;
    align-items: center;
    padding: 30px 20px 0;
    text-align: center;
    font-size: 18px;
    color: #666666;
}

.zwdt_dialog_body .bangban-body div {
    cursor: pointer;
}

.zwdt_dialog_footer.bangban_footer {
    border-top: 1px solid #e5e5e5;
    padding: 30px 20px 0 0;
    text-align: right;
}

.zwdt_dialog_footer.bangban_footer div {
    font-size: 17px;
    color: #000;
    cursor: pointer;
}

.zwdt_dialog_footer.bangban_footer div span {
    color: #cbb486;
    font-size: 18px;
}


.zwdt_bangban_video_content {
    background: none;
    width: 900px;
    height: 480px;
}

.zwdt_bangban_video_body {
    position: relative;
    padding: 0;
    margin: 25px 25px 20px;
}

.zwdt_bangban_video_body > .videotag {
    position: absolute;
    top: 10px;
    left: 0;
    background: #cbb486;
    color: #fff;
    z-index: 2;
    padding: 4px 15px;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
}

.zwdt_bangban_video_body > video {
    
}

.zwdt_bbcs_dialog_msg {
    text-indent: 28px;
    font-size: 14px;
    color: #c3c3c3;
    line-height: 20px;
    padding: 20px 0;
}

.zwdt_bangban_video_box {
    display: flex;
    background-color: #fff;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    height: 330px;
}

.zwdt_bangban_video_box > video {
    display: block;
    width: 650px;
    height: 330px;
    margin: 0 auto;
    overflow: hidden;
}

.zwdt_bangban_video_box > div {
    padding: 15px;
    flex: 1;
    overflow: hidden;
}

.zwdt_bangban_video_box > div .video_title {
    font-size: 14px;
    color: #000;
    line-height: 28px;
    margin-bottom: 10px;
}

.zwdt_bangban_video_box > div .video_list {
    height: 80%;
    overflow-y: auto;
}

.zwdt_bangban_video_box > div .video_list > div {
    font-size: 12px;
    color: #696969;
    height: 40px;
    line-height: 40px;
    border: 1px solid #cbb486;
    margin-bottom: 10px;
    padding-left: 5px;
    cursor: pointer;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.zwdt_bangban_video_box > div .video_list > div.active {
    color: #fff;
    background-color: #cbb486;
}