ul,li{
    list-style: none;
}

i{
    font-style: normal;
}

input::-webkit-input-placeholder{
    color:#bbb;
    font-size: 0.28rem;
}
input::-moz-placeholder{   /* Mozilla Firefox 19+ */
    color:#bbb;
    font-size: 0.28rem;
}
input:-moz-placeholder{    /* Mozilla Firefox 4 to 18 */
    color:#bbb;
    font-size: 0.28rem;
}
input:-ms-input-placeholder{  /* Internet Explorer 10-11 */
    color:#bbb;
    font-size: 0.28rem;
}

iframe::-webkit-scrollbar {
    display: none;
}
/*body::-webkit-scrollbar {
    display: none;
}

#my_iframe::-webkit-scrollbar{
    display: none;
}*/
/*pc端 头部菜单导航*/
.head-tab{
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    height: 7%;
    background: white;
    box-shadow: 2px 3px 2px rgb(0 0 0 / 4%);
}

.pc-tab{
    display: none;
}

.head-tab_div{
    width: 60%;
    height: 100%;
    /*height: 60px;*/
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-left: auto;
    margin-right: auto;
}

.head-left img{
    /*max-width: 168px;
    height: 36px;*/
    height: 50%;
    /*display: none;*/
}

.head-left{
    display: flex;
    align-items: center;
    height: inherit;
}

.header-tab_span{
    height: 100%;
    display: flex;
    align-items: center;
    margin-left: 40px;
}

.header-tab_span .tab{
    position: relative;
    display: flex;
    align-items: center;
    height: 100%;
    list-style: none;
    /*display: inline-block;*/
    /*height: 60px;
    line-height: 60px;*/
    font-size: 18px;
    margin-right: 25px;
    /*padding-left: 30px;*/
    white-space: nowrap;
    cursor: pointer;
}

.badge{
    position: absolute;
    background: linear-gradient(-90deg, #FD9501 0%, #FDB901 100%);
    border-radius: 30px;
    color: white;
    font-size: 12px;
    width: 55px;
    text-align: center;
    padding: 3px 0;
    line-height: 1;
    top: 2px;
    left: 20px;
    transform: scale(.9);
}

.badge:after{
    position: absolute;
    content: '';
    width: 0;
    height: 0;
    left: 30%;
    bottom: -7px;
    border-top: 7px solid #FDB901;
    border-right: 10px solid transparent;
    /*border-left: 6px solid transparent;*/
}

/*.header-tab_span i:first-child{
    padding-left: 40px;
}*/

.header-tab_span .tab.active span:first-child{
    /*color: #169FED;*/
    position: relative;
    background-image: linear-gradient(60deg, #169FED 0%, #0C64F8 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    /*color: transparent;*/
}

.header-tab_span .tab.active:after{
    content: "";
    position: absolute;
    bottom: 0;
    width: 35px;
    left: 50%;
    height: 3px;
    background: #169FED;
    background-image: linear-gradient(60deg, #169FED 0%, #0C64F8 100%);
    border-radius: 2px;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}

.head-user{
    font-size: 14px;
}

.head-user img{
    width: 22px;
    height: 22px;
    vertical-align: middle;
}

.user_info i:first-child,.icon_set{
    color:#888888;
    cursor: pointer;
}

.user_info i:last-child{
    color:#000;
}

.split_line{
    margin:0 15px;
    background-color: #BBBBBB;
    display: inline-block;
    width: 3px;
    height: 16px;
}

.head-user span{
    vertical-align: middle;
}

/*移动端 底部菜单导航*/
.footer-tab{
    width: 100%;
    position: fixed;
    /*left: 0;
    right: 0;*/
    bottom: 0;
    height: 8%;
    z-index: 10;
}

.footer-tab_ul{
    max-width: 775px;
    background: white;
    width: 100%;
    display: flex;
    margin-left: auto;
    margin-right: auto;
    border-top: 1px solid #EFEFEF;
    /*box-shadow: 2px -3px 2px rgb(0 0 0 / 4%);*/
    align-items: center;
    height: 100%;
    /*padding: 0 0.4rem;*/
    padding: 0 8px;
    box-sizing: border-box;
    /*justify-content: space-around;*/
}

.footer-tab_ul li{
    flex: 1;
    line-height: 1;
    /*padding: 5px 0;*/
    text-align: center;
    cursor: pointer;
    color: #333;
}

.footer-tab_ul li i.icon{
    font-size: 22px;
}

.footer-tab_ul li .text{
    display: block;
    font-size: 12px;
    margin-top: 3px;
}

.footer-tab_ul li.active{
    color: #169FED;
}

.footer-tab_ul li.active .text{
    background-image: linear-gradient(60deg, #169FED 0%, #0C64F8 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    color: transparent;
}

.footer-tab_ul li .badge{
    top: -25px;
    left: 0;
}

.footer-tab_ul li .badge:after{
    left: 40%;
}

/*----------------------分割线---------------*/
/*强制阅读弹窗样式*/
.readAlert{
    position: fixed;
    width: 320px;
    /*max-width: 300px;*/
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%); /* IE 9 */
    -webkit-transform: translate(-50%,-50%); /* Safari and Chrome */
    -o-transform: translate(-50%,-50%); /* Opera */
    transform: translate(-50%, -50%);
    border-radius: 20px;
    /*padding: 20px;*/
    box-sizing: border-box;
    z-index: 21;
    display: none;
}

.readAlert-con{
    width: 100%;
    background: white;
    border-radius: 20px;
}

.readAlert-con-hd{
    position: relative;
    height: 90px;
    text-align: center;
}

.readAlert-con-hd img{
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
}

.readAlert-con-hd span{
    position: relative;
    display: block;
    letter-spacing: 2px;
    font-size: 16px;
    color: white;
    padding-top: 20px;
    font-weight: 600;
}

.readAlert-con-info{
    /*background-color: #FFFFFF;*/
    padding: 30px 10px;
    font-size: 0;
}

.readAlert-con-info li{
    display: inline-block;
    /*display: flex;
    align-items: center;*/
    width: 50%;
    text-align: center;
    color: #191919;
    cursor: pointer;
}

.readAlert-con-info li img{
    display: inline-block;
    width: 42px;
    height: 42px;
    padding-right: 10px;
}

.readAlert-con-info li span{
    display: inline-block;
    vertical-align:bottom;
}

.readAlert-con-info li i{
    display: block;
    font-style: normal;
}

.readAlert-con-info li .text{
    font-size: 15px;
    line-height: 1;
    padding-bottom: 9px;
}

.readAlert-con-info li .status{
    font-size: 12px;
    width: 34px;
    height: 17px;
    line-height: 17px;
    color: #FD8543;
    background: #FDEDE4;
    border-radius: 3px;
}

.readAlert-con-info li .status.read{
    color: #16CEBA;
    background: #E3FEFB;
}

.readAlert-close{
    text-align: center;
    line-height: 1;
    margin-top: 20px;
    display: none;
}

.readAlert-close span{
    color: white;
    font-size: 30px;
    cursor: pointer;
}
/*强制阅读产品弹窗样式*/
.productAlert-mask{
    position: fixed;
    z-index: 30;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.4);
    /*display: none;*/
}

.productAlert{
    position: fixed;
    z-index: 30;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    display: flex;
    flex-direction: column;
    height: 100%;
}

.productAlert-title{
    background: white;
    letter-spacing: 2px;
    text-align: center;
    font-weight: bold;
    color: #333333;
    font-size: 18px;
    padding: 15px 0;
    line-height: 1;
}

.productAlert-tip{
    background: #FEFAE5;
    font-size: 13px;
    color: #FD9501;
    padding: 8px 16px;
    line-height: 1;
}

.productAlert-tip i:first-child{
    display: inline-block;
    font-style: normal;
    color: white;
    padding: 4px;
    border-radius: 3px;
    /*margin: 0 3px;*/
    transform: scale(0.8);
    -ms-transform:scale(0.8); 	/* IE 9 */
    -moz-transform:scale(0.8); 	/* Firefox */
    -webkit-transform:scale(0.8); /* Safari 和 Chrome */
    -o-transform:scale(0.8); 	/* Opera */
}

.productAlert-list{
    flex: 1;
    overflow: auto;
    background:#F6F6F6;
    padding: 0 10px;
    margin: -1px 0;
}
/*定义滚动条的轨道颜色、内阴影及圆角*/
.productAlert-list::-webkit-scrollbar-track {
    /*-webkit-box-shadow:inset 0 0 6px rgba(0,0,0,0.3);*/
    /*border-radius:10px;*/
    background-color:#fff;
}
/*定义滚动条宽高及背景，宽高分别对应横竖滚动条的尺寸*/
.productAlert-list::-webkit-scrollbar {
    width:10px;
    height: 8px;
    /*background-color:#efefef;*/
}
/*定义滑块颜色、内阴影及圆角*/
.productAlert-list::-webkit-scrollbar-thumb {
    border-radius:10px;
    border: 10px solid #e5e5e5;
    /*-webkit-box-shadow:inset 0 0 6px rgba(0,0,0,.3);
    background-color:#efefef;*/
}

.productAlert-list li:first-child{
    margin-top: 5px;
}

.productAlert-list li{
    margin-top: 10px;
    padding: 12px 10px;
    background-color: #fff;
    border-radius: 10px;
    cursor: pointer;
    overflow: auto;
}

.productAlert-list-empty{
    display: flex;
    align-items: center;
    justify-content: center;
}

.productAlert-list-empty li{
    background: transparent;
    margin: 0;
    padding: 0;
    cursor: default;
}

.productAlert-list-empty li img{
    display: block;
    width: 85px;
    height: 69px;
    margin: 0 auto;
    /*padding-top: 100px;*/
}

.productAlert-list-empty li span {
    display: block;
    margin-top: 20px;
    text-align: center;
    color: #888;
}


.productAlert-list_hd{
    border: 1px solid #eee;
    border-radius: 10px;
    overflow: hidden;
    width: 100px;
    height: 100px;
    /* line-height: 100px; */
    display: flex;
    flex-direction: column;
    justify-content: center;
    /* margin-right: 20px; */
    float: left;
}

.productAlert-list_hd{
    width: 72px;
    height: 72px;
}

.productAlert-list_hd img{
    width: 100%;
}

.productAlert-list_bd{
    padding-left: 85px;
}

.productAlert-list_bd_title{
    line-height: 1;
    margin-bottom: 10px;
}

.productAlert-list_bd_title b{
    margin-right: 5px;
    line-height: 22px;
    color: #000000;
    font-size: 16px;
}

.productAlert-list_bd_title span{
    display: inline-block;
    vertical-align: 2px;
    padding: 4px;
    font-size: 12px;
    border-radius: 3px;
    cursor: pointer;
    color: white;
    line-height: 1;
}

.productAlert-list_desc{
    font-size: 14px;
    color: #888888;
}

/*.productAlert-list_desc span{
    display: block;
}*/

.productAlert-list-loading{
    color: #b4b4b4;
}

.productAlert-list-loading i{
    margin-right: 3px;
}

.productAlert-btn{
    position: relative;
    z-index: 1;
    display: flex;
    justify-content: space-between;
    background: #FFFFFF;
    box-shadow: 0px -1px 10px 0px rgba(0, 0, 0, 0.03);
    padding: 10px 16px;
}

.productAlert-btn span{
    display: inline-block;
    width: 46%;
    height: 45px;
    line-height: 45px;
    color: #169FED;
    background: #FFFFFF;
    border: 1px solid #169FED;
    border-radius: 25px;
    text-align: center;
    letter-spacing: 1px;
    font-weight: bold;
    cursor: pointer;
}

.productAlert-btn span:last-child{
    color: white;
    background: #169FED;
    background-image: linear-gradient(to left, #0C64F8, #169FED);
}

.redGradient{
    background: #FD4006;
    background-image: linear-gradient(to left, #FD4006, #FCBE03);
}
.blueGradient{
    background: #0C64F8;
    background-image: linear-gradient(to left, #0C64F8, #03D3DB);
}
.greenGradient{
    background: #06B390;
    background-image: linear-gradient(to left, #06B390, #33E5B9);
}

.hide {
    display: none;
}

/*通知服务弹窗*/
.noticeAlert{
    position: fixed;
    z-index: 99;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.4);
    /*font-size: 15px;*/
    display: none;
}

.noticeAlert-con{
    position: fixed;
    width: 320px;
    /*max-width: 300px;*/
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%); /* IE 9 */
    -webkit-transform: translate(-50%,-50%); /* Safari and Chrome */
    -o-transform: translate(-50%,-50%); /* Opera */
    transform: translate(-50%, -50%);
    border-radius: 16px;
    /*padding: 20px;*/
    box-sizing: border-box;
    z-index: 100;
    /*background: white;*/
    /*display: none;*/
}

/*.noticeAlert-con{
    width: 100%;
    background: white;
    border-radius: 16px;
}*/

.noticeAlert-con-hd{
    position: relative;
    height: 70px;
    border-radius: 16px 16px 0 0;
    overflow: hidden;
}

.noticeAlert-con-hd img{
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
}

.noticeAlert-con-hd span{
    position: relative;
    display: inline-block;
    letter-spacing: 1px;
    font-size: 20px;
    color: white;
    padding-top: 8%;
    padding-left: 15%;
    font-weight: 700;
    line-height: 1;
}

.noticeAlert-con-info{
    /*background-color: #FFFFFF;*/
    padding: 20px 20px 45px 25px;
    border-radius: 0 0 16px 16px;
    position: relative;
    background: white;
    margin-top: -1px;
}

.noticeAlert-con-info_text{
    max-height: 500px;
    overflow-x: hidden;
    overflow-y: auto;
}

/*定义滚动条的轨道颜色、内阴影及圆角*/
.noticeAlert-con-info_text::-webkit-scrollbar-track {
    /*-webkit-box-shadow:inset 0 0 6px rgba(0,0,0,0.3);*/
    /*border-radius:10px;*/
    background-color:#fff;
}
/*定义滚动条宽高及背景，宽高分别对应横竖滚动条的尺寸*/
.noticeAlert-con-info_text::-webkit-scrollbar {
    width:10px;
    height: 8px;
    /*background-color:#efefef;*/
}
/*定义滑块颜色、内阴影及圆角*/
.noticeAlert-con-info_text::-webkit-scrollbar-thumb {
    border-radius:10px;
    border: 10px solid #e5e5e5;
    /*-webkit-box-shadow:inset 0 0 6px rgba(0,0,0,.3);
    background-color:#efefef;*/
}

.noticeAlert-con-info:after {
    position: absolute;
    content: '';
    width: 10px;
    height: 20px;
    background: rgba(0, 0, 0, 0.4);
    top: 45%;
    transform: translateY(-50%);
    -ms-transform: translateY(-50%); /* IE 9 */
    -webkit-transform: translateY(-50%);/* Safari and Chrome */
    -o-transform: translateY(-50%); /* Opera */
    transform: translateY(-50%);
    right: 0;
    border-radius: 10px 0 0 10px;
    /*border:1px solid #f66;*/
    /*border-right:none;*/


}
.noticeAlert-con-info:before {
    position: absolute;
    content: '';
    width: 10px;
    height: 20px;
    background: rgba(0, 0, 0, 0.4);
    top: 45%;
    transform: translateY(-50%);
    -ms-transform: translateY(-50%); /* IE 9 */
    -webkit-transform: translateY(-50%);/* Safari and Chrome */
    -o-transform: translateY(-50%); /* Opera */
    transform: translateY(-50%);
    left: 0;
    border-radius: 0 10px 10px 0 ;
    margin-top: -1px;
    /*border:1px solid #f66;*/
    /*border-left:none;*/
}

.noticeAlert-con-info,
.noticeAlert-con-info p,
.noticeAlert-con-info span{
    font-size: 15px;
    color: #666666;
    line-height: 22px;
    white-space: normal;
    word-break: normal;
}

.noticeAlert-con-info img{
    width: 100%;
}

.noticeAlert-con-btn{
    position: relative;
    display: block;
    margin: -20px auto 0;
    background: #169FED;
    background-image: linear-gradient(60deg, #169FED 0%, #0C64F8 100%);
    color: white;
    font-size: 16px;
    font-weight: bold;
    letter-spacing: 1px;
    /*padding: 10px 0;*/
    width: 170px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    border-radius: 25px;
    box-shadow: 1px 2px 5px 0px rgba(43, 121, 253, 0.72);
    cursor: pointer;
}

/*.notice-pop .popup_box{
    top: 45%;
}*/

.notice-pop ._title{
    height: 40px;
    line-height: 40px;
    font-size: 16px;
}

.notice-pop ._con{
    max-height: 400px;
    padding: 15px 20px;
    line-height: 20px;
}

/*.notice-pop ._close{
    top: 0.12rem;
}*/

.notice-pop .popup_box{
    max-width: 320px;
    min-width: unset;
}

.proTag-mask{
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: rgba(0,0,0,0.3);
    z-index: 20;
    display: none;
}

.proTag-box{
    position: fixed;
    left: 0;
    right: 0;
    /*top: 0;*/
    bottom: -100%;
    background: white;
    z-index: 21;
    border-radius: 0.32rem 0.32rem 0 0;
    overflow: hidden;
    display: none;
}

.proTag-box_hd{
    background:#169FED;
    background-image: linear-gradient(60deg, #169FED 0%, #0C64F8 100%);
    color: white;
    font-size: 0.32rem;
    letter-spacing: 1px;
    text-align: center;
    padding: 0.32rem 0;
    line-height: 1;
}

.proTag-box-tip{
    background: rgba(254, 250, 229, 1);
    color: rgba(253, 149, 1, 1);
    padding: 0.2rem 0.32rem;
    font-size: 0.24rem;
    line-height: 0.32rem;
}

.proTag-box_bd{
    padding: 0.1rem 0.2rem 0.3rem;
    min-height: 4rem;
    max-height: 6rem;
    overflow: auto;
}

.proTag-box_bd span{
    display: inline-block;
    /*padding: 0 0.36rem;*/
    width: 3rem;
    height: 0.8rem;
    line-height: 0.8rem;
    background: #F5F5F5;
    font-size: 0.28rem;
    margin-left: 0.4rem;
    margin-top: 0.24rem;
    cursor: pointer;
    color: #666666;
    border-radius: 30px;
    text-align: center;
    /*line-height: 1;*/
}

.proTag-box_bd span:last-child{
    margin-right: 0;
}

.proTag-box_bd span.selected{
    background: rgba(22, 159, 237, 0.08);
    /*border: 1px solid rgba(22, 159, 237, 0.08);*/
}

.proTag-box_bd span.selected i{
    background-image: linear-gradient(60deg, #169FED 0%, #0C64F8 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.proTag-box_ft{
    background: #FFFFFF;
    box-shadow: 0px -2px 3px 0px rgba(12, 100, 248, 0.04);
    padding: 0.2rem 0.5rem;
    box-sizing: border-box;
    overflow: hidden;
}

.proTag-box_ft span{
    display: inline-block;
    width: 46%;
    border: 1px solid #169FED;
    border-radius: 0.6rem;
    font-size: 0.3rem;
    font-weight: bold;
    text-align: center;
    letter-spacing: 1px;
    background: white;
    color: #169FED;
    height: 37px;
    line-height: 37px;
    cursor: pointer;
}

.proTag-box_ft span:last-child {
    background-image: linear-gradient(to left, #0C64F8, #169FED);
    color: white;
    float: right;
}

.tabMenu img{
    width: 0.7rem;
}

.tabMenuList{
    position: fixed;
    z-index: 1;
    left: 0;
    right: 0;
    top: 0;
    bottom: 8%;
    background: rgba(0,0,0,0.3);
}

.tabMenuList ul{
    position: absolute;
    bottom: 15px;
    background: white;
    padding: 15px 40px 15px 20px;
    color: #333;
    font-size: 14px;
    right: 15px;
    border-radius: 12px;
}

.tabMenuList ul:after{
    content:"";
    position:absolute;
    bottom:-9px;
    right:15px;
    border-top:10px solid white;
    border-left:10px solid transparent;
    border-right:10px solid transparent;
}

.tabMenuList ul li{
    cursor: pointer;
    margin-bottom: 15px;
    text-align: center;
    position: relative;
}

.tabMenuList ul li:last-child{
    margin-bottom: 0;
}

.tabMenuList ul li.active,
.tabMenuList ul li:hover{
    color: #169FED;
}

.tabMenuList ul li i.icon{
    display: inline-block;
    /*padding-left: 10px;*/
    vertical-align: -2px;
    font-size: 20px;
}

.tabMenuList ul li span.text{
    display: inline-block;
    padding-left: 10px;
    font-size: 15px;
}

.tabMenuList ul li .badge{
    top: -18px;
    left: 36px;
    transform: scale(1);
}

.tabMenuList ul li .badge:after{
    left: 40%;
    bottom: -6px;
}


.popMask{
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(0,0,0,0.3);
    width: 100%;
    height: 100%;
    z-index: 10;
    display: none;
}

.popBox{
    position: fixed;
    width: 100%;
    /*height: 100%;*/
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 11;
    display: none;
    border-radius: 0.32rem 0.32rem 0 0;
    overflow: hidden;
}

.popBox-title{
    position: relative;
    text-align: center;
    /*font-weight: 600;*/
    /*margin-top: 10px;*/
    padding: 0.24rem 0.3rem;
    background: linear-gradient(90deg, #169FED 0%, #0C64F8 100%);
    border-radius:0.32rem 0.32rem 0 0;
    line-height: 1;
}

.popBox-title b{
    font-size: 0.34rem;
    color: white;
    letter-spacing: 2px;
}

.popBox-title span{
    position: absolute;
    font-size: 0.48rem;
    color: white;
    top: 0.24rem;
    right: 0.3rem;
    cursor: pointer;
}

.popBox-body{
    background: #f6f6f6;
    min-height: 2.4rem;
}

.popBox-body-tip{
    font-size: 0.28rem;
    letter-spacing: 1px;
    padding: 0.3rem;
    color: #888888;
    line-height: 1;
}

.popBox-body-ul li{
    background: white;
    padding: 0.3rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
    line-height: 1;
}

.popBox-body-ul li span{
    display: inline-block;
    color: #191919;
    font-size: 0.3rem;
    letter-spacing: 1px;
}

.switchBtn {
    position: relative;
    display: inline-block;
    width: 1rem;
    height: 0.48rem;
    background: #DDDDDD;
    border-radius: 0.24rem;
    -webkit-transition: .4s;
    transition: .4s;
    cursor: pointer;
}

.switchBtn.open{
    background: linear-gradient(90deg, #169FED 0%, #0C64F8 100%);
}

.switchBtn:before {
    position: absolute;
    content: "";
    height: 0.36rem;
    width: 0.36rem;
    left: 0.06rem;
    bottom: 0.06rem;
    background-color: white;
    -webkit-transition: .4s;
    transition: .4s;
    border-radius: 50%;
}

.switchBtn.open:before{
    -webkit-transform: translateX(0.5rem);
    -ms-transform: translateX(0.5rem);
    transform: translateX(0.5rem);
}


@media screen and (min-width: 750px){
    body, html {
        width: 100%;
        height: 100%;
        background-color: #f6f6f6;
        max-width: 100%;
        margin: 0;
    }

    #my_iframe{
        height: 92% !important;
    }

    .phone-tab{
        display: none;
    }

    .pc-tab{
        display: block;
    }

    .readAlert{
        width: 300px;
    }

    .noticeAlert-con{
        width: 400px;
    }

    .noticeAlert-con-hd{
        height: 90px;
    }

    .noticeAlert-con-hd span {
        letter-spacing: 3px;
        font-size: 22px;
    }

    .notice-pop ._title{
        height: 50px;
        line-height: 50px;
        font-size: 18px;
    }
    .notice-pop ._con{
        padding: 20px;
        line-height: 22px;
        max-height: 500px;
    }
    .notice-pop .popup_box{
        max-width: 600px;
    }

    .productAlert{
        max-width: 700px;
        max-height: 600px;
        border-radius: 16px;
        overflow: hidden;
        margin: auto;
    }

    .productAlert-btn{
        justify-content: center;
    }

    .productAlert-btn span{
        width: 110px;
        margin: 0 15px;
        height: 36px;
        line-height: 36px;
        font-weight: normal;
    }

    .proTag-box{
        top: 50%;
        left: 50%;
        bottom: unset!important;
        transform: translate(-50%,-50%);
        -ms-transform: translate(-50%,-50%); /* IE 9 */
        -webkit-transform: translate(-50%,-50%); /* Safari and Chrome */
        -o-transform: translate(-50%,-50%); /* Opera */
        transform: translate(-50%, -50%);
        border-radius: 16px;
        overflow: hidden;
        width: 535px;
    }

    .proTag-box_hd{
        font-size: 17px;
        padding: 15px 0;
    }

    .proTag-box_bd{
        padding: 24px 10px 24px 24px;
        min-height: 170px;
        /*min-height: 170px;*/
    }

    .proTag-box_bd span:first-child{
        margin-left: 0;
    }

    .proTag-box_bd span{
        font-size: 14px;
        width: 150px;
        /*padding: 0 18px;*/
        margin: 0 16px 20px 0;
        height: 38px;
        line-height: 38px;
    }

    .proTag-box_ft{
        text-align: center;
        padding: 0 0 30px;
        box-shadow: none;
    }

    .proTag-box_ft span{
        width: 100px;
        height: 36px;
        line-height: 36px;
        margin: 0 12px;
        font-size: 14px;
        font-weight: normal;
    }

    .proTag-box_ft span:last-child{
        float: none;
    }

    .popBox{
        width: 420px;
        height: unset;
        top: 50%;
        left: 50%;
        bottom: unset;
        transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        -moz-transform: translate(-50%, -50%);
        -webkit-transform: translate(-50%, -50%);
        -o-transform: translate(-50%, -50%);
        border-radius: 16px;
    }

    .popBox-body-tip{
        font-size: 14px;
        padding: 16px 20px;
    }

    .popBox-title b{
        font-size: 17px;
    }

    .popBox-title span{
        font-size: 24px;
        top: 10px;
        right: 20px;
    }

    .popBox-body-ul li{
        padding: 10px 20px;
    }

    .popBox-body-ul li span{
        font-size: 15px;
    }
}

@media screen and (max-width: 750px){
    .productAlert-btn-one span{
        width: 100%;
    }
}
