/*假一赔百规则说明弹层*/
.jiayipeibai-fixed {
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.6);
    filter: progid:DXImageTransform.Microsoft.gradient(startcolorstr=#7F000000, endcolorstr=#7F000000);
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1000;
    display: none;
}

.jiayipeibai-fixed-box {
    width: 594px;
    height: 795px;
    background: #fff url(../images/detail/jiayipeibai.png) center no-repeat;
    border-radius: 6px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -397.5px;
    margin-left: -297px;
}

.jiayipeibai-fixed-box img {

}

.jiayipeibai-fixed-box-hide {
    z-index: 2;
    width: 20px;
    height: 20px;
    line-height: 20px;
    text-align: center;
    font-size: 16px;
    color: rgba(13, 4, 9, 0.2);
    position: absolute;
    right: 14px;
    top: 16px;
    cursor: pointer;
}

/*假一赔百规则说明弹层end*/

/*假一赔百相关弹框入口标识*/
.jiayipeibai-sign {
    margin-top: 20px;
    width: 420px;
    cursor: pointer;
}

.jiayipeibai-txt {
    color: #4042BF;
    font-size: 14px;
	margin-left: 11px;
}

.know-more {
    margin-left: 10px;
    margin-bottom: 3px;
}

/*假一赔百相关弹框入口标识end*/

/*假一赔百投诉举报弹框*/
.tousu-fixed {
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.6);
    filter: progid:DXImageTransform.Microsoft.gradient(startcolorstr=#7F000000, endcolorstr=#7F000000);
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999;
    display: none;
}

.tousu-fixed-box {
    width: 430px;
    height: 550px;
    background: #fff;
    border-radius: 6px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -275px;
    margin-left: -215px;
}

.tousu-fixed-box img {

}

.tousu-fixed-box-hide {
    width: 20px;
    height: 20px;
    line-height: 20px;
    text-align: center;
    font-size: 16px;
    color: rgba(13, 4, 9, 0.2);
    position: absolute;
    right: 14px;
    top: 16px;
    cursor: pointer;
}

.jiayipeibai-detail {

}

.tousu-title {
    margin-top: 30px;
    color: #333333;
    font-size: 18px;
    font-family: MicrosoftYaHei;
    text-align: center;
}

.tousu-reason {
    margin-top: 20px;
    margin-left: 40px;
    color: #999999;
    font-size: 14px;
    font-family: MicrosoftYaHei;
}

.tousu-desc {
    width: 350px;
    margin: 0 auto;
    margin-bottom: 20px;
}

.tousu-desc p {
    font-family: MicrosoftYaHei;
    color: #666666;
    font-size: 13px;
    line-height: 24px;
}

.tousu-desc span {
    font-family: MicrosoftYaHei;
    color: #4DAAF0;
    font-size: 13px;
    cursor: pointer;
}

.submit {
    width: 350px;
    height: 50px;
    line-height: 50px;
    color: #424242;
    background-color: #FFCD16;
    margin: 0 auto;
    border-radius: 4px;
    font-size: 14px;
    font-family: MicrosoftYaHei;
    text-align: center;
    cursor: pointer;
}

/*假一赔百投诉举报弹框end*/

/*假一赔百引导下载优优好房APP*/
.jiayipeibai-app-download {
    margin: 0 auto;
    background: url(../images/detail/two-code-background.png) no-repeat;
    background-size: cover;
    -webkit-transform: scaleY(-1);
    -moz-transform: scaleY(-1);
    -ms-transform: scaleY(-1);
    -o-transform: scaleY(-1);
    transform: scaleY(-1);
    overflow: hidden;
    padding: 53px 23px;
    box-sizing: border-box;
    width: 382px;
    height: 214px;
    margin-top: -264px;
    border-radius: 5px;
    display: none;
}

.jiayipeibai-app-download img {
    -webkit-transform: scaleY(-1);
    -moz-transform: scaleY(-1);
    -ms-transform: scaleY(-1);
    -o-transform: scaleY(-1);
    transform: scaleY(-1);
    width: 120px;
    height: 120px;
    float: left;
    border-radius: 6px;
}

.code-desc {
    -webkit-transform: scaleY(-1);
    -moz-transform: scaleY(-1);
    -ms-transform: scaleY(-1);
    -o-transform: scaleY(-1);
    transform: scaleY(-1);
    width: 190px;
    float: right;
    margin-left: 10px;
}

.code-desc p {
    color: #424242;
    font-size: 13px;
    line-height: 24px;
}

.code-desc div {
    color: #424242;
    font-size: 14px;
    font-weight: bold;
    margin-top: 12px;
}

/*假一赔百引导下载优优好房APP*/

/*假一赔百投诉复选框*/
.tousu-option {
    margin: 10px 0 14px 52px;
}

.tousu-option-1 {
    height: 18px;
    margin-bottom: 26px;
    cursor: pointer;
    line-height: 18px;
}

.tousu-option .tousu-option-1 i {
    width: 16px;
    height: 16px;
    display: inline-block;
    background: url(../images/detail/radio.png) no-repeat 0px -20px;
}

.tousu-option .tousu-option-1.on i {
    background: url(../images/detail/radio.png) no-repeat 0px 0px;
}

.tousu-option .tousu-option-1 span {
    display: inline-block;
    cursor: pointer;
    vertical-align: 3px;
    margin-left: 16px;
}

/*假一赔百投诉复选框end*/