.read_main {
    width: 100%;
    height: auto;
    margin: 0px auto;
    padding: 20px 0px 30px 0px;
    background-color: #D9CDB6;
    text-align: center;
}
.bread_crumb {
    line-height: 20px;
    text-align: left;
}
.bread_crumb span {
    cursor: pointer;
}
.read_operation {
    width: 50px;
    padding-top: 30px;
    position: absolute;
    top: 0;
    left: -67px;
}
.read_operation_li {
    width: 55px;
    height: 55px;
    background-color: #E4DCCC;
    margin-bottom: 3px;
    text-align: center;
    cursor: pointer;
    position: relative;
}
.read_operation_li_setting:hover, .read_operation_li_phone:hover {
    width: 69px;
    box-shadow: -3px 3px 6px 0px rgba(0, 0, 0, 0.1);
    z-index: 10;
}
.setting {
    display: none;
    position: absolute;
    top: -106px;
    left: 68px;
    width: 430px;
    height: 250px;
    background: #FFFFff;
    box-shadow: 2px 5px 6px 0px rgba(0, 0, 0, 0.1);
    z-index: 9;
    padding: 10px 20px;
}
.setting .title {
    width: 100% !important;
    height: 50px !important;
    line-height: 50px !important;
    display: flex;
    justify-content: space-between;
    font-size: 14px;
    border-bottom: 1px solid #D1D1D1;
    font-weight: bold;
    margin-bottom: 20px;
}
.setting .setting_title {
    font-size: 14px;
    float: left;
}
.setting .setting_close {
    color: #D1D1D1;
    float: right;
}
.setting .list_li {
    width: 100%;
    height: 40px;
    line-height: 40px;
    margin: 15px 0px;
    text-align: left;
}
.setting .list_li .left {
    width: 80px;
    text-align: left;
    display: inline-block;
    vertical-align: top;
    font-size: 13px;
    float: left;
}
.setting .list_li .right {
    width: 300px;
    text-align: left;
    display: inline-block;
    vertical-align: top;
    float: right;
}
.setting .list_li .right .color {
    width: 35px;
    height: 35px;
    margin-top:3px;
    float: left;
    margin: 0px 7.5px \9;
    /*以下下是要添加的PIE.htc代码*/
    position:relative \9; /*一定要加，否则不显示。注意：父类也要添加相同属性，否则会错位，下面会详细介绍*/
    border-radius: 50px;
    -webkit-border-radius: 15px \9; /*以下这两个是PIE.htc设置圆角的属性*/
    -moz-border-radius: 15px \9;
    behavior: url('/pie/PIE.htc') \9; /*路径要写绝对路径*/
}
.setting .font_right {
    width: 190px;
    height: 31px;
    border: 1px solid #D6D6D6;
    margin-top: 5px;
    line-height: 28px;
    font-size: 13px;
    box-sizing: border-box;
}
.setting .list_li .right .font {
    width: 60px;
    height: 30px;
    display: inline-block;
    text-align: center;
}
.setting .list_li .right .width {
    width: 60px;
    height: 30px;
    line-height: 30px;
    border: 1px solid #D6D6D6;
    text-align: center;
    font-size: 13px;
    margin: 5px 0px;
    float: left;
}
.setting .list_li .right .width_active {
    color: #E84949 !important;
    border: 1px solid #E84949;
}
.setting .list_li .right .radius {
    width: 35px;
    height: 20px;
    background-color: #E5E5E5;
    position: relative;
    display: inline-block;
    margin-top: 10px;
    /*以下下是要添加的PIE.htc代码*/
    position:relative \9; /*一定要加，否则不显示。注意：父类也要添加相同属性，否则会错位，下面会详细介绍*/
    border-radius: 30px;
    -webkit-border-radius: 15px \9; /*以下这两个是PIE.htc设置圆角的属性*/
    -moz-border-radius: 15px \9;
    behavior: url('/pie/PIE.htc') \9; /*路径要写绝对路径*/
}
.setting .list_li .right .change_radius {
    background-color: #E84949;
}
.setting .list_li .right .radius_position {
    width: 18px;
    height: 18px;
    background-color: #FFFFff;
    position: absolute;
    top: 1px;
    left: 1px;
    vertical-align: top;
    /*以下下是要添加的PIE.htc代码*/
    position:relative \9; /*一定要加，否则不显示。注意：父类也要添加相同属性，否则会错位，下面会详细介绍*/
    border-radius: 50px;
    -webkit-border-radius: 15px \9; /*以下这两个是PIE.htc设置圆角的属性*/
    -moz-border-radius: 15px \9;
    behavior: url('/pie/PIE.htc') \9; /*路径要写绝对路径*/
}
.setting .list_li .right .tips {
    width: 200px;
    height: 30px;
    line-height: 40px;
    font-size: 12px;
    color: #999999;
    display: inline-block;
    vertical-align: top;
    margin-left: 10px;
}
 .setting .list_li_auto {
     margin-bottom: 10px;
 }
 .setting .list_li_button {
     margin-top: 0px;
 }
.setting .list_li .right .button {
    width: 80px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    display: inline-block;
    margin: 10px 10px;
    background-color: #E84949;
    color: #FFFFff;
    font-size: 13px;
    border: 1px solid #E84949;
    /*以下下是要添加的PIE.htc代码*/
    position:relative \9; /*一定要加，否则不显示。注意：父类也要添加相同属性，否则会错位，下面会详细介绍*/
    border-radius: 2px;
    -webkit-border-radius: 15px \9; /*以下这两个是PIE.htc设置圆角的属性*/
    -moz-border-radius: 15px \9;
    behavior: url('/pie/PIE.htc') \9; /*路径要写绝对路径*/
}
.setting .list_li .right .cancel {
    color: #E84949;
    background-color: transparent;
}
.setting .list_li .right .font_middle {
    border-left: 1px solid #E6E6E6;
    border-right: 1px solid #E6E6E6;
    color: #999999;
    height: 20px;
    line-height: 20px;
    margin: 5px 0px;
}
.setting .display_right {
    display: flex;
    justify-content: space-between;
}
.setting .list_li .right .color_1 {
    background-color: #FAEED7;
    border: 1.5px solid #D6D6D6;
}
.setting .list_li .right .color_2 {
    background-color: #E9EFF5;
    border: 1.5px solid #D6D6D6;
}
.setting .list_li .right .color_3 {
    background-color: #E7F0E1;
    border: 1.5px solid #D6D6D6;
}
.setting .list_li .right .color_4 {
    background-color: #F2E4E9;
    border: 1.5px solid #D6D6D6;
}
.setting .list_li .right .color_5 {
    background-color: #F7F7F7;
    border: 1.5px solid #D6D6D6;
}
.setting .list_li .right .color_6 {
    background-color: #343434;
    border: 1.5px solid #D6D6D6;
    color: #999999;
    text-align: center;
    line-height: 35px;
}
.setting .list_li .right .select_color {
    border: 1.5px solid #E84949;
}
.setting .list_li .right .color_6 .iconfont {
    font-size: 16px;
}
.phone {
    display: none;
    position: absolute;
    top: -65px;
    left: 68px;
    width: 280px;
    height: 180px;
    background: #FFFFff;
    box-shadow: 2px 5px 6px 0px rgba(0, 0, 0, 0.1);
    z-index: 9;
    padding: 10px 20px;
}
.phone .phone_title {
    width: 100%;
    height: 40px;
    line-height: 30px;
    font-size: 14px;
    color: #333333;
    font-weight: bold;
}
.phone .code {
    width: 100%;
    height: 100px;
    text-align: center;
}
.phone .code .code_content {
    width: 100px;
    height: 130px;
    display: inline-block;
    text-align: center;
    margin: 0 9px;
}
.phone .code .code_content img {
    width: 90px;
    height: 90px;
    margin: 0 auto;
}
.phone .code .code_content .code_txt {
    line-height: 35px;
    font-size: 13px;
}
.read_operation_li .icon {
    width: 55px;
    height: 25px;
    line-height: 30px;
    padding-top: 10px;
    color: #818181;
}
.read_operation_li .icon .iconfont {
    font-size: 20px;
}
.read_operation_li .txt {
    width: 55px;
    height: 20px;
    line-height: 20px;
    font-size: 12px;
    color: #999999;
    margin-top: 5px;
}
.read_content {
    width: 960px;
    display: inline-block;
    vertical-align: top;
    margin: 0 auto;
    position: relative;
}
.read_content .detail {
    width: 100%;
    padding: 60px 80px 20px 80px;
    background: #FAEED7;
    box-shadow: 0px 3px 10px 0px rgba(0, 0, 0, 0.1);
    position: relative;
    text-align: left;
    margin-bottom: 40px;
}
.read_content .comment {
    width: 50px;
    position: absolute;
    right: -67px;
    bottom: 0px;
}
.read_operation_li_bottom {
    margin-bottom: 0px;
}
.read_content .title {
    width: 100%;
    font-size: 28px;
    font-weight: bold;
    text-align: center;
    height: auto;
    line-height: 50px;
}
.read_content .info {
    width: 100%;
    height: 60px;
    line-height: 40px;
    font-size: 14px;
    text-align: center;
    color: #999999;
    border-bottom: 1px solid #B0B0B0;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.read_content .splice {
    padding: 0 10px;
}
.read_content .content {
    padding: 30px 0px;
    line-height: 40px;
    font-size: 14px;
    color: #000000;
}
.read_content .sub {
    width: 100%;
    height: auto;
    margin: 0px auto;
}
.read_content .sub .tips {
    width: 100%;
    height: 40px;
    font-size: 25px;
    text-align: center;
    color: #999999;
    line-height: 40px;
    font-weight: bold;
}
.read_content .sub .button {
    width: 100%;
    text-align: center;
    margin: 40px auto 30px auto;
}
.read_content .sub .button div {
    display: inline-block;
    vertical-align: top;
    width: 218px;
    height: 80px;
    padding: 10px;
    background-color: #E84949;
    font-size: 13px;
    line-height: 30px;
    border: 1px solid #E84949;
    margin: 0px 10px;
    color: #FFFFff;
    cursor: pointer;
    position:relative \9; /*一定要加，否则不显示。注意：父类也要添加相同属性，否则会错位，下面会详细介绍*/
    border-radius: 3px;
    -webkit-border-radius: 15px \9; /*以下这两个是PIE.htc设置圆角的属性*/
    -moz-border-radius: 15px \9;
    behavior: url('/pie/PIE.htc') \9; /*路径要写绝对路径*/
}
.read_content .sub .button .many {
    background-color: transparent;
    color: #999999;
    border: 1px solid #999999;
}
.read_content .sub .agreement {
    width: 100%;
    height: 40px;
    line-height: 40px;
    font-size: 14px;
    text-align: center;
    color: #999999;
}
.read_content .sub .agreement .check {
    width: 15px;
    height: 15px;
    display: inline-block;
    vertical-align: top;
    margin-top: 2px;
}
.read_content .sub .agreement .check input {
    width: 15px;
    height: 15px;
    border: 1px solid #999999;
    background-color: #FAEED7;
}
.read_content .sub .agreement .word {
    display: inline-block;
    vertical-align: top;
    margin-left: 5px;
}
.read_content .author {
    width: 100%;
    height: 100px;
    background-color: #EBE0CA;
    padding: 10px 20px;
    position:relative \9; /*一定要加，否则不显示。注意：父类也要添加相同属性，否则会错位，下面会详细介绍*/
    border-radius: 5px;
    -webkit-border-radius: 15px \9; /*以下这两个是PIE.htc设置圆角的属性*/
    -moz-border-radius: 15px \9;
    behavior: url('/pie/PIE.htc') \9; /*路径要写绝对路径*/
}
.read_content .author_title {
    width: 100%;
    height: 30px;
    line-height: 30px;
    font-weight: bold;
}
.read_content .author_info {
    width: 100%;
    height: 50px;
}
.read_content .author_info .author_avatar {
    width: 40px;
    height: 40px;
    display: inline-block;
}
.read_content .author_info .author_avatar img {
    width: 50px;
    height: 50px;
    position:relative \9; /*一定要加，否则不显示。注意：父类也要添加相同属性，否则会错位，下面会详细介绍*/
    border-radius: 50px;
    -webkit-border-radius: 15px \9; /*以下这两个是PIE.htc设置圆角的属性*/
    -moz-border-radius: 15px \9;
    behavior: url('/pie/PIE.htc') \9; /*路径要写绝对路径*/
}
.read_content .author_info .author_desc {
    width: 80%;
    height: 50px;
    margin-left: 20px;
    display: inline-block;
}
.read_content .author_info .author_desc .author_name {
    width: 100%;
    line-height: 20px;
    font-size: 13px;
    color: #999999;
}
.read_content .author_info .author_desc .author_intro {
    width: 100%;
    line-height: 25px;
    font-size: 12px;
}
.read_content .operation {
    width: 100%;
    height: 30px;
    line-height: 30px;
    color: #999999;
    font-size: 13px;
    text-align: center;
    margin: 30px auto 0px auto;
}
.read_content .operation span {
    margin: 0px 8px;
}
.read_content .advert {
    width: 100%;
    height: 100px;
    overflow: hidden;
}
.read_content .advert img {
    width: 100%;
    height: auto;
    cursor: pointer;
}
.read_content .change {
    width: 100%;
    height: 40px;
    margin-top: 40px;
}
.read_content .change .change_li {
    width: 30%;
    height: 40px;
    display: inline-block;
    background-color: #FAEED7;
    line-height: 40px;
    text-align: center;
    font-size: 13px;
    color: #333333;
    cursor: pointer;
}
.read_content .change_li_margin {
    margin: 0px 4%;
}
.guide {
    display: none;
    width: 500px;
    height: 350px;
    background: #FFFFFF;
    box-shadow: 0px 3px 7px 0px rgba(0, 0, 0, 0.32);
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -175px;
    margin-left: -250px;
}
.guide_title {
    width: 100%;
    height: 40px;
    line-height: 40px;
    padding: 0px 20px;
    border-bottom: 1px solid #D4D4D4;
    display: flex;
    justify-content: space-between;
}
.guide_title .guide_close {
    cursor: pointer;
}
.guide_display {
    width: 350px;
    padding: 15px 20px;
    height: 150px;
    border: 1px solid #D4D4D4;
    margin: 20px auto 0px auto;
    position:relative \9; /*一定要加，否则不显示。注意：父类也要添加相同属性，否则会错位，下面会详细介绍*/
    border-radius: 3px;
    -webkit-border-radius: 15px \9; /*以下这两个是PIE.htc设置圆角的属性*/
    -moz-border-radius: 15px \9;
    behavior: url('/pie/PIE.htc') \9; /*路径要写绝对路径*/
}
.guide_display_title {
    width: 100%;
    font-size: 13px;
    font-weight: bold;
}
.guide_li {
    width: 120px;
    height: 20px;
    background-color: #CCCCCC;
    margin-top: 10px;
    position:relative \9; /*一定要加，否则不显示。注意：父类也要添加相同属性，否则会错位，下面会详细介绍*/
    border-radius: 2px;
    -webkit-border-radius: 15px \9; /*以下这两个是PIE.htc设置圆角的属性*/
    -moz-border-radius: 15px \9;
    behavior: url('/pie/PIE.htc') \9; /*路径要写绝对路径*/
}
.guide_li_1 {
    width: 300px;
    background-color: #E5E5E5;
}
.guide_li_2 {
    width: 200px;
    background-color: #D4D4D4;
}
.guide_operation {
    width: 350px;
    margin: 0 auto;
    height: 60px;
    padding-top: 5px;
}
.guide_operation_f11 {
    width: 100px;
    display: inline-block;
    vertical-align: top;
}
.guide_operation_page {
    width: 100px;
    display: inline-block;
    vertical-align: top;
}
.guide_operation_move {
    width: 100px;
    vertical-align: top;
    display: inline-block;
}
.guide_operation .title {
    height: 20px;
    line-height: 30px;
    font-size: 13px;
    color: #999999;
}
.guide_operation .button {
    width: 100%;
}
.guide_operation .button_back {
    width: 40px;
    height: 40px;
    background: #F5F5F5;
    border: 1px solid #DEDEDE;
    display: inline-block;
    margin-top: 10px;
    line-height: 40px;
    text-align: center;
    font-size: 13px;
    color: #7C7C7C;
    font-weight: bold;
    position:relative \9; /*一定要加，否则不显示。注意：父类也要添加相同属性，否则会错位，下面会详细介绍*/
    border-radius: 6px;
    -webkit-border-radius: 15px \9; /*以下这两个是PIE.htc设置圆角的属性*/
    -moz-border-radius: 15px \9;
    behavior: url('/pie/PIE.htc') \9; /*路径要写绝对路径*/
}
.guide_operation .iconfont {
    font-size: 20px;
}
.button_close {
    width: 80px;
    height: 28px;
    line-height: 28px;
    text-align: center;
    font-size: 12px;
    background-color: #E84949;
    color: #FFFFff;
    position:relative \9; /*一定要加，否则不显示。注意：父类也要添加相同属性，否则会错位，下面会详细介绍*/
    border-radius: 3px;
    -webkit-border-radius: 15px \9; /*以下这两个是PIE.htc设置圆角的属性*/
    -moz-border-radius: 15px \9;
    behavior: url('/pie/PIE.htc') \9; /*路径要写绝对路径*/
    margin: 30px auto;
    cursor: pointer;
}
