a{
    text-decoration: none;
}
.cnt-mn a{
    color: #222;
    text-decoration: none;
    cursor: pointer;
}
[class*=-wrap] {
    max-width: 1200px;
    margin: 0 auto;
}
.cnt-bnr{
    background: url(/assets/mb/images/background/reviews-bnr.jpg) no-repeat center;
    background-size: cover;
    color: #fff;
    padding: 135px 0;
    text-align: center;
}
.cnt-bnr h1{
    font-size: 5.4rem;
    margin-bottom: 25px;
}
.cnt-bnr .des{
    font-size: 2.4rem;
}

/* 2 */
/* 公司评论 */
[role=tog-cnt-it]{
    display: none;
}
[role=tog-cnt-it].active {
    display: block;
}
.cnt-mn{
    background-color: #f7f7f7;
    text-align: center;
    padding: 100px 0;
}
.cnt-mn h2{
    margin-bottom: 60px;
}
.tog-btn-bx{
    max-width: 1200px;
    margin: 0 auto;
    font-size: 0;
    margin-bottom: 40px;
    border-bottom: 1px solid #e0e0e0;
}
.tog-btn-bx li{
    width: 50%;
    text-align: center;
    display: inline-block;
}
.tog-btn-bx li a{
    padding-bottom: 35px;
}
.ic{
    display: inline-block;
    width: 50px;
    height: 50px;
    /* background-color: pink; */
    margin-bottom: 20px;
    background: url(/assets/mb/images/icons/ic-reviews.png) no-repeat;
}
.ic1{
    background-position: -0px 0px;
}
.tog-btn-bx li a:hover .ic1,
.tog-btn-bx li.active a .ic1{
    background-position: -94px 0px;
}
.ic2{
    background-position: -186px 4px;
}
.tog-btn-bx li a:hover .ic2,
.tog-btn-bx li.active a .ic2{
    background-position: -282px 4px;
}
.tog-btn-bx li a{
    position: relative;
}
.tog-btn-bx li a::after{
    content: '';
    display: inline-block;
    position: absolute;
    width: 0;
    bottom: 0px;
    border-bottom: 4px solid #237fff;
    transition: all 0.5s;
    left: 50%;
}
.tog-btn-bx li a:hover::after,
.tog-btn-bx li.active a::after{
    width: 100%;
    left: 0;
}
.tog-btn-bx li a:hover,
.tog-btn-bx li.active a{
    color: #237fff;
}
.g-ls{
    margin-bottom: 40px;
}
.g-ls{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    max-width: 1100px;
    margin: 0 auto;
}
.g-ls dl{
    float: left;
    /* width: 48.3%; */
    width: 525px;
    padding: 40px 40px 55px;
    border-radius: 10px;
    box-shadow: 0px 15px 29px 0px rgba(86, 131,244, 0.35);
    box-sizing: border-box;
    margin-bottom: 30px;
    transition: all 0.5s;
    background-color: #fff;
}
.g-ls dl:hover{
    transform: translate(0,-10px);
}
.g-ls dl:nth-child(odd){
    margin-right: 2%;
}
.g-ls dt{
    margin-bottom: 10px;
}
.g-ls dd{
    color: #404751;
    font-size: 14px;
    margin-top: 25px;
}

#user-list dt img,
#user-list dt div{
display: inline-block;
vertical-align: middle;
}
#user-list dt div{
    margin-left: 15px;
}
.ic-bx{
    margin-top: 10px;
}
.ic-bx i:not(:last-child){
    margin-right: 5px;
}
@media all and (max-width:767px){
    .g-ls dl{
        width: 100%;
        margin-right: 0!important;
    }
}

/*pagination*/
.pagination {
    margin-top: 60px;
}
ul.simple-pagination {
    list-style: none;
}

.simple-pagination {
    display: block;
    overflow: hidden;
    padding: 0 5px 5px 0;
    margin: 0;
}

.simple-pagination ul {
    list-style: none;
    padding: 0;
    display: table;
    margin: auto;
}

.simple-pagination ul:after {
    content:'';
    display: block;
    overflow: hidden;
    visibility: hidden;
    clear: both;
    height: 0;
}

.simple-pagination li {
    list-style: none;
    padding: 0;
    margin: 0;
    float: left;
}

span.ellipse.clickable {
    cursor: pointer;
}

.ellipse input {
    width: 3em;
}


.compact-theme a, .compact-theme span {
    float: left;
    color: #333;
    font-size: 14px;
    line-height: 24px;
    font-weight: normal;
    text-align: center;
    border: 1px solid #AAA;
    border-left: none;
    min-width: 14px;
    padding: 0 7px;
    box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.2);
    background: #efefef; /* Old browsers */
    background: -moz-linear-gradient(top, #ffffff 0%, #efefef 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffffff), color-stop(100%, #efefef)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #ffffff 0%, #efefef 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #ffffff 0%, #efefef 100%); /* Opera11.10+ */
    background: -ms-linear-gradient(top, #ffffff 0%, #efefef 100%); /* IE10+ */
    background: linear-gradient(top, #ffffff 0%, #efefef 100%); /* W3C */
}

.compact-theme a:hover {
    text-decoration: none;
    background: #efefef; /* Old browsers */
    background: -moz-linear-gradient(top, #efefef 0%, #bbbbbb 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #efefef), color-stop(100%, #bbbbbb)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #efefef 0%, #bbbbbb 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #efefef 0%, #bbbbbb 100%); /* Opera11.10+ */
    background: -ms-linear-gradient(top, #efefef 0%, #bbbbbb 100%); /* IE10+ */
    background: linear-gradient(top, #efefef 0%, #bbbbbb 100%); /* W3C */
}

.compact-theme li:first-child a, .compact-theme li:first-child span {
    border-left: 1px solid #AAA;
    border-radius: 3px 0 0 3px;
}

.compact-theme li:last-child a, .compact-theme li:last-child span {
    border-radius: 0 3px 3px 0;
}

.compact-theme .current {
    background: #bbbbbb; /* Old browsers */
    background: -moz-linear-gradient(top, #bbbbbb 0%, #efefef 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #bbbbbb), color-stop(100%, #efefef)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #bbbbbb 0%, #efefef 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #bbbbbb 0%, #efefef 100%); /* Opera11.10+ */
    background: -ms-linear-gradient(top, #bbbbbb 0%, #efefef 100%); /* IE10+ */
    background: linear-gradient(top, #bbbbbb 0%, #efefef 100%); /* W3C */
    cursor: default;
}

.compact-theme .ellipse {
    background: #EAEAEA;
    padding: 0 10px;
    cursor: default;
}
.pagination {
    border-radius: 2px;
    padding: 0;
    text-align: center;
}
/*------------------------------------*\
	Light Theme Styles
\*------------------------------------*/
.light-theme a, .light-theme span {
    float: left;
    color: #666;
    font-size: 14px;
    line-height: 24px;
    font-weight: normal;
    text-align: center;
    border: 1px solid #F0F4F7;
    padding: 3px 11px;
    margin: 0 20px 0 0;
    border-radius: 5px;
    min-width: 30px;
    box-sizing: border-box;
    /* box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);*/
   /* Old browsers */
    /*background: -moz-linear-gradient(top, #ffffff 0%, #efefef 100%); !* FF3.6+ *!
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffffff), color-stop(100%, #efefef)); !* Chrome,Safari4+ *!
    background: -webkit-linear-gradient(top, #ffffff 0%, #efefef 100%); !* Chrome10+,Safari5.1+ *!
    background: -o-linear-gradient(top, #ffffff 0%, #efefef 100%); !* Opera11.10+ *!
    background: -ms-linear-gradient(top, #ffffff 0%, #efefef 100%); !* IE10+ *!
    background: linear-gradient(top, #ffffff 0%, #efefef 100%); !* W3C *!*/
}

.light-theme a:hover, .light-theme span:hover {
    text-decoration: none;
    background: #2d85ff;
    color: #fff;
    border-color: #2d85ff;
}

.light-theme .current {
    background: #2d85ff;
    color: #FFF;
    border-color: #2d85ff;
    cursor: default;
}

.light-theme .ellipse {
    background: none;
    border: none;
    border-radius: 0;
    box-shadow: none;
    font-weight: bold;
    cursor: default;
}
.simple-pagination li:nth-last-child(1) span,
.simple-pagination li:nth-last-child(2) span,
.simple-pagination li:nth-last-child(1) a,
.simple-pagination li:nth-last-child(2) a,
.simple-pagination li:nth-child(1) span,
.simple-pagination li:nth-child(2) span,
.simple-pagination li:nth-child(1) a,
.simple-pagination li:nth-child(2) a{
    background-color: #c6c8cc;
    color: #fff;
    border-color: #c6c8cc;
}
.simple-pagination li:nth-last-child(1):hover span,
.simple-pagination li:nth-last-child(2):hover span,
.simple-pagination li:nth-last-child(1):hover a,
.simple-pagination li:nth-last-child(2):hover a,
.simple-pagination li:nth-child(1):hover span,
.simple-pagination li:nth-child(2):hover span,
.simple-pagination li:nth-child(1):hover a,
.simple-pagination li:nth-child(2):hover a{
    background-color: #2d85ff;
    color: #fff;
    border-color: #2d85ff;
}
.simple-pagination li:nth-child(1),
.simple-pagination li:nth-last-child(1){
    display: none;
}
/*------------------------------------*\
	Dark Theme Styles
\*------------------------------------*/
.dark-theme a, .dark-theme span {
    float: left;
    color: #CCC;
    font-size: 14px;
    line-height: 24px;
    font-weight: normal;
    text-align: center;
    border: 1px solid #222;
    min-width: 14px;
    padding: 0 7px;
    margin: 0 5px 0 0;
    border-radius: 3px;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
    background: #555; /* Old browsers */
    background: -moz-linear-gradient(top, #555 0%, #333 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #555), color-stop(100%, #333)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #555 0%, #333 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #555 0%, #333 100%); /* Opera11.10+ */
    background: -ms-linear-gradient(top, #555 0%, #333 100%); /* IE10+ */
    background: linear-gradient(top, #555 0%, #333 100%); /* W3C */
}

.dark-theme a:hover {
    text-decoration: none;
    background: #444;
}

.dark-theme .current {
    background: #222;
    color: #FFF;
    border-color: #000;
    box-shadow: 0 1px 0 rgba(255, 255, 255, 0.2), 0 0 1px 1px rgba(0, 0, 0, 0.1) inset;
    cursor: default;
}

.dark-theme .ellipse {
    background: none;
    border: none;
    border-radius: 0;
    box-shadow: none;
    font-weight: bold;
    cursor: default;
}

.light-theme .ratio {
    border: none;
    background: none;
    box-shadow: none;
}
.ic-lv, .ic-str {
    display: inline-block;
    width: 15px;
    height: 15px;
    background: url(/assets/images/icon/icon-small-all.png) no-repeat;
}
.ic-bx i:not(:last-child) {
    margin-right: 5px;
}
.ic-str {
    background-position: -222px -136px;
}
.ic-str.str1 {
    background-position: -287px -136px;
}
.ic-str.str2 {
    background-position: -482px -136px;
}
.ic-lv {
    background-position: -352px -135px;
}
.ic-lv.lv1 {
    background-position: -417px -135px;
}
.ic-lv.lv2 {
    background-position: -547px -135px;
}
/*pagination*/
