﻿

.reviews .submit-reviews input {
    width: 100%;
    height: 44px;
    background: hsla(0,0%,100%,.08);
    border-radius: 2px 2px 2px 2px;
    padding: 0 15px 0 45px;
    border: 1px solid #eceef00d;
    color: hsla(0,0%,100%,.8);
}

.reviews .submit-reviews .input_box
{
    margin-bottom:10px;
}

.reviews .submit-reviews .input_box i {
    top: 10px;
    left: 13px;
    color: RGBA(177, 177, 177, 1);
    font-size: 20px;
}
.reviews .reviews-right {

}
.reviews .title-1 {
    font-size: 30px;
    color: #fff;
    font-family: sans;
}
.reviews .star {
    overflow: hidden;
    font-size: 14px;
    color: #f4f4f5;
    margin-bottom: 10px
}

.reviews .star-top {
    margin-bottom: 5px
}

.reviews .star .icon {
    float: left;
    font-size: 16px;
    line-height: 26px;
    width: 26px;
    height: 26px;
    margin-right: 3px;
    cursor: pointer;
    text-align: center;
    color: #fff;
    background: #324055
}

.reviews .star-bottom {
    margin-top: 5px
}

    .reviews .star-bottom u {
        font-size: 12px
    }

.reviews .textarea {
    float: left;
    width: 100%;
    height: 120px;
    color: #fff;
    resize: none;
    border: 1px solid #eceef00d;
    border-radius: 2px;

    background: hsla(0,0%,100%,.08);
    font-family: montserrat;
}

.reviews .submit {
    width: 180px;
    height: 44px;
    background: #ee6a25;
    border-radius: 2px 2px 2px 2px;
    opacity: 1;
    color: #fff;
    cursor: pointer;
    margin-top: 10px;
}

.reviews .submit button i {
    display: block;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    border-left: 2px solid #fff;
    margin: auto;
    animation: rotation 1s linear infinite;
    display: none;
}

.reviews .submit:hover {
    background: #ed580a;
}
.reviews .usname i {
    font-size: 20px;
    margin-right: 10px;
    vertical-align: middle;
    color: #36455c;
}

.reviews .reviews-right .content {
    padding: 30px;
    border-radius: 4px;
    background: linear-gradient(180deg,rgba(30, 34, 66, 0.64) 0%,rgba(30, 34, 66, 0.64) 100%);
}

    .reviews .reviews-right .content .title-3 {
        font-size: 20px;
        margin-bottom: 15px;
        color: #e3e5ef
    }

    .reviews .reviews-right .content .reviews_content {
        overflow: hidden;
        max-height: 305px;
        transition: max-height .6s ease;
        color: #cdcdf5
    }

    .reviews .reviews-right .content p {
        line-height: 1.45;
        margin-bottom: 17px
    }

.reviews .flipbattn {
    display: block;
    height: 48px;
    line-height: 48px;
    margin-top: 15px;
    cursor: pointer;
    text-align: center;
    color: #a3b1bf;
    border: none;
    border-radius: 5px;
    background: #2a3742
}

    .reviews .flipbattn:hover {
        color: #000;
        background: #0182f9
    }

.leave {
    padding: 70px 0
}
.reviews .submit-reviews {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 15px;
    margin-top: 20px;
}

.leave .leave-area {
    margin-bottom: 20px
}

    .leave .lea-lu {
        margin: 0 -13px;
        display: grid;
        grid-template-columns: repeat(4, 1fr);
        grid-gap: 15px;
        margin-top: 20px;
    }

        .leave .lea-lu li {
        /*    padding: 13px;
            width: 25%*/
        }

        .leave .lea-lu .box {
            /* float: left;
            width: 100%;*/
            padding: 20px;
            border-radius: 4px;
            background: linear-gradient(180deg,rgba(30, 34, 66, 0.64) 0%,rgba(30, 34, 66, 0.64) 100%)
        }

        .leave .lea-lu .star {
            float: left;
            width: 100%;
            margin-bottom: 20px
        }

            .leave .lea-lu .star .icon {
                font-size: 16px;
                line-height: 26px;
                float: left;
                width: 26px;
                height: 26px;
                margin-right: 3px;
                text-align: center;
                color: #fff;
                background: #00b67a
            }

        .leave .lea-lu .content {
            line-height: 1.57;
            display: -webkit-box;
            overflow: hidden;
            width: 100%;
            height: 60px;
            margin-bottom: 20px;
            text-overflow: ellipsis;
            word-break: break-all;
            color: #f4f4f5;
            -webkit-line-clamp: 3;
            -webkit-box-orient: vertical
        }

        .leave .lea-lu .re-content {
            float: left;
            overflow: hidden;
            width: 100%;
            height: 90px;
            line-height: 1.57;
            margin-bottom: 15px;
            color: #f4f4f5;
            word-break: break-all
        }

            .leave .lea-lu .re-content::-webkit-scrollbar {
                width: 4px
            }

            .leave .lea-lu .re-content::-webkit-scrollbar-track {
                background-color: #ccc
            }

            .leave .lea-lu .re-content::-webkit-scrollbar-thumb {
                background-color: #666
            }

        .leave .lea-lu .usname {
            float: left;
            overflow: hidden;
            width: 100%;
            font-size: 14px;
            font-weight: 700;
            white-space: nowrap;
            text-overflow: ellipsis;
            color: #a3b1bf
        }

            .leave .lea-lu .usname .icon {
                font-size: 30px;
                margin-right: 14px;
                vertical-align: middle;
                color: #36455c
            }

        .leave .lea-lu .time {
            font-size: 12px;
            float: right;
            padding: 4px 0;
            color: #a3b1bf
        }

.areas {
    float: left;
    width: 100%;
 
}

.area {
    float: left;
}
.reviews .waiting {
    display: none;
}
.reviews .pager {
    margin: 0px auto 100px;
}

    .reviews .pager a {
        width: 40px;
        height: 40px;
        background: rgb(25, 31, 61);
        border-radius: 4px;
        opacity: 1;
        text-align: center;
        line-height: 40px;
        color: rgba(102, 102, 102, 1);
        margin-right: 10px;
        color: #fff;
    }

        .reviews .pager a:hover {
            background: #0082FB;
            opacity: 1;
            color: #fff;
        }

    .reviews .pager span {
        width: 40px;
        height: 40px;
        text-align: center;
        line-height: 40px;
        background: #0082FB;
        border-radius: 2px 2px 2px 2px;
        opacity: 1;
        color: #fff;
        margin-right: 10px;
    }


@media(max-width:1024px) {
    .leave .lea-lu {
        padding: 0 25px;
        grid-template-columns: repeat(2, 1fr);
    }

    .reviews .submit-reviews {
        grid-template-columns: repeat(1, 1fr);
        padding: 0 20px;
    }

    .reviews .submit {
        width:100%
    }
}

@media(max-width:768px) {
    .leave .lea-lu {
        padding: 0 25px;
        grid-template-columns: repeat(2, 1fr);
    }
    .reviews .submit-reviews {
        grid-template-columns: repeat(1, 1fr);
        padding: 0 20px;
    }
        .leave .lea-lu .box {
        
        }
}

@media(max-width:500px) {
    .leave .lea-lu {
        padding: 0 25px;
        grid-template-columns: repeat(1, 1fr);
    }
    .reviews .submit-reviews {
        grid-template-columns: repeat(1, 1fr);
        padding: 0 20px;
    }
    .leave .lea-lu .box {
      
    }
}

@media(max-width:375px) {
    .leave .lea-lu {
        padding: 0 25px;
        grid-template-columns: repeat(1, 1fr);
    }
    .reviews .submit-reviews {
        grid-template-columns: repeat(1, 1fr);
        padding: 0 20px;
    }
}

.glyphicon {
    position: relative;
    top: 1px;
    display: inline-block;
    font-family: 'Glyphicons Halflings';
    font-style: normal;
    font-weight: 400;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}