/*新加坡 CI产品详情页样式*/
html,
body {
  height: 100%;
  border: none;
  font-family: "Gotham A", "Gotham B";
}

body,
input,
select,
button,
textarea,
h4,
p {
  font-family: "Gotham A", "Gotham B";
}

body {
  min-width: 1300px;
}

h4,
p {
  color: #1B3C69;
}

div,
h3 {
  font-family: FreightText W01 Book;
  color: #1B3C69;
  margin: 0;
  padding: 0;
}


* {
  box-sizing: border-box;
  padding: 0;
  margin: 0;
}

input,
select {
  width: 100%;
  height: 100%;
  border: none;
  box-sizing: border-box;
}

input::-webkit-input-placeholder {
  color: #C4C4C4 !important;
}

input:-moz-placeholder {
  color: #C4C4C4 !important;
}

input::-moz-placeholder {
  color: #C4C4C4 !important;
}

input:-ms-input-placeholder {
  color: #C4C4C4 !important;
}

input:focus,
select:focus,
button:focus {
  outline: none
}

.font-family-F {
  font-family: FreightText W01 Book;
}

.font-family-FS {
  font-family: FreightSans W01 Book;
}

.w210 {
  width: 210px;
}

.mr15 {
  margin-right: 15px;
}

.ml15 {
  margin-left: 15px;
}

.clearfix:after {
  content: "";
  height: 0;
  overflow: hidden;
  display: block;
}

input[type="text"]:focus,
input[type="password"]:focus {
  border: none;
}

.pa-wrapper {
  position: relative;
  width: 1170px;
  margin: 0 auto;
}

/*pa-header:start*/
.pa-header {
  position: fixed;
  width: 100%;
  padding: 18px 0;
  top: 0;
  left: 0;
  background: #ffffff;
  z-index: 999;
}

.pa-header .pa-wrapper {
  position: relative;
}

.pa-header .name {
  font-size: 34px;
  font-weight: bold;
  display: inline-block;
}

.pa-header .getQuoteBtn {
  display: inline-block;
  margin-right: 50px;
  width: 320px;
  height: 54px;
  float: right;
  line-height: 54px;
  font-size: 16px;
  font-weight: bold;
  color: #ffffff;
  background: #1B3C69;
  border-radius: 4px;
  text-align: center;
  cursor: pointer;
}

.pa-header .getQuoteBtn.loading {
  color: #c4c4c4;
  cursor: not-allowed;
  background: #edeff1 url(/static/images/desktop/sg_starr/loading.gif) no-repeat 72px 14px;
}


.pa-header .close {
  position: absolute;
  right: 0;
  top: 13px;
  width: 24px;
  height: 24px;
  background: url('/static/images/desktop/sg_starr/icon_x.png') no-repeat center center;
  opacity: 1;
}

/*pa-header:end*/

.collect-information {
  position: relative;
}

.collect-information > ul {
  display: flex;
  position: absolute;
  top: 0;
  left: 0;
  margin: 0;
  width: 200%;
  transition: all 1s linear;
  overflow: hidden;
}

.collect-information ul li {
  width: 100%;
}

.mask {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0px;
  top: 0px;
  background: #1B3C69;
  opacity: 0.7;
}

/*pa-quote:start*/
.pa-quote {
  position: relative;
  padding-bottom: 50px;
  height: 960px;
  transition: all 1s linear;
  background: url(/static/images/desktop/sgci/product_detail/bg_sgci.jpg) no-repeat top center;
  background-size: 100% 100%;
  /* filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/static/images/desktop/sg_starr/bg_sgpa.jpg',  sizingMethod='scale'); */
}

@media (max-width: 1635px) {
  .pa- uote {
    background-position: center center;
    background-size: 100% 100%;
  }
}

.quote-left {
  float: left;
  width: 570px;
}

.quote-left a {
  display: inline-block;
  margin-top: 40px;
  margin-bottom: 94px;
}

.quote-left .product-box {
  width: 500px;
  font-weight: 700;
  /* background: rgba(27, 60, 105, 0.8);
  filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#801B3C69,endColorstr=#801B3C69); */
  color: #ffffff;
}

.quote-left .product-box p:first-child {
  color: #ffffff;
  font-weight: 700;
  margin-bottom: 32px;
}

.quote-left .product-box p>span:first-child {
  font-family: FreightText W01 Book;
  font-size: 46px;
  line-height: 60px;
}

.quote-left .product-box p>span:last-child {
  font-family: FreightText W01 Book;
  font-size: 28px;
  line-height: 36px;
}

.quote-left .product-box .effect {
  font-weight: normal;
  font-size: 15px;
  line-height: 28px;
  color: #F1F1F1;
  margin-bottom: 42px;
}

.quote-right {
  float: right;
  width: 500px;
  transition: all .4s linear;
  background: #ffffff;
  border-radius: 4px;
}

.quote-right .item-header .des {
  margin-bottom: 36px;
  font-family: FreightText W01 Book;
  line-height: 28px;
  font-weight: 700;
  font-size: 22px;
}

.info-container {
  padding: 30px 32px 40px;
  overflow: hidden;
}

.quote-right .item-relation .relation-list {
  width: 100%;
  height: 66px;
  background: rgba(27, 60, 105, 0.1);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#221B3C69, endColorstr=#221B3C69);
  border-radius: 4px;
}

.quote-right .item-relation .relation-list span {
  display: inline-block;
  float: left;
  width: 50%;
  height: 100%;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  line-height: 66px;
  cursor: pointer;
  border-radius: 2px;
  background: #F5F7F9;
  box-shadow: -2px -2px 5px 0px rgb(0 47 94 / 8%);
}

.quote-right .item-relation .relation-list span .plan-icon {
  display: inline-block;
  margin-bottom: 8px;
}

.quote-right .item-relation .relation-list span.active {
    background: #FFFFFF;
    border-bottom: 4px solid #1B3C69;
}

.quote-right .item-relation-tips {
  margin-bottom: 30px; 
}

.quote-right .item-relation-tips ul li {
  margin: 0;
  line-height: 16px;
  font-size: 14px;
  font-family: "Gotham A", "Gotham B";
  color: #1B3C69;
}

.quote-right .item-relation-tips ul li span {
  /* color: red */
}

.quote-right .item-list .item-group {
  margin-bottom: 5px;
}

/* .quote-right .item-list .item-group p {
  margin: 0;
} */

.quote-right .item-list .item {
  float: left;
  width: 100%;
}

.individual-box {
  overflow: hidden;
}

.quote-right .item-list .w210 {
  width: 210px;
}

.quote-right .item-list .item.item-left {
  margin-right: 16px;
}

.item-list .item .item-title {
  font-family: "Gotham A", "Gotham B";
  font-size: 12px;
  font-weight: 700;
  margin-bottom: 9px;
}

.discount-text {
  display: inline-block;
  position: absolute;
  right: 20px;
  top: 0;
  height: 100%;
  line-height: 50px;
  font-size: 16px;
  color: #38b1c8;
}

/*.item-list .item .item-info {*/

/*}*/

.item-info {
  overflow: hidden;
}

.item-list .item .item-info select,
.item-list .item .item-info input {
  width: 100%;
  height: 48px;
  padding-left: 14px;
  padding-right: 8px;
  border: 1px solid #C5C5C5;
  border-radius: 4px;
}

.item-list .item .item-info select {
  padding-right: 8px;
}

.item-list .item .item-info input {
  padding-right: 35px;
}

.spouse-gender-disabled {
  color: #C4C4C4 !important;
  background: #f4f4f4;
}

.quote-right .item-btn {
  float: right;
  margin-top: 20px;
  width: 50%;
  height: 54px;
  text-align: center;
  cursor: pointer;
  border-radius: 4px;
  background: #1B3C69;
}

.quote-right .item-btn a {
  display: inline-block;
  font-size: 16px;
  font-weight: bold;
  line-height: 54px;
  text-align: center;
  text-transform: uppercase;
  text-decoration: none;
  color: #ffffff;

}

/* .quote-right .item-btn a.loading {
  color: #c4c4c4;
  cursor: not-allowed;
  background: #edeff1 url(/static/images/desktop/sg_starr/loading.gif) no-repeat 90px 14px;
} */

.family-box {}

.family-box .item {
  float: left;
}

.family-box input,
.family-box select {
  font-size: 14px;
  padding-right: 35px;
}

.item-info .input-date {
  background: url(/static/images/desktop/sg_starr/icon-calendar.png) no-repeat 97% center;
}

.family-box .item-info .input-date {
  background: url(/static/images/desktop/sg_starr/icon-calendar.png) no-repeat 94% center;
}

.item-info .input-date-disabled {
  background: url(/static/images/desktop/sg_starr/icon-calendar2.png) no-repeat 97% center !important;
  color: #C4C4C4 !important;
}

.effective {
  overflow: hidden;
}

.effective.disable {
  background: #f4f4f4;
}

.tips.err {
  color: red;
  font-weight: bold;
}

/*pa-quote:end*/

/*pa-about:start*/
.pa-about {
  background: #ffffff;

}

.pa-cnt {
  margin-top: 120px;
}

.pa-cnt .pa-about-title {
  font-size: 42px;
  font-weight: 700;
  text-align: center;
  margin-top: 120px;
}

.pa-about .pa-about-list {
  font-family: "Gotham A", "Gotham B";
  overflow: hidden;
  zoom: 1;
  margin-top: 84px;
  margin-bottom: 50px;
}

.pa-about-list .about-list-item {
  float: left;
  text-align: center;
  width: 370px;
  margin-bottom: 60px;
}

.pa-about-list .about-list-item i {
  display: inline-block;
  width: 70px;
  height: 70px;
  background-image: url('/static/images/desktop/sgci/product_detail/payout_for_all_stages_of_cancer.png');
  background-repeat: no-repeat;
}

.pa-about-list .about-list-item:nth-of-type(2) i {
  background-image: url('/static/images/desktop/sgci/product_detail/multiple_claim.png');
}

.pa-about-list .about-list-item:nth-of-type(3) i {
  background-image: url('/static/images/desktop/sgci/product_detail/compassionate_benefit.png');
}

.pa-about-list .about-list-item:nth-of-type(4) i {
  background-image: url('/static/images/desktop/sgci/product_detail/global_healthcare.png');
}

.pa-about-list .about-list-item:nth-of-type(5) i {
  background-image: url('/static/images/desktop/sgci/product_detail/speeding_up_access.png');
}

.pa-about-list .about-list-item:nth-of-type(6) i {
  background-image: url('/static/images/desktop/sgci/product_detail/global_second_opinion.png');
}

.pa-about-list .about-list-item h4 {
  margin-top: 30px;
  margin-bottom: 20px;
  font-size: 22px;
  font-weight: 500;
  line-height: 32px;
}

.pa-about-list .about-list-item p {
  line-height: 28px;
  font-weight: normal;
  font-size: 18px;

}

/*pa-about:end*/

/*pa-plan:start*/
.pa-plan {
  background: #1B3C69;
  padding-bottom: 120px;
}

.pa-plan .img-plan {
  width: 100%;
}

.pa-plan .pa-title {
  padding-top: 120px;
  margin-bottom: 30px;
  font-weight: 700;
  font-size: 42px;
  text-align: center;
  color: #ffffff;
}

.pa-plan .pa-description {
  margin: 0;
  font-weight: normal;
  font-size: 18px;
  line-height: 28px;
  text-align: center;
  color: #FFFFFF;
}

.pa-plan .working-principle {
  text-align: center;
  color: #FFFFFF;
}

.principle-container {
  margin: 0 auto;
  width: 520px;
  /* height: 250px; */
  /* width: 50%; */
  border: 2px solid #FFFFFF;
  box-sizing: border-box;
  border-radius: 10px;
}

.principle-content {
  display: flex;
  margin: 10px;
  /* height: 230px; */
  padding-top: 30px;
  padding-bottom: 20px;
  background: #FFFFFF;
  border-radius: 8px;
}

.title-icon-container {
  display: inline-block;
  margin-left: 30px;
  width: 82px;
  height: 82px;
  border: 1px solid #1B3C69;
  border-radius: 50%;
}

.title-icon-content {
  margin: 5px;
  width: 70px;
  height: 70px;
  text-align: center;
  background: #1B3C69;
  border-radius: 50%;
  font-weight: 500;
  font-size: 26px;
  line-height: 58px;
  color: #FFFFFF;
}

.principle-title {
  margin-left: 20px;
  margin-right: 20px;
}

.principle-title h3 {
  margin-bottom: 10px;
  text-align: left;
  font-weight: bold;
  font-size: 22px;
  line-height: 32px;
}

.principle-title p {
  font-weight: normal;
  font-size: 18px;
  line-height: 25px;
  text-align: left;
}

.pa-plan .working-principle .principle-container:nth-child(odd) {
  margin-right: 150px;
}

.connecting_line {
  position: absolute;
  top: 1400px;
  left: 528px;
}

.pa-plan .pa-protection-list {
  overflow: hidden;
  zoom: 1;
}

.pa-plan .pa-protection-list .protection-item {
  float: left;
  width: 370px;
  height: 518px;
  padding: 30px;
  background: #ffffff;
  border-radius: 4px;
  text-align: center;
}

.pa-protection-list .protection-item i {
  display: inline-block;
  width: 82px;
  height: 82px;
  margin-bottom: 30px;
  background-image: url('/static/images/desktop/sg_starr/icon_sprites.png');
  background-repeat: no-repeat;
  background-position: -207px -9px;
}

.pa-protection-list .protection-item:nth-of-type(2) i {
  background-position: -306px -9px;
}

.pa-protection-list .protection-item:nth-of-type(3) i {
  background-position: -402px -9px;
}

.pa-protection-list .protection-item h4 {
  font-weight: 700;
  font-size: 18px;
  line-height: 32px;
  text-align: center;
}

.pa-protection-list .protection-item p {
  font-weight: 400;
  font-size: 18px;
  line-height: 28px;
  text-align: center;
}

/*pa-plan:end*/

/*pa-cover:start*/
.pa-cover {
  background: #ffffff;
}

.pa-cover .pa-title {
  font-weight: 700;
  font-size: 42px;
  text-align: center;
  line-height: 54px;
}

.pa-cover .pa-des {
  width: 1030px;
  margin: 30px 0 80px 70px;
  font-weight: 400;
  font-size: 18px;
  line-height: 28px;
  text-align: center;
}

.pa-cover .pa-cover-list {
  overflow: hidden;
  zoom: 1;
}

.pa-cover-list .cover-list-item {
  width: 370px;
  float: left;
  text-align: center;
}

.pa-cover-list .cover-list-item i {
  display: inline-block;
  width: 70px;
  height: 70px;
  background-image: url('/static/images/desktop/sg_starr/icon_sprites.png');
  background-position: -120px -219px;
}

.pa-cover-list .cover-list-item:nth-of-type(2) i {
  background-position: -213px -219px;
}

.pa-cover-list .cover-list-item:nth-of-type(3) i {
  background-position: -312px -219px;
}

.pa-cover-list .cover-list-item h4 {
  font-size: 18px;
  line-height: 32px;
  font-weight: 600;
  text-align: center;
}

.pa-cover .pa-btn-wrap {
  text-align: center;
  margin-top: 100px;
  margin-bottom: 120px;
}

.pa-cover .pa-cover-btn {
  display: inline-block;
  width: 320px;
  height: 54px;
  background: #5CC4DE;
  color: #ffffff;
  text-align: center;
  line-height: 54px;
  border-radius: 4px;
  font-size: 16px;
  font-family: "Gotham A", "Gotham B";
  text-transform: uppercase;
  text-decoration: none;
}

.pa-cover .pa-cover-btn.loading {
  color: #c4c4c4;
  cursor: not-allowed;
  background: #edeff1 url(/static/images/desktop/sg_starr/loading.gif) no-repeat 14px 14px;
}

.scenario-list-item {
  margin-top: 120px;
  background: #1B3C69;
  padding: 30px;
}

.scenario-list-item .scenario-title {
  position: relative;
  padding-left: 100px;

}

.scenario-list-item .scenario-title i {
  position: absolute;
  display: inline-block;
  width: 72px;
  height: 72px;
  top: 0;
  left: 0;
  background-image: url('/static/images/desktop/sg_starr/icon_sprites.png');
  background-repeat: no-repeat;
  background-position: -21px -9px;
}

.scenario-list-item:nth-of-type(2) .scenario-title i {
  background-position: -118px -9px;
}

.scenario-list-item .scenario-title p {
  font-weight: 700;
  font-size: 18px;
  line-height: 32px;
  color: #ffffff;
}

.scenario-list-item .scenario-cnt {
  margin-top: 40px;
}

.scenario-cnt .scenario-procedure {
  float: left;
  margin-bottom: 40px;
  width: 340px;
  text-align: center;
}

.scenario-list-item .scenario-cnt p {
  color: #F1F1F1;
  font-weight: normal;
  font-size: 18px;
  line-height: 28px;
}

.scenario-list-item .scenario-cnt img {
  display: inline-block;
  margin-top: 50px;
  margin-bottom: 30px;
}

/*pa-cover:end*/

/*pa-footer:start*/
.pa-footer {
  margin: 120px auto;
  width: 1170px;
  background: url(/static/images/desktop/sgci/product_detail/bg_sgci.jpg) no-repeat top center;
  background-size: 100% 100%;
  border-radius: 10px;
}

.pa-footer .pa-footer-cnt {
  padding: 120px 0;
  background: rgba(27, 60, 105, 0.7);
  border-radius: 10px;
}

.pa-footer-cnt .pa-wrapper {
  overflow: hidden;
  zoom: 1;
}

.pa-footer .pa-footer-left {
  float: left;
  margin-left: 72px;
}

.pa-footer .pa-footer-left h3 {
  margin-bottom: 30px;
  font-size: 42px;
  font-weight: 700;
  line-height: 55px;
  color: #ffffff;
}

.pa-footer .pa-footer-left p {
  width: 600px;
  font-size: 18px;
  line-height: 28px;
  font-weight: 400;
  color: #ffffff;
}

.pa-footer .pa-footer-right {
  float: right;
  margin-right: 76px;
}

.pa-footer .pa-footer-right .pa-logo {
  width: 270px;
  margin: 26px 0 30px 100px;
}

.pa-footer .pa-footer-right .pa-logo img {
  width: 100%;
  height: 100%;
}

.pa-footer-right .pa-start-btn {
  width: 320px;
  height: 54px;
  margin-left: 80px;
}

.pa-wrapper .pa-start-btn {
  width: 100%;
}

.pa-start-btn a {
  background: #5CC4DE;
  border-radius: 4px;
  line-height: 54px;
  text-align: center;
  font-size: 16px;
  color: #ffffff;
  text-transform: uppercase;
  text-decoration: none;
}

.pa-footer-right .pa-start-btn a {
  display: inline-block;
  width: 100%;
  height: 100%;
}

.pa-wrapper .pa-start-btn a {
  display: block;
  margin: 80px auto 0;
  width: 320px;
  height: 54px;
}

.pa-footer .pa-footer-bottom {
  background: #1B3C69;
  padding: 21px 0;
}

.pa-footer .pa-footer-bottom a {
  display: inline-block;
}

.pa-footer .pa-footer-bottom a img {}

.pa-footer .pa-footer-bottom p {
  float: right;
  font-size: 14px;
  margin-top: 20px;
  color: #ffffff;
}

/*pa-footer:end*/

.frequently_questions {
  margin: 0 auto 110px;
  width: 1170px;
}

.frequently_questions h3 {
  margin-bottom: 80px;
  font-weight: bold;
  font-size: 42px;
  line-height: 55px;
  text-align: center;
  text-transform: uppercase;

}

.question_one {
  margin-bottom: 20px;
}

.frequently_questions .question_content {
  background: #1B3C69;
}

.frequently_questions .question_content p {
  margin: 0;
  padding: 24px 30px;
  font-weight: bold;
  font-size: 18px;
  line-height: 32px;
  color: #FFFFFF;
}

.frequently_questions .question_answer {
  height: 270px;
  background: #FFFFFF;
  border: 1px solid #1B3C69;
}

.frequently_questions .question_answer p {
  margin: 20px 30px auto 30px;
  font-weight: normal;
  font-size: 18px;
  line-height: 32px;
  color: #1B3C69;
}

/*样式改写：start*/
.occupation-item:before {
  right: 15px;
}

.icon-info {
  cursor: pointer;
  background: url(/static/images/desktop/sg_starr/icon-info.png) no-repeat center center;
}

.ui-widget-header .ui-icon {
  background-image: url(/static/images/desktop/sg_starr/ui-icons_444444_256x240.png) !important;
}

/*样式改写：end*/


/*字体设置：start*/
/*.pa-about-list .about-list-item h4,.pa-about-list .about-list-item p,*/
/*.pa-protection-list .protection-item h4,.pa-protection-list .protection-item p,*/
/*.pa-cover .pa-des,.pa-cover-list .cover-list-item h4,.pa-cover .pa-cover-btn{*/

/*}*/
/*字体设置：end*/