.banner_cd {
    margin-top: 100px;
}

.details_box {
    width: 100%;
    background: #fafafa;
    margin-top: -6px;
    box-sizing: border-box;
    padding-top: 30px;
}

.details {
    width: 1200px;
    margin: 0 auto;
}

.details_left {
    box-sizing: border-box;
    float: left;
    width: 1200px;
    /* padding-left: 22px;
    padding-right: 19px;
    padding-top: 59px; */
    padding-bottom: 30px;
    background: #fff;
    box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.15);
}

.details_right {
    width: 330px;
    float: right;
    background: #fff;
    padding-left: 25px;
    padding-right: 25px;
    padding-top: 26px;
    box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.15);
    display: none;
}

.detail_header h1 {
    color: #FFFFFF;
    font-size: 34px;
    font-weight: normal;
    position: absolute;
    bottom: 41px;
    left: 20px;
    text-shadow: 1px 1px 4px #000;
}

.detail_header {
    border-bottom: 1px solid #e6e6e6;
    height: 420px;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    position: relative;
}

.share_box {
    margin: 12px 20px 0;
    padding-bottom: 18px;
    border-bottom: 1px solid #E6E6E6;
}

.share_left {
    float: left;
}

.share_left span {
    color: #EB8807;
    font-size: 14px;
}

.share_left p {
    font-size: 14px;
    color: #808080;
    margin-top: 10px;
    margin-bottom: 17px;
}

.share_right {
    float: right;
    text-align: right;
    padding-top: 12px;
}

.share_right > div {
    display: inline-block;
    width: 34px;
    height: 34px;
    margin-left: 22px;
}

.sc {
    background: url(../img/sc.png) no-repeat;
    background-size: 100%;
}

.weibo {
    background: url(../img/weibo.png) no-repeat;
    background-size: 100%;
}

.weixin {
    background: url(../img/weixin.png) no-repeat;
    background-size: 100%;
}

.detail_content {
    padding-top: 32px;
    min-height: 500px;
}

.detail_content p {
    font-size: 14px;
    color: #646464;
    line-height: 24px;
    text-indent: 2em;
    text-align: justify;
}

.content_img {
    margin-top: 34px;
    margin-bottom: 34px;
    text-align: center;
}

.content_img img {
    width: 485px;
    height: 364px;
}

.cimg {
    margin-top: 40px;
}

.r_img {
    width: 280px;
    height: 200px;
    background: #eee;
    background-size: 100%;
}

.r_img img {
    width: 100%;
    height: 100%;
}

.tip {
    position: absolute;
    top: 10px;
    left: 10px;
    width: 62px;
    height: 24px;
    background: rgba(0, 0, 0, 1);
    opacity: 0.6;
    border-radius: 12px;
    color: #fff;
    font-size: 14px;
    text-align: center;
    line-height: 24px;
    margin: 0;
    padding: 0;
}

.right_title {
    color: #3d3d3d;
    font-size: 14px;
    margin-top: 20px;
    margin-bottom: 20px;
}

.right_header {
    border-bottom: 1px solid #e6e6e6;
    position: relative;
}

.others {
    margin-top: 50px;
}

.others h1 {
    font-size: 16px;
    color: #3d3d3d;
}

.other_list {
}

.trans {
    position: absolute;
    width: 9px;
    height: 10px;
    background: url("../img/trans.png") no-repeat;
    background-size: 100%;
    margin-top: 7px;
}

.list1 {
    margin-top: 30px;
    padding-bottom: 16px;
    border-bottom: 1px solid #e6e6e6;
}

.list1 a {
    font-size: 14px;
    color: #3d3d3d;
    line-height: 24px;
    margin-left: 22px;
    cursor: pointer;
}


/*add*/

.pagelocationBox {
    margin-top: 100px;
}

.shareBox > div {
    cursor: pointer;
    display: inline-block;
    position: relative;
}

.shareBox .sc {
    background: url('../img/qqm.png') no-repeat;
    background-size: 100% 100%;
}

.shareBox .qj {
    background: url('../img/qj.png') no-repeat;
    background-size: 100% 100%;
}


.shareBox > div > a {
    display: block;
    width: 100%;
    height: 100%;
}

.shareBox .weixin {
    background: url('../img/sharewx.png') no-repeat;
}

.shareBox .weixin .wxCaret {
    width: 0;
    height: 0;
    border-width: 10px;
    border-left: 12px;
    border-right: 12px;
    border-style: solid;
    border-color: transparent transparent #F3F3F3 transparent;
    position: absolute;
    top: 0;
    left: 50%;
    margin-top: -9px;
    margin-left: -6px;
}

.shareBox .weixin .wximgBox {
    width: 198px;
    height: 222px;
    position: absolute;
    top: 34px;
    left: -90px;
    display: none;
    z-index: 9;
}

.shareBox .weixin:hover .wximgBox {
    display: block;
}

.shareBox .weixin .wximgBox .wxContent {
    background: #fff;
    border: 1px solid #eee;
    border-radius: 8px;
    margin-top: 10px;
    overflow: hidden;
    box-shadow: 2px 2px 2px #676464;
}

.shareBox .weixin .wximgBox .wxContent .titleText {
    text-align: center;
    background: #F3F3F3;
    padding: 10px 0;
    font-size: 12px;
    color: #646464;
}

.shareBox .weixin .wximgBox .wxContent .imgBox {
    width: 110px;
    height: 110px;
    background: #eee;
    margin: auto;
    margin-top: 10px;
}

.shareBox .weixin .wximgBox .wxContent .noteText {
    padding: 10px;
    font-size: 12px;
    color: #646464;
}

.shareBox .weibo {
    background: url('../img/sharewb.png') no-repeat;
    overflow: hidden;
}

.shareBox .weibo * {
    width: 100%;
    height: 100%;
    opacity: .001;
    filter: Alpha(opacity=0);
}

.radioBox {
    padding: 20px 0;
    position: relative;
    margin: 0 20px;
}

.radioBox .radioBarBox {
    border: 1px solid #eee;
    border-radius: 6px;
    padding: 27px 27px 27px 60px;
    position: relative;
    margin-right: 73px;
}

.radioBox .radioBarBox .radioBarBack {
    height: 8px;
    background: #ECECEC;
    border-radius: 4px;
    position: relative;
    cursor: pointer;
}

.radioBox .radioBarBox .radioBar {
    position: absolute;
    top: 0;
    left: 0;
    /* width: 50%; */
    width: 0;
    height: 100%;
    background: #EB8807;

}

.radioBox .radioBarBox .radioIcon {
    width: 36px;
    height: 36px;
    background: url(../img/radioicon.png) no-repeat;
    background-size: 100% 100%;
    position: absolute;
    top: 14px;
    left: 17px;
    cursor: pointer;
}

.radioBox .nowTime {
    position: absolute;
    bottom: 2px;
    left: 60px;
}

.radioBox .allTime {
    position: absolute;
    bottom: 2px;
    right: 26px;
}

.radioBox .radioBarBox span {
    color: #878787;
    font-size: 14px;
}

.radioBox .radioBoxLan {
    position: absolute;
    top: 36px;
    right: 20px;
    width: 32px;
    height: 31px;
    background: url(../img/lanicon.png) no-repeat;
    cursor: pointer;
}

/* owj s*/
/* 收藏和点赞 */
.CollectionPraise {

}

.reserve {
    display: inline-block;
    float: left;
    width: 120px;
    text-align: center;
    background: rgba(239, 234, 227, 0);
    border: 1px solid rgba(200, 200, 200, 1);
    border-radius: 3px;
    line-height: 40px;
    color: #787878;
    font-size: 14px;
    margin-right: 14px;
}

.reserve span {
    display: inline-block;
    background: rgba(255, 255, 255, 1);
    border-radius: 5px;
    text-align: center;
    line-height: 32px;
    font-size: 16px;
    margin-left: 10px;
    cursor: pointer;
}

.icon_word {
    margin-left: 18px;
    font-style: normal;
}

.icon_sc {
    position: absolute;
    width: 25px;
    height: 23px;
    background: url(../img/sc1.png) center center no-repeat;
    background-size: 80%;
    margin-top: 4px;
    margin-left: -10px;
}

.icon_sc3 {
    position: absolute;
    width: 25px;
    height: 23px;
    background: url(../img/dyx.png) center center no-repeat;
    background-size: 80%;
    margin-top: 4px;
    margin-left: -10px;
}

.icon_sc2 {
    background: url(../img/sc2.png) center center no-repeat;
    background-size: 80%;
}

.icon_sc4 {
    background: url(../img/dz.png) center center no-repeat;
    background-size: 80%;
}

/* owj e*/
/* 播放点 */
.radioBarBack .radioDot {
    width: 17px;
    height: 17px;
    background: #EB8807;
    position: absolute;
    top: -4px;
    left: 0%;
    z-index: 99;
    border-radius: 50%;
    margin-left: -4px;

}

.shareBox .collection {
    background: url("../img/sc.png") no-repeat;
    -webkit-background-size: 100% 100%;
    background-size: 100% 100%;
}

.shareBox .collection.active {
    background: url("../img/sharekj.png") no-repeat;
    -webkit-background-size: 100% 100%;
    background-size: 100% 100%;
}


.shareBox .location {
    background: url("../img/locationaction.png") no-repeat;
    -webkit-background-size: 100% 100%;
    background-size: 100% 100%;
}

.clause_box {
    position: fixed;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: rgba(0, 0, 0, .6);
    z-index: 111111;
}

.clause_box .clause_wrapper {
    position: fixed;
    z-index: 111112;
    top: 100px;
    left: 50px;
    right: 50px;
    bottom: 50px;
    padding: 0;
    background: rgba(255, 255, 255, 1);
    box-shadow: 0px 0px 30px 0px rgba(51, 46, 41, 0.5);
    border-radius: 4px;
}


.clause_box .mapBox {
    position: absolute;
    top: 40px;
    left: 0;
    right: 0;
    bottom: 0;
}

.clause_box .close_box {
    position: relative;
    height: 40px;
    margin-right: 20px;
    line-height: 40px;
}

.clause_box .close_icon {
    position: absolute;
    top: 0;
    right: 0;
    width: 16px;
    height: 16px;
    background: url(../img/close.png) no-repeat;
    background-size: 100%;
    margin: 10px;
    opacity: .5;
    cursor: pointer;
}

.clause_box .close_icon {
    top: 15px;
    margin: 0;
}

iframe {
    border: none;
}
