@charset "UTF-8";
html {
	height: 100%;
}
html,body{min-height: 100%;height: 100%;}

/*reset*/
* {
  margin: 0;
  padding: 0;
  border: none;
  font-family: Helvetica,"Microsoft YaHei UI";
  }

html {
  -webkit-tap-highlight-color: transparent;
  }

ul, ol, li {
  
  list-style: none; }

a {
  text-decoration: none; }

input {
  outline: none;
  /* -webkit-appearance: none; */
  }

.fl {
  float: left; }

.fr {
  float: right; }

body {
  font-size: 14px;
}

a{color: #333;cursor: pointer;}

[v-cloak]{display:none;}

.delay-01{animation-delay:.1s;}
.delay-02{animation-delay:.2s;}
.delay-03{animation-delay:.3s;}
.delay-04{animation-delay:.4s;}
.delay-05{animation-delay:.5s;}
.delay-06{animation-delay:.6s;}
.delay-07{animation-delay:.7s;}
.delay-08{animation-delay:.8s;}
.delay-09{animation-delay:.9s;}
.delay-10{animation-delay:1s;}
.delay-12{animation-delay:1.2s;}
.delay-14{animation-delay:1.4s;}
.delay-16{animation-delay:1.6s;}
.delay-18{animation-delay:1.8s;}
.delay-20{animation-delay:2s;}



/**
 * 全局新增央样式
 * global 为开头
**/

/* 2024新年放假通知  */

.global_box{
    position: fixed;
    top: 0;
    left: 0;
    background: rgba(0,0,0,0.7);
    width: 100%;
    height: 100%;
    z-index: 1000;
    display: flex;
    align-items: center;
    justify-content: center;
}
.global_box .boxWrap {
    background: #fff;
    background-size: cover;
    width: 88%;
    padding: .15rem .1rem .15rem .15rem;
    box-sizing: border-box;
    border-radius: .1rem;
    position: relative;
}
.global_box .boxWrap .gTitle {
    text-align: center;
    font-size: .15rem;
    font-weight: 700;
    padding-bottom: .1rem;
    border-bottom: 1px solid #eee;
    margin-bottom: .1rem;
    margin-right: .15rem;
}
.global_box .boxWrap .content .contentWrap{}
.global_box .boxWrap .content::-webkit-scrollbar-thumb:hover {
	background-color: red;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
.global_box .boxWrap .content::-webkit-scrollbar-thumb {
	background-color: rgba(0, 0, 0, 0.2);
	background-clip: padding-box;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	min-height: 18px;
}
.global_box .boxWrap .content::-webkit-scrollbar {
	width: 5px;
	height: 5px;
	background: rgba(0,0,0,.05);
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
.global_box .boxWrap .img {
    margin: 0!important;
}
.global_box .boxWrap .img img {display: block; max-width: 100%;}
.global_box .close{
    display: block;
    width: .3rem;
    height: .3rem;
    position: absolute;
    top: -.15rem;
    z-index: 1001;
    right: -.15rem;
    margin: 0;
    background: #e20303;
    color: #fff;
    border-radius: 100%;
}
.global_box .close a{
    position: relative;
    display: block;
    width: 100%;
    height: 100%;
}
.global_box .close a::before,.global_box .close a::after{content: '';width: 50%;height: 3px;background: #fff;display: block;position: absolute;top: 45%;left: 24%;}
.global_box .close a::before{
    transform: rotate(45deg);
}
.global_box .close a::after{
    transform: rotate(-45deg);
}
.global_box .boxWrap .content{
    width: 100%;
    font-size: .12rem;
    overflow-y: scroll;
    padding-right: .1rem;
    box-sizing: border-box;
    background: #fff;
    height: calc(100vh - 3rem);
}
.global_box .boxWrap .content p{
    margin-bottom: .17rem;
}
.global_box .boxWrap .content p:nth-child(1){}
.global_box .boxWrap .content p:nth-child(2){
    text-indent: 2em;
}
.global_box .boxWrap .content p:nth-child(3){}
.global_box .boxWrap .content p:nth-child(4){
    font-weight: 700;
    color: #e72e17;
}




