body {
    margin: 0px;
    padding: 0px;
    font-size: 16px;
    font-family: Microsoft YaHei;
    color: #333;
    position: relative;
    text-size-adjust: none;
    background: #fff;
    min-width: 1568px;
}
/* body::-webkit-scrollbar {
    display: none;
} */

ul,
li {
    list-style: none;
    margin: 0px;
    padding: 0px;
}

a {
    color: #06c;
    text-decoration: none;
}

.hide {
    display: none;
}

/* 图标 */
.icon-search {
    width: 15px;
    height: 15px;
    border-radius: 50%;
    border: 2px solid #fff;
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.icon-search::after {
    content: "";
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    transform: rotate(45deg);
    width: 8px;
    height: 3px;
    position: absolute;
    top: 14px;
    left: 13px;
    background-color: #fff;
}

.icon-narrow::after {
    content: '';
    display: inline-block;
    width: 8px;
    height: 8px;
    border-top: 1px solid #666;
    border-right: 1px solid #666;
    transform: rotate(45deg);
}

/* 页面背景 */
.bg {
    width: 100%;
    min-width: 1200px;
    /* height: 5240px; */
    height: 100%;
    margin: 0 auto;
    position: absolute;
    top: 0;
    z-index: -1;
}

/* header */
.header {
    position: relative;
    width: 100%;
    height: 900px;
    min-width: 1568px;
    background-image: url('../../Img/pc/header-bg.png');
    background-size: 100% 100%;
}
.header .header-bg {
    width: 100%;
}
.header .header-logo {
    position: absolute;
    top: 80px;
    left: 5%;
    width: 183px;
    height: 81px;
}
.header .header-text {
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    top: 220px;
    margin: 0 auto;
}


/* 专场区域 */
.region-block {
    width: 1200px;
	height: 80px;
    position: absolute;
    left: 0;
    right: 0;
    /* bottom: 180px; */
    bottom: 4%;
    margin: 0 auto;
	background-color: #070a13;
	border-radius: 40px;
    display: flex;
    justify-content: space-around;
    align-items: center;
}
.region-block .region-item { 
    min-width: 200px;   
    height: 80px;
    line-height: 80px;
    padding: 0 30px;
    font-weight: bold;
    color: #eee;
	font-size: 32px;
    cursor: pointer;
    text-align: center;
	letter-spacing: 4px;
}
.region-block .region-item:hover {
    color: #054c47;
    color: #099492;
    /* font-size: 34px; */
}
.region-block .region-item.current {
    color: #fff;
    font-weight: bold;
    font-size: 34px;
    letter-spacing: 6px;
    background: url('../../Img/pc/select-bg.png');
    background-size: 100% 100%;
}

/* footer */
.foot-ifame {
    width: 100%;
    min-width: 1200px;
    height: 280px;
    display: block;
    position: relative;
}
.footer {
    position: relative; 
    overflow: hidden;
    width: 100%; 
    height: 100%;
    color: #fff;
    line-height: 0px;
    background: #030708;
}
.footer-bg {
    width: 100%;
    height: 100%;
}
.footer-content {
    position: relative;
    top: 60px;
    width: 1200px;
    margin: 0 auto;
}
.footer-text p {
    margin: 0px;
    font-size: 13px;
    text-align: center;
    line-height: 26px;
}
.footer-qrcode {
    display: flex;
    justify-content: center;
    align-items: center;
}
.qrcode-item {
    font-size: 15px;
    line-height: 30px;
    text-align: center;
    margin: 20px 40px 0px;
}
.qrcode-item img {
    width: 104px;
    height: 104px;
    display: block;
    margin: 0 auto 10px;
}


/* 中间展示区域 */
.contain {
    position: relative;
    width: 1200px;
    min-height: 300px;
    margin: 70px auto 20px;
}

.no-company {
    width: 100%;
    font-size: 18px;
	line-height: 180px;
	color: #ddd;
    text-align: center;
}

.no-info {
    padding-left: 22px;
    font-size: 18px;
    color: #ddd;
    line-height: 60px;
}

.item-point {
    width: 20px;
    height: 12px;
    margin-right: 20px;
    margin-top: 12px;
    display: inline-block;
    vertical-align: middle;
    background: url('../../Img/pc/point.png');
    background-size: cover;
}

.item-name {
    color: #fff;
    text-decoration: none;
    flex: 1;
    display: inline-block;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.item-name:hover {
    text-decoration: underline;
}

.arrow-right{
    height: 120px;
    width: 30px;
    display :inline-block;
    position: relative;
}
.arrow-right::before {
    content: "";
    height: 60px;
    width: 60px;
    top: 12px;
    left: 30px;
    border-width: 8px 8px 0 0;
    border-color: blue;
    border-style: solid;
    transform: matrix(0.71, 0.71, -0.71, 0.71, 0, 0);
    position: absolute;
}
.arrow-right::after {
    content: "";
    height: 60px;
    width: 60px;
    top: 12px;
    border-width: 8px 8px 0 0;
    border-color: blue;
    border-style: solid;
    transform: matrix(0.71, 0.71, -0.71, 0.71, 0, 0);
    position: absolute;
}

/* loading */
.blur {
    /* opacity: .7; */
    filter: blur(2px);
    pointer-events: none;
}
.mask-loading {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    min-height: 50px;
    /* background: rgba(0, 0, 0, 0.01); */
}
.div-loading {
    width: 100px;
    height: 50px;
    text-align: center;
    margin: 0 auto;
    position: relative;
    top: 50%;
    transform: translateY(-50%);
}
.text-loading {
    font-size: 14px;
    color: #fff;
    display: block;
    margin: 5px auto;
}
.icon-loading {
    width: 24px;
    height: 24px;
    background: gray;
    display: inline-block;
    vertical-align: middle;
    -webkit-animation: weuiLoading 1s steps(12,end) infinite;
    animation: weuiLoading 1s steps(12,end) infinite;
    background: url("data:image/svg+xml;charset=utf8, %3Csvg xmlns='http://www.w3.org/2000/svg' width='120' height='120' viewBox='0 0 100 100'%3E%3Cpath fill='none' d='M0 0h100v100H0z'/%3E%3Crect width='7' height='20' x='46.5' y='40' fill='%23E9E9E9' rx='5' ry='5' transform='translate(0 -30)'/%3E%3Crect width='7' height='20' x='46.5' y='40' fill='%23989697' rx='5' ry='5' transform='rotate(30 105.98 65)'/%3E%3Crect width='7' height='20' x='46.5' y='40' fill='%239B999A' rx='5' ry='5' transform='rotate(60 75.98 65)'/%3E%3Crect width='7' height='20' x='46.5' y='40' fill='%23A3A1A2' rx='5' ry='5' transform='rotate(90 65 65)'/%3E%3Crect width='7' height='20' x='46.5' y='40' fill='%23ABA9AA' rx='5' ry='5' transform='rotate(120 58.66 65)'/%3E%3Crect width='7' height='20' x='46.5' y='40' fill='%23B2B2B2' rx='5' ry='5' transform='rotate(150 54.02 65)'/%3E%3Crect width='7' height='20' x='46.5' y='40' fill='%23BAB8B9' rx='5' ry='5' transform='rotate(180 50 65)'/%3E%3Crect width='7' height='20' x='46.5' y='40' fill='%23C2C0C1' rx='5' ry='5' transform='rotate(-150 45.98 65)'/%3E%3Crect width='7' height='20' x='46.5' y='40' fill='%23CBCBCB' rx='5' ry='5' transform='rotate(-120 41.34 65)'/%3E%3Crect width='7' height='20' x='46.5' y='40' fill='%23D2D2D2' rx='5' ry='5' transform='rotate(-90 35 65)'/%3E%3Crect width='7' height='20' x='46.5' y='40' fill='%23DADADA' rx='5' ry='5' transform='rotate(-60 24.02 65)'/%3E%3Crect width='7' height='20' x='46.5' y='40' fill='%23E2E2E2' rx='5' ry='5' transform='rotate(-30 -5.98 65)'/%3E%3C/svg%3E") no-repeat;
    background-size: 100%;
}

@-webkit-keyframes weuiLoading {
    0% {
        -webkit-transform: rotate3d(0,0,1,0deg);
        transform: rotate3d(0,0,1,0deg);
    }

    100% {
        -webkit-transform: rotate3d(0,0,1,360deg);
        transform: rotate3d(0,0,1,360deg);
    }
}
  
@keyframes weuiLoading {
    0% {
      -webkit-transform: rotate3d(0,0,1,0deg);
      transform: rotate3d(0,0,1,0deg);
    }
  
    100% {
      -webkit-transform: rotate3d(0,0,1,360deg);
      transform: rotate3d(0,0,1,360deg);
    }
}