@import './base.css';
@import url("//fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap");

body{
  color: #000;
  background:#F5F5F7;
  transition: color 0.5s, background-color 0.5s;
  line-height: 1.6;
  font-size: 14px;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
body,div,p,a,ul,li,span,b,section,i,button,input{
  font-family:Roboto,system-ui, -apple-system, "Segoe UI", "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"!important;
}
a{ 
  color: var(--color-orange);
  text-decoration: none;
}
a:hover{ 
  text-decoration: underline;
  color: var(--color-orange);
}
h1{
	font-size: 64px;
	font-weight: 600;
	line-height:84px;
}
h2{
	font-size: 52px;
	font-weight: 600;
	line-height: 52px;
}
#app {
  width: 100%;
  height: 100%;
}
.bor{
  border: 1px #000 solid;
}
.text-center{
  text-align: center;
}
/*颜色*/
.gray{
  color: #545454;
}
/*字体大小*/
.p16{
  font-size: 16px;
}
.p18{
  font-size: 18px;
}
.p20{
  font-size: 20px;
}
.p24{
  font-size: 24px;
}
.p26{
  font-size: 26px;
}
.p28{
  font-size: 28px;
}
.p32{
  font-size: 32px;
}
.h48{
  font-size: 48px;
  font-weight: 600;
}
.h52{
  font-size: 52px;
  font-weight: 600;
}
/*间距*/

.pt-1{
  padding-top: 10px;
}
.pt-2{
  padding-top: 20px;
}
.pt-3{
  padding-top: 30px;
}
.pt-4{
  padding-top: 40px;
}
.pt-5{
  padding-top: 50px;
}
.pt-6{
  padding-top: 60px;
}
.pt-7{
  padding-top: 70px;
}
.pt-8{
  padding-top: 80px;
}
.pt-9{
  padding-top: 90px;
}
.pt-10{
  padding-top: 100px;
}
.pr-1{
  padding-right:10px;
}
.pr-2{
  padding-right:20px;
}
.pr-3{
  padding-right:30px;
}
.pr-4{
  padding-right:40px;
}
.pr-5{
  padding-right:50px;
}
.pl-1{
  padding-left:10px;
}
.pl-2{
  padding-left:20px;
}
.pl-3{
  padding-left:30px;
}
.pl-4{
  padding-left:40px;
}
.pl-1{
  padding-bottom:10px;
}
.pb-2{
  padding-bottom:20px;
}
.pb-3{
  padding-bottom:30px;
}
.pb-4{
  padding-bottom:40px;
}
.pb-5{
  padding-bottom:50px;
}
.pb-6{
  padding-bottom:60px;
}
.pb-7{
  padding-bottom:70px;
}
.pb-8{
  padding-bottom:80px;
}
.pb-9{
  padding-bottom:90px;
}
.pb-10{
  padding-bottom:100px;
}
.mt-1{
  margin-top: 10px;
}
.mt-2{
  margin-top: 10px;
}
.mt-3{
  margin-top: 10px;
}
.mt-4{
  margin-top: 10px;
}
.mt-5{
  margin-top: 10px;
}
/*按钮样式*/
.nav-link .islogin{
	display: none;
}
.nav-link .isShow{
	display: none!important;
}
.btn-full{
  border: 0;
  background: var(--color-orange);
  border-radius: 4px;
  color: #fff;
  font-weight: bold;
  padding: 4px 8px;
  cursor: pointer;
}
.btn-full:hover{
  background: var(--color-orange2);
}
.btn-line-balck{
  border: 2px #000 solid;
  background: none;
  color: #000;
  font-weight: bold;
  padding: 2px 8px;
  cursor: pointer;
  border-radius: 4px;
}
.btn-line-balck:hover{
  border: 2px var(--color-orange) solid;
  color: var(--color-orange);
}
.btn-line-ora{
  background: none;
  margin: 0 8px;
  border: 2px var(--color-orange) solid;
  color: var(--color-orange);
  cursor: pointer;
  border-radius: 4px;
  padding: 4px 8px;
  font-weight: 500;
  font-size: 16px;
}
.btn-line-ora:hover{
  background: var(--color-orange);
  color: #fff;
}
.btn-line{
  border: none;
  background: none;
  color: var(--color-orange);
  cursor: pointer;
}
.btn-line:hover{
  text-decoration: underline;
}
.btn-gradient{
  border: none;
  background:linear-gradient(120deg,#FF9A26, #FF4218) no-repeat;
  border-radius:8px;
  color: #fff;
  font-weight: 600;
  font-size: 16px;
  padding: 10px 16px;
  cursor: pointer;
  margin: 8px 0 0 0;
  transition: .3s linear;
  position: relative;
  top: 0;
  box-shadow: 0 4px 4px rgb(0, 0, 0,0.1);
}
.btn-gradient:hover{
  top: -3px;
  background:linear-gradient(120deg,#FF9A26, #FF4218) no-repeat;
  box-shadow: 0 4px 8px rgb(0, 0, 0,0.2);
}
/*弹出窗口*/
.win-bg{
  position: fixed;
  width: 100%;
  height: 100%;
  background: rgb(0, 0, 0,0.3);
  top: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 200;
}
.win-main{
  width: 500px;
  height: 620px;
  background: #fff;
  border-radius: 16px;
  position: relative;
}
.close-win{
  position: absolute;
  width: 100%;
  display: flex;
  padding: 12px;
}
.close-win b{
  display: block;
  width: 80%;
  font-size: 18px;
  font-weight: 400;
  padding: 0 0 0 8px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.close-win span{
  display: block;
  width: 20%;
  text-align: right;
}
.close-win span button{
   cursor: pointer;
   background:none;
   border: 0;
   font-size: 18px;   
   width: 32px;
   height: 32px;
   border-radius: 50px;
   opacity: 0.6;
   line-height: 34px;
}
.close-win span button:hover{
  background: #e4e4e4;
  opacity: 1;
}
.win-conent{
  padding: 40px 16px 16px 16px;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.win-conent iframe{
  width: 100%;
  height: 580px;
  border:0;
}
/*提示窗口*/

.toptips{
  position: fixed;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: auto;
  height: auto;
  background: #30A858;
  color: #fff;
  border-radius: 8px;
  margin: 8px 0 0 0;
  z-index: 100;
}
.Errortips{
  background: #FF4E4E!important;
}
.toptips-content{
  padding: 8px 30px;
  font-size: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.toptips-content span{ 
  margin: 0 8px;
  display: inline-block;
  font-weight: bold;
}

.fade-enter-active,
.fade-leave-active {
  transition: opacity 0.5s;
}

.fade-enter,
.fade-leave-to {
  opacity: 0;
}
/*用户中心-空页面*/
.user-null{
  padding: 60px 0 60px 0;
  text-align: center;
}
.user-null p {
  margin: 0;
  padding: 0;
}
.user-null p b{
  font-size: 18px;
  font-weight: 500;
  color: #555;
  display: block;
  padding:  0 0 16px 0;
}
.user-null p a{
  display: inline-block;
  border: 2px var(--color-orange) solid;
  font-weight: 500;
  padding: 2px 16px;
  border-radius: 4px;
}
.user-null p a:hover{
  text-decoration: none;
  color: #fff;
  background: var(--color-orange);
}
.voice-loading{
  min-height: 500px;
  padding: 100px 0 0 0;
}


/*分享*/
.topshare-block{
  width: auto;
  padding: 16px 16px;
  border-radius: 8px;
  display: inline-block;
  font-weight: 500;
  background: #FFF1EB;
  font-size: 16px;
}
.topshare-block i{
  font-style: normal;
  font-weight: 500;
}
.topshare-block span{
  font-weight: 500;
}
.topshare-block b{
  color: var(--color-orange);
  display: inline-block;
  font-weight: 500;
}
.topshare-block button{
    border: 1px var(--color-orange) solid;
    border-radius: 4px;
    padding: 1px 8px;
    background: none;
    color: var(--color-orange);
    font-weight: 500;
    cursor: pointer;
}

/**/

.error {
  color: var(--color-orange);
}

.complete {
  color: #19B156;
}
.btn-view{
  background: none;
  color:#333;
  border: 1px #333 solid;
  padding: 4px 12px;
  border-radius: 4px;
  cursor: pointer;

}
/*导航*/
.voice-loading{
    height: 600px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.nav{
    background: #fff;
    height: 70px;
    align-items: center;
    box-shadow: 0 0 4px rgb(0, 0, 0,0.1);
	z-index: 20;
}
.nav2{
    height: 70px;
    align-items: center;
}
.logo{
    display: flex;
    align-items: center;
}
.logo a{ 
    align-items: center;
    color: #000;
    padding: 0;
    height: 60px;
    display: flex;
    margin: 0 8px 0 0;
}
.logo a:hover{
    cursor: pointer;
    text-decoration: none;
}
.logo a b{
    display: inline-block;
    font-weight: 700;
    margin: 0 0 0 4px;
}

.logo b span{
    font-weight: 600;
}
.sf-logo{
    display: inline-block;
    border-left: 1px #ccc solid;
    height: 45px!important;
    padding: 0 0 0 8px!important;
    margin: 0 0 0 4px!important;
}
.btn-main{
    display: flex;
    align-items: center;
}
.btn-content{
    text-align:right;
    width: 100%;
}
.userInfro{
    display: none;
    justify-content: end;
    align-items: center;
}
.userCredits{
    background: #FFEAE5;
    display: inline-block;
    font-weight: bold;
    color: #333;
    border-radius: 30px;
    padding: 4px 16px;
    margin: 0 8px 0 0;
}
.userPhoto{
    cursor: pointer;
}
.userblock:hover .userList{
    display: block!important;
}

.userPhoto{
    display: flex;
    width: 32px;
    height: 32px;
    border-radius: 30px;
    background: #FFEAE5;
    text-align: center;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    font-weight: bold;
}
.userImg{
    display: block;
    width: 32px;
    height: 32px;
    overflow: hidden;
    border-radius: 30px;
    cursor: pointer;
}
.userImg img{
    width: 100%;
    height: auto;
}
.userList{
    list-style: none;
    margin: 0;
    padding: 0;
    position: absolute;
    background: #fff;
    padding: 16px;
    border-radius: 8px;
    box-shadow: 0 4px 8px rgb(0,0,0,0.1);
    display: none;
    margin: 0 0 0 -80px;
    z-index: 80;
}

.userList li p{
    background: #FFF6F4;  
    padding: 8px;
    border-radius: 8px;
}
.userList li p b{
    display: block;
}
.userList li p i{
    font-style: normal;
}
.userList li a{
    display: block;
    padding:8px;
    cursor: pointer;
    border-radius: 4px;
    color: #000;
    font-weight: 500;
    font-size: 16px;
}
.userList li a:hover{
    background: #FFF6F4;
    color: var(--color-orange)!important;
    text-decoration: none!important;
}
.login-btn{
    margin: 0 8px 0 0 ;
}
.shareblock{
    text-align: center;
}
.topshare-sign{
    position: relative;
    top: 4px;
    background: #FFF1EB;
    width: auto;
    padding: 4px 16px;
    border-radius: 30px;
    display: inline-block;
    font-weight: 500;
}
.topshare-block{
  position: relative;
  top: 4px;
  background: #FFF1EB;
  width: auto;
  padding: 4px 16px;
  border-radius: 30px;
  display: inline-block;
  font-weight: 500;
}
.topshare-block i{
  font-style: normal;
  font-weight: 500;
}
.topshare-block span{
  font-weight: 500;
}
.topshare-block b{
  color: var(--color-orange);
  display: inline-block;
  font-weight: 500;
  
}
.topshare-block button{
    border: 1px var(--color-orange) solid;
    border-radius: 4px;
    padding: 1px 8px;
    background: none;
    color: var(--color-orange);
    font-weight: 500;
    cursor: pointer;
}
.top-share{
    background: #FFF1EB;
    position:relative;
    z-index: 10;
    height: 48px;
    overflow: hidden;
}
.top-share-content{
    width: 80%;
    margin: 0 auto;
    text-align: center;
}
.top-share-close{
    width: 24px;
    height: 24px;
    position: absolute;
    right: 20px;
    top: 10px;
}
.top-share-close button{
    background: #ffc6af;
    border-radius: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    width: 28px;
    height: 28px;
    border: none;
}
/**/
.ant-row{
	display: flex;
}
.ant-row-center{
	justify-content: center!important;
}
/*footer*/
.footer-main{
	margin: 30px 0 0 0;
}
.footer{
	margin: 20px 0 0 0;
}
.footer h4{
	font-size: 18px;
	padding: 0;
	margin: 0;
}
.footer ul{
	list-style: none;
	margin: 0;
	padding: 8px 0;
}
.footer ul li{
	padding: 6px 0;
}
.footer ul li a{
	color: #555;
	font-size: 15px;
}
.footer ul li a:hover{
	color: #FF4218;;
}
.footer-bottom{
	margin: 10px 0 0 0;
}
.footer-bottom a{
	color: #333;
	font-size: 15px;
}
.footer-bottom-left {
	font-size: 15px;
	color: #555;
	padding: 16px 0;
	border-top: 1px #e2e2e2 solid;
}
.footer-bottom-left a{
	display: inline-block;
	margin: 0 12px 0 0;
	color: #555;
}
.footer-bottom-left a:hover{
	color: var(--color-orange);
}

.footer-bottom-right{
	text-align: right;
	color: #555;
	padding: 16px 0;
	font-size: 15px;
	border-top: 1px #e2e2e2 solid;
}
.ft-subscribe{
	border: 1px #e2e2e2 solid;
	border-radius: 6px;
	background: #fff;
	padding: 2px;
	margin: 0;
}
.ft-subscribe input{
	width: 70%;
	border: none;
	font-size: 16px;
	padding:4px 0 4px 4px;
	outline: none;
	height: 38px;
}
.ft-subscribe button{
	width: 30%;
	border: none;
	border-radius: 4px;
	background: var(--color-orange);
	color: #fff;
	cursor: pointer;
	padding:4px 0;
	font-weight: 500;
	height: 38px;
	margin: 0;
	display: inline-block;
}
.ft-subscribe button:hover{
	background: var(--color-orange2);
}
.ft-subscribe-share a{
	display: flex;
	width: 32px;
	height: 32px;
	background: #e7e7e7;
	text-align: center;
	margin: 0 8px 0 0;
	border-radius: 8px;
	float: left;
	padding: 4px;
}
.ft-subscribe-share a:hover{
	background: #fff;
}

.fs-login-bg{ background: rgb(0, 0, 0,0.8); position: fixed; width: 100%; height: 100%; z-index: 100; top: 0; left: 0; display: none;}
.fs-login{ position: absolute; width: 500px; height: 630px; position: absolute; left: 50%; top: 50%; transform:  translate(-50%,-50%);z-index: 100;  background: #fff; border-radius: 16px; overflow: hidden;}
.fs-login iframe{ width: 100%; height: 100%; background: #fff; border: 0;}
.fs-login-bt{ border: 0; background: navajowhite;}
.fs-login-close{ position: absolute; width: 100%; cursor: pointer;}
.fs-login-close button{ border: none; background: none; float: right; width:32px; height:32px; overflow: hidden; padding: 0; cursor: pointer; margin: 8px 8px 0 0; border-radius: 30px; text-align: center; background: url(https://www.fineshare.com/zoom-background/images/ic-win-close.svg) no-repeat 4px center; opacity: 0.5;}
.fs-login-close button:hover{background: #e3e3e3 url(https://www.fineshare.com/zoom-background/images/ic-win-close.svg) no-repeat 4px center; opacity: 1;}
.fs-user-list{ cursor: pointer; float: right; z-index: 300;}
.fs-user-photo{ display: inline-block; margin:0; padding: 4px; text-align: center; border-radius: 8px;}
.fs-user-photo img{ width: 28px;}
.fs-user-photo:after{ content: '\e630'; font-family: fs; width: 16px; height: 16px; position: absolute; margin: 8px 0 0 4px; font-size: 0.75rem; font-weight: bold;}
.fs-user-photo:hover{ background: #fff; border-radius: 8px;}
.fs-user-photo:hover::after{ color: #FF4218;}
.fs-user-list:hover ol{ display: block;}
.fs-user-list ol{ list-style: none; background: #fff; position: absolute; border-radius: 8px; box-shadow: 0 0 4px rgb(0, 0, 0,0.2); padding:16px; width: 180px; overflow: hidden; margin: 2px 0 0 -120px; display: none; z-index: 200;}
.fs-user-list ol li{ padding:0; margin: 0;}
.fs-user-list ol li span{ color: #666; white-space: nowrap;  text-overflow: ellipsis; display: block; overflow: hidden; padding: 6px;}
.fs-user-list ol li button{ background: none; border: none; width: 100%; text-align: left; padding: 6px; border-radius:4px;}
.fs-user-list ol li button:hover{ color: #FF4218; background: #ffe7e0;}


.ps-main{
    background: #fff;
    border-radius: 16px;
    margin: 30px 0;
    padding: 30px;
    font-size: 16px;
}
.ps-main h1{
    font-size: 52px;
    text-align: center;
    font-weight: 600;

}
.ps-main h2{
    font-size: 32px;
    font-weight: 500;
}
.ps-main h3{
    font-size: 28px;
    font-weight: 500;
}
.ps-main p{
    font-size: 16px;
}
.ps-main ul
{
    margin: 0;
    padding: 0 0 0 16px;
}
.ps-main ul li{
    padding: 4px 0;
    font-size: 16px;
}

.nav-link{
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
	margin: 0 auto;
}
.nav-link div{
    display: inline-block;
}
.nav-link div a{
    font-size: 16px;
    display: inline-block;
    color: #000;
    margin: 0 16px;
    font-weight: 500;
}
.nav-link div a:hover{
    color: var(--color-orange);
    text-decoration: none;
}
.nav-user{
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: end;
}
.img-fulld{
	width: 100%;
	height: auto;
}

/*adv*/
.bor{ border:1px #000 solid;}
.adv-block{ width: 100%; height: 150px; background:#00196E; position: fixed; bottom: 0; z-index: 100;}
.adv-close{width: 32px; height:32px; position: absolute; right: 0; background:#FFB047; border-radius:100px; margin: 10px 20px; cursor: pointer; line-height:32px; text-align:center; z-index: 100;}
.adv-close:hover{background:#ffbe6f;}
.adv-fc{background:url(https://www.fineshare.com/campaign/images/cg-adv-bg2.svg) repeat-x bottom;}
.adv-block-center{position: relative; width: 1160px; margin: 60px auto 0 auto;}
.adv-block-center:before{content: ''; display: block; width: 608px; height: 144px; background: url(https://www.fineshare.com/campaign/images/ch-adv-left.webp) no-repeat; position: absolute; left: -400px; bottom:-10px;}
.adv-block-center::after{content: ''; display: block; width: 382px; height: 100px; background: url(https://www.fineshare.com/campaign/images/ch-adv-right.webp) no-repeat; position: absolute; right: -430px; bottom:-10px;}
.adv-fc-title{ font-size: 28px; color: #fff; padding: 20px 0;}
.adv-fc-prize{margin: 60px 0 0 0;}
.adv-fc-black{width: 100%; height:74px; display: block;}
.bf-top-block{position: absolute; left: 30px; top: -10px; display: block; z-index: 80; }
.bf-top-block2{position: absolute; right: 80px; top: -10px; display: block; z-index: 80; }

.adv-box{ position: absolute; margin: 4px 0 0 140px;}

.bf-adv{ width: 100%; height: 100%; background:rgb(2, 6, 27,0.3); position: fixed; top: 0; z-index: 200;}
.bf-adv-contents{ width: 480px; height: 594px; border-radius: 10px; position: absolute; top: 50%; left: 50%; transform: translate(-50%,-50%); overflow: hidden; padding: 0; margin: 0; position: relative;}
.bf-adv-close{ text-align: right; position: absolute; width: 100%; margin: 4px 0 0 -40px; cursor: pointer;}
.bf-adv-close button{ background: none; border: 0;}

.bf-adv-left{width: 260px; height: 320px; position: fixed; right: 10px; top: 300px; overflow: hidden; padding: 0;}
.bf-adv-left div a{ display: block;}
.bf-adv-left div a img{ border-radius: 8px;}

.adv-mb-hide{ display: block;}
.adv-mb-show{ display: none;}

@media (min-width: 1024px) {
}


@media (max-width: 768px) {
	.bf-adv{display: none;}
	.adv-close{margin: 4px;}
	.bf-adv-left{ display: none;}
	.adv-block-center{position: relative; top: -10px;}
	.adv-block-center::before{ display: none;}
	.adv-block-center::after{display: none;}
	.adv-mb-hide{ display: none;}
	.adv-mb-show{ display: block;}
	 /**/
h2{
		font-size: 42px;
		line-height: 40px;
	}
  .win-main{
    width: 100%;
    height: 100vh;
    background: #fff;
    border-radius: 0;
    position: relative;
    padding: 0;
  }
  .win-conent iframe{
    width: 100%;
    height: 100vh;
    border:0;
    padding: 0;
  }
  .btn-view{
    width: 100%;
  }
 
}
