html {
    /*谷歌浏览器字体最小字体12px*/
    -webkit-text-size-adjust: 100%;
    /*100%/none 关闭字体大小自动调整功能*/
    /*a标签及拥有 :active伪类的元素有默认的高亮框*/
    -webkit-tap-hightlight-color: transparent;
    /*禁止文本被选中*/
    -webkit-user-select: none;
    font-family: "Gotham A", "Gotham B";
}

body {
    overflow-x: hidden;
    /*开启moblie网页快速滚动和回弹的效果*/
    -webkit-overflow-scrolling: touch;
    font-family: Roboto;
}

* {
    margin: 0;
    padding: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

b {
    font-weight: 900 !important;
    color: #002f5e;
}

/* #demo1>div>span{
    font-size: 0.2rem;
    color:#002f5e;
} */
.spanclass {
    width: 100%;
    height: 0.01rem;
    border: 0.01rem solid #ccc;
    /* margin: 0.2rem 0 0.2rem 0; */
}

img {
    border: 0;
    width: 100%;
}

.hide {
    display: none;
}

a,
img {
    /*阻止长按页面，弹出菜单的方法。*/
    -webkit-touch-callout: none;
}

input,
textarea {
    -webkit-appearance: none;
    outline: none;
    border: none;
    box-sizing: border-box;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

.clearfix:after {
    content: "";
    display: block;
    /* width: 100%; */
    height: 0;
    clear: both;
}

.w-33 {
    width: 33.3%;
    max-width: 33.3%;

}

.w-50 {
    width: 50%;
    max-width: 50%;
}

.w-80 {
    width: 80%;
    max-width: 80%;
}

li,
ol {
    list-style: none;
}

input,
select {
    width: 100%;
    border: none;
    display: block;
    font-family: "Gotham A", "Gotham B";
}

/*修改placeholder的字体颜色*/
input:-moz-placeholder {
    /* Mozilla Firefox 4 to 18 */
    color: #C4C4C4;
}

input::-moz-placeholder {
    /* Mozilla Firefox 19+ */
    color: #C4C4C4;
}

input:-ms-input-placeholder {
    color: #C4C4C4;
}

input::-webkit-input-placeholder {
    color: #C4C4C4;
}

button:focus,
select:focus,
input:focus {
    outline: none;
}

.sg_header {
    background: transparent;
}
.icon-check {
    display: inline-block;
    width: 0.2rem;
    height: 0.2rem;
    background: url(/static/images/mobile/sg_starr/noselected.png) no-repeat center/100% 100%;
    vertical-align: text-bottom;
}
/* .icon-left {
    display: inline-block;
    width: 0.2rem;
    height: 0.2rem;
    background: url(/static/images/mobile/aig_gz/aig_gz_icon/arrow-left.png) no-repeat center/100% 100%;
    vertical-align: text-bottom;
}
.icon-down {
    display: inline-block;
    width: 0.2rem;
    height: 0.2rem;
    background: url(/static/images/mobile/aig_gz/aig_gz_icon/arrow-down.png) no-repeat center/100% 100%;
    vertical-align: text-bottom;
} */
.rotate{
    transform:rotate(90deg);
}
.icon-check.selected {
    background: url(/static/images/mobile/sg_starr/selected.png) no-repeat center/100% 100%;
}

.must-check {
    padding: 0 0 0.25rem;
   
}

.must-check div {
    width: 85%;
    font-size: 0.16rem;
    /* line-height: 0.35rem; */
    /* font-family: FreightSans W01 Book; */
    color: #002F5E;
    padding-left: 0.5em;
}

.must-check div b {
    font-weight: bold;
    text-decoration: underline;
}

.must-check .icon-check {
    margin-top: 0.07rem;
}
.hidden {
    /* white-space:nowrap; */
    overflow: hidden;
    text-overflow: ellipsis;
}

/* .C4C4C4 {
    color: #C4C4C4;
} */
.section-0{
    background: url(/static/images/mobile/sg_starr/index-bg.jpg) no-repeat center/100% 100%;
}
.section-1 {
    background: url(/static/images/mobile/sg_starr/index_tpl5.jpg) no-repeat center/100% 100%;
}
.section-1_two{
    background: url(/static/images/mobile/sg_starr/index_tpl2.jpg) no-repeat center/100% 100%;
}
.section-1_two1{
    background: url(/static/images/mobile/sg_starr/index_tpl1.jpg) no-repeat center/100% 100%;
}
.section-0 .bg {
    height: 7.5rem;
    padding: 1rem 0.18rem 0;
}
.section-1 .bg {
    height: 3.75rem;
    padding: 1.25rem 0.2rem 0;
    background: rgba(0, 47, 94, 0.4);
}
.section-1_two .bg {
    height: 3.75rem;
    padding: 1.25rem 0.2rem 0;
    background: rgba(0, 47, 94, 0.4);
    
}
.section-1_two1 .bg {
    height: 3.75rem;
    padding: 1.25rem 0.2rem 0;
    background: rgba(0, 47, 94, 0.4);
    
}

.section-1 h1,
.section-1 h2 {
    color: #FFFFFF;
    font-family: FreightText W01 Bold;
    font-size: 0.4rem;
    line-height: 0.5rem;
    margin-bottom: 0.1rem;

}
.section-0 h1,
.section-0 h2 {
    color: #FFFFFF;
    font-family: FreightText W01 Bold;
    font-size: 0.32rem;
    line-height: 0.35rem;
    margin-bottom: 0.1rem;

}
.section-1_two h1,
.section-1_two h2 {
    color: #FFFFFF;
    font-family: FreightText W01 Bold;
    font-size: 0.3rem;
    line-height: 0.4rem;
    margin-bottom: 0.1rem;

}
.section-1_two1 h1,
.section-1_two1 h2 {
    color: #FFFFFF;
    font-family: FreightText W01 Bold;
    font-size: 0.3rem;
    line-height: 0.4rem;
    margin-bottom: 0.1rem;

}
.section-2>.box1>p{
    font-size: 0.22rem;
    color: #0d2f5e;
    font-weight: 900;
}
.section-2>.box2>p{
    font-size: 0.15rem;
    color: #0d2f5e;
}
.section-1_two .btn{
    display: inline-block;
    border-radius: 5px;
    color: #FFFFFF;
    font-family: FreightText W01 Book;
    font-size: 0.18rem;
    line-height: 0.18rem;
    padding: 0.08rem 0.1rem 0.07rem;
    text-align: center;
    background: #00B1C8;
    cursor: pointer;
    
}
.section-1_two1 .btn{
    display: inline-block;
    border-radius: 5px;
    color: #FFFFFF;
    font-family: FreightText W01 Book;
    font-size: 0.18rem;
    line-height: 0.18rem;
    padding: 0.08rem 0.1rem 0.07rem;
    text-align: center;
    background: #00B1C8;
    cursor: pointer;
}
.section-1 .btn {
    display: inline-block;
    border-radius: 5px;
    color: #FFFFFF;
    font-family: FreightText W01 Book;
    font-size: 0.18rem;
    line-height: 0.18rem;
    padding: 0.08rem 0.1rem 0.07rem;
    text-align: center;
    background: #00B1C8;
    cursor: pointer;
}
.section-0 .btn {
    display: inline-block;
    border-radius: 5px;
    color: #FFFFFF;
    font-family: FreightText W01 Book;
    font-size: 0.18rem;
    line-height: 0.18rem;
    padding: 0.08rem 0.1rem 0.07rem;
    text-align: center;
    background: #00B1C8;
    cursor: pointer;
}
.section-2 {
    background: #F6F6F6;
    /* padding: 0.3rem 0.2rem 0.4rem; */

}

.item {
    margin-bottom: 0.25rem;
}

.item-label {
    text-transform: uppercase;
    color: #002F5E;
    font-size: 0.14rem;
    line-height: 0.2rem;
    font-weight: 900;
    padding-bottom: 0.5em;
}

.item-border,
.item-border2 {
    border: 1px solid #e7e9eb;
}

.item-radius {
    border-radius: 3px;
    background: #FFFFFF;
    overflow: hidden;
}

.border-error {
    border: 1px solid red;
}

.item-info-box2{
    display: flex;
    justify-content: center;
    align-items: center;
    color: #002f5e;
    background-color: #ededed;
    font-size: 0.18rem;
    font-weight: bold;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    position: relative;
    left: 0;
    top: 0;
    height: 0.65rem;
}
.item-info-box {
    display: flex;
    justify-content: center;
    align-items: center;
    color: #002f5e;
    background-color: #ededed;
    font-size: 0.18rem;
    font-weight: bold;
    text-align: center;
    /* white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis; */
    /* position: relative;
    left: 0;
    top: 0; */
    height: 0.65rem;
}

.item-info-box:not(:last-of-type) {
    border-right: 1px solid #e7e9eb;
}

/* .hide{
    display: none;
} */
.item-i {
    display: inline-block;
    width: 100%;
    height: 0.04rem;
    background-color: #002f5e;
    position: absolute;
    bottom: 0;
    left: 0;
}
.active1{
    background-color: #FFFFFF;
}
.active {
    background: #002f5e;
    color:#FFFFFF;
    /* color: #FFFFFF; */
    /* border-bottom: 0.04rem solid #002f5e; */
}

input,
select {
    height: 0.52rem;
    line-height: 0.52rem;
    color: #002F5E;
    padding: 0 0.2rem;
    font-size: 0.18rem;
    line-height: 0.5rem;
    font-weight: bold;
    text-overflow: ellipsis;
    white-space: nowrap;
}

select {
    background: #FFFFFF url(/static/images/mobile/sg_starr/icon-bottom-m.png) no-repeat 95% center;
}

.input-date {
    letter-spacing: 0.05em;
    background: url(/static/images/mobile/sg_starr/icon-calendar.png) no-repeat 95% center;
}

.input-date.disabled {
    background: url(/static/images/mobile/sg_starr/icon-calendar2.png) no-repeat 95% center;
}

.promo-tips {
    font-family: FreightText W01 Book;
    font-size: 0.18rem;
    padding-left: 0.2rem;
    color: #002F5E;
    display: none;
}

.btn-next,.next,.pa-btn-next {
    margin-bottom:0.2rem;
    width: 100%;
    background: #002F5E;
    color: #FFFFFF;
    font-family: FreightText W01 Bold;
    font-size: 0.26rem;
    line-height: 0.67rem;
    height: 0.65rem;
    text-align: center;
    border: none;
}

.Cibtn-next {
    margin-bottom:0.2rem;
    width: 100%;
    background: #002F5E;
    color: #FFFFFF;
    font-family: FreightText W01 Bold;
    font-size: 0.26rem;
    line-height: 0.67rem;
    height: 0.65rem;
    text-align: center;
    border: none;
}

.icon-info {
    background: url(/static/images/mobile/sg_starr/icon-info.svg) no-repeat center/100% 100%;
    width: 0.2rem;
    height: 0.2rem;
    display: inline-block;
    vertical-align: bottom;
    margin-left: 0.2em;
}

.modal {
    display: none;
    position: fixed;
    width: 100%;
    height: 100%;
    background: rgba(0, 47, 94, 0.5);
    left: 0;
    top: 0;
    z-index: 9999;
}

.modal-dialog {
    width: 80%;
    margin: 0.5rem auto;
}

.modal-content {
    background: #FFFFFF;
    padding: 0.15rem;
}

.title {
    font-size: 0.24rem;
    line-height: 0.26rem;
    cursor: pointer;
    font-family: FreightText W01 Bold;
    color: #002F5E;
    padding: 0;
    margin: 0;
}

.problem_content {
    background-color: #F6F6F6;
    font-family: "Gotham A", "Gotham B";
    line-height: 0.3rem;
    padding: 0.1rem;
    display: none;
    max-height: 2rem;
    overflow-y: scroll !important;
    overflow-x: hidden;
}

.problem_content p {
    font-size: 0.22rem;
    line-height: 0.22rem;
    color: #002F5E;
    padding: 0;
    margin: 0;
    font-family: FreightText W01 Book;
    /* letter-spacing: 0.1rem; */
    padding-left: 0.15rem;
    padding-bottom: 0.1rem;
    /* text-align: justify; */
}

.circle {
    float: left;
    width: 0;
    height: 0;
    border: 4px solid transparent;
    border-left-color: #002F5E;
    margin-top: 9px;
    margin-right: 9px;
    margin-left: 9px;
}

.modal-body {
    padding: 0.1rem 0;
}

.modal-body .titleStyle {
    color: #00B1C8;
}

.modal-body .titleStyle .circle {
    border: 4px solid transparent;
    border-top-color: #00B1C8;
}

.icon-close {
    width: 15px;
    height: 15px;
    background: url(/static/images/mobile/sg_starr/icon-close.png) no-repeat center/100% 100%;
}
/* 投保类别选项标签 */
.Insurance_categories{
    height: 0.44rem;

}
.Insurance_categories li{
        list-style:none; /* 将默认的列表符号去掉 */
        padding:0; /* 将默认的内边距去掉 */
        margin:0; /* 将默认的外边距去掉 */
        float:left; /* 往左浮动 */
        height: 0.44rem;
        width: 50%;
        text-align: center;
        line-height: 0.46rem;
        font-family: Roboto;
        font-style: normal;
        font-weight: bold;
        font-size: 0.14rem;
        border-radius: 4px;

}
.clo {
    background: #1B3C69;
    color: #FFFFFF;
}
.bag{
    background: #E5E5E5;
    color: #002F5E;
}


/* 首页投保新页面 */
.quote_btn{
    width: 100%;
    position: fixed;
    top: 0rem;
    z-index: 100;
    background-color: #FFFFFF;
}
.quote_btn>div{
    position: relative;
    text-align: center;
}
.quote_btn>div>button{
width: 89%;
height: 0.54rem;
margin: 0.18rem 0;
line-height: 0.54rem;
font-family: FreightText W01 Bold;
font-style: normal;
font-weight: bold;
font-size: 0.20rem;
margin-left: -0.2rem;
text-transform: uppercase;
color: #FFFFFF;
border-radius: 4px;
}
.cancel{
    display: inline-block;
    width: 0.24rem;
    height: 0.24rem;
    z-index: 100;
    position: absolute;
    top: 50%;
    margin-left: -0.14rem;
    transform: translateY(-50%);
    background: #EBEBEB;
    border-radius: 50%;
    background-image: url('/static/images/mobile/sg_starr/x.png');
    width: 22px;
    height: 22px;
    background-position: 2px 2px;
}

.concent_table{
    width: auto;
    margin-top: 0.9rem;
    background: url('/static/images/mobile/sg_starr/bag.jpg') no-repeat;
    background-size:100% auto;
}
.logo{
    display: block;
    width: 1.1rem;
    margin:0 auto;
}
.logo img{
    
    height: 0.46rem;
    margin-top: 0.3rem;
}
/* 表单 */
.product_info{
    width: 91.13%;
    margin:0 auto;
    margin-top: 0.76rem;
    /* border: black 1px solid; */
    background-color: #1B3C69;
    opacity: 0.8;
}
.icon-birth{
    position: absolute;
    z-index: 2;
    top: 0.12rem;
    right: 0.12rem;
    width: 0.2rem;
    height: 0.2rem;
    background: url(/static/images/mobile/sg_starr/icon-calendar2.png) no-repeat 95% center;
}
.product_info .contains{
    width: 87.8%;
    padding-top: 0.2rem ;
    padding-bottom: 0.3rem;
    margin: 0 auto;
    text-align: center;
}
.product_info .product-name{
    font-family:  Garamond;
    font-style: normal;
    font-weight: bold;
    font-size: 32px;
    line-height: 42px;
    text-align: center;
    text-transform: capitalize;
    color: #FFFFFF;
}
.Description{
    font-family: Roboto;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 28px;
    text-align: center;
    color: #F1F1F1;
}

.product_info .policy-wording {
    display: inline-block;
    margin-top: 0.1rem;
    padding: 0.08rem 0.1rem 0.07rem;
    line-height: 0.18rem;
    text-align: center;
    font-family: FreightText W01 Book;
    font-size: 0.18rem;
    color: #FFFFFF;
    cursor: pointer;
    background: #00B1C8;
    border-radius: 5px;
}

.info_form{
    margin-top: 0.5rem;
    background-color:transparent;
}
.info_form .item{
    margin-bottom: 0.2rem;
}
.info_form input,select{
    height: 0.52rem;
}
.info_form #GetQuick{
    height: 0.48rem;
    line-height: 0.48rem;
}

.info_form .child-info{
    background: #FFFBEF;
    border-radius: 4px;
}
.info_form .child-info span{
    display: block;
    font-family: Roboto;
    font-style: normal;
    font-weight: normal;
    font-size: 12px;
    line-height: 14px;
    color: #1B3C69;
    padding:0.1rem
}

.info_form .section-2{
    width: 91.13%;
    margin:0 auto;
    background-color: white;
    
}

.info_form .section-2 .item-radius{
    border: 1px #F1F1F1 solid;
}

.info_form .box2 p{
font-family:  Garamond;
font-style: normal;
font-weight: bold;
font-size: 20px;
line-height: 26px;

/* Primary */

color: #1B3C69;
}

/* 产品详情 */
/* 产品介绍 */
.product-desc .item-info{
    width: 91.13%;
    margin: 0 auto;
}
.product-desc .item-info .group-head{
    padding-top: 0.3rem;
}

.product-desc .item-info .title{
    font-family: Garamond;
    font-style: normal;
    font-weight: bold;
    font-size: 30px;
    line-height: 0.39rem;
    text-align: center;
    text-transform: uppercase;
}

.product-desc .item-info .icons-txt{
    display: block;
    margin-top: 0.2rem;
    padding: 0 0.1rem;
    font-family: Roboto;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 0.28rem;
    text-align: center;
    color: #1B3C69;
}

.icon-title{
    display: block;
    width: 0.6rem;
    height: 0.6rem;
    margin: 0.4rem auto 0.3rem;
}

.product-desc .item-info .premium{
    background-image: url('/static/images/mobile/sg_starr/icon4.png');
}
.product-desc .item-info .Medical{
    background-image: url('/static/images/mobile/sg_starr/Group.png');
}
.product-desc .item-info .Mortgage{
    background-image: url('/static/images/mobile/sg_starr/icon.png');
}
.product-desc .item-info .Tuition{
    background-image: url('/static/images/mobile/sg_starr/icon1.png');
}
.product-desc .item-info .Parent{
    background-image: url('/static/images/mobile/sg_starr/icon2.png');
}
.product-desc .item-info .Utility{
    background-image: url('/static/images/mobile/sg_starr/icon3.png');
}

.subtitle{
    font-family: Roboto;
    font-style: normal;
    font-weight: 500;
    font-size: 20px;
    line-height: 32px;
    text-align: center;
    color: #1B3C69;
}
/* 产品计划 */
.product-desc .item-plan{
 width:100%;
 margin-top: 0.6rem;  
 background-color:  #1B3C69;;
}
.item-plan .contains{
    width: 91.13%;
    margin: 0 auto;
}

.item-plan .group-head{
    padding-top: 0.6rem;
}


.item-plan .title{
    font-family:  Garamond;
    font-style: normal;
    font-weight: bold;
    font-size: 30px;
    line-height: 0.39rem;
    text-align: center;
    text-transform: uppercase;
    color: #FFFFFF;
}

.item-plan .icons-txt{
    display: block;
    margin-top: 0.2rem;
    padding: 0 0.1rem;
    font-family: Roboto;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 0.28rem;
    text-align: center;
    color: #FFFFFF;
}

 .swipe-txt{
    margin-top: 0.3rem;
    margin-right: 0.34rem;
    font-family: Roboto;
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 28px;
    text-align: right;
    color: #5CC4DE;
    
}

.item-plan .group{
    position: relative;
}

 .swipe-icon{
    position: absolute;
    bottom: 0.04rem;
    right: 0rem;
    display:inline-block;
    width: 0.2rem;
    height: 0.2rem;
    background-image: url('/static/images/mobile/sg_starr/arrow-right.png');
}
.group-swipe{
    margin-top: 0.2rem;
    box-sizing: border-box;
    overflow: hidden;
    height: 15rem;
    overflow-x: scroll;
    /* width: 100%; */
}
#plan-table::-webkit-scrollbar {
    display: none;    
}

#plan-table{
    position: relative;
    background-image: url('/static/images/mobile/sg_starr/PlanTable.png');
    width: 11.7rem;
    height: 100%;
}

.mask-box{
    width: 65.6%;
    height: 10.87%;
    position: absolute;
    left: 0;
    bottom: 0;
    background-color: #1B3C69;;
}

.nav-plan{
    width: 100%;
    margin-top: 0.6rem;
    background-color: #FFFFFF;
}
 .serial-num{
    padding-top: 0.2rem;
}

 .serial-num .title-out{
    position: relative;
    width: 0.7rem;
    height: 0.7rem;
    border: 1px solid #1B3C69;
    box-sizing: border-box;
    border-radius: 50%;
    margin: 0 auto;
}

 .serial-num .title-in{
    width: 0.6rem;
    height: 0.6rem;
    position: absolute;
    top: 0.05rem;
    left: 0.05rem;
    transform: translate(-0.01rem,-0.01rem);
    text-align: center;
    background: #1B3C69;
    box-sizing: border-box;
    border-radius: 50%;
    line-height: 0.6rem;
}

 .serial-num .title-in .num{
    font-family: Roboto;
    font-style: normal;
    font-weight: 500;
    font-size: 22px;
    line-height: 62px;
    text-align: center;
    color: #FFFFFF;
}

.nav-plan .title{
    margin:0 0.1rem ;
    margin-top: 0.3rem;
    font-family: Roboto;
    font-style: normal;
    font-weight: bold;
    font-size: 0.18rem;
    line-height: 0.32rem;
    text-align: center;
    color: #1B3C69;
    text-transform: none;
}

.nav-plan .describe{
    display: block;
    margin:0 0.1rem ;
    padding-bottom: 0.4rem;
    margin-top: 0.2rem;
    font-family: Roboto;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 32px;
    text-align: center;
    color: #1B3C69;
}

 .item-concept{
    width: 91.13%;
    margin: 0 auto;
}
 .item-concept .group-head{
    margin-top: 0.6rem;
}

 .item-concept .title{
    font-family: Garamond;
    font-style: normal;
    font-weight: bold;
    font-size: 30px;
    line-height: 39px;
    text-align: center;
    text-transform: uppercase;
}

.item-concept .icons-txt{
    display: block;
    margin-top: 0.2rem;
    padding: 0 0.1rem;
    font-family: Roboto;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 28px;
    text-align: center;
    color: #1B3C69;
}

.item-concept .group:nth-child(2) .icon-title{
    background-image: url('/static/images/mobile/sg_starr/concept-icon1.png');
}
.item-concept .group:nth-child(3) .icon-title{
    background-image: url('/static/images/mobile/sg_starr/concept-icon2.png');
}
.item-concept .group:nth-child(4) .icon-title{
    background-image: url('/static/images/mobile/sg_starr/concept-icon3.png');
}

.item-concept .last-btn{
    width: 100%;
    height: 0.54rem;
    background: #5CC4DE;
    border-radius: 4px;
    margin-top: 0.6rem;
}

.item-concept .last-btn p{
    margin-top: 0 0.14rem;
    font-family: Roboto;
    font-style: normal;
    font-weight: bold;
    font-size: 14px;
    text-align: center;
    text-transform: uppercase;
    color: #FFFFFF;
    line-height: 0.54rem;
}

.item-urban .contains{
    width: 91.13%;
    margin: 0.6rem auto;
}

.item-urban .title{
    font-family:  Garamond;
    font-style: normal;
    font-weight: bold;
    font-size: 30px;
    line-height: 39px;
    text-align: center;
    text-transform: uppercase;
    color: #1B3C69;
}

.item-urban .icons-txt{
    display: block;
    margin-top: 0.2rem;
    padding: 0 0.1rem;
    font-family: Roboto;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 28px;
    text-align: center;
    color: #1B3C69;
}


.item-urban .group{
    position: relative;
}

.item-urban .group-table{
    margin-top: 0.22rem;
    box-sizing: border-box;
    overflow: hidden;
    height: 6.4rem;
    overflow-x: scroll;
}

.item-urban .ComparisonTable{
    background-image: url(/static/images/mobile/sg_starr/ComparisonTable.jpg);
    width: 11.7rem;
    height: 100%;
}

.item-scenario-one .contains{
    width: 91.13%;
    background: #1B3C69;
    border-radius: 4px;
    margin: 0 auto;
    margin-bottom: 0.6rem;
}

.item-scenario-one .group-table{
    margin:0.41rem 0.1rem 0;
    box-sizing: border-box;
    overflow: hidden;
    height: 4.2rem;
    overflow-x: scroll;
}
 .BreakdownTable1{
    background-image: url(/static/images/mobile/sg_starr/BreakdownTable1.jpg);
    width: 11.1rem;
    height: 100%;
 }

 .BreakdownTable2{
    background-image: url(/static/images/mobile/sg_starr/BreakdownTable2.jpg);
    width: 11.1rem;
    height: 100%;
 }


.nav-scenario .title-out{
    border: 1px solid #FFFFFF;
}

.nav-scenario .title-in{
    background-color: #FFFFFF;
}

.nav-scenario .title{
    margin:0 0.1rem ;
    margin-top: 0.3rem;
    font-family: Roboto;
    font-style: normal;
    font-weight: bold;
    font-size: 0.18rem;
    line-height: 0.32rem;
    text-align: center;
    color: #FFFFFF;
    text-transform: none;
}

.nav-scenario .describe{
    display: block;
    margin:0 0.1rem ;
    padding-bottom: 0.4rem;
    margin-top: 0.2rem;
    font-family: Roboto;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 32px;
    text-align: center;
    color: #FFFFFF;
}

.foot-txt{
    margin:0.41rem 0.1rem 0;
    font-family: Roboto;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 28px;
    text-align: center;
    color: #F1F1F1;
    padding-bottom: 0.4rem;
}


.company-profile{
    background-image: url('/static/images/mobile/sg_starr/footBag.png');

}
.mask{
    background: #1B3C69;
    opacity: 0.8;
}

.company-profile .contains{
    width: 91.13%;
   margin: 0 auto;
   padding-bottom: 0.6rem;
}

.company-profile .title{
    font-family:  Garamond;
    font-style: normal;
    font-weight: bold;
    font-size: 0.3rem;
    line-height: 0.39rem;
    text-align: center;
    text-transform: uppercase;
    color: #FFFFFF;
    padding-top: 0.6rem;
}

.company-profile .txt{
    font-family: Roboto;
    font-style: normal;
    font-weight: normal;
    font-size: 0.16rem;
    line-height: 0.28rem;
    text-align: center;
    color: #FFFFFF;
    margin: 0.2rem 0.1rem 0.3rem;
}

 .company-profile .last-btn{
    width: 100%;
    height: 0.54rem;
    background: #5CC4DE;
    border-radius: 4px;
}

 .company-profile .last-btn p{
    margin-top: 0 0.14rem;
    font-family: Roboto;
    font-style: normal;
    font-weight: bold;
    font-size: 0.14rem;
    text-align: center;
    text-transform: uppercase;
    color: #FFFFFF;
    line-height: 0.54rem;
}
.footer{
    padding: 0 ;
}

.foot-logo{
    margin-top: 0.2rem;
    width: 25%;
    padding-top: 0.2rem;
    margin: 0 auto;
}

.footer p.starr-info{
    width: 91.13%;
    margin: 0 auto;
    margin-top: 0.1rem;
    padding-bottom: 0.3rem;
    font-family: Roboto;
    font-style: normal;
    font-weight: normal;
    font-size: 0.14rem;
    line-height: 0.2rem;
    text-align: center;
    color: #FFFFFF;
}

.covered {
    /*width: 620px;*/
}
.covered-item {
    margin-top: .2rem;
}
.covered-item .covered-title {
    padding-bottom: 8px;
    border-bottom: 1px solid #ffffff;
}
.covered-item .covered-title span {
    font-size: 0.14rem;
    color: #ffffff;
    font-weight: bold;
}
.covered-item .covered-title i {
    float: right;
    display: inline-block;
    width: 16px;
    height: 16px;
    background: url('/static/images/desktop/new_sg_starr/icon_toggle.png') no-repeat center center;
}
.covered-cnt {
    display: none;
    overflow: hidden;
}
.covered-item.expend .covered-cnt {
    display: block;
}
.covered-item.expend .covered-title i {
    transform: scaleY(-1);
}
.covered-cnt-item {
    width: 49%;
    padding: 0.1rem;
    background: linear-gradient(180deg, rgba(1, 47, 93, 0.8) 0%, rgba(1, 31, 62, 0.8) 100%);
    margin-top: 0.12rem;
    float: left;
    border-radius: 3px;
}
.covered-cnt-item:nth-of-type(even) {
    margin-left: 2%;
}
.covered-cnt-item i {
    display: inline-block;
    width: 25px;
    height: 25px;
}
.covered-cnt-item:nth-of-type(1), .covered-cnt-item:nth-of-type(2) , .covered-cnt-item:nth-of-type(3), .covered-cnt-item:nth-of-type(4){
    height: 0.9rem;
}
.covered-cnt-item:nth-of-type(1) i {
    background: url('/static/images/desktop/new_sg_starr/icon_ome.png') center center;
    background-size: 25px;
}
.covered-cnt-item:nth-of-type(2) i {
    background: url('/static/images/desktop/new_sg_starr/icon_covid.png') center center;
    background-size: 25px;
}
.covered-cnt-item:nth-of-type(3) i {
    background: url('/static/images/desktop/new_sg_starr/icon_unlmited.png') center center;
    background-size: 25px;
}
.covered-cnt-item:nth-of-type(4) i {
    background: url('/static/images/desktop/new_sg_starr/icon_baggage.png') center center;
    background-size: 25px;
}
.covered-cnt-item:nth-of-type(5) i {
    background: url('/static/images/desktop/new_sg_starr/icon_24h.png') center center;
    background-size: 25px;
}
.covered-cnt-item:nth-of-type(6) i {
    background: url('/static/images/desktop/new_sg_starr/icon_circle.png') center center;
    background-size: 25px;
}
.not-be-covered .covered-cnt-item:nth-of-type(1) i {
    background: url('/static/images/desktop/new_sg_starr/icon_sport.png') center center;
    background-size: 25px;
}
.not-be-covered .covered-cnt-item:nth-of-type(2) i {
    background: url('/static/images/desktop/new_sg_starr/icon_birth.png') center center;
    background-size: 25px;
}
.not-be-covered .covered-cnt-item:nth-of-type(3) i {
    background: url('/static/images/desktop/new_sg_starr/icon_health.png') center center;
    background-size: 25px;
}
.not-be-covered .covered-cnt-item:nth-of-type(4) i {
    background: url('/static/images/desktop/new_sg_starr/icon_ware.png') center center;
    background-size: 25px;
}
.not-be-covered .covered-cnt-item:nth-of-type(1) ,.not-be-covered .covered-cnt-item:nth-of-type(2) {
    height: 0.8rem;
}
.not-be-covered .covered-cnt-item:nth-of-type(3) ,.not-be-covered .covered-cnt-item:nth-of-type(4) {
    height: 0.95rem;
}
.covered-cnt-item p {
    font-size: 0.15rem;
    color: #ffffff;
    font-family: FreightText W01 Bold;
    margin: 6px 0;
    line-height: 0.18rem;
}
.covered-cnt-item p.desc {
    font-size: 0.11rem;
    line-height: 0.14rem;
    font-family: Gotham;
}

