.inner .i_plan {
  display: inline-block;
  text-decoration: underline;
  color: #333; }

.col-xs-8b {
    width: 12.5%;
    float: left;
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}

.limit_txt {
  font-size: 1rem; }
  .limit_txt ul li {
    list-style: none; }

.plan-wrapper .block-wrapper .list_con .inner .term-life-user-info {
  padding: 0; }

.list_con {
  padding: 10px;
  border: 1px solid #e9e9e9;
  margin: 0 15px 10px;
  background-color: #fafafa; }
  .list_con .list-of-plan .inner {
    background: #fff; }

.m-vlign {
  text-align: center;
  vertical-align: middle !important; }

.brder_r {
  border-right: 1px solid #ccc; }

.muli-table .item {
  line-height: 35px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

.do-main.list-of-plan .items-blocks.selected .inner:before {
  content: "";
  background: url("../images/up_arrow.png") no-repeat scroll 0 0;
  background-image: url("../images/up_arrow.svg"), none;
  background-size: 24px 24px;
  display: block;
  width: 24px;
  height: 24px;
  position: absolute;
  right: 50%;
  margin-right: -12px;
  bottom: -22px; }

.plan-wrapper .block-wrapper .term-life-user-info .i_num {
  background-color: #0fa170;
  color: #fff;
  border-radius: 100%;
  display: inline-block;
  width: 20px;
  height: 20px;
  vertical-align: middle;
  text-align: center;
  line-height: 21px;
  font-style: normal;
  margin-left: 5px;
  margin-right: 10px;
  margin-top: -4px;
  font-size: 14px; }
.plan-wrapper .block-wrapper .term-life-user-info .i_plan {
  margin-right: 10px; }
.plan-wrapper .block-wrapper .term-life-user-info .i_tip .s_right:after {
  content: "";
  background: url("../images/icon/inner_right.png") no-repeat scroll 0 0;
  background-image: url("../images/icon/inner_right.png");
  background-image: url("../images/icon/inner_right.svg"), none;
  background-size: 18px 18px;
  display: inline-block;
  width: 18px;
  height: 18px;
  margin: 0 10px; }
.plan-wrapper .block-wrapper .list-of-plan .items-blocks .inner {
  cursor: pointer; }
.plan-wrapper .block-wrapper .list-of-plan .items-blocks.selected .inner {
  position: relative; }
  .plan-wrapper .block-wrapper .list-of-plan .items-blocks.selected .inner.border2:after, .plan-wrapper .block-wrapper .list-of-plan .items-blocks.selected .inner.border:after {
    content: normal; }
  .plan-wrapper .block-wrapper .list-of-plan .items-blocks.selected .inner:after {
    content: "";
    position: absolute;
    bottom: 0;
    right: 0;
    background: url("../images/icon/inner_right.png") no-repeat scroll 0 0;
    background-image: url("../images/icon/inner_right.png");
    background-image: url("../images/icon/inner_right.svg"), none;
    background-size: 24px 24px;
    display: block;
    width: 24px;
    height: 24px; }

.trs-switch:before {
  content: "";
  display: inline-block;
  background: url("../images/icon/swich.png") no-repeat scroll 0 0;
  background-image: url("../images/icon/swich.svg"), none;
  background-size: 42px 20px;
  width: 42px;
  height: 20px; }
.trs-switch.active:before {
  background: url("../images/icon/swich_off.png") no-repeat scroll 0 0;
  background-image: url("../images/icon/swich_off.svg"), none; }

.check {
  cursor: pointer; }
  .check.active:before {
    content: "";
    display: inline-block;
    background: url("../images/checked.png") no-repeat scroll 0 0;
    background-size: cover;
    background-image: url("../images/checked.svg"), none;
    width: 20px;
    height: 20px;
    border: none; }
  .check:before {
    content: "";
    display: inline-block;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border: 1px solid #ccc;
    width: 20px;
    height: 20px;
    vertical-align: middle;
    margin-top: -5px; }

.i_type {
  text-transform: uppercase;
  color: #166760; }

.review-check-out small {
  color: #009490;
  margin-left: 5px; }

.n_info {
  line-height: 16px;
  margin-bottom: 10px;
  height: 44px;
  overflow: hidden; }
  .n_info:last-child {
    margin-bottom: 0; }

.plan_msg {
  color: #fff;
  background-color: #0FA170;
  margin-top: 15px;
  margin-bottom: 15px;
  padding: 15px 15px;
  position: relative;
  padding-left: 65px; }
  .plan_msg i.fa {
    position: absolute;
    left: 17px;
    font-size: 30px; }
  .plan_msg h1 {
    font-size: 16px; }

.mt50 {
  margin-top: 50px; }

.btn_yanz {
  margin-bottom: 20px; }

.regist-re {
  margin: 100px auto 0;
  width: 600px !important;
  padding: 20px;
  border-radius: 5px;
  background-color: #fff; }

.regist_list {
  margin-top: 40px; }

.regist_list li {
  line-height: 16px;
  letter-spacing: 1px;
  font-size: 16px;
  margin-bottom: 10px;
  cursor: pointer; }
  .regist_list li:before {
    content: "";
    display: inline-block;
    width: 16px;
    height: 16px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background: url("../images/icon/check_off.png") no-repeat scroll 0 0/cover;
    margin-right: 3px;
    vertical-align: middle;
    margin-top: -3px; }
  .regist_list li.active:before {
    background: url("../images/icon/check.png") no-repeat scroll 0 0/cover;
    }

.regist-con {
  display: none; }

.regist_list {
  margin-top: 10px;
  margin-bottom: 20px; }

#coupon td, #coupon th {
  font-size: 1.4rem;
  vertical-align: middle; }

footer.roche {
  height: 64px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 16px 0;
  position: fixed;
  width: 100%;
  bottom: 0;
  z-index: 1;
  left: 0;
  background-color: #006fba; }

.rache_body {
  position: fixed;
  top: 0;
  bottom: 64px;
  left: 0;
  width: 100%;
  background: url("../images/hero.jpg") repeat-x scroll center bottom/cover;
  z-index: 2; }

.w100 {
  width: 100%; }

.login-body-text {
  margin: 100px 91px 0 97px;
  font-size: 36px;
  font-weight: bold;
  line-height: 42px;
  font-style: normal;
  font-stretch: normal;
  text-shadow: 0 2px 1px rgba(0, 0, 0, 0.2);
  color: #006fba; }

.login-input-container {
  box-sizing: border-box;
  min-width: 456px;
  max-width: 502px;
  width: 79.5%;
  margin: 0;
  -webkit-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.2);
  overflow: auto;
  background-color: #fff;
  border-radius: 3px; }

.login-input-container .login-input-border {
  height: 8px;
  width: 100%;
  background-color: #006fba; }

.login-input-container {
  margin-top: 56px; }

.login-input-container .login-input {
  padding: 0 30px 30px; }

.verificationCode input {
  display: inline-block;
  width: auto; }

.login-input #login-input button {
  cursor: pointer;
  width: 100%;
  min-height: 48px;
  padding: 0 16px;
  border-radius: 2px;
  font-size: 16px;
  font-weight: 600;
  font-style: normal;
  font-stretch: normal;
  text-align: center;
  align-self: center;
  border: none;
  color: #fff;
  background-color: #006fba; }

.login-input #login-password button {
  display: inline-block; }

.login-input #login-password button.btn-primary {
  background-color: #006fba; }

.login-input button:hover {
  color: #fff;
  background-color: #006fba; }

/***

.page-home .home-page-wrapper .widgets-left-wrapper .my-tasks-wrapper>a>h4{
  &:after{
    content: "";
    display: inline-block;
    width: 20px;
    height: 20px;
    background: url("../images/icon/arrow_down.png") no-repeat scroll 0 0;
    background-image: url("../images/icon/arrow_down.svg"),none;
  }

}
*/
.coupon-box .item {
  border: 1px solid #e9e9e9;
  padding-top: 11px;
  background: url("../images/coupon-top.jpg") repeat-x scroll 0 0;
  height: 122px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin-bottom: 20px; }
  .coupon-box .item .left {
    padding: 0 15px;
    float: left;
    font-size: 24px;
    line-height: 73px;
    height: 73px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    max-width: 50%;
    }
  .coupon-box .item .right h2 {
    font-size: 16px;
    margin-top: 10px; }
  .coupon-box .item .right p {
    font-size: 12px;
    margin-top: 10px; }
  .coupon-box .item .coupon-info {
    border-top: 1px solid #e9e9e9;
    position: relative; }
    .coupon-box .item .coupon-info h2 {
      font-size: 12px;
      margin-top: 10px;
      padding: 0 10px;
      cursor: pointer; }
      .coupon-box .item .coupon-info h2:after {
        position: absolute;
        content: "";
        display: inline-block;
        width: 15px;
        height: 15px;
        background-repeat: no-repeat;
        background-image: url("../images/icon/arrow_down_ccc.png");
        background-image: url("../images/icon/arrow_down_ccc.svg"), none;
        background-size: 15px 15px;
        background-position: 0 0;
        right: 10px;
        top: 10px; }
      .coupon-box .item .coupon-info h2.active:after {
        transform: rotate(180deg); }
    .coupon-box .item .coupon-info .coupon-info-con {
      display: none;
      position: absolute;
      background: #fff;
      width: 100.5%;
      padding: 20px;
      border: 1px solid #e9e9e9;
      top: 34px;
      margin-left: -1px;
      font-size: 14px;
      z-index: 3; }

.p15 {
  padding: 15px; }

.page-agreement {
  background: url("../images/demo-data/home-banner.jpg") no-repeat scroll 0 0/cover;
}

@media screen and (max-width: 1200px) {
  .login-input-container {
    width: 476px;
    min-width: 0;
    margin: 71px auto 65px auto; } }
@media only screen and (max-width: 767px) {
  .regist-re {
    width: 80% !important; }
    
      .wscllor {
    overflow-x: scroll; }
    .w723 {
    width: 723px;
}
.w900 {
    width: 900px;
}

  .regist_list li {
    font-size: 14px;
    line-height: 30px;
    }

  .coupon-box .item {
    height: auto; }

  .coupon-box .item .coupon-info h2 {
    margin-bottom: 10px; }

  .coupon-box .item .coupon-info .coupon-info-con {
    position: static;
    width: 100%;
    border: none;
    border-top: 1px solid #e9e9e9;
    margin-left: 0; }

  .page-home .home-page-wrapper .widgets-left-wrapper .my-tasks-wrapper > a > h4 {
    position: relative; }

  .page-home .home-page-wrapper .widgets-left-wrapper .my-tasks-wrapper > a > h4:after {
    position: absolute;
    content: "";
    display: inline-block;
    width: 15px;
    height: 15px;
    background-repeat: no-repeat;
    background-image: url("../images/icon/arrow_down.png");
    background-image: url("../images/icon/arrow_down.svg"), none;
    background-size: 15px 15px;
    background-position: 0 0;
    right: 10px;
    top: 15px; }

  .page-home .home-page-wrapper .widgets-left-wrapper .my-tasks-wrapper > a > h4.active:after {
    transform: rotate(180deg); }

  .rache_body {
    position: static;
    padding: 20px; }

  footer.roche {
    position: static;
    height: auto; }

  .w_mobil {
    width: 140px;
    margin: 10px auto; }

  .contain-left {
    display: none; } }
@media screen and (max-width: 480px) {
  .login-input-container {
    min-width: 0;
    width: 100%;
    margin-top: 0; }

  .verificationCode input {
    display: inline-block;
    width: auto;
    width: 142px;
    vertical-align: middle;
    margin-top: 10px; }

  .rache_body {
    position: static;
    padding: 20px;
    height: calc(100vh - 101px); }

  footer.roche {
    position: static; } }
  .roche_banner .item {
    text-align: center; }
    .roche_banner .item img {
      width: 100%;
      vertical-align: middle; }
    .roche_banner .item.banner1 {
      height: 80px;
      overflow: hidden; }
    .roche_banner .item.banner2 img {
      width: 98%;
      margin: 0 auto;
      display: inline-block; }

@media only screen and (max-width: 320px) {
  footer.roche {
    height: auto; }

  .btn_yanz .bootstrap-select {
    width: 165px !important; }

  .btn_yanz2 .bootstrap-select {
    width: 135px !important; } }
@media (min-width: 768px) and (max-width: 1141px) {
  .do-main.list-of-plan .items-blocks.selected .inner:before {
    content: normal; } }




