.reviews-total {
    height: 45px;
    line-height: 45px;
    margin-bottom: 25px;
    font-size: 18px;
}

.reviews-top-row {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
    font-size: 15px;
}

.row-left {
    width: 430px;
}

    .row-left .row-left-title {
        color: #141415;
    }

.reviews-start-list {
    display: flex;
    flex-direction: column;
}

    .reviews-start-list .star-row {
        width: 100%;
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        align-items: center;
        height: 20px;
        margin-top: 10px;
    }

        .reviews-start-list .star-row .column-1 {
            width: 60px;
        }

        .reviews-start-list .star-row .column-2 {
            flex: 1;
            background-color: #f5f5f5;
            border-radius: 5px;
            height: 100%;
            overflow: hidden;
        }

        .reviews-start-list .star-row .percent {
            background: #852688;
            height: 100%;
        }

        .reviews-start-list .star-row .column-3 {
            width: 40px;
            padding-left: 15px;
        }

.row-right {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-content: flex-start;
    padding-top: 40px;
}

.circle_wrapper {
    width: 100px;
    height: 100px;
    border: 10px solid #dcdcdc;
    margin-right: 15px;
    position: relative
}

.wrapper {
    width: 100px;
    height: 200px;
    position: absolute;
    top: 0;
    overflow: hidden;
}

.right {
    right: 0;
}

.left {
    left: 0;
}

.row-right .review-btn {
    width: 100%;
    border-radius: 3px;
    font-size: 18px;
    height: 45px;
    line-height: 45px;
    margin-top: 10px;
    text-align: center;
    cursor: pointer;
    border: 2px solid #000;
}

.review-header-top {
    height: 40px;
    line-height: 40px;
    font-size: 20px;
}

.review-header {
    width: 100%;
    margin-top: 30px;
}

.review-header-main {
    border-top: 1px solid #ddd;
    background-color: #f9f9f9;
    padding: 12px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}

.review-header .page-info {
}

.review-header .page-filter {
    flex: 1;
    text-align: right;
    display: none;
}

.review-list {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
}

.review-left {
    width: 70%;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
}

.review-right {
    flex: 1;
    margin-left: 28px;
}

.review-list-item {
    padding: 20px 0px;
    border-top: 1px solid #ddd;
}


.write-review .buttons {
    text-align: left;
    padding-left: 145px;
    cursor: pointer
}

.review-photos {
    width: 100%;
}

    .review-photos .photo-list {
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: flex-start;
        align-items: center;
    }

    .review-photos .photo-item {
        width: 120px;
        height: 120px;
        border: 1px solid #dedede;
        border-radius: 5px;
        margin-right: 10px;
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: center;
        position: relative;
        margin-bottom: 10px;
    }

.photo-item img {
    max-width: 120px;
    max-height: 120px;
}

.review-photos .photo-item.photo-add {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.photo-add .file-box {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    opacity: 0;
    z-index: 1;
    cursor: pointer;
}

.add-icon {
    font-size: 24px;
    font-weight: bold;
}

.photo-item .remove {
    position: absolute;
    right: 0;
    top: 0;
    width: 20px;
    height: 20px;
    background: url('../images/remove.png') no-repeat center center;
    cursor: pointer
}

.review-form {
    padding: 20px;
}

.review-form-row {
    margin-bottom: 20px;
}

    .review-form-row .review-label {
        padding: 5px 0px;
    }

    .review-form-row .review-input, .review-form-row .review-input input,
    .review-form-row .review-input textarea {
        width: 100%;
    }

.btn-rate {
    width: 90%;
    height: 40px;
    line-height: 40px;
    background: #f43046;
    color: #fff;
    border-radius: 5px;
    border: 1px solid #f43046;
    font-size: 16px;
}

.review-content {
    width: 100%;
}

.review-list-item {
    font-size: 14px;
    color: #101011;
    position: relative;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
}

.list-item-left {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    flex: 1
}

.list-item-right {
    width: 180px;
    padding-left: 20px;
    text-align: right;
}

    .list-item-right .imgContainer {
        width:120px;
        height:120px;
        overflow:hidden;
        border-radius: 5px;
        background-size:cover;
        background-position:center center;
        float:right;
        cursor:pointer;
    }

.review-item-time {
    margin-bottom: 5px;
}

    .review-item-time span.name {
        font-weight: 500;
        display: inline-block;
        margin-top: 5px;
        margin-bottom: 5px;
    }

.review-item-text {
    line-height: 24px;
}

.review-photo-list {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: flex-start;
}

    .review-photo-list .photo-item {
        width: 32%;
        height: 95px;
        overflow: hidden;
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center center;
        border-radius: 5px;
        cursor: pointer;
        margin-right: 1.5%;
        margin-bottom: 5px;
    }

        .review-photo-list .photo-item:nth-child(3n) {
            margin-right: 0px;
        }

.gallery-review-mask {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 999;
    background-color: #000;
    opacity: 0.7;
}

.gallery-review {
    position: fixed;
    top: calc(50% - 250px);
    left: calc(50% - 425px);
    width: 850px;
    height: 500px;
    background: #f5f5f5;
    border-radius: 10px;
    z-index: 1000;
    padding: 0px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
}

.review-buttons {
    position: absolute;
    top: 10px;
    right: 20px;
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    align-items: center;
    height: 40px;
}

    .review-buttons .button {
        height: 30px;
        line-height: 30px;
        padding: 0px 15px;
        border-radius: 5px;
        border: 1px solid #dedede;
        background-color: #fff;
        color: #000;
    }

    .review-buttons .btn-next, .review-buttons .btn-close {
        margin-left: 10px
    }

    .review-buttons .btn-close {
        color: #f43046;
        border-color: #f43046
    }

.gallery-photo-container {
    width: 500px;
    background: #fff;
    padding: 0px;
    height: 100%;
    position: relative;
    overflow: hidden;
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
}

    .gallery-photo-container .btn-arrow {
        position: absolute;
        top: 0;
        bottom: 0;
        width: 50%;
    }

    .gallery-photo-container .photo-prev {
        left: 0;
    }

    .gallery-photo-container .photo-next {
        right: 0;
    }

.gallery-review-container {
    flex: 1;
    padding: 20px;
    background: #fff;
    overflow: hidden;
    height: 100%;
    border-bottom-left-radius: 10px;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
}

.connected-carousels .gallery-photo-container .carousel-stage {
    height: 100%;
}

.connected-carousels .gallery-photo-container .carousel ul {
    height: 100%;
}

.connected-carousels .gallery-photo-container .carousel li {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    height: 100%;
    background-position:center center;
    background-size:cover;
    background-repeat:no-repeat;
}

    .connected-carousels .gallery-photo-container .carousel li img {
        width: 500px;
        height: 500px;
    }

.gallery-review-container {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    overflow: hidden;
}

.gallery-review-content {
    flex: 1;
    width: 100%;
}

.gallery-review-rates {
    height: 26px;
}

.gallery-review-cotnainer .review-item-time {
    height: 18px;
}

.gallery-review-footer {
    height: 60px;
    padding-top: 20px;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
}

    .gallery-review-footer .gallery-thumbnail {
        width: 50px;
        height: 50px;
        border-radius: 5px;
        overflow: hidden;
        border: 1px solid #dedede;
        display: flex;
        flex-direction: row;
        justify-content: center;
        align-items: center;
        padding: 5px;
        margin-right: 10px;
        cursor: pointer;
    }

        .gallery-review-footer .gallery-thumbnail img {
            max-width: 100%;
            max-height: 100%;
            cursor: pointer;
        }

#my-review-next-page {
    display: flex;
    justify-content: center;
    align-items: center;
}

.btn-next-page {
    cursor: pointer
}

/*circle animation*/
.circleProgress_wrapper {
    width: 120px;
    height: 120px;
    position: relative;
    margin-right: 15px;
}

    .circleProgress_wrapper .wrapper {
        width: 60px;
        height: 120px;
        position: absolute;
        top: 0;
        overflow: hidden;
    }

    .circleProgress_wrapper .right {
        right: 0;
    }

    .circleProgress_wrapper .left {
        left: 0;
    }

.circleProgress {
    width: 120px;
    height: 120px;
    border: 10px solid #852688;
    border-radius: 50%;
    position: absolute;
    top: 0;
    -webkit-transform: rotate(45deg);
}
/*45deg-225deg ÕýºÃ°ëÔ²*/
.rightcircle {
    border-top: 10px solid #dcdcdc;
    border-right: 10px solid #dcdcdc;
    right: 0;
    transform: rotate(45deg)
    /*transition: transform 2s ease-in-out;*/
    /*-webkit-animation: circleProgressLoad_right 5s linear infinite;*/
}

.leftcircle {
    border-bottom: 10px solid #dcdcdc;
    border-left: 10px solid #dcdcdc;
    left: 0;
    transform: rotate(45deg);
    /*transition: transform 2s ease-in-out;*/
    /*-webkit-animation: circleProgressLoad_left 5s linear infinite;*/
}

.recommend-text {
    position: absolute;
    left: 10px;
    top: 10px;
    right: 10px;
    bottom: 10px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

    .recommend-text label {
        font-size: 32px;
    }

    .recommend-text span {
        font-size: 12px;
    }

.justyling-review-container {
    position: relative;
}

    .justyling-review-container .review-mask {
        position: absolute;
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
        opacity: 0.3;
        background: #dedede;
        z-index: 999
    }

    .justyling-review-container .review-loading {
        position: absolute;
        left: calc(50% - 16px);
        top: calc(50% - 16px);
        z-index: 1001
    }

.gallery-review .btn-prev {
    position: absolute;
    top: calc(50% - 25px);
    right: -25px;
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    background: #fff;
    color: #4E443C;
    text-decoration: none;
    text-shadow: 0 0 1px #000;
    font-size: 30px;
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    border-radius: 25px;
    -webkit-box-shadow: 0 0 2px #999;
    -moz-box-shadow: 0 0 2px #999;
    box-shadow: 0 0 2px #999;
}

.gallery-review .btn-next {
    position: absolute;
    top: calc(50% - 25px);
    left: -25px;
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    background: #fff;
    color: #4E443C;
    text-decoration: none;
    text-shadow: 0 0 1px #000;
    font-size: 30px;
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    border-radius: 25px;
    -webkit-box-shadow: 0 0 2px #999;
    -moz-box-shadow: 0 0 2px #999;
    box-shadow: 0 0 2px #999;
}

.gallery-review.connected-carousels .carousel-stage {
    border-radius: 0px;
}

.gallery-review .btn-close {
    position: absolute;
    top: 0px;
    right: -30px;
    color: #fff;
    font-size: 18px;
}

@media (max-width:900px) {
    .review-list, .reviews-top-row {
        flex-direction: column;
        justify-content: flex-start;
    }

    .row-left, .review-left {
        width: 100%;
    }

    .review-right {
        display: none;
    }
    .gallery-review {
        width: calc(100% - 40px);
        left: 20px;
        top:20px;
        flex-direction:column;
        height:auto;
    }
    .gallery-photo-container {
        width: 100%;
        padding-top: 20px;
        border-top-right-radius: 10px;
    }
    .gallery-review-container{
        width:100%;
    }
    .gallery-review .btn-close {
        right: -15px;
    }
    .connected-carousels .gallery-photo-container .carousel li{
        height:300px !important;
    }
    .gallery-review .btn-next{
        width:30px;
        height:30px;
        line-height:30px;
        left:-15px;
    }
    .gallery-review .btn-prev {
        width: 30px;
        height: 30px;
        line-height: 30px;
        right: -15px;
    }

    .home-review {
        padding: 0px;
        column-count: 2;
    }
}
