.fl {
  float: left;
}

.fr {
  float: right;
}

.reset-body {
  min-width: 980px;
  line-height: 1;
  position: relative;
}

.reset-html {
  min-width: 980px;
}

.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

.f-12 {
  font-size: 12px;
}

.f-14 {
  font-size: 14px;
}

.f-16 {
  font-size: 16px;
}

.f-18 {
  font-size: 18px;
}

.f-20 {
  font-size: 20px;
}

.font-b {
  font-weight: bold;
}

.font-normal {
  font-weight: normal;
}

.text-over {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.text-center {
  text-align: center;
}

.f-c-33 {
  color: #333;
}

.f-c-66 {
  color: #666;
}

.f-c-99 {
  color: #999;
}

.f-c-ff {
  color: #fff;
}

.f-c-c5 {
  color: #c5c5c5;
}

.over-hide {
  overflow: hidden;
}

.opa-0 {
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
}

.opa-1 {
  opacity: 1;
  -ms-filter: none;
  filter: none;
}

.show {
  display: block;
}

.none {
  display: none !important;
}

.login-after-msg {
  margin-left: 20px;
}

.login-after-msg:hover {
  text-decoration: none;
  color: #1da1f2;
}

.login-after-msg .bubble {
  position: relative;
  top: -1px;
  display: inline-block;
  margin-left: 6px;
  width: 26px;
  height: 15px;
  line-height: 15px;
  font-szie: 12px;
  color: #fff;
  text-align: center;
  background-color: #ff3c00;
  -moz-border-radius: 7px;
  -webkit-border-radius: 7px;
  border-radius: 7px;
}

.revi-login {
  margin: 0 10px;
  cursor: pointer;
}

.revi-login:hover {
  color: #1da1f2;
}

.revi-regis {
  margin-left: 10px;
  cursor: pointer;
}

.revi-regis:hover {
  color: #1da1f2;
}

.revi-banner-content {
  /*overflow:hidden;*/
}

.revi-banner-content,
.revi-banner {
  position: relative;
  width: 100%;
  height: 390px;
}

.revi-banner-wrapper {
  position: absolute;
  width: 1180px;
  height: 0;
  left: 50%;
  margin-left: -590px;
  top: 0;
  z-index: 2;
}

.revi-banner .swiper-slide {
  display: block;
  cursor: pointer;
}

.revi-nav-wrapper {
  padding-top: 8px;
  width: 180px;
  height: 390px;
  background-color: #1da1f2;
  box-sizing: border-box;
}

.revi-nav-wrapper ul li {
  padding: 16px 0 16px 23px;
  line-height: 16px;
  cursor: pointer;
}

.revi-nav-link:visited {
  color: #fff;
}

.revi-nav-link:hover {
  text-decoration: none;
}

.revi-nav-link {
  color: #fff;
}

.revi-nav-wrapper ul li h5 {
  line-height: 20px;
}

.revi-nav-wrapper ul li.active {
  background-color: #fff;
}

.revi-nav-wrapper ul li.active > a {
  color: #1da1f2;
}

.revi-nav-wrapper ul li.active .icon1 {
  background-position: -20px -78px;
}

.revi-nav-wrapper ul li.active .icon2 {
  background-position: -20px -98px;
}

.revi-nav-wrapper ul li.active .icon3 {
  background-position: -20px -118px;
}

.revi-nav-wrapper ul li.active .icon4 {
  background-position: -20px -138px;
}

.revi-nav-wrapper ul li.active .icon5 {
  background-position: -20px -158px;
}

.revi-nav-wrapper ul li.active .icon6 {
  background-position: -20px -178px;
}

.revi-nav-wrapper ul li.active .icon7 {
  background-position: -20px -198px;
}

.revi-nav-icon {
  float: left;
  margin-right: 17px;
  width: 20px;
  height: 20px;
  background: url("../images/tiny-icon.png");
  background: url("../images/tiny-icon@1x.png") \9;
  background-size: 72px 591px;
}

.revi-nav-icon.icon1 {
  background-position: 0 -78px;
}

.revi-nav-icon.icon2 {
  background-position: 0 -98px;
}

.revi-nav-icon.icon3 {
  background-position: 0 -118px;
}

.revi-nav-icon.icon4 {
  background-position: 0 -138px;
}

.revi-nav-icon.icon5 {
  background-position: 0 -158px;
}

.revi-nav-icon.icon6 {
  background-position: 0 -178px;
}

.revi-nav-icon.icon7 {
  background-position: 0 -198px;
}

.revi-login-box,
.revi-login-after {
  margin-top: 55px;
  width: 240px;
  height: 280px;
  background-color: #fff;
}

.revi-login-after {
  box-sizing: border-box;
}

.revi-login-after p a:hover {
  color: #1da1f2;
  text-decoration: none;
}

.login-after-header {
  padding: 31px 0 24px 25px;
}

.login-after-avatar {
  margin-right: 11px;
  width: 60px;
  height: 60px;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
}

.login-after-info {
  font-size: 14px;
  color: #000;
}

.login-after-info h3 {
  margin: 10px 0;
}

.login-after-info a {
  display: block;
}

.login-after-info a:hover {
  text-decoration: none;
  color: #1da1f2;
}

.login-order-wrapper {
  padding-left: 33px;
  margin-bottom: 25px;
}

.login-order-wrapper a {
  float: left;
  margin-right: 20px;
  width: 45px;
  text-align: center;
}

.login-order-wrapper a:hover {
  text-decoration: none;
}

.login-order-wrapper a:hover p {
  color: #1da1f2;
}

.login-order-wrapper a h3 {
  margin-bottom: 7px;
  font-size: 20px;
  color: #000;
  font-weight: normal;
}

.login-order-wrapper a h3.active {
  color: #ff3c00;
}

.login-order-wrapper a p {
  font-size: 14px;
  color: #000;
}

.login-recharge-wrapper {
  margin-bottom: 34px;
  padding-left: 25px;
}

.login-recharge-wrapper a {
  float: left;
  margin-right: 10px;
  width: 90px;
  height: 30px;
  line-height: 28px;
  text-align: center;
  font-size: 14px;
  color: #1da1f2;
  border: 1px solid #1da1f2;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  box-sizing: border-box;
  transition: all 0.1s linear;
}

.login-recharge-wrapper a:hover {
  text-decoration: none;
  background-color: #1da1f2;
  color: #fff;
}

.revi-login-header {
  padding: 33px 0 25px;
  color: #ff5421;
}

.revi-login-now {
  cursor: pointer;
  color: #1da1f2;
}

.revi-login-now:hover {
  color: #1da1f2;
}

.revi-login-gift {
  margin: 0 11px 0 33px;
  width: 38px;
  height: 38px;
}

.revi-login-info h2 {
  margin-bottom: 2px;
}

.login-tel {
  padding: 8px 0 8px 10px;
  margin: 0 auto 10px;
  width: 200px;
  height: 40px;
  line-height: 1;
  font-size: 15px;
  border: 1px solid #e4e4e4;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  outline: none;
  -webkit-appearance: none !important;
  -moz-appearance: none !important;
}

.login-tel::-webkit-input-placeholder {
  color: #999;
  font-family: "Microsoft YaHei", "Helvetica";
  font-size: 16px;
}

.login-tel::-moz-input-placeholder {
  color: #999;
  font-family: "Microsoft YaHei", "Helvetica";
  font-size: 16px;
}

.login-tel:-moz-input-placeholder {
  color: #999;
  font-family: "Microsoft YaHei", "Helvetica";
  font-size: 16px;
}

.login-tel::-ms-input-placeholder {
  color: #999;
  font-family: "Microsoft YaHei", "Helvetica";
  font-size: 16px;
}

.revi-login-btn-area {
  margin: 0 auto 39px;
  width: 218px;
  height: 58px;
  background: url("../images/revi-regis-btn.png") center center;
  background: url("../images/revi-regis-btn@1x.png") center center \9;
  background-size: cover;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
}

.revi-login-btn-area .revi-login-btn {
  margin-top: 6px;
  width: 100%;
  height: 42px;
  line-height: 40px;
  font-size: 16px;
  color: #fff;
  font-family: "Microsoft Yahei", "Helvetica Neue", Helvetica, Arial, PingFang SC, "Hiragino Sans GB", "WenQuanYi Micro Hei", sans-serif;
  background-color: transparent;
  outline: none;
  border: 0;
}

.revi-subnav-item {
  display: none;
  position: absolute;
  top: 0;
  z-index: 5;
  left: 180px;
  width: 450px;
  height: 390px;
  background-color: #fff;
  border-top: 1px solid #1da1f2;
  border-right: 1px solid #1da1f2;
  border-bottom: 1px solid #1da1f2;
  box-sizing: border-box;
}

.revi-subnav-item ul {
  padding: 40px 34px 0 32px;
}

.revi-subnav-item ul li {
  float: left;
  padding: 0;
  line-height: 1;
}

.revi-subnav-item ul li a {
  display: block;
  margin: 0 19px 18px 0;
  font-size: 14px;
  color: #333;
}

.revi-subnav-item ul li a:hover {
  text-decoration: none;
  color: #1da1f2;
}

.revi-subnav-item ul li a.active {
  color: #1da1f2;
}

.swiper-wrapper {
  position: relative \9;
  background-color: #fff \9;
}

.swiper-button-prev,
.swiper-button-next {
  display: none;
}

.revi-banner .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  background: transparent;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  border: 2px solid #fff;
  box-sizing: border-box;
  opacity: 1;
  -ms-filter: none;
  filter: none;
}

.revi-banner .swiper-pagination-bullet-active {
  background-color: #fff;
}

.fake-button-prev,
.fake-button-next {
  position: absolute;
  top: 155px;
  width: 40px;
  height: 80px;
  cursor: pointer;
  background: url("../images/revi-banner-btn.png");
  background: url("../images/revi-banner-btn@1x.png") \9;
  background-size: 80px 160px;
}

.fake-button-prev {
  left: 180px;
  background-position: 0 0;
}

.fake-button-prev:hover {
  background-position: -40px 0;
}

.fake-button-next {
  right: 240px;
  background-position: 0 -80px;
}

.fake-button-next:hover {
  background-position: -40px -80px;
}

.revi-super-content {
  width: 100%;
  height: 120px;
  background-color: #f6f6f7;
}

.revi-super-wrapper {
  margin: 0 auto;
  width: 1180px;
}

.revi-super-item {
  float: left;
  padding: 37px 0 0 20px;
  width: 20%;
  box-sizing: border-box;
}

.revi-super-item:last-child {
  padding-left: 33px;
}

.revi-super-item .revi-super-icon {
  float: left;
  margin: 3px 13px 0 0;
  width: 46px;
  height: 46px;
  background: url("../images/revi-adv-sprite.png");
  background: url("../images/revi-adv-sprite@1x.png") \9;
  background-size: 270px 46px;
}

.revi-super-item .revi-super-icon.icon1 {
  background-position: 0 0;
}

.revi-super-item .revi-super-icon.icon2 {
  background-position: -56px 0;
  background-position: -46px 0 \9;
}

.revi-super-item .revi-super-icon.icon3 {
  background-position: -112px 0;
  background-position: -92px 0 \9;
}

.revi-super-item .revi-super-icon.icon4 {
  background-position: -168px 0;
  background-position: -138px 0 \9;
}

.revi-super-item .revi-super-icon.icon5 {
  background-position: -224px 0;
  background-position: -184px 0 \9;
}

.revi-super-item h5 {
  margin-bottom: 10px;
  font-size: 14px;
  color: #5e5e5e;
}

.revi-super-item p {
  font-size: 20px;
  color: #666;
  /* font-weight: bold; */
}

.revi-super-item-info {
  float: left;
}

.revi-find-main {
  width: 880px;
  height: 410px;
  position: relative;
}

.revi-find-expert-wrapper {
  position: absolute;
  padding-top: 36px;
  top: 0;
  left: -9px;
  width: 900px;
  height: 435px;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
}

.revi-find-expert-wrapper .swiper-button-prev,
.revi-find-expert-wrapper .swiper-button-next {
  width: 40px;
  height: 76px;
  background: url("../images/revi-banner-btn.png");
  background: url("../images/revi-banner-btn@1x.png") \9;
  background-size: 80px 156px;
}

.revi-find-expert-wrapper .swiper-button-prev {
  background-position: 0 0;
}

.revi-find-expert-wrapper .swiper-button-prev:hover {
  background-position: -40px 0;
}

.revi-find-expert-wrapper .swiper-button-next {
  background-position: 0 -78px;
}

.revi-find-expert-wrapper .swiper-button-next:hover {
  background-position: -40px -78px;
}

.revi-find-expert-wrapper:hover .swiper-button-prev {
  display: block;
}

.revi-find-expert-wrapper:hover .swiper-button-next {
  display: block;
}

.revi-find-expert-wrapper .swiper-slide {
  box-sizing: border-box;
}

.revi-expert-block {
  position: relative;
  display: block;
  margin: 0 10px;
  width: 273.33px;
  height: 410px;
  border: 1px solid #eaeaea;
  box-sizing: border-box;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  box-shadow: 0 0 0 #fff;
  transition: all 0.3s ease;
  overflow: hidden;
}

.revi-expert-block:hover {
  color: #747474;
  text-decoration: none;
  -webkit-box-shadow: 0px 3px 35px rgba(0, 0, 0, 0.12);
  box-shadow: 0px 3px 35px rgba(0, 0, 0, 0.12);
  -webkit-transform: translate3d(0, -10px, 0);
  transform: translate3d(0, -10px, 0);
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
}

.revi-expert-block:hover .revi-exp-detail {
  transform: translateY(-19px);
  opacity: 1;
  -ms-filter: none;
  filter: none;
}

.revi-expert-block:hover .online-ask {
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
}

.revi-expert-block:hover .revi-consult {
  color: #fff;
  text-decoration: none;
  opacity: 1;
  -ms-filter: none;
  filter: none;
}

.revi-expert-block.test1:hover {
  color: #747474;
  text-decoration: none;
  -webkit-box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
  box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
}

.revi-expert-block.test1:hover .revi-exp-hover-info {
  transform: translateY(-190px);
  opacity: 1;
}

.revi-expert-block.test1:hover .revi-exp-basic-info {
  opacity: 0;
}

.revi-expert-block.test1 .revi-consult {
  position: relative;
  left: 0;
}

.revi-basic-wrapper {
  position: relative;
  width: 100%;
  height: 146px;
  overflow: hidden;
}

.revi-exp-basic-info {
  position: absolute;
  width: 100%;
  height: 188px;
  background-color: #fff;
}

.revi-find-expert-content {
  padding-top: 50px;
  margin: 0 auto;
  width: 1180px;
}

.revi-consult {
  position: absolute;
  bottom: 10px;
  left: 50%;
  margin-left: -96px;
  padding-top: 18px;
  width: 192px;
  height: 59px;
  font-size: 16px;
  color: #fff;
  text-align: center;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  background: url("../images/revi-expert-btn.png") center center;
  background: url("../images/revi-expert-btn@1x.png") center center \9;
  transition: all 0.2s linear;
  background-size: cover;
  box-sizing: border-box;
}

.revi-find-header {
  position: relative;
}

.revi-capital-title {
  margin-right: 40px;
  font-size: 28px;
  color: #555;
  /* font-weight: bold; */
}

.revi-capital-title:hover {
  color: #1da1f2;
  text-decoration: none;
}

.revi-capital-title:hover i {
  background-position: -10px -298px;
}

.revi-capital-right {
  display: inline-block;
  margin-left: 12px;
  width: 10px;
  height: 18px;
  background: url("../images/tiny-icon.png") 0 -298px;
  background: url("../images/tiny-icon@1x.png") 0 -298px \9;
  background-size: 72px 591px;
}

.revi-find-header ul li {
  float: left;
  margin-right: 28px;
  font-size: 18px;
  line-height: 28px;
}

.revi-find-header ul li.active > a {
  color: #1da1f2;
}

.revi-find-header ul li.active > a:after {
  content: '';
  display: block;
  position: absolute;
  left: 50%;
  margin-left: -17px;
  bottom: -10px;
  width: 34px;
  height: 4px;
  background: #1da1f2;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
}

.revi-find-header ul li a {
  position: relative;
  color: #333;
}

.revi-find-header ul li a:hover {
  text-decoration: none;
}

.revi-expert-avatar {
  display: block;
  position: relative;
  margin: 31px auto 26px;
  width: 141px;
  height: 141px;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
}

.revi-expert-avatar > img {
  width: 100%;
  height: 100%;
  border: 0;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  transition: all 0.5s;
}

.revi-expert-evaulate {
  position: absolute;
  left: 18px;
  top: 0;
  width: 50px;
  height: 58px;
  color: #fff;
  text-align: center;
  line-height: 1;
  background: url("../images/revi-praise.png") center center;
  background: url("../images/revi-praise@1x.png") center center \9;
  background-size: cover;
}

.revi-expert-evaulate h4 {
  margin: 13px 0 2px 0;
  font-size: 14px;
  font-family: 'DIN';
}

.revi-expert-evaulate p {
  font-size: 14px;
}

.revi-expert-avatar .audio {
  position: absolute;
  bottom: 0;
  height: 30px;
  width: 30px;
  right: 16px;
  cursor: pointer;
}

.revi-expert-avatar .audio .voice {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 30px;
  height: 30px;
  background: url("../images/tiny-icon.png") no-repeat -45px -265px #1da1f2;
  background: url("../images/tiny-icon@1x.png") no-repeat -45px -265px #1da1f2 \9;
  background-size: 72px 591px;
  cursor: pointer;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
}

.revi-expert-avatar .audio .voice.p0 {
  background-position: 7px -265px;
}

.revi-expert-avatar .audio .voice.p1 {
  background-position: -19px -265px;
}

.revi-expert-avatar .audio .voice.p2 {
  background-position: -45px -265px;
}

.revi-exp-hover-info {
  position: absolute;
  width: 100%;
  height: 190px;
  bottom: -190px;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  transition: all 0.2s linear;
}

.revi-exp-hover-info p {
  padding: 0 40px;
  font-size: 14px;
  color: #666;
  line-height: 18px;
}

.revi-exp-hover-info .revi-consult {
  display: block;
  margin: 23px auto 0;
  padding-top: 18px;
  width: 192px;
  height: 59px;
  font-size: 16px;
  color: #fff;
  text-align: center;
  background: url("../images/revi-expert-btn.png") center center;
  background: url("../images/revi-expert-btn@1x.png") center center \9;
  background-size: cover;
  box-sizing: border-box;
}

.revi-exp-hover-info .revi-consult:hover {
  color: #fff !important;
  text-decoration: none !important;
}

.revi-expert-name {
  margin-bottom: 19px;
  font-size: 22px;
  color: #444;
  font-weight: bold;
  line-height: 1;
  text-align: center;
}

.revi-expert-intro {
  margin: 0 auto;
  width: 196px;
  line-height: 18px;
  height: 54px;
  font-size: 14px;
  color: #666;
  text-align: left;
}

.revi-expert-custom {
  margin: 18px 0 17px;
  font-size: 14px;
  color: #333;
  text-align: center;
  line-height: 1;
}

.revi-expert-custom span {
  font-family: 'Arial', "Microsoft Yahei", "Helvetica Neue", Helvetica, Arial, PingFang SC, "Hiragino Sans GB", "WenQuanYi Micro Hei", sans-serif;
  font-weight: bold;
  color: #ff6621;
}

.revi-exp-detail {
  position: absolute;
  top: 15px;
  padding: 21px 40px 10px;
  font-size: 14px;
  color: #666;
  height: 145px;
  background: #fff;
  line-height: 18px;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  transition: all 0.2s linear;
}

.online-ask {
  margin: 0 auto;
  width: 174px;
  height: 40px;
  text-align: center;
  line-height: 40px;
  font-size: 16px;
  color: #333;
  -moz-border-radius: 20px;
  -webkit-border-radius: 20px;
  border-radius: 20px;
  border: 1px solid #e0e0e0;
}

.revi-confide-block {
  position: relative;
  margin-top: 63px;
  width: 280px;
  height: 410px;
  color: #fff;
  background: url("../images/revi-confide.png") center center;
  background: url("../images/revi-confide@1x.png") center center \9;
  background-size: cover;
}

.revi-confide-block .expert-putin-btn {
  position: absolute;
  display: block;
  top: -64px;
  right: 0;
  width: 106px;
  height: 36px;
  text-align: center;
  font-size: 16px;
  color: #1da1f2;
  line-height: 34px;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  border: 1px solid #1da1f2;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  transition: all 0.1s linear;
}

.revi-confide-block .expert-putin-btn:hover {
  text-decoration: none;
  background-color: #1da1f2;
  color: #fff;
}

.revi-confide-block > h3 {
  margin: 41px 0 24px;
  font-size: 24px;
  text-align: center;
  font-weight: bold;
}

.revi-confide-block > h3 span {
  margin-left: 6px;
}

.revi-confide-block h4 {
  margin-bottom: 22px;
  text-align: center;
}

.revi-confide-block a {
  color: #fff;
}

.revi-confide-block a.hover {
  text-decoration: none;
}

.revi-confide-btn {
  display: block;
  margin: 0 auto 29px;
  width: 137px;
  height: 37px;
  line-height: 37px;
  text-align: center;
  color: #287acc !important;
  background-color: rgba(255, 255, 255, 0.9);
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#e5ffffff,endColorstr=#e5ffffff)";
  -moz-border-radius: 18px;
  -webkit-border-radius: 18px;
  border-radius: 18px;
  transition: all 0.1s linear;
}

.revi-confide-btn:hover {
  background-color: #fff;
  text-decoration: none;
}

.anonymous-comments {
  width: 240px;
  height: 219px;
}

.anonymous-comments .swiper-wrapper {
  background-color: transparent \9;
}

.anonymous-comments .swiper-pagination-bullets {
  bottom: 17px;
}

.anonymous-comments .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 5px 0 0;
  width: 5px;
  height: 5px;
  opacity: 1;
  background-color: rgba(255, 255, 255, 0.5);
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#7fffffff,endColorstr=#7fffffff)";

}

.anonymous-comments .swiper-pagination-bullets .swiper-pagination-bullet-active {
  background-color: #fff;
}

.anony-custom-avatar {
  position: absolute;
  top: 0;
  left: 50%;
  z-index: 5;
  margin-left: -15px;
  width: 30px;
  height: 30px;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  border: 1px solid #fff;
}

.anony-comment-wrapper {
  position: absolute;
  top: 15.5px;
  width: 240px;
  height: 170px;
  background: rgba(0, 0, 0, 0.1);
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#19000000,endColorstr=#19000000)";
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
}

.anony-comment-wrapper h3 {
  margin: 38px 0 18px;
  text-align: center;
  font-size: 14px;
}

.anony-comment-wrapper h3 .anony-custom-name {
  margin-right: 2px;
}

.anony-comment-wrapper h3 .anony-expert-name {
  margin-left: 2px;
  text-decoration: underline;
}

.anony-comment-wrapper p {
  padding: 0 24px;
  line-height: 21px;
  height: 42px;
  font-size: 14px;
}

.anony-comment-wrapper h4 {
  padding: 0 24px;
  margin-top: 22px;
  font-size: 12px;
  text-align: left;
}

.revi-adv-banner {
  display: block;
  margin: 50px auto 0;
  width: 1180px;
  height: 90px;
  background-size: 100% 100% !important;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
}

.revi-psycho-content {
  padding-top: 50px;
  margin: 0 auto;
  width: 1180px;
}

.revi-psylesson-wrapper {
  position: relative;
  width: 880px;
}

.revi-lesson-wrapper {
  margin-top: 36px;
  line-height: 1;
  display: none;
}

.revi-lesson-img {
  display: block;
  position: relative;
  width: 280px;
  height: 152px;
  overflow: hidden;
  -webkit-border-radius: 4px 4px 0 0;
  -moz-border-radius: 4px 4px 0 0;
  -o-border-radius: 4px 4px 0 0;
  -ms-border-radius: 4px 4px 0 0;
  border-radius: 4px 4px 0 0;
}

.revi-lesson-img img {
  width: 100%;
  height: 100%;
  -webkit-transition: all 0.7s;
  -moz-transition: all 0.7s;
  -ms-transition: all 0.7s;
  -o-transition: all 0.7s;
  transition: all 0.7s;
}

.revi-lesson-img .live-stream-block {
  display: none;
  position: absolute;
  right: 10px;
  bottom: 10px;
  width: 83px;
  height: 26px;
  background-color: rgba(0, 0, 0, 0.8);
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#cc000000,endColorstr=#cc000000)";
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
}

.revi-lesson-img .live-stream-block img {
  margin: 7px 5px 0 9px;
  width: 10px;
  height: 11px;
}

.revi-lesson-img .live-stream-block p {
  font-size: 12px;
  color: #fff;
  line-height: 26px;
}

.revi-lesson-img.active .live-stream-block {
  display: block;
}

.revi-lesson-wrapper .revi-lesson-block {
  margin-right: 20px;
  width: 280px;
  height: 263px;
  overflow: hidden;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
}

.revi-lesson-wrapper .revi-lesson-block h3 {
  padding: 16px;
  font-size: 16px;
  color: #333;
  font-weight: bold;
  height: 78px;
  line-height: 24px;
  border-left: 1px solid #e5e5e5;
  border-right: 1px solid #e5e5e5;
  box-sizing: border-box;
}

.revi-lesson-wrapper .revi-lesson-block h4 {
  padding: 0 16px 20px 16px;
  font-size: 12px;
  color: #999;
  border-left: 1px solid #e5e5e5;
  border-right: 1px solid #e5e5e5;
  border-bottom: 1px solid #e5e5e5;
  -moz-border-radius: 0 0 4px 4px;
  -webkit-border-radius: 0 0 4px 4px;
  border-radius: 0 0 4px 4px;
}

.revi-lesson-wrapper:hover a {
  color: #747474;
  text-decoration: none;
}

.revi-lesson-wrapper a:last-child {
  margin-right: 0;
}

.revi-lesson-block {
  box-shadow: 0 0 0 #fff;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.revi-lesson-block .lesson-cost {
  margin-right: 10px;
  color: #ff7639;
}

.revi-lesson-block:hover {
  -webkit-box-shadow: 0px 3px 35px rgba(0, 0, 0, 0.12);
  box-shadow: 0px 3px 35px rgba(0, 0, 0, 0.12);
  -webkit-transform: translate3d(0, -10px, 0);
  transform: translate3d(0, -10px, 0);
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  border-color: transparent;
}

.revi-lesson-block:hover .revi-lesson-img img {
  -webkit-transform: scale(1.07);
  -moz-transform: scale(1.07);
  transform: scale(1.07);
}

.revi-lesson-block:hover h3 {
  color: #1da1f2;
}

.lesson-dot {
  margin: 0 2px;
}

.revi-lesson-rec {
  position: relative;
  margin-top: 5px;
  padding-left: 25px;
  width: 255px;
  height: 321px;
  border-left: 1px solid #e8e8e8;
}

.revi-lesson-header span {
  position: relative;
  margin-right: 28px;
  display: inline-block;
  font-size: 18px;
  cursor: pointer;
}

.revi-lesson-header span.active {
  color: #1da1f2;
}

.revi-lesson-header span.active:after {
  content: "";
  display: block;
  position: absolute;
  left: 50%;
  margin-left: -17px;
  bottom: -10px;
  width: 34px;
  height: 4px;
  background-color: #1da1f2;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
}

.revi-lesson-lasted,
.revi-lesson-special {
  padding-top: 30px;
}

.revi-lesson-icon {
  float: left;
  margin-right: 4px;
  width: 16px;
  height: 16px;
  line-height: 16px;
  text-align: center;
  color: #333;
  font-size: 12px;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
}

.revi-lesson-icon.first {
  color: #fff;
  background-color: #ff2b2b;
}

.revi-lesson-icon.second {
  color: #fff;
  background-color: #ff672b;
}

.revi-lesson-icon.third {
  color: #fff;
  background-color: #f90;
}

.revi-lesson-item {
  display: block;
  margin-bottom: 16px;
}

.revi-lesson-item.active .revi-lesson-thumbnail {
  margin-top: 8px;
  display: block;
}

.revi-lesson-item:hover .revi-lesson-title {
  color: #1da1f2;
}

.revi-lesson-title {
  float: left;
  width: 224px;
  line-height: 16px;
  font-size: 14px;
  color: #333;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  cursor: pointer;
}

.revi-lesson-thumbnail {
  height: 57px;
  display: none;
}

.revi-lesson-thumbnail-wrapper {
  display: block;
  margin-right: 9px;
  width: 104px;
  height: 57px;
}

.revi-lesson-thumbnail-wrapper img {
  width: 100%;
  height: 100%;
  -webkit-transition: all 0.7s;
  -moz-transition: all 0.7s;
  -ms-transition: all 0.7s;
  -o-transition: all 0.7s;
  transition: all 0.7s;
}

.revi-lesson-info {
  float: left;
  font-size: 12px;
  color: #999;
}

.revi-lesson-info h4 {
  margin: 3px 0 9px 0;
}

.revi-psycho-tests {
  padding-top: 50px;
  margin: 0 auto;
  width: 1180px;
}

.revi-psytests-wrapper {
  position: relative;
  width: 1180px;
}

.revi-tests-wrapper {
  margin-top: 36px;
  line-height: 1;
  display: none;
}

.revi-tests-wrapper .revi-tests-block {
  margin-right: 20px;
  margin-right: 13px \9;
  box-shadow: 0 0 0 #fff;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
}

.revi-tests-wrapper .revi-tests-block:last-child {
  margin-right: 0;
}

.revi-tests-wrapper .revi-tests-block:hover {
  -webkit-box-shadow: 0px 3px 35px rgba(0, 0, 0, 0.12);
  box-shadow: 0px 3px 35px rgba(0, 0, 0, 0.12);
  -webkit-transform: translate3d(0, -10px, 0);
  transform: translate3d(0, -10px, 0);
}

.revi-tests-wrapper .revi-tests-block:hover img {
  -webkit-transform: scale(1.07);
  -moz-transform: scale(1.07);
  transform: scale(1.07);
}

.revi-tests-block .revi-test-img {
  position: relative;
  width: 280px;
  height: 186px;
  overflow: hidden;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -o-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px;
}

.revi-tests-block .revi-test-img img {
  position: absolute;
  z-index: 1;
  width: 100%;
  height: 100%;
  border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  -webkit-transition: all 0.7s;
  -moz-transition: all 0.7s;
  -ms-transition: all 0.7s;
  -o-transition: all 0.7s;
  transition: all 0.7s;
}

.revi-tests-block .revi-test-img .revi-tests-mask {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  width: 100%;
  height: 100%;
  background: url("../images/revi-test-bg.png") center center;
  background: url("../images/revi-test-bg@1x.png") center center \9;
  background-size: cover;
}

.revi-tests-block .revi-test-img .revi-tests-info {
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 0 14px;
  z-index: 3;
  width: 100%;
  color: #fff;
  box-sizing: border-box;
}

.revi-tests-block .revi-test-img .revi-tests-info h3 {
  font-size: 16px;
  line-height: 18px;
  font-weight: bold;
}

.revi-tests-block .revi-test-img .revi-tests-info p {
  margin: 9px 0 15px;
  font-size: 12px;
}

.revi-tests-block .revi-test-img .revi-tests-info .revi-tests-comment {
  margin-left: 6px;
}

.revi-online-ask-wrapper {
  padding-top: 50px;
  margin: 0 auto;
  width: 1180px;
}

.revi-ask-content {
  position: relative;
  width: 880px;
}

.online-ques-wrapper {
  margin-top: 40px;
  width: 900px;
  display: none;
}

.online-ques-block {
  margin-right: 40px;
  width: 410px;
}

.online-ques-line {
  margin-bottom: 20px;
  border-bottom: 1px solid #eaeaea;
}

.revi-ask-icon {
  float: left;
  margin-right: 11px;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  font-size: 16px;
  color: #fff;
  background-color: #1da1f2;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
}

.revi-ask-line {
  margin-bottom: 16px;
}

.revi-ask-line .revi-ask-info {
  display: block;
  float: left;
  width: 352px;
}

.revi-ask-line .revi-ask-info:hover {
  text-decoration: none;
}

.revi-ask-line .revi-ask-info:hover h4 {
  color: #1da1f2;
}

.revi-ask-line .revi-ask-info h4 {
  font-size: 14px;
  color: #333;
  line-height: 1;
  margin: 3px 0 9px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.revi-ask-line .revi-ask-info h5 {
  font-size: 12px;
  color: #999;
  line-height: 1;
}

.answered-time {
  margin-left: 6px;
}

.revi-answer-line img {
  margin-right: 11px;
  float: left;
  width: 40px;
  height: 40px;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
}

.revi-answer-info {
  float: left;
  width: 352px;
}

.revi-answer-info h4 {
  margin: 3px 0 9px;
  line-height: 1;
  color: #999;
  font-size: 12px;
}

.revi-answer-info h4 a {
  margin-right: 10px;
  font-size: 12px;
  color: #faa05a !important;
}

.revi-answer-info h4 a:hover {
  text-decoration: none;
}

.revi-answer-info > a {
  padding-bottom: 19px;
  display: block;
  font-size: 16px;
  color: #333;
  line-height: 23px;
  height: 45px;
}

.revi-answer-info > a:hover {
  text-decoration: none;
  color: #1da1f2;
}

.free-ask-block {
  width: 280px;
  height: 377px;
}

.hotheart-reply {
  margin-bottom: 10px;
  height: 229px;
  width: 100%;
  border-top: 4px solid #1da1f2;
  background-color: #f6f6f7;
}

.free-ask-download {
  padding: 24px 0 0 34px;
  display: block;
  width: 100%;
  height: 134px;
  color: #fff;
  background: url("../images/revi-dl-app.png") center center;
  background: url("../images/revi-dl-app@1x.png") center center \9;
  background-size: cover;
  box-sizing: border-box;
}

.free-ask-download:hover {
  text-decoration: none;
}

.free-ask-download:hover h3 {
  color: #fff;
  text-decoration: none;
}

.free-ask-download h3 {
  margin-bottom: 8px;
  font-size: 20px;
  font-weight: bold;
}

.free-ask-download .free-dl-btn {
  margin-top: 15px;
  width: 110px;
  height: 30px;
  text-align: center;
  line-height: 30px;
  color: #1da1f2;
  background-color: rgba(255, 255, 255, 0.9);
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#e5ffffff,endColorstr=#e5ffffff)";
  -moz-border-radius: 15px;
  -webkit-border-radius: 15px;
  border-radius: 15px;
  transition: all 0.1s linear;
}

.free-ask-download .free-dl-btn:hover {
  background-color: #fff;
}

.hotheart-headline h3 {
  padding: 17px 0 24px 21px;
  line-height: 1;
}

.hotheart-headline a {
  padding: 20px 20px 0 0;
  line-height: 1;
}

.hotheart-headline a:hover {
  color: #1da1f2;
  text-decoration: none;
}

.hot-reply-list {
  margin: 0 auto;
  width: 188px;
}

.hot-reply-item {
  margin: 0 25px 14px 0;
  float: left;
}

.hot-reply-item:hover {
  text-decoration: none;
}

.hot-reply-item:hover p {
  color: #1da1f2;
}

.hot-reply-item p {
  font-size: 12px;
  color: #333;
  text-align: center;
  width: 46px;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}

.hot-reply-list-avatar {
  position: relative;
  margin-bottom: 11px;
  width: 46px;
  height: 46px;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
}

.hot-reply-list-content {
  width: 213px;
}

.hot-reply-babel {
  position: absolute;
  top: 0;
  left: -5px;
  width: 18px;
  height: 18px;
  font-size: 12px;
  text-align: center;
  line-height: 18px;
  color: #fff;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
}

.hot-reply-babel.first {
  background-color: #ff2b2b;
}

.hot-reply-babel.second {
  background-color: #ff672b;
}

.hot-reply-babel.third {
  background-color: #f90;
}

.psycho-tests-wrapper {
  margin: 36px auto 0;
  width: 1180px;
  overflow: hidden;
}

.psycho-tests-content {
  width: 1260px;
}

.psycho-tests-block {
  position: relative;
  margin-right: 80px;
  float: left;
  width: 550px;
}

.psycho-essay-header ul {
  margin-left: 19px;
}

.psycho-essay-header ul li {
  float: left;
  margin-right: 20px;
  font-size: 16px;
  line-height: 24px;
  color: #333;
}

.psycho-essay-header ul li.active a {
  position: relative;
  color: #1da1f2;
}

.psycho-essay-header ul li.active a:after {
  content: "";
  position: absolute;
  bottom: -10px;
  left: 50%;
  margin-left: -15px;
  display: block;
  width: 30px;
  height: 4px;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  background-color: #1da1f2;
}

.psycho-essay-header ul li a {
  color: #333;
}

.psycho-essay-header ul li a:hover {
  text-decoration: none;
}

.revi-essay-title {
  font-size: 24px;
  font-weight: bold;
  color: #333;
}

.revi-essay-title:hover {
  color: #1da1f2;
  text-decoration: none;
}

.revi-essay-title:hover i {
  background-position: -10px -298px;
}

.psycho-essay-wrapper {
  position: relative;
  padding-top: 7px;
  width: 550px;
}

.revi-psycho-essay-wrapper {
  margin-top: 8px;
  display: none;
}

.revi-psycho-essay-item {
  padding: 25px 0;
  border-bottom: 1px solid #e6e6e6;
}

.revi-psycho-essay-item:last-child {
  border-bottom: 0;
}

.revi-essay-imgwrapper {
  margin-right: 16px;
  width: 150px;
  height: 100px;
  overflow: hidden;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
}

.revi-essay-imgwrapper:hover img {
  -webkit-transform: scale(1.07);
  -moz-transform: scale(1.07);
  transform: scale(1.07);
}

.revi-essay-imgwrapper img {
  width: 100%;
  height: 100%;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  -webkit-transition: all 0.7s;
  -moz-transition: all 0.7s;
  -ms-transition: all 0.7s;
  -o-transition: all 0.7s;
  transition: all 0.7s;
}

.revi-essay-info {
  width: 378px;
}

.revi-essay-info > a {
  display: block;
  margin: 6px 0 17px;
  width: 378px;
  font-size: 16px;
  font-weight: bold;
  color: #333;
  line-height: 1;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}

.revi-essay-info > a:hover {
  text-decoration: none;
  color: #1da1f2;
}

.revi-essay-info p {
  font-size: 14px;
  color: #999;
  height: 32px;
  line-height: 16px;
}

.revi-essay-info h4 {
  margin-top: 17px;
  font-size: 12px;
  color: #999;
}

.revi-essay-info h4 a {
  margin-left: 2px;
  color: #999;
}

.revi-essay-info h4 a:hover {
  color: #1da1f2;
  text-decoration: none;
}

.essay-reader {
  margin-left: 15px;
}

.revi-company-intro {
  margin-top: 30px;
  width: 100%;
  height: 383px;
  background: url("../images/revi-about-bg.jpg") center center;
  background: url("../images/revi-about-bg@1x.jpg") center center \9;
  background-size: cover;
  box-sizing: border-box;
}

.revi-comp-wrapper {
  margin: 0 auto;
  padding-top: 50px;
  width: 1180px;
}

.revi-comp-wrapper h2 {
  margin-bottom: 30px;
  font-size: 24px;
  color: #333;
}

#company {
  position: relative;
  float: left;
  left: 12px;
  margin-right: 59px;
  width: 590px;
}

#company:hover .prev,
#company:hover .next {
  display: block;
}

#company .prev,
#company .next {
  position: absolute;
  top: 77.5px;
  width: 40px;
  height: 76px;
  z-index: 500;
  background: url("../images/revi-banner-btn.png");
  cursor: pointer;
  display: none;
}

#company .prev {
  left: 5px;
  background-position: 0 0;
}

#company .prev:hover {
  background-position: -40px 0;
}

#company .next {
  right: 9px;
  background-position: 0 -78px;
}

#company .next:hover {
  background-position: -40px -78px;
}

.revi-comp-swiper {
  margin: 0 auto;
  width: 351px;
  height: 231px;
}

.revi-comp-swiper img {
  width: 100%;
  height: 100%;
}

.roundabout-holder {
  margin: 0 auto;
  width: 351px;
  height: 231px;
  list-style: none;
}

.roundabout-moveable-item {
  position: relative;
  width: 351px;
  height: 231px;
  cursor: pointer;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.2);
}

.roundabout-moveable-item div {
  width: 100%;
  height: 100%;
}

.roundabout-moveable-item div.mask {
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, .2);
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#33000000,endColorstr=#33000000)";
  transition: all 0.2s linear;
  opacity: 1;
  -ms-filter: none;
  filter: none;
}

.roundabout-in-focus div.mask {
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
}

.roundabout-moveable-item div.comp1 {
  background: url(../images/comp1.jpg) center center;
  background: url(../images/comp1@1x.jpg) center center \9;
  background-size: cover;
}

.roundabout-moveable-item div.comp2 {
  background: url(../images/comp2.jpg) center center;
  background: url(../images/comp2@1x.jpg) center center \9;
  background-size: cover;
}

.roundabout-moveable-item div.comp3 {
  background: url(../images/comp3.jpg) center center;
  background: url(../images/comp3@1x.jpg) center center \9;
  background-size: cover;
}

.roundabout-moveable-item div.comp4 {
  background: url(../images/comp4.jpg) center center;
  background: url(../images/comp4@1x.jpg) center center \9;
  background-size: cover;
}

.roundabout-moveable-item div.comp5 {
  background: url(../images/comp5.jpg) center center;
  background-size: cover;
}

.revi-company-profile h2 {
  margin: 22px 0 21px;
  font-size: 18px;
  font-weight: bold;
  color: #333;
}

.revi-company-profile p {
  margin-top: 8px;
  width: 530px;
  font-size: 16px;
  line-height: 28px;
}

.revi-company-profile a {
  display: block;
  margin-top: 22px;
  font-size: 12px;
  color: #333;
}

.revi-company-profile a:hover {
  color: #1da1f2;
  text-decoration: none;
}

.revi-partners {
  margin: 50px auto 75px;
  width: 1180px;
  overflow: hidden;
}

.revi-partners-title {
  font-size: 24px;
  color: #333;
  /* font-weight: bold; */
}

.revi-leaders-title {
  font-size: 24px;
  color: #333;
  /* font-weight: bold; */
}

.revi-partners-item {
  float: left;
  width: 168px;
  height: 136px;
  overflow: hidden;
}

.revi-partners-item:hover {
  text-decoration: none;
}

.revi-partners-item .revi-partners-img {
  margin: 16px auto 9px;
  width: 90px;
  height: 90px;
  background: url("../images/revi-comm-sprite.png");
  background: url("../images/revi-comm-sprite@1x.png") \9;
  background-size: 630px 90px;
}

.revi-partners-item .revi-partners-img.item1 {
  background-position: 0 0;
}

.revi-partners-item .revi-partners-img.item2 {
  background-position: -90px 0;
}

.revi-partners-item .revi-partners-img.item3 {
  background-position: -180px 0;
}

.revi-partners-item .revi-partners-img.item4 {
  background-position: -270px 0;
}

.revi-partners-item .revi-partners-img.item5 {
  background-position: -360px 0;
}

.revi-partners-item .revi-partners-img.item6 {
  background-position: -450px 0;
}

.revi-partners-item .revi-partners-img.item7 {
  background-position: -540px 0;
}

.revi-partners-item p {
  font-size: 15px;
  color: #333;
  text-align: center;
}

.new-regis-package {
  width: 100%;
  height: 98px;
  background-color: #1da1f2;
}

.new-regis-content {
  margin: 0 auto;
  width: 728px;
}

.new-regis-content h3 {
  margin-right: 21px;
  color: #fefefe;
  font-size: 24px;
  line-height: 98px;
}

.new-regis-content input::-webkit-input-placeholder {
  color: #999;
  font-family: "Microsoft YaHei", "Helvetica";
  font-size: 14px;
}

.new-regis-content input::-moz-input-placeholder {
  color: #999;
  font-family: "Microsoft YaHei", "Helvetica";
  font-size: 14px;
}

.new-regis-content input:-moz-input-placeholder {
  color: #999;
  font-family: "Microsoft YaHei", "Helvetica";
  font-size: 14px;
}

.new-regis-content input::-ms-input-placeholder {
  color: #999;
  font-family: "Microsoft YaHei", "Helvetica";
  font-size: 14px;
}

.new-regis-content input {
  margin-top: 29px;
  padding: 11px 0 11px 18px;
  width: 190px;
  height: 40px;
  line-height: 1;
  font-size: 14px;
  border: 0;
  outline: 0;
}

input::-webkit-outer-spin-button, input::-webkit-inner-spin-button {
  -webkit-appearance: none !important;
}

input[type="number"] {
  -moz-appearance: textfield;
}

.new-regis-content button {
  margin-top: 29px;
  width: 116px;
  height: 40px;
  color: #db5d00;
  font-size: 14px;
  font-weight: bold;
  text-align: center;
  background-color: #ffd200;
  outline: 0;
  border: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.new-regis-content button:hover {
  background-color: #ffba00;
}

/*******************20180119第三张banner播放视频*****************/
.revi-play-icon1 {
  display: none;
  position: absolute;
  padding-left: 20px;
  width: 116px;
  top: 245px;
  left: 260px;
  height: 40px;
  line-height: 40px;
  background: url(../images/playmovie180119_play.png) no-repeat center;
  background-size: cover;
  color: #FFFFFF;
  font-size: 16px;
}

.revi-play-icon1:hover {
  text-decoration: none;
  color: white;
}

.revi-play-icon1-text {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  width: 136px;
  height: 40px;
  -moz-border-radius: 20px;
  -webkit-border-radius: 20px;
  border-radius: 20px;
}

.revi-play-icon1:hover {
  background: url("../images/playmovie180119_play_active.png") no-repeat center;
}

.revi-play-icon2 {
  display: none;
  position: absolute;
  right: 400px;
  top: 145px;
  box-sizing: border-box;
  border: 3px rgb(255, 255, 255) solid;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  width: 76px;
  height: 76px;
  background: url(../images/playmovie180119_play2.png) no-repeat center center;
  background-position: 27px center;
  background-color: rgba(67, 67, 67, 0.4);
  background-color: rgb(67, 67, 67) \9;
  filter: alpha(opacity=40);
  -ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=4,Direction=180, color='#828282')";
  filter: progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=180, color='#828282');
  -moz-box-shadow: 0px 2px 4px 0px rgba(82, 82, 82, 0.82);
  -webkit-box-shadow: 0px 2px 4px 0px rgba(82, 82, 82, 0.82);
  box-shadow: 0px 2px 4px 0px rgba(82, 82, 82, 0.82);
  transition: all 0.2s ease-in-out;
}

.revi-play-icon2:hover {
  background-color: rgba(67, 67, 67, 0.8);
  background-color: rgb(67, 67, 67) \9;
  filter: alpha(opacity=80);
}

@media only screen and (max-width: 1200px) {
  .revi-play-icon1 {
    top: 200px;
    left: 220px;
  }

  .revi-play-icon2 {
    right: 320px;
    top: 110px;
  }
}

.topHead-movie-wrapper {
  display: none;
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  z-index: 2000;
  background: rgba(0, 0, 0, 0.8);
  background-color: #000000 \9;
  filter: alpha(opacity=80);
}

.topHead-movie-content {
  margin: 150px auto 0 auto;
  width: 910px;
}

.topHead-movie {
  display: inline-block;
}

.topHead-close {
  display: inline-block;
  float: right;
  vertical-align: top;
  width: 46px;
  height: 46px;
  background: url("http://love.yidianling.com/images/newHeader/close@2x.png") no-repeat center;
  background: url("http://love.yidianling.com/images/newHeader/close.png") no-repeat center \ 9;
  background-size: cover;
}

/*媒体报道*/
.revi-media-wrapper {
  margin-top: 25px;
  padding-top: 50px;
  width: 100%;
  height: 335px;
  background: url(../images/media_bg.png) center center;
  background-size: cover;
  box-sizing: border-box;
}

.revi-media-capital {
  margin: 0 auto 30px;
  width: 1180px;
  line-height: 1
}

.revi-media-capital .capital {
  font-size: 24px;
  /* font-weight: bold; */
  color: #fff;
}

.revi-media-capital .more {
  margin-top: 10px;
  font-size: 14px;
  color: #fff;
}

.revi-media-capital .more:hover {
  text-decoration: none;
}

.media-swiper-container {
  margin: 0 auto;
  width: 1200px;
  height: 191px;
}

.media-swiper-container .media-block-item {
  margin: 0 10px;
  height: 146px;
  background-color: #fff;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
}

.media-swiper-container .swiper-wrapper {
  background-color: transparent;
}

.media-swiper-container .swiper-pagination-bullet {
  margin: 0 10px;
  position: relative;
  width: 8px;
  height: 8px;
  background-color: rgba(255, 255, 255, .6)
}

.media-swiper-container .swiper-pagination-bullet-active {
  top: 1px;
  width: 10px;
  height: 10px;
  background-color: rgba(255, 255, 255, 0.8);
}

.media-swiper-img {
  margin: 39px 20px 0 20px;
  width: 100px;
  height: 68px;
  overflow: hidden;
}

.media-block-item:hover img {
  -webkit-transform: scale(1.07);
  -moz-transform: scale(1.07);
  transform: scale(1.07);
}

.media-swiper-img img {
  width: 100%;
  height: 100%;
  -webkit-transition: all 0.7s;
  -moz-transition: all 0.7s;
  -ms-transition: all 0.7s;
  -o-transition: all 0.7s;
  transition: all 0.7s;
}

.media-swiper-info {
  width: 220px;
}

.media-swiper-info .capital {
  display: block;
  margin: 20px 0 24px;
  width: 220px;
  font-size: 16px;
  line-height: 22px;
  height: 44px;
  color: #333;
  overflow: hidden;
}

.media-block-item:hover .media-swiper-info .capital {
  color: #1da1f2;
  text-decoration: none;
}

.media-swiper-info .intro {
  font-size: 12px;
  color: #999;
  line-height: 18px;
  height: 36px;
  overflow: hidden;
}

/*媒体报道*/
/*领导关怀*/
.revi-leaders {
  margin: 50px auto 0;
  width: 1180px;
  overflow: hidden;
}

.revi-leader-block {
  float: left;
  margin-right: 20px;
  width: 380px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
  border: 1px solid #e0e0e0;
  box-sizing: border-box;
}

.revi-leaders-wrapper {
  margin-top: 30px;
  padding-bottom: 20px;
  width: 1200px;
}

.revi-leader-txt {
  padding: 20px 25px;
  display: block;
  width: 380px;
  height: 89px;
  font-size: 16px;
  color: #333;
  line-height: 24px;
  overflow: hidden;
  box-sizing: border-box;
}

.revi-leader-block:hover .revi-leader-txt {
  color: #1da1f2;
  text-decoration: none;
}

.revi-leader-img {
  display: block;
  width: 100%;
  height: 228px;
  -webkit-border-radius: 4px 4px 0 0;
  -moz-border-radius: 4px 4px 0 0;
  -ms-border-radius: 4px 4px 0 0;
  -o-border-radius: 4px 4px 0 0;
  border-radius: 4px 4px 0 0;
  overflow: hidden;
}

.revi-leader-img img {
  width: 100%;
  /*height: 100%;*/
  -webkit-transition: all 0.7s;
  -moz-transition: all 0.7s;
  -ms-transition: all 0.7s;
  -o-transition: all 0.7s;
  transition: all 0.7s;
  -webkit-border-radius: 4px 4px 0 0;
  -moz-border-radius: 4px 4px 0 0;
  -ms-border-radius: 4px 4px 0 0;
  -o-border-radius: 4px 4px 0 0;
  border-radius: 4px 4px 0 0;
}

.revi-leader-block:hover img {
  -webkit-transform: scale(1.07);
  -moz-transform: scale(1.07);
  transform: scale(1.07);
}

.revi-leader-block {
  box-shadow: 0 0 0 #fff;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.revi-leader-block:hover {
  -webkit-box-shadow: 0px 3px 35px rgba(0, 0, 0, 0.12);
  box-shadow: 0px 3px 35px rgba(0, 0, 0, 0.12);
  -webkit-transform: translate3d(0, -10px, 0);
  transform: translate3d(0, -10px, 0);
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  border-color: transparent;
}

.revi-leaders-title .fr {
  margin-top: 8px;
  font-size: 14px;
  color: #999;
}

.revi-leaders-title .fr:hover {
  color: #1da1f2;
  text-decoration: none;
}

/*注册登录改版*/
.revi2-login-box {
  position: relative;
  margin-top: 45px;
  width: 250px;
  height: 300px;
  background-color: #fff;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
}

.revi2-login-header .capital {
  position: relative;
  padding: 24px 0 7px;
  float: left;
  width: 50%;
  text-align: center;
  font-size: 16px;
  color: #333;
  cursor: pointer;
}

.revi2-login-header .capital.active {
  color: #f60;
}

.revi2-login-header .capital.active:after {
  content: '';
  display: block;
  position: absolute;
  bottom: 0;
  left: 50%;
  margin-left: -15px;
  width: 30px;
  height: 2px;
  background-color: #f60;
}

.revi2-login-activity {
  margin: 10px auto 24px;
  width: 200px;
  height: 50px;
  line-height: 82px;
  text-align: center;
  font-size: 20px;
  color: #f60;
  background: url(../images/signup-bg.png);
  background-size: 100% 100%;
}

.revi2-login-activity .font-b {
  font-weight: bold;
}

.revi2-login-ipt, .revi2-login-vcode-ipt {
  margin: 0 auto;
  position: relative;
  width: 210px;
  height: 34px;
  border: 1px solid #d0d0d0;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 2px;
  box-sizing: border-box;
}

.revi2-login-vcode-ipt {
  margin: 10px auto 14px;
}

.tip-show .revi2-login-vcode-ipt {
  margin: 10px auto 4px;
}

.revi2-login-ipt .prefix {
  position: absolute;
  left: 0;
  top: 0;
  padding-left: 7px;
  width: 53px;
  height: 34px;
  line-height: 34px;
  text-align: left;
  font-size: 14px;
  color: #333;
  cursor: pointer;
}

.revi2-login-ipt input {
  position: absolute;
  left: 60px;
  top: 0;
  padding: 10px 0;
  width: 148px;
  height: 32px;
  font-size: 14px;
  color: #333;
  border: 0;
  outline: 0;
}

.revi2-login-vcode-ipt input {
  position: absolute;
  left: 0;
  top: 0;
  padding: 10px;
  width: 120px;
  height: 32px;
  font-size: 14px;
  color: #333;
  border: 0;
  outline: 0;
}

.revi2-login-ipt input::-webkit-input-placeholder, .revi2-login-vcode-ipt input::-webkit-input-placeholder {
  color: #999;
  font-family: "Microsoft Yahei", "Helvetica Neue", Helvetica, Arial, PingFang SC, "Hiragino Sans GB", "WenQuanYi Micro Hei", sans-serif;
  font-size: 14px;
  /*line-height: 14px;*/
}

.revi2-login-ipt input::-moz-input-placeholder, .revi2-login-vcode-ipt input::-webkit-input-placeholder {
  color: #999;
  font-family: "Microsoft Yahei", "Helvetica Neue", Helvetica, Arial, PingFang SC, "Hiragino Sans GB", "WenQuanYi Micro Hei", sans-serif;
  font-size: 14px;
  /*line-height: 14px;*/
}

.revi2-login-ipt input:-moz-input-placeholder, .revi2-login-vcode-ipt input::-webkit-input-placeholder {
  color: #999;
  font-family: "Microsoft Yahei", "Helvetica Neue", Helvetica, Arial, PingFang SC, "Hiragino Sans GB", "WenQuanYi Micro Hei", sans-serif;
  font-size: 14px;
  /*line-height: 14px;*/
}

.revi2-login-ipt input::-ms-input-placeholder, .revi2-login-vcode-ipt input::-webkit-input-placeholder {
  color: #999;
  font-family: "Microsoft Yahei", "Helvetica Neue", Helvetica, Arial, PingFang SC, "Hiragino Sans GB", "WenQuanYi Micro Hei", sans-serif;
  font-size: 14px;
  /*line-height: 14px;*/
}

.revi2-login-ipt .prefix-sel {
  position: absolute;
  top: 38px;
  z-index: 5;
  padding: 1px 0;
  width: 210px;
  border: 1px solid #d0d0d0;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 2px;
  box-shadow: 0px 8px 20px 0px rgba(0, 0, 0, 0.1);
}

.revi2-login-ipt .prefix-sel div {
  padding-left: 11px;
  width: 210px;
  height: 34px;
  line-height: 34px;
  font-size: 14px;
  color: #333;
  background: #fff;
  box-sizing: border-box;
  cursor: pointer;
}

.revi2-login-ipt .prefix-sel div:hover {
  background-color: #f3f3f3;
  color: #1da1f2;
}

.revi2-login-btn {
  margin: 10px auto 40px;
  width: 210px;
  height: 34px;
  text-align: center;
  line-height: 34px;
  color: #fff;
  font-size: 16px;
  background-image: -webkit-linear-gradient(right, rgb(255, 143, 60) 0%, rgb(255, 115, 60) 100%);
  background-image: -o-linear-gradient(right, rgb(255, 143, 60) 0%, rgb(255, 115, 60) 100%);
  background-image: linear-gradient(to right, rgb(255, 143, 60) 0%, rgb(255, 115, 60) 100%);
  box-shadow: 0px 3px 10px 0px rgba(255, 121, 60, 0.3);
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  cursor: pointer;
}

.revi2-third-part {
  position: absolute;
  width: 100%;
  bottom: 23px;
  text-align: center;
  font-size: 12px;
  color: #666;
}

.revi2-third-part span {
  position: relative;
  top: -1px;
  font-size: 11px;
  color: #d0d0d0;
}

.revi2-third-part a {
  padding: 14px 10px;
}

.revi2-third-part a:hover {
  color: #1da1f2;
  text-decoration: none;
}

.revi2-login {
  padding-top: 25px;
}

.revi2-login-pass {
  margin: 10px auto 14px;
  width: 210px;
  height: 34px;
  font-size: 14px;
  color: #333;
  border: 1px solid #d0d0d0;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 2px;
  outline: 0;
}

.revi2-login-pass::-webkit-input-placeholder {
  color: #999;
  font-family: "Microsoft Yahei", "Helvetica Neue", Helvetica, Arial, PingFang SC, "Hiragino Sans GB", "WenQuanYi Micro Hei", sans-serif;
  font-size: 14px;
  /*line-height: 14px;*/
}

.revi2-login-pass::-moz-input-placeholder {
  color: #999;
  font-family: "Microsoft Yahei", "Helvetica Neue", Helvetica, Arial, PingFang SC, "Hiragino Sans GB", "WenQuanYi Micro Hei", sans-serif;
  font-size: 14px;
  /*line-height: 14px;*/
}

.revi2-login-pass:-moz-input-placeholder {
  color: #999;
  font-family: "Microsoft Yahei", "Helvetica Neue", Helvetica, Arial, PingFang SC, "Hiragino Sans GB", "WenQuanYi Micro Hei", sans-serif;
  font-size: 14px;
  /*line-height: 14px;*/
}

.revi2-login-pass::-ms-input-placeholder {
  color: #999;
  font-family: "Microsoft Yahei", "Helvetica Neue", Helvetica, Arial, PingFang SC, "Hiragino Sans GB", "WenQuanYi Micro Hei", sans-serif;
  font-size: 14px;
  /*line-height: 14px;*/
}

.revi2-login-type {
  margin: 0 auto;
  width: 210px;
  font-size: 12px;
  color: #666;
}

.revi2-login-type span {
  padding: 10px 0 3px;
  cursor: pointer;
}

.revi2-login-type span:hover {
  color: #1da1f2;
}

.revi2-login-tip {
  margin: 0 auto 7px;
  width: 210px;
  font-size: 12px;
  color: #f00;
  line-height: 14px;
}

.revi2-login-tip img {
  margin-right: 5px;
  float: left;
}

.revi2-login.tip-show {
  padding-top: 14px;
}

.revi2-login.tip-show .revi2-login-pass {
  margin: 10px auto 4px;
}

.revi2-login.tip-show .revi2-login-btn {
  margin: 10px auto 30px;
}

.revi2-vcode-btn {
  position: absolute;
  right: 0;
  top: 0;
  width: 90px;
  text-align: center;
  line-height: 34px;
  font-size: 14px;
  color: #f60;
  cursor: pointer;
}

.revi2-vcode-btn.disabled {
  color: #999;
}

/*注册登录改版*/
@media screen and (max-width: 1200px) {
  .revi-super-wrapper, .revi-find-expert-content, .revi-adv-banner, .revi-psycho-content, .revi-psycho-tests, .revi-online-ask-wrapper, .psycho-tests-wrapper, .revi-comp-wrapper, .revi-partners, .revi-psytests-wrapper, .revi-tests-wrapper {
    width: 980px;
  }

  .revi-banner-content, .revi-banner {
    height: 320px;
  }

  .revi-banner-wrapper {
    margin-left: -490px;
    width: 980px;
  }

  .revi-nav-wrapper {
    padding-top: 12px;
    height: 320px;
  }

  .revi-nav-wrapper ul li {
    padding: 11px 0 11px 23px;
  }

  .revi-login-box, .revi-login-after {
    margin-top: 20px;
  }

  .revi-super-content {
    height: 100px;
  }

  .revi-super-item {
    padding: 25.5px 0 0 20px;
  }

  .revi-super-item h5 {
    margin-top: 6px;
    font-size: 12px;
  }

  .revi-super-item p {
    font-size: 18px;
  }

  .revi-find-main, .revi-psylesson-wrapper {
    width: 730px;
  }

  .revi-find-expert-wrapper {
    width: 750px;
  }

  .revi-confide-block {
    width: 230px;
    height: 407px;
  }

  .anony-comment-wrapper {
    width: 190px;
  }

  .anony-comment-wrapper p {
    position: relative;
    padding: 0 20px;
    overflow: hidden;
  }

  .anony-comment-wrapper h4 {
    padding: 0 20px;
  }

  .revi-lesson-wrapper .revi-lesson-block {
    width: 230px;
    height: 230px;
  }

  .revi-lesson-img {
    width: 230px;
    height: 125px;
  }

  .revi-lesson-wrapper .revi-lesson-block h4 {
    padding: 0 16px 14px 16px;
  }

  .revi-lesson-rec {
    width: 204px;
    height: 285px;
  }

  .revi-lesson-title {
    width: 184px;
  }

  .revi-lesson-item {
    margin-bottom: 15px;
  }

  .revi-tests-block .revi-test-img {
    width: 230px;
    height: 186px;
  }

  .revi-psylesson-wrapper {
    height: 266px;
  }

  .revi-lesson-wrapper {
    height: 230px;
  }

  .online-ques-block {
    width: 310px;
  }

  .revi-ask-line .revi-ask-info, .revi-answer-info {
    width: 258px;
  }

  .revi-ask-content {
    width: 700px;
    overflow: hidden;
  }

  .psycho-tests-block {
    width: 450px;
  }

  .psycho-tests-content {
    width: 1060px;
  }

  .revi-capital-title {
    margin-right: 19px;
    font-size: 23px;
  }

  .revi-find-header ul li {
    margin-right: 21px;
    font-size: 17px;
    line-height: 23px;
  }

  .revi-essay-title {
    font-size: 22px;
  }

  .psycho-essay-header ul li {
    margin-right: 13px;
    font-size: 14px;
  }

  .psycho-essay-wrapper {
    width: 450px;
  }

  .revi-essay-info {
    width: 282px;
  }

  .revi-essay-info p {
    overflow: hidden;
  }

  .revi-company-profile p {
    width: 338px;
    height: 168px;
    font-size: 16px;
    overflow: hidden;
  }

  .revi-partners-item:last-child {
    display: none;
  }

  .revi-partners-item {
    width: 163px;
  }

  .revi-partners {
    height: 154px;
  }

  .revi-essay-info > a {
    width: 282px;
  }

  .anonymous-comments {
    width: 190px;
  }

  .revi-expert-block {
    width: 230px;
  }

  .revi-expert-avatar {
    margin: 41px auto 26px;
    width: 131px;
    height: 131px;
  }

  .revi-exp-detail {
    padding: 21px 29px 10px;
  }

  .online-ques-line {
    margin-bottom: 26px;
  }

  .psycho-tests-wrapper {
    margin: 43px auto 0;
  }

  .revi-tests-block .revi-test-img img {
    width: auto;
    height: 100%;
  }

  .revi-expert-intro {
    width: 169px;
  }

  .revi-subnav-item ul li {
    padding: 0;
  }

  .revi-subnav-item {
    height: 320px;
  }

  .download-guide {
    height: 124.8px;
  }

  .download-pic {
    height: 161.6px;
  }

  .download-pic .pic-content {
    width: 575.2px;
    height: 161.6px;
  }

  .download-ewm {
    right: 38px;
    top: 36.8px;
    width: 124.8px;
    height: 124.8px;
  }

  .download-ewm img {
    margin: 14.4px auto 6px;
    width: 83.2px;
    height: 83.2px;
  }

  .pic-close {
    right: 4px;
    top: 49.6px;
    width: 17.6px;
    height: 17.6px;
  }

  .download-thumbnail {
    width: 104px;
    height: 92.8px;
  }

  .revi-media-capital, .revi-leaders {
    width: 980px;
  }

  .media-swiper-container {
    width: 1000px;
  }

  .media-swiper-img {
    margin: 39px 16px 0 16px;
  }

  .media-swiper-info {
    width: 180px;
  }

  .media-swiper-info .capital {
    width: 177px;
  }

  .revi-partners-title {
    margin: 0 auto;
    width: 980px;
  }

  .revi-leader-block, .revi-leader-txt {
    width: 313.33px;
  }

  .revi-leaders-wrapper {
    width: 1000px;
  }

  .revi-leader-img {
    height: 181.4px;
  }

  .revi-leader-txt {
    padding: 13px 19px;
    height: 73.39px;
  }

  #company {
    margin-right: 50px;
  }

  .media-swiper-info .intro {
    width: 165px;
  }

  .revi2-login-box {
    margin-top: 10px;
  }
}

/*领导关怀*/


