html,body{
    font-family: "Microsoft YaHei";
}
.topline {
    background-color: #333;
    width: 100%
}

#perny-miniTopLine .nav-left {
    float: left
}

#perny-miniTopLine .nav-left .logo {
    float: left;
    background-color: #d10000
}

#perny-miniTopLine .nav-left .logo a {
    display: block;
    padding: 6px 10px
}

#perny-miniTopLine .nav-left .logo a img {
    display: block;
    height: 28px
}

#perny-miniTopLine .nav-left .nav-main {
    padding-top: 10px;
    float: left
}

#perny-miniTopLine .nav-left .nav-main li {
    margin-left: 18px;
    float: left;
    font-size: 12px
}

#perny-miniTopLine .nav-left .nav-main li a {
    color: #fff
}

#perny-miniTopLine .nav-right {
    float: right;
    padding-top: 14px
}

#perny-miniTopLine .nav-right li {
    float: left;
    font-size: 12px;
    height: 12px;
    line-height: 12px;
    border-left: 1px solid #fff;
    margin-left: 9px;
    padding-left: 9px
}

#perny-miniTopLine .nav-right li:first-child {
    border-left: none;
    margin-left: 0;
    padding-left: 0
}

#perny-miniTopLine .nav-right li a {
    color: #fff
}
.w1100-w1200 {
    width: 1100px !important;
    margin: 0 auto;
}
.content{
    background: url("../images/background.jpg?v=3") no-repeat top center;
}
.content .top{
    width: 1116px;
    height: 125px;
    background: url("../images/top.png?v=1") no-repeat;
    margin: 0 auto;
}
.content .top .total{
    float: left;
    height: 100%;
    margin-left: 94px;
    line-height: 125px;
}
.content .top .total span{
    float: left;
    font-size: 24px;
    color: #3b3731;
    font-weight: bold;
}
.content .top .total span.number{
    font-size: 48px;
    color: #f43435;
    font-weight: normal;
}
.goto-complain,.goto-my-complain{
    width: 178px;
    height: 56px;
    float: right;
    cursor: pointer;
}
.goto-my-complain{
    margin-right: 55px;
    margin-top: 35px;
    padding-left: 40px;
}
.goto-complain{
    margin-top: 35px;
    border-right: 1px solid #dddddd;
    padding-right: 40px;
}
.blank{
    width: 100%;
    height: 265px;
    font-size: 1px;
    clear: both;
    overflow: hidden;
}
.w1100{
    width: 1100px;
    margin: 40px auto 0;
}
ul.list{
    float: left;
    width: 176px;
    border: 1px solid #dddddd;
    box-sizing: border-box;
}
.list .active_list{
    height: 53px;
    line-height: 53px;
    text-align: center;
    font-size: 22px;
    color: #3b3731;
    font-weight: 400;
}
.list li{
    height: 53px;
    line-height: 53px;
    text-align: center;
    font-size: 20px;
    color: #333;
    font-weight: 400;
    cursor: pointer;
}
.list li span{
    display: block;
    width: 143px;
    margin: 0 auto;
    border-bottom: 1px solid #ddd;
    box-sizing: border-box;
}
.list li:not(.active):hover{
    color: #e32526;
}
.list li.active{
    background: url("../images/list.png?v=4") no-repeat;
}
.list li.active span{
    color: #fff;
}
.main{
    width: 891px;
    float: right;
}
.complain-stage {
    width: 891px;
}
.complain-stage ul {
    height: 48px;
    border-bottom: 1px solid #dcdbdb;
}
.complain-stage ul li {
    float: left;
    width: 100px;
    font-size: 24px;
    font-weight: 400;
    color: #333333;
    text-align: center;
    cursor: pointer;
    margin-right: 70px;
    height: 48px;
    line-height: 48px;
    box-sizing: border-box;
}
.complain-stage ul li.selected {
    color: #e32526;
    border-bottom: 2px solid #e32526;
}
.complain-content .detail {
    border-bottom: 1px solid #dcdbdb;
    position: relative;
}
.detail h3 {
    margin-top: 20px;
    font-size: 20px;
    font-weight: bold;
}
.detail h3 a {
    color: #333333;
    font-size: 20px;
    font-weight: bold;
}
.detail p.introduce{
    width: 100%;
    margin: 7px 0 12px 0;
    font-size: 14px;
    line-height: 26px;;
    overflow: hidden;
    color: #666666;
}
.detail p.label{
    font-size: 14px;
    color: #999;
    margin-bottom: 15px;
}
.detail p.label .time{
    margin-right: 43px;
}
.detail p.label .ques{
    margin-left: 43px;
}
.detail p.label .comname{
    color:#e32526
}
.detail .result{
    padding: 10px;
    background: #f6f6f6;
    margin-bottom: 20px;
    font-size: 14px;
    color: #333;
    font-weight: 400;
}
.result_intro{
    float: left;
    display: inline-block;
    max-width: 86%;
    text-align: left;
    white-space: nowrap;
    overflow: hidden;
    text-overflow:ellipsis;
}
.detail .result span.result_intro,.detail .result span.result_detail{
    color: #666;
}
.detail .result span.loadin{
    color: #f43435;
    cursor: pointer;
    font-weight: bold;
}
.complain-state {
    width: 64px;
    height: 26px;
    position: absolute;
    right: 10px;
    top: 0px;
}
.complain-state.complate{
    background: url("../images/complate.png?v=3") no-repeat;
}
.complain-state.no_complate{
    background: url("../images/cling.png?v=3") no-repeat;
}
.result.complain{
    display: block;
}
.result.no_complate{
    display: none;
}
.load_more{
    width: 100%;
    height: 46px;
    line-height: 46px;
    font-size: 16px;
    color: #666;
    background: #f6f6f6;
    text-align: center;
    margin-top: 23px;
    cursor: pointer;
}
.wrapper .footer {
    margin-top: 50px;
    padding: 64px 0 38px;
    width: 100%;
    background-color: #333
}

.wrapper .footer #perny-footer {
    position: relative
}

.wrapper .footer #perny-footer .link-1,
.wrapper .footer #perny-footer .link-2,
.wrapper .footer #perny-footer .link-3,
.wrapper .footer #perny-footer .link-4 {
    float: left
}

.wrapper .footer #perny-footer .link-1 ul li,
.wrapper .footer #perny-footer .link-2 ul li,
.wrapper .footer #perny-footer .link-3 ul li,
.wrapper .footer #perny-footer .link-4 ul li {
    font-size: 14px;
    line-height: 2.2;
    color: #f1f1f1
}

.wrapper .footer #perny-footer .link-1 ul li a,
.wrapper .footer #perny-footer .link-2 ul li a,
.wrapper .footer #perny-footer .link-3 ul li a,
.wrapper .footer #perny-footer .link-4 ul li a {
    color: #f1f1f1
}

.wrapper .footer #perny-footer .link-1 {
    width: 11%;
}

.wrapper .footer #perny-footer .link-1 ul {
    padding-left: 26px
}

.wrapper .footer #perny-footer .link-2 {
    width: 17%
}

.wrapper .footer #perny-footer .link-2::before {
    position: absolute;
    left: 15%;
    top: 0;
    bottom: 0;
    content: "";
    height: 100%;
    border-left: 1px solid #272727
}

.wrapper .footer #perny-footer .link-2 ul {
    padding-left: 26px
}

.wrapper .footer #perny-footer .link-3 {
    width: 45%
}

.wrapper .footer #perny-footer .link-3::before {
    position: absolute;
    left: 32%;
    top: 0;
    bottom: 0;
    content: "";
    height: 100%;
    border-left: 1px solid #272727
}

.wrapper .footer #perny-footer .link-3 ul {
    padding-left: 26px
}

.wrapper .footer #perny-footer .link-3 ul li {
    font-size: 11px;
    float: left
}

.wrapper .footer #perny-footer .link-3 ul li.odd {
    width: 57%
}

.wrapper .footer #perny-footer .link-3 ul li.even {
    width: 43%
}

.wrapper .footer #perny-footer .link-3 .other {
    padding-top: 18px;
    padding-left: 26px
}

.wrapper .footer #perny-footer .link-3 .other .cnr-logo {
    width: 70px;
    height: 22px;
    float: left;
    display: block;
}

.wrapper .footer #perny-footer .link-3 .other span {
    float: right;
    margin-right: 40px
}

.wrapper .footer #perny-footer .link-3 .other span a {
    display: block;
    float: left;
    margin-left: 8px
}

.wrapper .footer #perny-footer .link-3 .other span img {
    height: 26px;
    width: auto;
    display: block
}

.wrapper .footer #perny-footer .link-4 {
    width: 22%
}

.wrapper .footer #perny-footer .link-4::before {
    position: absolute;
    left: 78%;
    top: 0;
    bottom: 0;
    content: "";
    height: 100%;
    border-left: 1px solid #272727
}

.wrapper .footer #perny-footer .link-4 ul {
    padding-left: 26px;
    margin-bottom: -14px
}

.wrapper .footer #perny-footer .link-4 ul li {
    width: 50%;
    float: left;
    margin-bottom: 22px;
    height: 32px
}

.wrapper .footer #perny-footer .link-4 ul li a {
    display: block
}

.wrapper .footer #perny-footer .link-4 ul li a img {
    display: inline-block;
    width: 32px;
    height: 32px
}

.wrapper .footer #perny-footer .link-4 ul li a span {
    display: inline-block;
    font-size: 12px;
    line-height: 16px;
    width: 32px;
    height: 32px;
    text-align: center;
    vertical-align: top
}

.wrapper .footer #perny-footer .link-4 ul li a span.yunting {
    line-height: 32px
}

.wrapper .footer #copyright {
    display: none;
    text-align: center;
    font-size: 12px;
    color: #fff
}
.w1200{
    width: 1200px;
    margin: 0 auto;
}
.pop {
    position: absolute;
    left: 50%;
    top: 50%;
}
.pop-phone-msg {
    width: 800px;
    height: 600px;
    position: absolute;
    left: -400px;
    top: -300px;
    border: 1px solid #bdb8b8;
    background-color: #fff;
    border-radius: 3px;
    padding: 30px;
}
.login-title {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.login-title h1 {
    width: 100%;
    font-weight: normal;
    display: inline;
    font-size: 30px;
    text-align: center;
    margin-top: 50px;
    margin-bottom: 50px;
}
.user-msg {
    width: 90%;
    /* height: 200px; */
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    margin: 0 auto;
    /* margin-top: 20px; */
    position: relative;
}
.phone-head {
    width: 400px;
    margin: 0 auto;
    display: flex;
}
.phone-head p {
    width: 58px;
    text-align: center;
    line-height: 40px;
    border: 1px solid #d9d9d9;
    border-right: 0;
}
.phone-head input {
    height: 44px;
}
.user-msg input {
    display: block;
    width: 386px;
    height: 44px;
    font-size: 14px;
    padding-left: 12px;
    margin: 0 auto;
    border: 1px solid #d9d9d9;
}
.tip {
    line-height: 26px;
    width: 402px;
    height: 26px;
    margin: 0 auto;
    padding-left: 5px;
    /* margin-bottom: 14px; */
    font-size: 14px;
    /* margin-left: 25px; */
}
.verify-code {
    display: flex;
    justify-content: space-between;
}
.phone-head {
    width: 400px;
    margin: 0 auto;
    display: flex;
}
.verify-code input {
    width: 256px;
}
.phone-head input {
    height: 44px;
}
.verify-code .btn-default {
    width: 120px;
    background-color: #f43435;
    border: 0;
    color: #fff;
    font-size: 14px;
    margin-left: 10px;
    cursor: pointer;
}
.login-btn {
    display: block;
    margin: 0 auto;
    height: 46px;
    font-size: 16px;
    background-color: #f43435;
    border: 0;
    color: #fff;
    width: 400px;
    margin-top: 14px;
    cursor: pointer;
}
.login_wrapper,.rule_wrapper,.sub_wrapper{
    display: none;
    width:100%; height:100%;left:0;top:0; position:fixed;background:rgba(0,0,0,.3);z-index: 999
}
.sub_wrapper p{
    color: #fff;
    text-align: center;
    position: absolute;
    left: 0;
    top: 40%;
    right: 0;
    font-size: 30px;
}
.rule {
    width: 1000px;
    height: 700px;
    position: absolute;
    left: 50%;
    top: 50%;
    border: 1px solid #bdb8b8;
    background-color: #fff;
    border-radius: 3px;
    margin-left: -500px;
    margin-top: -350px;
    box-sizing: border-box;
    padding: 30px;
}
.rule .title{
    width: 142px;
    height: 34px;
    margin: 25px auto;
}
#jscroll{
    width: 100%;
    height: 450px;
    overflow: hidden;
    border: 1px solid #d9d9d9;
    padding: 20px 10px 20px 20px;
    box-sizing: border-box;
}
.know-text{
    width: 100%;
    margin: 0 auto;
}
.know-text span{
    display: inline-block;
    font-size: 16px;
    color: #3b3731;
    text-indent: 2em;
}
.know-btn {
    width:919px;
    margin: 25px auto 0;
}
.know-btn div{
    cursor: pointer;
    float: left;
}
.know-btn .know-cancel{
    width: 212px;
    margin-left: 215px;
    margin-right: 70px;
}
.know-sure{
    width: 208px;
}
.complain .back{
    height: 269px;
    background: url("../images/background2.jpg?v=5") no-repeat top center;
}
input,select,option,textarea  {
    outline:none;
}
.complain .message {
    width: 1028px;
    height: 121px;
    background: url(../images/message.png?v=3) no-repeat;
    margin: 20px auto 35px;
    padding-top: 80px;
}
.complain .group{
    width: 1028px;
    height: 359px;
    background: url("../images/group.png?v=3") no-repeat;
    margin: 0 auto 35px;
    padding-top: 60px;
}
.complain .detail{
    width: 1028px;
    background: url("../images/detail.png?v=3") no-repeat;
    margin: 0 auto;
    padding-top: 50px;
}
.complain .submit{
    display: block;
    width: 208px;
    height: 55px;
    margin: 50px auto;
    cursor: pointer;
    background: url(../images/submit.png?v=3) no-repeat;
    border: none;
    outline: none;
}

.attention ul {
    display: flex;
    flex-direction: column;
    margin-top: 20px;
}
.attention ul li {
    margin: 5px;
    font-size: 14px;
    font-weight: 400;
    color: #AEADAD;
    line-height: 18px;
}

.userMess{
    width: 1000px;
    margin-left: 30px;
    position: relative;
}
input.user_name{
    padding-left: 10px;
    margin-top: 20px;
    width: 341px;
    height: 42px;
    border: 1px solid #D9D9D9;
    border-radius: 4px;
    margin-left: 26px;
}
.see{
    position: absolute;
    left: 395px;
    top: 32px;
    width: 20px;
    height: 20px;
    background: url(../images/see.png) no-repeat;
    background-size: 20px auto;
}
.see.nosee{
    background: url(../images/nosee.png) no-repeat;
    background-size: 20px auto;
}
.userMess label.male {
    margin-left: 27px;
    margin-right: 30px;
    margin-top: 20px;
    display: inline-block;
}
.groupMess{
    position: relative;
    width: 700px;
    margin-left: 30px;
}
input.group_name{
    padding-left: 10px;
    margin-top: 20px;
    width: 439px;
    height: 42px;
    border: 1px solid #D9D9D9;
    border-radius: 4px;
    margin-left: 26px;
}
.groupMess .num{
    position: absolute;
    top: 20px;
    left: 520px;
    display: block;
    height: 42px;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    font-size: 14px;
    color: rgb(204,204,204);
    line-height: 42px;
}
input.user-group,input.ques-type,input.ques-detail{
    width: 439px;
    padding-left: 10px;
    margin-top: 20px;
    height: 42px;
    border: 1px solid #D9D9D9;
    border-radius: 4px;
    margin-left: 26px;
}
input.complain-code{
    margin-left: 16px;
    width: 387px !important;
    padding-left: 10px;
    margin-top: 20px;
    height: 42px;
    border: 1px solid #D9D9D9;
    border-radius: 4px;
}
input:focus {
    outline: 0;
    border-color: #f43435 !important;
}
.complain_details{
    position: relative;
    padding: 0 30px;
    padding-bottom: 10px;
}
input.ques_title{
    width: 623px !important;
    height: 42px;
    border: 1px solid #D9D9D9;
    border-radius: 4px;
    padding-left: 10px;
    margin-top: 20px;
    margin-left: 21px;
}
.ts_detail{
    width: 100%;
    height: 305px;
    position: relative;
}
#user_text{
    height: 279px;
    width: 820px;
    position: absolute;
    top: 3px;
    left: 92px;
    font-size: 14px;
    line-height: 24px;
    margin-left: 6px;
    resize: none;
    padding-left: 10px;
    margin-top: 20px;
    border: 1px solid #D9D9D9;
    border-radius: 4px;
}
.ts_name{
    display: inline-block;
    margin-top: 30px;
}
.details {
    display: block;
    margin-top: 32px;
    float: left;
}
.user-pic {
    float: left;
    width: 832px;
    display: inline-block;
    margin-left: 28px;
    margin-top: 24px;
}
.iconadd {
    cursor: pointer;
    display: block;
    float: left;
    text-align: center;
    line-height: 117px;
    width: 114px;
    height: 116px;
    font-size: 50px !important;
    color: #D9D9D9 !important;
    position: relative;
    margin-left: 5px;
    border: 1px dashed #D9D9D9 !important;
    border-radius: 4px;
}
.inputfilestyle {
    width: 114px !important;
    height: 114px;
    font-size: 30px;
    outline: medium none;
    position: absolute;
    filter: alpha(opacity=0);
    -moz-opacity: 0;
    opacity: 0;
    z-index: 9999;
    left: 0;
    cursor: pointer;
}
.num {
    position: absolute;
    top: 20px;
    right: 157px;
    display: block;
    height: 42px;
    font-size: 14px;
    color: rgb(204,204,204);
    line-height: 42px;
}
.num-2{
    position: absolute;
    top: 21px;
    right: 274px;
    display: block;
    height: 42px;
    font-size: 14px;
    color: rgb(204,204,204);
    line-height: 42px;
}
.num-3{
    position: absolute;
    bottom: 5px;
    right: 50px;
    display: block;
    height: 42px;
    font-size: 14px;
    color: rgb(204,204,204);
    line-height: 42px;
}
.hide-business {
    display: none;
    width: 640px;
    position: absolute;
    top: 139px;
    left: 0px;
    background: url(../images/tipbg.png?v=1) no-repeat;
    background-size: 100% 100%;
    z-index: 999;
    padding: 22px;
}
.hide-business h3, .hide-business-02 h3, .hide-business-03 h3 {
    font-weight: normal;
}
.hide-business p, .hide-business-02 p, .hide-business-03 p {
    margin-top: 20px;
    font-size: 13px;
}
.hide-business input, .hide-business-02 input, .hide-business-03 input {
    width: 254px;
    height: 40px;
    border: 1px solid #CCCCCC;
    border-radius: 5px;
    margin-top: 15px;
}
.user-mind button {
    width: 67px;
    height: 40px;
    border: 1px solid #f43435;
    background-color: #f43435;
    border-radius: 5px;
    margin-left: 10px;
    color: #fff;
}
.chooseul{
    width: 640px;
    margin: 0 auto;
}
.customizeul,.customizeul-02,.customizeul-03{
    width: 640px;
    margin: 0 auto;
}
.hide-business ul li.choose-item, .hide-business-02 ul li.choose-item, .hide-business-03 ul li.choose-item {
    float: left;
    height: 40px;
    border: 1px solid #d9d9d9;
    background-color: #fff;
    margin-right: 18px;
    margin-top: 18px;
    text-align: center;
    line-height: 40px;
    font-size: 14px;
    cursor: pointer;
    padding: 0 9px;
    border-radius: 3px;
}
.true, .true2, .true3 {
    background-color: #f43435 !important;
    color: #fff;
    border: 0;
}
.btn {
    width: 110px;
    margin: 20px auto;
    border: 0;
    color: #fff;
}
.btn-tip {
    width: 55% !important;
    text-align: center;
    margin-top: 36px !important;
}
.user-mind button {
    width: 67px;
    height: 40px;
    border: 1px solid #f43435;
    background-color: #f43435;
    border-radius: 5px;
    margin-left: 10px;
    color: #fff;
}
.btn button.mind-cancel,.btn button.mind-cancel02,.btn button.mind-cancel03{
    background-color: #fff;
    color: #333333;
}
.hide-business-02 {
    display: none;
    width: 640px;
    position: absolute;
    top: 201px;
    background: url(../images/tipbg.png?v=1) no-repeat;
    background-size: 100% 100%;
    z-index: 999;
    padding: 23px;
}
.hide-business-03 {
    display: none;
    width: 640px;
    position: absolute;
    top: 265px;
    /* left: 109px; */
    background: url(../images/tipbg.png?v=1) no-repeat;
    background-size: 100% 100%;
    z-index: 999;
    padding: 26px;
}
input[type=radio] {
    margin-right: 5px;
    cursor: pointer;
    font-size: 14px;
    width: 15px;
    height: 12px;
    position: relative;
}

input[type=radio]:after {
    position: absolute;
    width: 13px;
    height: 13px;
    top: 0;
    content: " ";
    background-color: #fff;
    color: #fff;
    display: inline-block;
    visibility: visible;
    border-radius: 13px;
    border: 1px solid #dddddd;
}

input[type=radio]:checked:before {
    content: "";
    display: block;
    position: relative;
    top: 5px;
    left: 5px;
    width: 5px;
    height: 5px;
    border-radius: 5px;
    background: #000;
    font-weight: 400;
    z-index: 1;
}
.hide-business ul li:hover,.hide-business-02 ul li:hover,.hide-business-03 ul li:hover {
    background-color: #f43435;
    color: #fff;
}
.nomore{
    display: none;
    font-size: 24px;
    color: #666;
    text-align: center;
    margin-top: 50px;
}
.img-close{
    border-radius: 20px;
    background-color: #333;
    width: 21px;
    height: 20px;
    color: #fff;
    text-align: center;
    position: absolute;
    top: -9px;
    right: -3px;
    cursor: pointer;
    font-size: 15px;
    line-height: 20px;
    z-index: 999;
}

/*璇︽儏椤�*/
.detail_page .w1100{
    width: 1100px;
    margin-top: 0;
}
.detail_page .left{
    width: 792px;
    float: left;
}
.breadcrumb {
    padding-top: 34px;
    padding-bottom: 20px;
    font-size: 0;
    overflow: hidden
}

.breadcrumb li {
    font-size: 16px;
    line-height: 1;
    color: #666;
    padding: 5px;
    float: left;
    background: #efefef
}

.breadcrumb li a {
    font-size: 16px;
    line-height: 1;
    color: #000;
    padding-right: 5px;
    display: inline-block
}
.detail_page .bigtitle{
    font-size: 26px;
    color: #333;
    font-weight: bold;
}
.publish-time, .publish-time span {
    font-size: 14px;
    font-weight: 400;
    height: 36px;
    color: #AEADAD;
    margin-bottom: 12px;
    line-height: 24px;
    margin-top: 10px;
}
.detail-usertext, .detail-usertext span {
    height: 24px;
    line-height: 24px;
    margin-bottom: 14px;
}
.detail-left-content span {
    display: inline-block;
    font-size: 14px;
}
.detail-usertext, .detail-usertext span {
    height: 24px;
    line-height: 24px;
    margin-bottom: 14px;
}
.complain-detail-title {
    height: 50px;
    line-height: 50px;
    width: 65px;
    font-size: 16px;
    font-weight: bold;
    color: #333333;
}
.complain-detail-text {
    width: 792px;
    font-size: 14px;
    font-weight: 400;
    color: #666666;
    line-height: 28px;
    text-indent: 2em;
}
.onload-pic {
    margin-top: 5px;
    margin-bottom: 14px;
}
.onload-pic div {
    float: left;
    margin-right: 22px;
    width: 150px;
    height: 150px;
    margin-bottom: 10px;
}
.onload-pic img {
    width: 150px;
    height: 150px;
}
.detail-list {
    line-height: 60px;
    margin-bottom: 20px;
    position: relative;
    width: 790px;
    border: 1px solid #D9D9D9;
    border-radius: 4px;
    margin-top: 10px;
}
.detail-list h3 {
    display: inline-block;
    line-height: 42px;
    margin-left: 12px;
    margin-right: -5px;
    width: 63px;
    font-size: 16px;
    font-weight: 400;
    color:#333333;
}
.detail-list span {
    height: 60px;
    line-height: 60px;
    font-size: 16px;
    color: #f43435;
}
.com-time {
    font-size: 14px !important;
    margin-right: 10px;
    position: absolute;
    color: #AEADAD !important;
    right: 9px;
}
.detail_page .right{
    width: 270px;
    float: right;
}
.btn_wrapper{
    width: 288px;
    height: 233px;
    overflow: hidden;
    border-top: 2px solid #f43435;
    border-left: 1px solid #dddddd;
    border-right: 1px solid #dddddd;
    border-bottom: 1px solid #dddddd;
}
.tjyd{
    border-bottom: 1px solid #dddddd;
}
.btn1{
    width: 178px;
    margin: 35px auto 30px;
    cursor: pointer;
}
.btn2{
    width: 178px;
    margin: 0 auto;
    cursor: pointer;
}
.tjyd{
    margin-top: 30px;
}
.recommend-read-detail {
    width: 270px;
    border-top: 0;
    position: relative;
}
.read-detail-list {
    width: 260px;
    margin-left: 10px;
}
.read-detail-list li {
    position: relative;
    width: 260px;
    cursor: pointer;
    border-bottom: 1px solid #D9D9D9;
}
.list-title {
    font-size: 16px;
    width: 260px;
    line-height: 24px;
    overflow: hidden;
    margin-top: 10px;
}
.list-title a{
    color: #000;
    font-size: 16px;
}
.busniess {
    display: inline-block;
    font-size: 14px;
    color: #AEADAD;
    width: 260px;
    margin-top: 14px;
    margin-bottom: 22px;
}
.read-time {
    font-size: 14px;
    color: #AEADAD;
    float: right;
}
#jscroll2{
    width: 100%;
    height: 450px;
    overflow: hidden;
    border: 1px solid #d9d9d9;
    padding: 20px 10px 20px 20px;
    box-sizing: border-box;
}
.error{
    color:#d2201f;
    margin-left: 5px;
}
.ts_detail .error{
    display: block;
    /* margin-top: 250px; */
    /* float: right; */
    /* margin-right: 34px; */
    position: absolute;
    right: 34px;
    bottom: -34px;
}
.zoomify { cursor: pointer; cursor: -webkit-zoom-in; cursor: zoom-in; }
.zoomify.zoomed { cursor: -webkit-zoom-out; cursor: zoom-out; padding: 0; margin: 0; border: none; border-radius: 0; box-shadow: none; position: relative; z-index: 1501; }
.zoomify-shadow { position: fixed; top: 0; left: 0; right: 0; bottom: 0; width: 100%; height: 100%; display: block; z-index: 1500; background: rgba(0, 0, 0 , .3); opacity: 0; }
.zoomify-shadow.zoomed { opacity: 1; cursor: pointer; cursor: -webkit-zoom-out; cursor: zoom-out; }
