/*banner开始*/

.banner-ul {
    width: 100%;
    height: 100%;
    overflow: hidden;
    position: relative;
  }
  
  .banner-ul li {
    width: 100%;
    height: 100%;
    position: relative;
    display: none;
    float: left;
  }
  
  .banner-ul li.on {
    display: block;
  }
  
  .banner-ul li img {
    width: 100%;
    height: 100%;
  }
  
  /*swiper*/
  
  .swiper-slide img {
    width: 100%;
    height: 100%;
  }
  
  /* swiper 结束 */
  
  .banner .banner-container {
    height: 320px;
    max-width: 1000px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -160px -500px;
    z-index: 8;
  }
  
  .title {
    text-align: left;
    width: 720px;
    margin-top: 60px;
    float: left;
  }
  
  .title h1 {
    font-size: 50px;
    font-weight: 500;
  }
  
  .title h3 {
    font-size: 36px;
    margin-top: 36px;
    font-weight: normal;
  }
  
  .qr {
    width: 280px;
    height: 320px;
    border-radius: 5px;
    padding: 35px 55px;
    background:rgba(30, 30,42, 0.8);
    float: right;
  }
  
  .qr h4 {
    font-size: 24px;
  }
  
  .qr h6 {
    font-size: 14px;
    margin-top: 12px;
    font-weight: normal;
  }
  
  .qrimg {
    width: 170px;
    height: 170px;
    padding: 15px 15px 12px;
    background: #fff;
    border-radius: 10px;
    margin: 15px auto 0;
  }
  /*banner结束*/
  
  /*选择开始*/
  .choose-main {
    padding-left: 25px;
  }
  
  .choose-title {
    width: 270px;
    height: 300px;
    padding: 25px 25px 40px; 
    background: #E43031;
    border-radius: 5px;
    box-shadow: 0 0 25px rgba(136, 136, 136, 0.25);
  }
  
  .choose-title span {
    font-weight: bolder;
    display: block;
    margin-bottom: 120px;
  }
  
  .choose-title h2 {
    margin-bottom: 10px;
    font-weight: 500;
  }
  
  .choose-title h1 {
    font-size: 26px;
  }
  
  .choose-content {
    position: absolute;
    margin:-262px 0 0 198px;
    width: 792px;
    height: 470px;
    background: #fff;
    border-radius: 5px;
    box-shadow: 0 0 25px rgba(136, 136, 136, 0.25);
  }
  
  .reason {
    width: 264px;
    height: 235px;
    padding: 30px 32px;
    border-right: 1px solid;
    border-bottom: 1px solid;
    border-color: #ECECEC;
    float: left;
  }
  
  div.reason.choose-reason {
    border-right: 0;
  }
  
  div.reason.choose-bottom {
    border-bottom: 0;
  }
  
  .reason-image {
    width: 56px;
    height: 54px;
  }
  
  .reason2, .reason6 {
    margin-top: -3px;
  }
  
  .reason4 {
    margin-top: 3px;
  }
  
  .reason-word h2 {
    font-size: 20px;
    color: #1C1C1C;
    line-height: 46px;
  }
  
  .reason-word p {
    color: #888888;
    font-size: 14px;
    line-height: 22px;
  }
  
  .watermark {
    margin-top: 145px;
  }
  /*选择结束*/
  
  /*下载开始*/
  
  .download .download-image1 {
    left: 0;
    top: 0;
    max-height: 750px;
    width: 100%;
    visibility: hidden;
  }
  
  .download .download-image {
    position: relative;
    min-height: 750px;
    min-width: 100%;
    display: block;
  }
  
  
  
  .download .iphonex {
    height: 586px;
    position: absolute;
    left: 50%;
    bottom: 0;
    margin: 0 -500px;
    z-index: 8;
  }
  
  .iphonex-image {
    width: 510px;
    float: left;
  }
  
  .iphonex-image img {
    width: 100%;
  }
  
  .download-word {
    float: right;
    width: 392px;
    margin-top: 50px;
    position: relative;
  }
  
  .download-word h2 {
    font-size: 34px;
    margin-bottom: 20px;
  }
  
  .download-word p {
    font-size: 14px;
    line-height: 26px;
  }
  
  .download-word a {
    padding: 8px 0 9px;
    border-radius: 5px;
    color: #fff;
    font-size: 18px;
    display: inline-block;
    width: 175px;
    line-height: 2.2em;
    text-align: center;
    text-indent: 40px;
    transition: all .6s;
  }
  
  .download-word a.ios {
    background: url("https://static-public.jesselauristonlivermore.com/hk-livermore/ios.png") no-repeat 35px center #E43031;
    cursor: pointer;
  }
  
  .download-word a.android {
    background: url("https://static-public.jesselauristonlivermore.com/hk-livermore/android.png") no-repeat 22px center #E43031;
    text-indent: 34px;
    float: right;
    cursor: pointer;
  }
  
  .download-word a.h5download {
    background: #E43031;
    text-indent: 0;
    display: none;
  }
  
  .codebox {
    padding: 15px 15px 10px;
    background: #fff;
    border-radius: 10px;
    width: 210px;
    margin: 15px auto 20px;
  }
  
  .codebox .appcode {
    width: 180px;
  }
  
  /*下载结束*/
  
  /*特点开始*/
  
  .features-list {
    height: 300px;
    border-radius: 5px;
    padding: 60px 0 54px 0;
    margin-top: 100px;
    box-shadow: 0 8px 25px rgba(136, 136, 136, 0.25);
  }
  
  .product {
    width: 333.33px;
    height: 100%;
    border-right: 1px solid #ECECEC;
    float: left;
  }
  
  .product .features-image {
    width: 90px;
    height: 67px;
    margin: 0 auto;
  }
  
  .features-image .features1 {
    margin-top: 12px;
  }
  
  .features-word h2 {
    font-size: 20px;
    margin: 55px 0 15px;
  }
  
  .features-word p {
    font-size: 16px;
    color: #888888;
  }
  
  .features-list div:last-child {
    border-right: 0;
  }
  
  /*特点结束*/
  
  /*团队开始*/
  
  .team {
    width: 100%;
    padding: 100px 0 72px;
    position: relative;
    color: #fff;
    text-align: center;
    background: #E43031;
  }
  
  .team-h3 {
    padding: 0 15%;
  }
  
  .team-work {
    margin-top: 100px;
    height:auto;
    overflow: hidden;
  }
  
  .team-list {
    width: 314px;
    height: 200px;
    background: #fff;
    border-radius: 5px;
    color: #1C1C1C;
    padding-bottom: 35px; 
    float: left;
    margin: 0 29px 29px 0;
    box-shadow: 0 0 25px rgba(136, 136, 136, 0.25);
  }
  
  div.team-list.last {
    margin-right: 0;
  }
  
  .team-logo {
    height: 137px;
  }
  
  .team1 {
    margin-top: 32px;
    width: 55%;
  }
  
  .team2 {
    margin-top: 46px;
  }
  
  .team3 {
    margin-top: 32px;
  }
  
  .team4 {
    margin-top: 25px;
    width: 140px;
  }
  
  .team5 {
    margin-top: 25px;
  }
  
  .team6 {
    margin-top: 25px;
  }
  
  .team2, .team3, .team6 {
    width: 72%;
  }
  
  .team-list h2 {
    font-size: 20px;
    margin-bottom: 0;
    font-weight: normal;
  }
  
  /*团队结束*/
  
  /*安全开始*/
  .safebt {
    height: 100px;
    width: 100%;
  }
  
  .safe-h3 {
    padding: 0 15%;
  }
  
  .safe-list, .cooperation-list {
    border-bottom: 1px solid #ECECEC;
    overflow: hidden;
    padding: 100px 0;
  }
  
  .safe-logo {
    width: 333.33px;
    height: 80px;
    float: left;
    position: relative;
  }
  
  .safe-logo img {
    max-width: 100%;
    /* max-height: 100%; */
  }
  
  .sl-1 img {
    height: 140px;
    position: relative;
    top: -45px;
  }
  
  .sl-2 img {
    height: 80px;
  }
  
  .safe-2 img {
    height: 47px;
    margin-top: 3px;
  }
  
  .safe-3 img {
    margin-top: 7px;
  }
  
  .safe .safe-logo:last-child {
    padding-top: 20px;
  }
  
  .cooperation-logo {
    width: 300px;
    height: 75px;
    float: left;
  }
  
  /*安全结束*/
  
  /*合作开始*/
  
  .cooperation {
    padding: 0;
  }
  
  .cooperation-h3 {
    padding: 0 15%;
  }
  
  .cooperation-logo {
    height: 85px;
    margin-bottom: 70px;
  }
  
  .cooperation2, .cooperation4 {
    margin-top: -20px;
  }
  
  .cooperation3 {
    margin-top: 5px;
  }
  
  .cooperation7, .cooperation8, .cooperation10 {
    margin-top: 28px;
  }
  
  .cooperation13 {
    margin-top: 25px;
  }
  
  .cooperation15 {
    margin-top: 28px;
  }
  
  div.app-download.show {
    display: none;
  }
  
  /*合作结束*/
  
  @media (max-width: 1050px) {
    .banner .banner-container {
        margin: -140px -50%;
        padding: 0 25px;
    }
  
    .title {
        width: 620px;
    }
  
    .qr {
        height: 300px;
        width: 260px;
        padding: 25px 46px;
    }
  
    .choose-content {
        width: 690px;
    }
  
    .reason {
        width: 230px;
        height: 235px;
        padding: 30px;
    }
  
    .reason h2 {
        font-size: 16px;
        line-height: 36px;
    }
  
    .reason-image {
        margin-bottom: 10px;
    }
  
    .watermark img {
        width: 880px;
    }
  
    .choose-main {
        width: 900px;
    }
  
    .features-list {
        width: 900px;
    }
  
    .product {
        width: 300px;
    }
  
    .team-work {
        width: 925px;
    }
  
    .team-list {
        width: 280px;
    }
  
    .safe-list {
        width: 900px;
    }
  
    .safe-logo, .cooperation-logo {
        width: 300px;
    }
  
    .safe-logo:last-child img {
        width: 272px;
    }
  
    .download-word {
        float: left;
        margin-left: 30px;
    }
  
    .cooperation #slider-wrap {
        width: 900px;
    }
  
    #slider-wrap #slider .cooperation-list {
        width: 900px;
    }
  
  }
  
  @media (max-width: 950px) {
    .title {
        width: 460px;
    }
  
    .title h1 {
        font-size: 36px;
    }
  
    .title h3 {
        font-size: 24px;
    }
  
    .choose-main {
        width: 760px;
    }
  
    .choose-content{
        width: 600px;
        margin: -262px 0 0 140px;
    }
  
    .choose-title h1 {
        font-size: 18px;
    }
  
    .watermark img {
        width: 740px;
    }
  
    .reason {
        width: 200px;
        padding: 20px;
    }
  
    .reason-word p {
        line-height: 20px;
    }
  
    .download .iphonex {
        margin: 0 -50%;
    }
  
    .iphonex-image {
        width: 350px;
        margin-top: 184px;
    }
  
    .features-list {
        width: 765px;
    }
  
    .product {
        width: 255px;
    }
  
    .team-work {
        width: 760px;
    }
  
    .team-list {
        width: 225px;
    }
  
    .team4{
        width: 70%;
        height: 90px;
    }
  
    .safe-list {
        width: 760px;
    }
  
    .safe-logo{
        width: 250px;
    }
  
    .cooperation #slider-wrap {
        width: 765px;
    }
  
    #slider-wrap #slider .cooperation-list {
        width: 765px;
    }
  
    .cooperation-logo {
        width: 255px;
    }
  
  }
  
  @media (max-width: 780px) {
    /* swiper */ 
    .swiper-button-prev, .swiper-button-next {
        display: none;
    }
  
    /*banner开始*/
    .banner .banner-container {
        width: 100%;
        height: 180px;
        z-index: 8;
        margin: -140px -50%;
    }
  
    .banner .left,.banner .right {
        /* width: 4.5%; */
        display: none;
    }
  
    .circle font {
        width: 7px;
        height: 7px;
    }
  
    .title {
        text-align: center;
        width: 100%;
        margin-top: 20px;
        float: none;
    }
  
    .title h1 {
        font-size: 28px;
    }
  
    .title h3 {
        font-size: 18px;
        margin-top: 15px;
        font-weight: normal;
    }
  
    .qr {
        width: 39%;
        height: auto;
        padding: 20px;
        float: none;
        margin: 20px auto 0;
    }
    
    .qr h4 {
        font-size: 18px;
    }
  
    .qr h6 {
        margin-top: 0;
    }
        
    .qrimg {
        width: 80%;
        height: 80%;
        padding: 7px;
    }
  
    /*banner结束*/
  
    /*选择开始*/
  
    .choose-title {
        width: 90%;
        height: auto;
        margin: 0 auto;
        padding: 20px 20px 20px; 
        overflow: hidden;
    }
  
    .choose-title span {
        margin-bottom: 10px;
        text-align: center;
        font-size: 14px;
    }
  
    .choose-title h2, .choose-title h1 {
        display: none;
    }
  
    .choose-content {
        position: relative;
        margin:-10px auto 0;
        width: 570px;
        height: auto;
        overflow: hidden;
    }
  
    .reason {
        width: 50%;
        height: 225px;
        padding: 25px 25px 18px;
    }
  
    div.reason.choose-reason {
        border-right: 1px solid #ECECEC;
    }
  
    div.reason.choose-bottom {
        border-bottom: 1px solid #ECECEC;
    }
  
    div.choose-content div.reason:nth-of-type(even) {
        border-right: 0;
    }
  
    .reason-image {
        margin: 0 auto 6px;
    }
  
    .reason3 {
        margin-top: 3px;
    }
  
    .reason4 {
        margin-top: -2px;
    }
  
    .reason-word h2 {
        font-size: 18px;
        text-align: center;
    }
  
    .reason-word p {
        text-align: center;
    }
  
    .watermark {
        margin-top: -20px;
        width: 100%;
    }
  
    .watermark img {
        width: 100%;
    }
  
    /*选择结束*/
  
    /*下载开始*/
  
    .download .download-image {
        min-height: auto;
        height: 680px;
    }
  
    .download .iphonex {
        width: 100%;
        top: 8%;
        left: 0;
        margin: 0;
        height: auto;
        position: relative;
    }
  
    .iphonex-image {
        width: 47%;
        position: absolute;
        bottom: 0;
        left: 50%;
        margin-left: -33%;
        margin-bottom: -5px;
        float: none;
    }
  
    .iphonex-image img {
        width: 100%;
    }
  
    .download-word {
        float: none;
        width: 65%;
        position: absolute;
        top: -670px;
        left: 50%;
        margin-left: -30%;
    }
  
    .codebox {
        display: none;
    }
  
    .download-word h2 {
        font-size: 22px;
        margin-bottom: 15px;
        text-align: center;
    }
  
    .download-word p {
        line-height: 24px;
        text-align: center;
    }
  
    .download-word a.ios {
        display: none;
    }
  
    .download-word a.android {
        display: none;
    }
  
    .download-word a.h5download {
        display: block;
        line-height: 1.8em;
        width: 60%;
        margin: 25px auto;
        text-indent: 0;
  
    }
  
    div.app-download.show {
        display: block;
        position: fixed;
        bottom: 0;
        color: #fff;
        background: rgba(0, 0, 0, 0.85);
        width: 100%;
        left: 0;
        text-align: left;
        height: 70px;
        padding: 15px 18px;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        z-index: 10;
    }
  
    section.download-reason.switch.lastone {
        margin-bottom: 60px;
    }
  
    /*下载结束*/
  
    /*特点开始*/
  
    .features-list {
        height: auto;
        padding: 0;
        margin-top: 50px;
        width: 530px;
    }
  
    .product {
        width: 100%;
        padding: 30px 15px 40px;
        height: 33.33%;
        border-right: 0;
        border-bottom: 1px solid #ECECEC;
        float: none;
    }
  
    .features-word h2 {
        font-size: 20px;
        margin: 45px 0 15px;
    }
  
    .features-list div:last-child {
        border-bottom: 0;
    }
  
    /*特点结束*/
  
    /*团队开始*/
  
    .team {
        padding: 40px 0;
    }
  
    .team-work {
        width: 530px;
        margin-top: 35px;
    }
  
    .team-list {
        width: 47%;
        height: 180px;
        padding-bottom: 25px; 
        margin: 10px 0;
    }
  
    div.main.team-work div.team-list:nth-of-type(even) {
        float: right;
    }
  
    .team-logo {
        height: 130px;
    }
  
    .team-logo img {
        width: 75%;
    }
  
    .team1, .team3 {
        margin-top: 40px;
    }
  
    img.team1 {
        width: 60%;
    }
  
    img.team4 {
        width: 60%;
        height: 90px;
    }
  
    /*团队结束*/
  
    /*安全开始*/
  
    .cooperation #slider-wrap {
    width: 576px;
    height: 420px;
  }
  
  #slider-wrap div#slider{
    width:100%;
    height:100%;
    }
    
    #slider-wrap #slider .cooperation-list {
        width: 576px;
        height: 370px;
    }
  
    .safe-list {
        width: 576px;
    }
  
    .cooperation-list {
        width: 576px;
    }
  
    .safe-list {
        padding-bottom: 40px;
        padding-top: 50px;
    }
  
    .safe-logo {
        width: 100%;
        float: left;
        margin: 20px 0;
    }
  
    .sl-1 img {
        height: 115px;
    }
  
    .cooperation-list {
        margin-top: 50px;
        padding-bottom: 0;
    }
  
    /*安全结束*/
  
    /*合作开始*/
  
    .cooperation-logo {
        width: 33.33%;
        height: 33.33%;
        float: left;
        margin-bottom: 0;
    }
  
    #slider-wrap #pagination-wrap {
        margin-top: 350px;
    }
  
    .cooperation-logo img {
        width: 90%;
    }
  
    .cooperation2 {
        margin-top: 0;
    }
  
    .cooperation3 {
        margin-top: 5px;
    }
  
    .cooperation7, .cooperation8 {
        margin-top: 28px;
    }
  
    .cooperation10 {
        margin-top: 20px;
    }
  
    .cooperation13 {
        margin-top: 25px;
    }
  
    .cooperation14 {
        margin-top: 10px;
    }
  
    div.app-download.show {
        display: none;
    }
  
    /*合作结束*/
  }
  
  @media (max-width: 580px) {
  
    .qr {
        width: 55%;
    }
  
    .choose .choose-main {
        width: 320px;
    }
  
    .choose-content {
        width: 320px;
    }
  
    .reason {
        height: 256px;
        padding: 20px;
    }
  
    .reason-word h2 {
        font-size: 14px;
    }
  
    .ts-reason {
        padding: 20px 10px;
    }
  
    .ts-reason .reason-word p {
        padding: 0 10px;
    }
  
    .features-list {
        width: 320px;
    }
  
    .team-work {
        width: 320px;
    }
  
    .team-list {
        height: 160px;
    }
  
    .team-logo {
        height: 108px;
    }
  
    .team-logo .team4 {
        height: 65px;
    }
  
    .safe-list {
        width: 320px;
    }
  
    .safe-logo:last-child img {
        width: 255px;
    }
  
    .download .download-image {
        height: 620px;
    }
  
    .iphonex-image {
        width: 55%;
        position: absolute;
        bottom: 0;
        left: 50%;
        margin-left: -37%;
        margin-bottom: -6px;
        float: none;
    }
  
    .download-word {
        width: 74%;
        top: -600px;
        margin-left: -37%;        
    }
  
    .cooperation #slider-wrap {
        width: 320px;
        height: 300px;
    }
  
    #slider-wrap #slider .cooperation-list {
        width: 320px;
        height: 280px;
    }
  
    #slider-wrap #pagination-wrap {
        margin-top: 230px;
    }
  
    .cooperation-logo {
        height: 85px;
        margin-bottom: 0px;
    }
  
    .cooperation1 {
        margin-top: 5px;
    }
  
    .cooperation4 {
        margin-top: -11px;
    }
  
    .cooperation7 {
        margin-top: 10px;
    }
    .cooperation8 {
        margin-top: 14px;
    }
  
    .cooperation10 {
        margin-top: 10px;
    }
  
    .cooperation13 {
        margin-top: 22px;
    }
  
    .cooperation15 {
        margin-top: 20px;
    }
  
  }
  
  .wrap {
    margin: 0 auto;
    width: 1000px;
  }
  
  .notice {
    position: relative;
    height: 40px;
    margin-top: 2px;
    margin-bottom: -42px;
    overflow: hidden;
    z-index: 99
  }
  
  .notice .text01 {
    float: left;
    height: 40px;
    background-color: #fff4dc;
    font-size: 14px;
    line-height: 40px;
    color: #595757;
    padding-left: 15px;
    width: 70px;
    box-sizing: border-box
  }
  
  .notice .text01 i {
    display: inline-block;
    background: url(https://static-public.jesselauristonlivermore.com/hk-livermore/notice_sound.png?20180716) no-repeat;
    width: 12px;
    height: 12px;
    background-size: 12px 12px;
    margin-top: 15px;
    vertical-align: top
  }
  
  .notice .text01 span {
    padding-left: 3px
  }
  
  .notice .text02 {
    width: 930px;
    height: 40px;
    font-size: 14px;
    line-height: 40px;
    padding-right: 30px;
    background-color: #fff4dc;
    color: #595757;
    float: left;
    box-sizing: border-box
  }
  
  .notice .text02 .inner {
    height: 40px;
    display: inline;
    position: relative;
    float: left;
    overflow: hidden;
    width: 100%
  }
  
  .notice .text02 .inner .j-slide-notice {
    white-space: nowrap;
    font-size: 14px;
    line-height: 20px;
    padding: 10px 10px 10px 20px;
    box-sizing: border-box
  }
  
  .notice .text02 .inner .j-slide-notice span {
    padding-right: 120px
  }
  
  .notice .closeicon .noticeicon {
    background-image: url(https://static-public.jesselauristonlivermore.com/hk-livermore/notice_close.png?20181218);
    width: 16px;
    height: 16px;
    position: absolute;
    right: 10px;
    top: 10px;
    background-size: 16px 16px;
    cursor: pointer
  }
  
  .marquee {
      overflow: hidden;
      white-space: nowrap;
      box-sizing: border-box;
      animation: marquee 80s linear infinite;
  }
  
  @keyframes marquee {
      0% { 
      text-indent:15em;
      /* transform: translateX(0px) */
      }
      100% {
      text-indent: -260em;
      
      }
  }
  
  #notice_box {
    position: fixed;
    left: 0;
    top: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    z-index: 500;
  }
  
  .notice_pop {
    position: absolute;
    left: 50%;
    width:800px;
    padding: 50px 100px;
    margin-left: -400px;
    /* height: 50%; */
    top: 111px;
    background: #fff;
    color: #000;
    z-index: 500;
  }
  
  .notice_pop img {
    position: absolute;
    width: 18px;
    height: 18px;
    right: -25px;
    top: -25px;
    cursor: pointer;
  }
  
  .notice_pop .title {
    position: relative;
    text-align: center;
    margin-bottom: 38px;
    height: 33px;
    font-size: 24px;
    font-family: PingFang-SC-Bold, PingFang-SC;
    font-weight: bold;
    color: #1D1D1D;
    line-height: 33px;
    margin-top: 0;
    width: 100%;
  }
  
  .notice_pop .title span {
      position: absolute;
      bottom: 0;
      left: 49%;
      transform: translateX(-50%);
      height: 11px /* 16/50 */;
      background-color: #E60000;
      z-index: -1;
      width: 368px;
      
  }
  
  .notice_pop .cont {
    font-size: 16px;
    color: #212529;
  
    line-height: 28px;
  }
  
  .notice_pop .cont .subtitle {
    font-size: 18px;
    font-weight: 500;
    line-height: 25px;
  }
  
  .notice_pop .cont p {
    margin-bottom: 10px;
  }
  
  .notice_pop .kefu {
    margin-top: 25px;
  }
  
  
  
  
  @media screen and (max-device-width: 768px) {
    .wrap{
        width: 100%;
    }
  
    .notice .text01 {
      width: 20%;
      padding-left: 12px
    }
  
    .notice .text02 {
        width: 80%;
        padding-right: 30px
    }
  
    .notice_pop {
      width: 80%;
      margin-left: -40%;
      padding: 50px;
  
    }
  
  
  
  
  }
  
  @media screen and (max-device-width: 580px) {
    .notice_pop .cont .subtitle {
      font-size: 10px;
    }
  
    .notice_pop {
      padding: 35px;
    }
  
    .notice_pop .title {
      font-size: 18px;
      line-height: 20px;
      height: 20px;
      margin-bottom: 18px;
    }
  
    .notice_pop .cont {
      font-size: 12px;
    }
  
    .notice_pop img {
      width: 13px;
      height: 13px;
      top: -18px;
      right: -18px;
    }
  
    .notice_pop .cont p {
      margin-bottom: 8px;
    }
  
    .notice_pop .title span {
      height: 8px;
      width: 76%;
    }
  
    .notice_pop .kefu {
      margin-top: 18px;
    }
  }
  
  @media screen and (max-device-width: 414px) {
    .notice_pop .cont .subtitle {
      font-size: 10px;
    }
  
    .notice_pop {
      padding: 25px;
    }
  
    .notice_pop .title {
      font-size: 14px;
      line-height: 15px;
      height: 15px;
      margin-bottom: 18px;
    }
  
    .notice_pop .cont {
      font-size: 8px;
    }
  
    .notice_pop img {
      width: 9px;
      height: 9px;
      top: -13px;
      right: -13px;
    }
  
    .notice_pop .cont p {
      margin-bottom: 5px;
    }
  
    .notice_pop .title span {
      height: 6px;
      width: 76%;
    }
  
    .notice_pop .kefu {
      margin-top: 12px;
    }
  }
  
  @media screen and (max-device-width: 320px) {
    .notice_pop .cont .subtitle {
      font-size: 9px;
    }
  
    .notice_pop {
      padding: 25px;
    }
  
    .notice_pop .title {
      font-size: 12px;
      line-height: 15px;
      height: 15px;
      margin-bottom: 18px;
    }
  
    .notice_pop .cont {
      font-size: 8px;
    }
  
    .notice_pop img {
      width: 9px;
      height: 9px;
      top: -13px;
      right: -13px;
    }
  
    .notice_pop .cont p {
      margin-bottom: 5px;
    }
  
    .notice_pop .title span {
      height: 6px;
      width: 75%;
    }
  
    .notice_pop .kefu {
      margin-top: 12px;
    }
  
    .notice .text01 {
      width:21%
    }
  
    .notice .text02 {
        width: 79%
    }
  }
  
  
  
  