.mask {
    position: fixed;
    z-index: 1001;
    top: 0rem;
    right: 0rem;
    bottom: 0rem;
    left: 0rem;
    display: flex;
    flex-flow: row;
    z-index: 8000;
    overflow: hidden;
    background: rgba(0, 0, 0, 0.6);
}

.report {
    width: 388px;
    height: 680px;
    position: fixed;
    top: 50%;
    left: 50%;
    margin-left: -194px;
    margin-top: -370px;
    z-index: 9999;
    background: #fff;
    border-radius: 8px;
    box-shadow: 0 0 10px rgba(0, 0, 0, .3);


}

.report2 {
    width: 388px;
    height: 200px;
    position: fixed;
    top: 50%;
    left: 50%;
    margin-left: -194px;
    margin-top: -100px;
    z-index: 9999;
    background: #fff;
    border-radius: 8px;
    box-shadow: 0 0 10px rgba(0, 0, 0, .3);
}


button.sendbtn {
    cursor: pointer;
    border: none;
    height: 32px;
}

.closetbtn {
    width: 46px;
    height: 45px;
    display: block;

    background: #3985e1;
    color: #fff;
    line-height: 38px;
    font-size: 23px;
    cursor: pointer;
    position: absolute;

    top: -1px;
    right: -1px;
    font-weight: 100 !important;
    border: 1px solid #3985e1;
    border-radius: 0 8px 0 0;
}


.retitle {
    width: 100%;
    height: 44px;
    position: relative;
    font-size: 18px;
    color: #267ac8;
    text-align: center;
    line-height: 44px;
    outline: none;
    border-bottom: 2px solid #e7e7e7;

}

.closetbtn {
    width: 46px;
    height: 45px;
    display: block;

    background: #3985e1;
    color: #fff;
    line-height: 38px;
    font-size: 23px;
    cursor: pointer;
    position: absolute;

    top: -1px;
    right: -1px;
    font-weight: 100 !important;
    border: 1px solid #3985e1;
    border-radius: 0 8px 0 0;
}

.quelist {
    width: 280px;
    margin: 0 auto;
    padding-top: 30px;
}

.quelist li {
    width: 100%;
    height: 30px;
    font-size: 16px;
    line-height: 30px;
    text-indent: 20px;
    cursor: pointer;
    border: 1px solid #e7e7e7;
    margin-bottom: 10px;
}

.quelist li:hover {
    background: #d5e6ff;
    border: 1px solid #d5e6ff;
}

.qitak {
    width: 280px;
    margin: 0 auto;
}

.qitext {
    width: 100%;
    font-size: 14px;
    display: block;
    height: 25px;
    line-height: 25px;
}

.quelist li.active_ts {
    background: #d5e6ff;
    border: 1px solid #d5e6ff;
    box-shadow: 1px 1px 5px #e6e6e6;
}

.movbox:before, .qitext::before {
    content: '*';
    color: red;
}

input.mobibbox {
    width: 209px;
}

.subtn {
    width: 280px;
    height: 30px;
    cursor: pointer;
    border-radius: 8px;
    background: #3f85e2;
    text-align: center;
    line-height: 30px;
    margin: 0 auto;
    font-size: 18px;
    color: #fff;
    margin-top: 20px;
}

.qicn {
    box-sizing: border-box;
    padding: 8px 20px;
}

.report input {
    outline-color: skyblue;
    box-sizing: border-box;
}

.qicn, .qicn:focus {
    border: 2px solid skyblue;
    outline-color: skyblue;
    width: 100%;
    height: 125px;

}


/* 投诉举报界面的 css */

.zccontentbox {
    min-height: 600px;
}

.zccontentbox .mylet_title {
    color: #1879d6;
    font-size: 22px;
    font-weight: bold;
    margin: 55px auto 25px auto;

    text-align: center;
}

.mylet_container {
    margin: 11px 0;
}

.mylet_container .label {
    width: 120px;
    text-align: right;
    line-height: 30px;
}

.mylet_container .input {
    width: 30%;
    text-indent: 12px;
}

.mylet_container > div {
    float: left;
}

.mylet_container .tip {
    height: 30px;
    line-height: 30px;
}

.mylet_container input, .mylet_container select {
    width: 100%;
    height: 30px;
    border: 1px solid #ccc;
    text-indent: 12px;
}

.mylet_container .red_xx {
    color: red;
}

.mylet_container img {
    vertical-align: text-bottom;
    margin-right: 8px;
    width: 22px;
    height: 22px;
}

.mylet_container .send_box {
    width: 288px;
}

.mylet_container input, .mylet_container textarea {
    font-size: 14px;
}

.mylet_container textarea {
    width: 800px;
    height: 200px;
    border: 1px solid #ccc;
    margin-left: 12px;
    padding: 8px 12px;
}

.send_box_1 {
    float: left;
    width: 45%;
    margin-left: 12px;
}

.mylet_container .send_btn {
    margin-left: 10px;
    background: #1879d6;
    text-align: center;
    text-indent: 0;
    color: #fff;
    height: 32px;
    line-height: 32px;
    border-radius: 5px;
    width: 100px;
    border: none;
    cursor: pointer;
}

.mylet_container .tjBtn {
    width: 120px;
    height: 35px;
    font-size: 18px;
    line-height: 35px;
    cursor: pointer;
    background: #1879d6;
    border: none;
    border-radius: 5px;
    color: #fff;
    margin-top: 15px;
    margin-left: 35px;
}

.mylet_container .tjBtn:hover, .mylet_container .send_btn:hover {
    background-color: #125797;
}

.mylet_container button.tjBtn:disabled, .mylet_container button.send_btn:disabled {

    background-color: #97bde1;
    cursor: not-allowed;
}

.xmlabel {
    display: block;
}

.name_input {
    width: 100%;
    border: 1px solid #e7e7e7;
    height: 35px;
    padding-left: 20px;
}

