@charset "UTF-8";

/*浮出layer*/
.layer {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 10010;
    display: none;
}

.layer .close_layer {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.7);
}

.layer .close_layer i.icon_w_x {
    float: right;
    display: block;
    width: 30px;
    height: 30px;
    border-radius: 15px;
    overflow: hidden;
    background: url(https://www.walei.tw/newwalei/index2018/images/icon_svg/icon_w_x.svg) no-repeat center center;
    background-size: 30px 30px;
    margin: 5px;
}

.layer .layer_cont {
    width: 600px;
    height: 80%;
    position: absolute;
    top: 10%;
    left: 50%;
    margin-left: -300px;
    background: #fdfcf5;
    padding: 20px;
    -webkit-box-shadow: 3px 3px 10px rgba(0, 0, 0, 0.3);
    box-shadow: 3px 3px 10px rgba(0, 0, 0, 0.3);
    overflow: auto;
    border-radius: 5px;
}

@media screen and (max-width: 767px) {
    .layer .layer_cont {
        width: 90%;
        margin-left: -45%;
    }
}



/*檢舉浮出layer設定*/
.layer_cont p:nth-child(2) .subtitle {
    display: inline-block;
    margin-top: 40px;
}

.layer_cont p:nth-child(2) .subtitle:before {
    display: block;
    content: "檢舉";
    text-align: center;
    background: #55d3d1;
    color: #fdfcf5;
    font-size: 17px;
    font-weight: bold;
    height: 40px;
    line-height: 40px;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
}

.layer_cont p textarea#crime_in_addition {
    width: 100%;
    height: 150px;
    border: 1px solid #C4C4C4;
    -webkit-box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.2);
    box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.2);
    border-radius: 5px;
    padding: 10px;
    color: #333333;
}

.layer_cont .page_title {
    font-size: 15px;
    text-align: center;
    padding: 3px;
    background-color: transparent;
    color: #FFFFFF;
}

.layer_cont p #cselect {
    height: 25px;
    line-height: 25px;
    border: 1px solid #31B5B2;
    border-radius: 3px;
    color: #333333;
    cursor: pointer;
    font-size: 13px;
}

.layer_cont .page_title input[type="button"],
.layer_cont .page_title input[type="submit"] {
    display: inline-block;
    background: #31B5B2;
    border: 0;
    color: #fdfcf5;
    height: 35px;
    line-height: 35px;
    padding: 0 15px;
    border-radius: 5px;
    text-align: center;
    cursor: pointer;
}

.layer_cont .page_title input[type="button"]:hover,
.layer_cont .page_title input[type="submit"]:hover {
    background: #55d3d1;
}

/*指定對象浮出layer設定*/
.layer_cont #share_types {
    margin-top: 40px;
    margin-right: 0px;
}

.layer_cont #share_types:before {
    display: block;
    content: "選擇近況通知對象";
    text-align: center;
    background: #55d3d1;
    color: #fdfcf5;
    font-size: 17px;
    font-weight: bold;
    height: 40px;
    line-height: 40px;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
}

.layer_cont #share_types input[type="radio"] {
    display: none;
}

.layer_cont #share_types input[type="radio"] + label {
    color: #aaaaaa;
    font-size: 15px;
    display: inline-block;
    width: 33.33%;
    height: 40px;
    background: #f5f5f5;
    cursor: pointer;
    float: left;
    text-align: center;
    line-height: 40px;
    -webkit-box-shadow: inset 1px 1px 10px rgba(0, 0, 0, 0.1);
    box-shadow: inset 1px 1px 10px rgba(0, 0, 0, 0.1);
}

.layer_cont #share_types input[type="radio"]:checked + label {
    color: #fdfcf5;
    background: #55d3d1;
    -webkit-box-shadow: inset 1px 1px 10px rgba(0, 0, 0, 0);
    box-shadow: inset 1px 1px 10px rgba(0, 0, 0, 0);
}

.layer_cont #select_container {
    clear: both;
}

.layer_cont #select_container .p_fg_item {
    width: 100%;
    margin: 0 0 -1px 0;
    padding: 5px;
    border: 1px solid #cccccc;
}

.layer_cont #select_container .p_fg_item:hover {
    background: rgba(0, 0, 0, 0.05);
}

.layer_cont input#decide_share {
    background: #31B5B2;
    border: 0;
    color: #fdfcf5;
    height: 35px;
    margin-top: 10px;
    padding: 0 15px;
    border-radius: 5px;
    text-align: center;
    cursor: pointer;
}

.layer_cont input#decide_share:hover {
    background: #55d3d1;
}

/*水球浮出layer設定*/
.layer_waterball {
    width: 360px;
    top: 0;
    right: 0;
    left: initial;
}

.layer_waterball .close_layer {
    top: 0;
    left: initial;
    right: 0px;
    z-index: 1;
    width: 42px;
    height: 42px;
    background: #31b5b2;
    cursor: pointer;
}

.layer_waterball .close_layer:hover {
    background: #55d3d1;
}

.layer_waterball .close_layer i.icon_w_x {
    width: 33px;
    height: 33px;
}

.layer_waterball .layer_cont {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    margin-left: 0;
    padding: 0;
    border-radius: 0;
    -webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.5);
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.5);
    border-left: 1px solid #31b5b2;
    overflow: hidden;
}

.layer_waterball .layer_cont:before {
    content: "哇咧水球";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 42px;
    line-height: 42px;
    font-size: 17px;
    font-weight: bold;
    letter-spacing: 1px;
    color: #fdfcf5;
    padding: 0 0 0 45px;
    background: #31b5b2 url(/newwalei/index2018/images/icon_waterball.png) no-repeat;
    background-position: 5px center;
    background-size: 30px 30px;
}

.layer_waterball .layer_cont iframe {
    height: calc(100% - 42px);
    border: 0;
    display: block;
    margin-top: 42px;
}

/*有哪些人按讚浮出layer設定*/

.layer_cont .say_walei_title {
    display: block;
    text-align: center;
    background: #55d3d1;
    color: #fdfcf5;
    font-size: 17px;
    font-weight: bold;
    height: 40px;
    line-height: 40px;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
}

.layer_cont .list {
    line-height: 50px;
    margin-bottom: 10px;
}

.layer_cont .list:nth-child(2) {
    margin-top: 30px;
}

.layer_cont .list span:first-child {
    display: block;
    width: 100%;
}

.layer_cont .list span .userpic_pack {
    width: 50px;
    height: 50px;
    float: left;
}

.layer_cont .list .idstyled a {
    margin-left: 10px;
    color: #009999;
    text-decoration: none;
}

.layer_cont .list .idstyled a:hover {
    color: #009999;
    text-decoration: underline;
}
