@charset "UTF-8";
/* Welcome to Compass.
 * In this file you should write your main styles. (or centralize your imports)
 * Import this file using the following HTML or equivalent:
 * <link href="/stylesheets/screen.css" media="screen, projection" rel="stylesheet" type="text/css" /> */
dl, dt, dd {
  margin: 0;
}
.cs::before {
    position: absolute;
    content: '';
    border: 4px solid rgba(248, 34, 34, 0);
    border-left-color: #65c7f0!important;
    z-index: 999999;
    margin: 7px 120px;
}
::-webkit-input-placeholder {
  color: #a2a3a3;
}

input:-moz-placeholder {
  color: #a2a3a3;
}

.icon {
  display: inline-block;
  vertical-align: middle;
}

.black {
  color: #444444 !important;
}

.gray {
  color: #a2a3a3 !important;
}

.grayer {
  color: #444444 !important;
}

.blue {
  color: #65c7f0 !important;
}

.orange {
  color: #efa863 !important;
}

.mui-btn-block-padding {
  display: block;
  width: 60%;
  margin: 10px auto;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  font-size: 20px;
}

.hide {
  display: none;
}

.list {
  margin-top: 0 !important;
  font-size: 15px;
}
.list li {
  position: relative;
  padding-left: 15px;
  padding-right: 15px;
  border: 0;
}
.list span {
  font-size: 15px;
  color: #898989;
  position: absolute;
  right: 24px;
}
.list .mui-table-view-cell > a.mui-active:not(.mui-btn) {
  background: transparent;
}

.list-text-arrow {
  margin-top: 10px;
  font-size: 16px;
  background: #ffffff;
}
.list-text-arrow img {
  width: 35px;
  margin-right: 5px;
  vertical-align: middle;
}
.list-text-arrow span {
  position: absolute;
  right: 38px;
  width: 60%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  text-align: right;
  font-size: 14px;
  color: #898989;
}

.list-arrow-right li {
  position: relative;
}
.list-arrow-right li:before {
  position: absolute;
  right: 8px;
  top: 16px;
  content: '';
  border: 4px solid transparent;
  border-left-color: #65c7f0 !important;
  z-index: 100;
}
.list-arrow-right span {
  font-size: 14px;
  position: absolute;
  right: 28px;
  color: #898989;
}

.header-more-icon {
  background: url(../images/right-cion.png) no-repeat center right;
  width: 60px;
  height: 44px;
  padding: 0 !important;
  background-size: 24px 24px;
  margin-right: 10px !important;
  z-index: 99999;
}

.scrollNone {
  overflow: hidden;
}

.arrow-right-solid {
  border: 6px solid transparent;
  border-left-color: #65c7f0;
}

/*返回顶部*/
.top {
  display: none;
  position: fixed;
  z-index: 996;
  right: 10px;
  bottom: 60px;
  width: 44px;
  height: 44px;
  text-align: center;
  line-height: 44px;
  background: #65c7f0;
  cursor: pointer;
}

.list-picker-container {
  position: relative;
  float: left;
  width: 65%;
}
.list-picker-container .list-picker {
  display: block;
  position: absolute;
  top: -4px;
  left: 0;
  height: 30px;
  width: 80px;
}
.list-picker-container .list-picker-result {
  padding: 6px 6px 6px 10px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  border: 1px solid #a2a3a3;
}
.list-picker-container .list-picker-result:after {
  content: '';
  display: inline-block;
  width: 6px;
  height: 6px;
  border: 1px solid transparent;
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  border-top-color: #a2a3a3;
  border-right-color: #a2a3a3;
}

.icon-arrow-down {
  height: 11px;
  width: 22px;
  background-image: url('../images/retina-version/sprites.png');
  background-position: 0 0;
  background-repeat: no-repeat;
}
@media (-webkit-min-device-pixel-ratio: 1.5), (min--moz-device-pixel-ratio: 1.5), (-o-min-device-pixel-ratio: 3 / 2), (min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
  .icon-arrow-down {
    background-image: url('../images/retina-version/sprites-retina.png');
    background-position: 0 0;
    -moz-background-size: 195px auto;
    -o-background-size: 195px auto;
    -webkit-background-size: 195px auto;
    background-size: 195px auto;
  }
}

.icon-flag1 {
  height: 32px;
  width: 158px;
  background-image: url('../images/retina-version/sprites.png');
  background-position: 0 -73px;
  background-repeat: no-repeat;
}
@media (-webkit-min-device-pixel-ratio: 1.5), (min--moz-device-pixel-ratio: 1.5), (-o-min-device-pixel-ratio: 3 / 2), (min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
  .icon-flag1 {
    background-image: url('../images/retina-version/sprites-retina.png');
    background-position: 0 -73px;
    -moz-background-size: 195px auto;
    -o-background-size: 195px auto;
    -webkit-background-size: 195px auto;
    background-size: 195px auto;
  }
}

.icon-flag2 {
  height: 50px;
  width: 150px;
  background-image: url('../images/retina-version/sprites.png');
  background-position: 0 -105px;
  background-repeat: no-repeat;
}
@media (-webkit-min-device-pixel-ratio: 1.5), (min--moz-device-pixel-ratio: 1.5), (-o-min-device-pixel-ratio: 3 / 2), (min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
  .icon-flag2 {
    background-image: url('../images/retina-version/sprites-retina.png');
    background-position: 0 -105px;
    -moz-background-size: 195px auto;
    -o-background-size: 195px auto;
    -webkit-background-size: 195px auto;
    background-size: 195px auto;
  }
}

.icon-flag3 {
  height: 50px;
  width: 150px;
  background-image: url('../images/retina-version/claim.png');
  background-position: 0 -105px;
  background-repeat: no-repeat;
}
@media (-webkit-min-device-pixel-ratio: 1.5), (min--moz-device-pixel-ratio: 1.5), (-o-min-device-pixel-ratio: 3 / 2), (min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
  .icon-flag3 {
    background-image: url('../images/retina-version/claim.png');
    background-position: 0 -105px;
    -moz-background-size: 195px auto;
    -o-background-size: 195px auto;
    -webkit-background-size: 195px auto;
    background-size: 195px auto;
  }
}

.icon-attention {
  height: 22px;
  width: 22px;
  background-image: url('../images/retina-version/sprites.png');
  background-position: 0 -11px;
  background-repeat: no-repeat;
}
@media (-webkit-min-device-pixel-ratio: 1.5), (min--moz-device-pixel-ratio: 1.5), (-o-min-device-pixel-ratio: 3 / 2), (min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
  .icon-attention {
    background-image: url('../images/retina-version/sprites-retina.png');
    background-position: 0 -11px;
    -moz-background-size: 195px auto;
    -o-background-size: 195px auto;
    -webkit-background-size: 195px auto;
    background-size: 195px auto;
  }
}

.icon-top {
  height: 36px;
  width: 36px;
  background-image: url('../images/retina-version/sprites.png');
  background-position: 0 -185px;
  background-repeat: no-repeat;
}
@media (-webkit-min-device-pixel-ratio: 1.5), (min--moz-device-pixel-ratio: 1.5), (-o-min-device-pixel-ratio: 3 / 2), (min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
  .icon-top {
    background-image: url('../images/retina-version/sprites-retina.png');
    background-position: 0 -185px;
    -moz-background-size: 195px auto;
    -o-background-size: 195px auto;
    -webkit-background-size: 195px auto;
    background-size: 195px auto;
  }
}

.icon-tips {
  height: 30px;
  width: 54px;
  background-image: url('../images/retina-version/sprites.png');
  background-position: 0 -155px;
  background-repeat: no-repeat;
}
@media (-webkit-min-device-pixel-ratio: 1.5), (min--moz-device-pixel-ratio: 1.5), (-o-min-device-pixel-ratio: 3 / 2), (min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
  .icon-tips {
    background-image: url('../images/retina-version/sprites-retina.png');
    background-position: 0 -155px;
    -moz-background-size: 195px auto;
    -o-background-size: 195px auto;
    -webkit-background-size: 195px auto;
    background-size: 195px auto;
  }
}

.icon-flag-blue {
  height: 40px;
  width: 195px;
  background-image: url('../images/retina-version/sprites.png');
  background-position: 0 -33px;
  background-repeat: no-repeat;
}
@media (-webkit-min-device-pixel-ratio: 1.5), (min--moz-device-pixel-ratio: 1.5), (-o-min-device-pixel-ratio: 3 / 2), (min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
  .icon-flag-blue {
    background-image: url('../images/retina-version/sprites-retina.png');
    background-position: 0 -33px;
    -moz-background-size: 195px auto;
    -o-background-size: 195px auto;
    -webkit-background-size: 195px auto;
    background-size: 195px auto;
  }
}

/*.logo {
  @include retina-sprite(logo);
}*/
/*------------------------------------*\
    #product details page
\*------------------------------------*/
.product-top {
  bottom: 107px;
}

.product-details-page {
  background: #ffffff;
}
.product-details-page .mui-table-view-cell {
  border-bottom: 0;
  font-size: 14px;
}

/*限制图片的大小*/
.american-img-parent {
  width: 110px;
  float: left;
  margin-right: 10px;
}

/*图片的大小*/
.mui-table-view .mui-media-object {
  width: 100%;
}

/* .product-list-container li:nth-child(even) { */
/*   background: #fafafa; */
/* } */
/* .product-list-container li:nth-child(odd) { */
/*   background: #ffff80; */
/* } */

.product-list-container .mui-table-view-cell {
  padding: 0;
  border: 0;
  margin-bottom: -6px;
  margin-top: 16px;
  margin-left: 15px;
  margin-right: 15px;
}
.product-list-container .mui-table-view-cell > a:not(.mui-btn) {
  margin: 0;
}

/*去旅游*/
.icon-tips {
  font-size: 14px;
  color: #fff;
  text-align: center;
  line-height: 30px;
  float: right;
  margin-right: 10px; 
}

/*右边的h3*/
.mui-media-body > .american-h3 {
/*   margin-top: 32px; */
  margin-right: 10px;
  width: 95%;
  font-size: 15px;
  color:#64C6EF;
  overflow: hidden;
/*   text-overflow: ellipsis; */
  font-weight: normal;
}

.american-p {
  font-size: 13px;
}

.american-span {
  font-size: 22px;
  color: #64C7F0;
  margin-top: 18px;
  display: inline-block;
  float: left;
}

.american-span-child {
  font-size: 14px;
  color: #000;
}

.american-list-btn {
/*   border: 2px solid #64C7F0; */
  width: 105px;
  height: 26px;
  line-height: 0px;
  font-size: 14px;
  color: #64C7F0 !important;
  float: right;
  margin-top: 15px;
  margin-right: 10px;
  border-radius:5px; 
}

/*li的背景*/
.american-li-gray {
  background: #FAFAFA;
}

.product-details-page {
  background: #ffffff;
  /*畅游神州个人责任赔偿高度设置*/
  /*畅游神州个人财务保障高度设置*/
  /*畅游神州旅行阻碍保障高度设置*/
  /*万国游踪个人责任赔偿高度设置*/
}
.product-details-page .mui-segmented-control .mui-control-item.mui-active:after {
  position: absolute;
  left: 50%;
  bottom: -13px;
  content: '';
  border: 6px solid transparent;
  border-top-color: #65c6ef !important;
  z-index: 100;
}
#mui-control-item1,#mui-control-item2,#mui-control-item3{
  border: none;
  width: 33.33%;
}
.product-details-page .product-details-banner img {
  width: 100%;
}
.product-details-page .product-clause-intro {
  color: #65c7f0;
}
.product-details-page .product-clause-intro span {
  display: block;
  width: 43%;
  text-align: center;
}
.product-details-page .product-clause-intro span:first-child {
  float: left;
}
.product-details-page .product-clause-intro span:last-child {
  font-size: 14px;
  float: right;
}
.product-details-page .slimScrollDiv {
  position: absolute !important;
  width: 280px !important;
  height: 300px !important;
  left: 50%;
  top: 50%;
  margin-top: -150px;
  margin-left: -140px;
}
.product-details-page .slimScrollBar {
  z-index: 10000 !important;
}
.product-details-page .product-details-list {
  border-bottom: 0;
  padding-top: 0 !important;
}
.product-details-page .product-details-list .mui-active {
  background: transparent !important;
}
.product-details-page .product-details-list .list-arrow-right li:last-child {
  border-bottom: 0;
}
.product-details-page .product-details-list .list-title {
  padding-top: 8px !important;
  padding-bottom: 0 !important;
  border-top: 10px solid #eceeef;
  border-bottom: 1px solid #eceeef;
  color: #65c7f0 !important;
  font-size: 16px;
  text-align: center;
  background: #fafafa;
}
.product-details-page .product-details-list .mui-icon {
  display: block;
  margin-top: -6px;
}
.product-details-page .product-details-list ul {
  color: #a2a3a3;
}
.product-details-page .product-details-list ul span {
  color: #efa863;
}
.product-details-page .product-details-list ul .mui-table-view-cell::after {
  background: transparent !important;
}
.product-details-page .product-details-list .rescue {
  color: #efa863;
  text-align: center;
}
.product-details-page .product-details-list .rescue li {
  border-bottom: 1px solid #eceeef;
}
.product-details-page .product-details-list .icon {
  display: block;
  margin: 0 auto 4px;
}
.product-details-page .product-details-list i {
  display: block;
  font-style: normal;
  font-size: 12px;
  white-space:normal;
}
.product-details-page .tips-popover {
  position: fixed;
  top: 50% !important;
  left: 50% !important;
  height: 300px;
  overflow: auto;
  margin-left: -140px;
  margin-top: -150px;
  background: #ffffff;
}
@media screen and (min-width: 350px) {
  .product-details-page .tips-popover {
    height: 400px;
    margin-top: -200px;
  }
}
.product-details-page .tips-popover ul {
  background: #ffffff;
}
.product-details-page .tips-popover .tips-title {
  margin: 20px 10px 10px 15px;
  font-size: 16px;
  line-height: 1.5;
  color: #65c7f0;
}
.product-details-page .tips-popover .tips-content {
  margin: 10px 10px 20px 15px;
  font-size: 14px;
  color: #a2a3a3;
}
.product-details-page .product-details-advantage dt {
  margin: 30px auto 20px;
  text-align: center;
  color: #ffffff;
}
.product-details-page .product-details-advantage img {
  width: 100%;
}
.product-details-page .product-details-advantage p {
  font-size: 16px;
  margin: 10px 15px;
}
.product-details-page .product-details-advantage span {
  margin-right: 6px;
}
.product-details-page .product-details-question dt {
  margin-top: 30px;
  margin-bottom: 20px;
}
.product-details-page .product-details-question dd {
  margin: 0 15px 20px;
}
.product-details-page .product-details-question dd span {
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  width: 30px;
  height: 30px;
  margin-right: 6px;
  font-size: 20px;
  line-height: 30px;
  text-align: center;
  vertical-align: top;
}
.product-details-page .product-details-question dd .text {
  width: 85%;
  line-height: 2;
  display: inline-block;
  font-size: 16px;
  word-wrap: break-word;
  word-break: normal;
  color: #a2a3a3;
}
.product-details-page .product-details-question dd .text p {
  font-size: 16px;
  margin-bottom: 0;
  word-wrap: break-word;
  word-break: normal;
}
.product-details-page .product-details-question .question .text {
  color: #65c7f0;
}
.product-details-page .product-details-question .question span {
  line-height: 30px;
  -moz-border-radius: 8px;
  -webkit-border-radius: 8px;
  border-radius: 8px;
  background: #65c7f0;
  color: #ffffff;
}
.product-details-page .product-details-question .answer-container span {
  word-wrap: break-word;
  word-break: normal;
  color: #65c7f0;
}
.product-details-page .product-details-question .answer-container a {
  word-wrap: break-word;
  word-break: normal;
}
.product-details-page .follow-us {
  margin-bottom: 64px;
  padding: 10px 20px;
  font-size: 14px;
  text-align: center;
  background: #646f87;
}
.product-details-page .follow-us .icon {
  margin-right: 6px;
}
.product-details-page .follow-us a {
  color: #ffffff;
}
.product-details-page .buy-container {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 999;
  /* background: #b2b2b2; */
  font-size: 12px;
  padding: 10px 0;
}
.product-details-page .buy-container a {
  display: block;
  width: 85%;
  margin: auto;
  padding: 10px 10% 10px;
  overflow: hidden;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  color: #ffffff;
  background: #65c7f0;
}
.product-details-page .buy-container .orange {
  font-size: 30px;
}
.product-details-page .buy-container div:last-child {
  margin-top: 4px;
  font-size: 16px;
}
.product-details-page #domestic-personal-liability {
  height: 130px;
  margin-top: -65px;
}
.product-details-page #domestic-personal-finance {
  height: 210px;
  margin-top: -165px;
}
.product-details-page #domestic-travel-insurance {
  height: 150px;
  margin-top: -75px;
}
.product-details-page #foreign-personal-liability {
  height: 130px;
  margin-top: -65px;
}

.buy-popover {
  position: fixed;
  top: 50% !important;
  left: 50% !important;
  margin-left: -140px;
  margin-top: -185px;
  background: #ffffff;
}
.buy-popover ul {
  padding: 20px 0 10px;
}
.buy-popover li {
  overflow: hidden;
  padding: 5px 15px 0;
}
.buy-popover li:first-child {
  padding-top: 0;
}
.buy-popover .right-content {
  width: 208px;
  padding-left: 10px;
}
.buy-popover dd {
  width: 90px;
  display: inline-block;
  padding: 0;
}
.buy-popover dd:nth-child(even) {
  float: right;
}
.buy-popover dd.user-define-wrap {
  width: 100%;
}
.buy-popover input {
  display: none;
}
.buy-popover input:checked + label {
  color: #ffffff;
  background: #65c7f0;
}
.buy-popover label {
  display: inline-block;
  width: 98px;
  /* height: 30px; */
  margin-bottom: 10px;
  border: 2px solid #65c7f0;
  line-height: 26px;
  text-align: center;
  color: #65c7f0;
}
.buy-popover label:nth-child(even) {
  float: right;
}
.buy-popover span {
  color: #595656;
}
.buy-popover .choose span {
  line-height: 30px;
}
.buy-popover .blue span {
  color: #65c7f0;
  font-size: 24px;
}
.buy-popover .user-define {
  display: block;
  float: right;
  height: 30px;
  margin-bottom: 0;
  padding: 5px 0;
  width: 100%;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
  border: 2px solid #65c7f0;
  text-align: center;
  color: #a2a3a3;
}
.buy-popover .user-define-active {
  background: #65c7f0;
  color: #fff;
}
.buy-popover .user-define-active::selection {
  color: #ffffff;
}
.buy-popover .user-define-active::-webkit-input-placeholder {
  color: #ffffff;
}
.buy-popover .user-define-active::-moz-placeholder {
  color: #ffffff;
}

.mui-btn-padding-block {
  width: 100%;
}

.insurance-slip-group {
  margin-bottom: 10px;
  background-color: #fff;
}
.insurance-slip-group input {
  display: block;
  text-align: left;
  color: #444444;
}
.insurance-slip-group .radio-wrap {
  width: 74px;
  color: #444444;
}
.insurance-slip-group .radio-wrap input {
  margin-right: 5px;
}

.insurance-slip-info {
  padding: 10px 0;
  margin-bottom: 10px;
  background: #ffffff;
  color: #a2a3a3;
}
.insurance-slip-info a {
  padding: 0 15px;
  display: block;
}
.insurance-slip-info label {
  color: #595656;
}
.insurance-slip-info .ui-alert {
  float: right;
}
.insurance-slip-info .mui-input-row {
  padding: 10px 15px 0 15px;
}

.list-date-picker {
  position: absolute;
  top: -10px;
  height: 40px;
  width: 100% !important;
  border: 0;
}

.insurance-slip-details {
  margin: 10px 0 0 0;
  padding: 10px 0;
  border-top: 1px solid #a2a3a3;
  border-bottom: 1px solid #a2a3a3;
}
.insurance-slip-details span {
  display: inline-block;
  width: 32%;
  border-right: 1px solid #a2a3a3;
  text-align: center;
}
.insurance-slip-details span:last-child {
  border-right: 0;
}

.insurance-slip-details-ga {
  margin: 10px 0 0 0;
  padding: 10px 0;
  border-top: 1px solid #a2a3a3;
  border-bottom: 1px solid #a2a3a3;
}
.insurance-slip-details-ga span {
  display: inline-block;
  width: 48%;
  border-right: 1px solid #a2a3a3;
  text-align: center;
}
.insurance-slip-details-ga span:last-child {
  border-right: 0;
}

.agree {
  font-size: 14px;
}

.ps-content {
  font-size: 14px;
}

#showUserPicker2 {
  width: 100%;
}

.disease-introduce {
  white-space: normal !important;
  line-height: 15px;
  margin-top: 2px;
}

.text i {
  font-style: normal;
}

/*返回首页*/
.back-home {
  display: none;
  position: fixed;
  z-index: 996;
  right: 10px;
  bottom: 40px;
  width: 44px;
  height: 44px;
  text-align: center;
  line-height: 44px;
  /* background: #65c7f0; */
  cursor: pointer;
  bottom: 160px;
}

.icon-back-home {
  height: 44px;
  width: 44px;
  background-image: url('../images/back-home.png');
  background-size:contain;
  background-repeat: no-repeat;
}
@media (-webkit-min-device-pixel-ratio: 1.5), (min--moz-device-pixel-ratio: 1.5), (-o-min-device-pixel-ratio: 3 / 2), (min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
  .icon-back-home {
    background-image: url('../images/back-home.png');
    background-size:contain;
  }
}

.under-shelf{
	background: #a2a3a3 !important;
}
