﻿  body {
            margin: 0;
            padding:0;
            font-family: "PingFang SC","Microsoft YaHei",Tahoma,Arial !important;
            color:#333;
        }
body::-webkit-scrollbar {
  display: none;
}
        p {
            display: block;
            margin-block-start: 0em;
            margin-block-end: 0em;
            margin-inline-start: 0px;
            margin-inline-end: 0px; 
        }
        ul{
            margin-block-start: 0em;
            margin-block-end: 0em;
            margin-inline-start: 0px;
            margin-inline-end: 0px;
            padding-inline-start: 0px;
            list-style:none;
         }
        .hidden{
            display:none !important;
        }
        .container-top-parent{
            position:fixed;
            top:0;
            left:50%;
            transform:translateX(-50%);
            width:100%;
            height:132px;
            z-index: 9999;
        }
  
        .container-nav-parent{
            width:100%;
            height:68px;
            margin-left:auto;
            margin-right:auto;
        }
        .container-nav{
            width:1280px;
             height:100%;
            margin-left:auto;
            margin-right:auto;
             position:relative;
        }
        .container-logo{
            position:absolute;
            top:10px;
            left:0px;
            display:block;
            width:140px;
             height:48px;
        }
         .container-logo img{
             display:block;
        }
         .container-nav ul{
             list-style:none;
             position:absolute;
            top:0px;
            left:180px;
         }
         .container-nav ul li{
             float:left;
             padding-left:40px;
             line-height:68px;
         }
         .container-nav ul li .nav-a-parent{
             font-size: 16px;
             color: #404040;
             display:block;
             height:66px;
              line-height:66px;
         }
         .container-nav ul li a{
             font-size: 16px;
             color: #404040;
         }
         .container-nav ul li a img{
             margin-left:9px;
             vertical-align:middle;
         }
         .nav-bottom{
             width: 33px;
             margin-right:15px;
             height: 2px;
             background-image: linear-gradient(90deg, #009cff 0%, #0a80f8 100%), linear-gradient(#e6edf0, #e6edf0);
             background-blend-mode: normal, normal;
             border-radius: 1px;
             visibility:hidden;
         }
         /*.container-nav ul li:hover .nav-bottom{
              visibility:visible;
         }*/
         .container-login{
             float:right;
             height:100%;
             overflow:hidden;
         }
         .container-login .btn-experience{
             display:block;
             width: 108px;
	         height: 36px;
             line-height:36px;
             float:right;
             background-image: linear-gradient(90deg, #009cff 0%, #0a80f8 100%), linear-gradient(#3094fa, #3094fa);
             background-blend-mode: normal, normal;
             border-radius: 18px;
             text-align:center;
             margin-top:16px;
             margin-left:10px;
             font-size: 16px;
             color: #ffffff;
         }
          .container-login .btn-experience:hover{
              background-image: linear-gradient(90deg, #0a80f8 0%, #009cff 100%), linear-gradient(#3094fa, #3094fa);
          }
          .container-login .btn-login{
             display:block;
             width: 108px;
	         height: 36px;
             line-height:36px;
             float:right;
             background-color:transparent;
             border-radius: 18px;
             border:solid 1px transparent;
             text-align:center;
             margin-top:16px;
             margin-left:0px;
             font-size: 16px;
             color: #404040;
         }
          .container-login .btn-login:hover{
              color: #404040;
              border:solid 1px #3094fa;
          }
           .container-login2 .btn-login:hover{
              color: #3094fa !important;
              border:solid 1px  #3094fa !important;
          }
          .pull-top{
              top:132px !important;
          }
          .container-pull-product{
               position:fixed;
               top:68px;
               left:50%;
               transform:translateX(-50%);
               width:100%;
               /*height:262px;*/
               z-index: 9998;
             background-color:white;
             box-shadow: rgba(100, 100, 100, 0.1) 0px 4px 8px 0px;
             border-top:solid 1px #e6edf0;
             display:none;
          }
          .container-pull-scene{
               position:fixed;
               top:68px;
               left:50%;
               transform:translateX(-50%);
               width:100%;
               /*height:262px;*/
               z-index: 9998;
             background-color:white;
              box-shadow: rgba(100, 100, 100, 0.1) 0px 4px 8px 0px;
             border-top:solid 1px #e6edf0;
             display:none;
          }
          .container-pull-template{
               position:fixed;
               top:68px;
               left:50%;
               transform:translateX(-50%);
               width:100%;
               /*height:262px;*/
               z-index: 9998;
             background-color:white;
              box-shadow: rgba(100, 100, 100, 0.1) 0px 4px 8px 0px;
             border-top:solid 1px #e6edf0;
             display:none;
          }
          .container-pull-news{
               position:fixed;
               top:68px;
               left:50%;
               transform:translateX(-50%);
               width:100%;
               /*height:262px;*/
               z-index: 9998;
             background-color:white;
              box-shadow: rgba(100, 100, 100, 0.1) 0px 4px 8px 0px;
             border-top:solid 1px #e6edf0;
             display:none;
          }
          .container-pull-download{
               position:fixed;
               top:68px;
               left:50%;
               transform:translateX(-50%);
               width:100%;
               /*height:262px;*/
               z-index: 9998;
             background-color:white;
            box-shadow: rgba(100, 100, 100, 0.1) 0px 4px 8px 0px;
             border-top:solid 1px #e6edf0;
             display:none;
          }
          .container-pull-content{
             width:1280px;
             /*height:100%;*/
             margin-left:auto;
             margin-right:auto;
             overflow:hidden;
             padding-top:30px;
             padding-bottom:50px;
          }
          .container-pull-content p{
              font-size: 14px;
              color: #808080;
              margin-top:0px;
              margin-left:10px;
          }
          .container-pull-content ul{
              width:100%;
              height:48px;
              margin-top:15px;
          }
           .container-pull-content ul li{
              float:left;
              display:block;
              width:208px;
              height:48px;
              border-radius:4px;
              overflow:hidden;
              
          }
            .container-pull-content ul li:hover{
                background:url(https://images.jingyeqian.com/newindex/pull_li_selected.png);
                background-repeat: no-repeat;
                background-size:cover;
            }
             .container-pull-content ul li div{
                 display:block;
                 width:208px;
                 height:48px;
                 border-radius:4px;
                 overflow:hidden;
                 position:relative;
             }
              /*.container-pull-content ul li a{
                 display:block;
                 width:208px;
                 height:48px;
                 border-radius:4px;
                 overflow:hidden;
                 position:relative;
             }*/
              .container-pull-content ul li a b{
                display: inline-block;
               width: 20px;
               height: 20px;
               background: url(https://images.jingyeqian.com/newindex/icon_pull_menu2.png);
               background-repeat: no-repeat;
               position:absolute;
               top:14px;
               left:10px;
             }

          .container-pull-content ul li a span{
               position:absolute;
               left:40px;
               top:13px;
               font-size: 16px;
               color: #404040;
          }
            .container-pull-content ul li a img{
               position:absolute;
               top:17px;
          }

.avatar-pull{
    position: fixed;
    top: 132px;
    right:calc(100% - 50% - 640px - 40px);
    width: 160px;
	height: 100px;
	background-color: #ffffff;
	box-shadow: 0px 2px 12px 0px 
		rgba(0, 0, 0, 0.1);
	border-radius: 8px;
    overflow:hidden;
    z-index:9999;
    display:none;
}
.avatar-pull a{
    display:block;
    font-size: 16px;
    color: #3094fa;
    margin-left:18px;
    margin-top:22px;
    cursor: pointer;  
}
.avatar-pull a:hover{
    color: #3094fa;
}
.avatar-margintop{
     top: 68px !important;
}


.container-banner{
    width:100%;
    height:360px;
    margin-left:auto;
    margin-right:auto;
    background: url(https://images.jingyeqian.com/image/video/ban_bg.png);
    background-repeat: no-repeat;
    background-size:cover;
    overflow:hidden;
}
.container-search {
	width: 640px;
	height: 60px;
    line-height:60px;
	background-color: #ffffff;
	border-radius: 30px;
    overflow:hidden;
     margin-left:auto;
    margin-right:auto;
    margin-top:160px;
}
.container-search input{
    display:block;
    float:left;
    margin-left:30px;
    width: 450px;
	height: 60px;
    line-height:60px;
    border:none;
    font-size:18px;
    font-family: PingFang-SC-Medium;
}
.container-search input:focus{
    outline:none;
      border:none;
}
.btn-search {
    float:right;
	width: 100px;
	height: 52px;
    margin-top:4px;
    margin-right:4px;
	background-image: linear-gradient(90deg, 
		#009cff 0%, 
		#0a80f8 100%), 
	linear-gradient(
		#ffffff, 
		#ffffff);
	background-blend-mode: normal, 
		normal;
	border-radius: 26px;
    position:relative;
    cursor:pointer;
}
.btn-search img{
    position:absolute;
    top:10px;
    left:35px;
}
.container-rec-vedio{
    width:100%;
    /*height:844px;*/
    margin-left:auto;
    margin-right:auto;
    background-color:#ffffff;
    overflow:hidden;
}
.container-rec-vedio-height02{
    height:240px !important;
}
.container-rec-vedio-main{
    width:1280px;
    height:100%;
     margin-left:auto;
    margin-right:auto;
    position:relative;
}
.container-second-vedio-main{
     width:1280px;
    height:100%;
     margin-left:auto;
    margin-right:auto;
    overflow:hidden;
}
.container-rec-vedio-main .title{
    font-family: PingFang-SC-Bold;
	font-size: 36px;
	color: #0e0e10;
    margin-block-start: 0em;
    margin-block-end: 0em;
    margin-top:40px;
}
.container-rec-vedio-left{
    float:left;
    width:440px;
    height:470px;
    margin-top:40px;
    margin-bottom:60px;
    border-radius: 8px;
	border: solid 1px #f3f5f7;
    overflow:hidden;
    position:relative;
}
.container-rec-vedio-main .subtitle{
    font-family: PingFang-SC-Medium;
	font-size: 24px;
    color: #404040;
    display:block;
    text-align:center;
    margin-top:40px;
    white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.container-rec-vedio-main .subtitle:hover{
    color:#3094fa;
}

.container-rec-vedio-right{
    float:right;
    width:810px;
    height:470px;
    margin-top:40px;
    margin-bottom:60px;
}
.container-rec-vedio-right-item{
    float:left;
    width:250px;
    height:235px;
    margin-left:30px;
}
.container-rec-vedio-right-item:nth-child(3n+1){
     margin-left:0px;
}
.container-rec-vedio-right-item .subtitle{
    font-family: PingFang-SC-Medium;
	font-size: 18px;
    color: #404040;
    display:block;
   text-align:left;
    margin-top:20px;
    white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.container-rec-vedio-right-item .subtitle:hover{
    color:#3094fa;
}
.container-rec-vedio-right-item .thirdtitle{
    font-family: PingFang-SC-Medium;
	font-size: 14px;
    color: #b6b6b6;
     display:block;
    text-align:left;
    margin-top:10px;
}
.container-scene-vedio{
    width:100%;
    margin-left:auto;
    margin-right:auto;
    background-color:#f3f5f7;
    overflow:hidden;
}
.container-second-vedio-main{
     width:1280px;
     margin-left:auto;
    margin-right:auto;
    overflow:hidden;
}
.container-second-vedio-main .title{
    font-family: PingFang-SC-Bold;
	font-size: 36px;
	color: #0e0e10;
    margin-block-start: 0em;
    margin-block-end: 0em;
    margin-top:60px;
    margin-bottom:30px;
    color:#0e0e10;
}
.container-second-vedio-left{
    float:left;
    width:896px;
    height:536px;
    margin-top:40px;
    margin-bottom:60px;
}
.container-second-vedio-left-item{
    float:left;
    width:298px;
    height:302px;
    margin-right:28px;
    margin-bottom:40px;
    background-color: #ffffff;
	border-radius: 4px;
}
.container-second-vedio-left-item-marginright{
    margin-right:0px !important;
}
/*.container-second-vedio-left-item:nth-child(4n+1){
     margin-right:0px;
}*/
.container-second-vedio-left-item .subtitle{
    font-family: PingFang-SC-Medium;
	font-size: 18px;
    color: #404040;
    display:block;
   text-align:left;
    margin-top:15px;
    margin-left:10px;
    margin-right:10px;
    white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.container-second-vedio-left-item .subtitle:hover{
    color:#3094fa;
}
.container-second-vedio-left-item .thirdtitle{
    font-family: PingFang-SC-Medium;
	font-size: 14px;
    color: #b6b6b6;
     display:block;
    text-align:left;
    margin-top:5px;
     margin-left:10px;
    margin-right:10px;
}
.container-second-vedio-left-item .btn-more{
    display:block;
	width: 108px;
	height: 36px;
    line-height:36px;
    text-align:center;
	background-image: linear-gradient(90deg, 
		#009cff 0%, 
		#0a80f8 100%), 
	linear-gradient(
		#ffeee7, 
		#ffeee7);
	background-blend-mode: normal, 
		normal;
	border-radius: 18px;
    font-family: PingFang-SC-Medium;
	font-size: 16px;
    color: #ffffff;
    margin-top:30px;
    margin-left:auto;
    margin-right:auto;
}
.container-second-vedio-right {
    float:right;
    margin-top:40px;
	width: 350px;
	height: 536px;
	background-color: #ffffff;
	border-radius: 8px;
    overflow:hidden;
}
.container-second-vedio-right .title-viewnum{
    font-family: PingFang-SC-Medium;
	font-size: 24px;
	font-weight: normal;
	color: #404040;
    margin-block-start: 0em;
    margin-block-end: 0em;
    margin-left:20px;
    margin-top:30px;
}
.container-second-vedio-right-item-first{
    width:100%;
    height:80px;
    margin-top:30px;
}
.container-second-vedio-right-item-first img{
    float:left;
    display:block;
    width:128px;
    height:80px;
    margin-left:20px;
}
.container-second-vedio-right-item-first .subtitle{
    	font-family: PingFang-SC-Regular;
	font-size: 16px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 24px;
	letter-spacing: 0px;
	color: #404040;
    display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: normal;
}
.container-second-vedio-right-item-first .thirdtitle{
    font-family: PingFang-SC-Medium;
	font-size: 14px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 48px;
	letter-spacing: 0px;
	color: #b6b6b6;
}
.container-second-vedio-right-item-first-child{
    float:right;
    width:163px;
    height:80px;
    margin-right:20px;
}
.container-second-vedio-right-item-first-child a{
    display:block;
}
.container-second-vedio-right-item-first-child a:hover{
    color:#3094fa;
}

.container-second-vedio-right-item{
    width:330px;
    height:30px;
    margin-left:20px;
    margin-top:18px;
}
.container-second-vedio-right-item span{
    font-family: PingFang-SC-Bold;
	font-size: 16px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 24px;
	letter-spacing: 0px;
	color: #b6b6b6;
    margin-left:0px;
    display:block;
    float:left;
}
.container-second-vedio-right-item .topsort{
    color: #ff6744;
}
.container-second-vedio-right-item a{
    	font-family: PingFang-SC-Regular;
	font-size: 16px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 24px;
	letter-spacing: 0px;
	color: #404040;
     white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display:block;
  float:left;
  width:267px;
  margin-left:5px;
}
.container-second-vedio-right-item a:hover{
    color:#3094fa;
}
.vedio-ad{
    display:block;
    width:100%;
    height: 180px;
}

.sub-nav {
    vertical-align: middle;
    color: #15499f;
    height: 80px;
    line-height: 80px;
    width: 100%;
}

    .sub-nav .sub-line {
        border-left: 3px solid #3094fa;
        padding-left: 10px;
    }

    .sub-nav li {
        display: inline-block;
        font-size: 16px;
    }

        .sub-nav li a {
            font-family: PingFang-SC-Regular;
            font-size: 16px;
            color: #404040;
        }

            .sub-nav li a:hover {
                color: #3094fa !important;
            }
.ul-secondtype{
    margin-top:0px;
    height:80px;
}
.ul-secondtype-secondheight{
    height:140px !important;
}
.ul-secondtype li a{
    display:block;
    float:left;    
	width: 120px;
	height: 40px;
    line-height:40px;
    text-align:center;
    background-color: #f3f5f7;
	border-radius: 4px;
    font-family: PingFang-SC-Regular;
	font-size: 16px;
	color: #8a8a8a;
    margin-left:25px;
    margin-top:20px;
    white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.ul-secondtype li:nth-child(9n+1) a{
     margin-left:0px;
}
.ul-secondtype li a:hover{
      background-image: linear-gradient(90deg, 
		#009cff 0%, 
		#0a80f8 100%), 
	linear-gradient(
		#000000, 
		#000000);
	background-blend-mode: normal, 
		normal;
     color: #ffffff;
}
.ul-secondtype li .select{
    background-image: linear-gradient(90deg, 
		#009cff 0%, 
		#0a80f8 100%), 
	linear-gradient(
		#000000, 
		#000000);
	background-blend-mode: normal, 
		normal;
    color: #ffffff;
}
.ul-secondtype-more{
    display:block;
    width:148px;
    /*height:100px;*/
    overflow:hidden;
    position:absolute;
    top:210px;
    right:0px;
    background-color: #ffffff;
	box-shadow: 0px 2px 12px 0px 
		rgba(0, 0, 0, 0.1);
	border-radius: 4px;
    padding-bottom:20px;
}
.ul-secondtype-more-width2{
     width: 294px;
}
.ul-secondtype-more-width3{
     width: 438px;
}
.ul-secondtype-more-width4{
    width: 584px;
}
.ul-secondtype-more li a{
    display:block;
    float:left;    
	width: 120px;
	height: 40px;
    line-height:40px;
    text-align:center;
    background-color: #f3f5f7;
	border-radius: 4px;
    font-family: PingFang-SC-Regular;
	font-size: 16px;
	color: #8a8a8a;
    margin-left:25px;
    margin-top:20px;
    white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.ul-secondtype-more li:nth-child(4n+1) a{
     margin-left:14px;
}
.ul-secondtype-more li a:hover{
      background-image: linear-gradient(90deg, 
		#009cff 0%, 
		#0a80f8 100%), 
	linear-gradient(
		#000000, 
		#000000);
	background-blend-mode: normal, 
		normal;
     color: #ffffff;
}
.ul-secondtype-more li .select{
    background-image: linear-gradient(90deg, 
		#009cff 0%, 
		#0a80f8 100%), 
	linear-gradient(
		#000000, 
		#000000);
	background-blend-mode: normal, 
		normal;
    color: #ffffff;
}
.loading{
	font-family: PingFang-SC-Medium;
	font-size: 16px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 48px;
	letter-spacing: 0px;
	color: #b6b6b6;
    text-align:center;
    margin:50px;
    cursor:pointer;
}
.change-relevant{
    float:right;
	width: 120px;
	height: 40px;
	background-color: #ffffff;
	border-radius: 4px;
     margin-top:66px;
     position:relative;
     cursor:pointer;
}
.change-relevant img{
    position:absolute;
    top:10px;
    left:20px;
}
.change-relevant span{
    position:absolute;
    top:9px;
    left:50px;
}

.ul-thirdtype{
    float:left;
    margin-top:74px;
    width:50%;
    height:80px;
    /*background-color:pink;*/
}
.ul-thirdtype li{
    display:block;
    float:left;
    border-bottom:solid 3px #f3f5f7;
    margin-left:20px;
    font-family: PingFang-SC-Regular;
	font-size: 18px;
    color: #404040;
    cursor:pointer;
}
.ul-thirdtype .selected{
    color: #3094fa;
    border-bottom:solid 3px #3094fa;
}
.ul-thirdtype .selected02{
    color: #3094fa;
    border-bottom:solid 3px #f3f5f7;
}
.ul-thirdtype li:hover{
     color: #3094fa;
    border-bottom:solid 3px #f3f5f7;
}
.vedio-title{
    font-family: PingFang-SC-Bold;
	font-size: 36px;
	color: #0e0e10;
    margin-block-start: 0em;
    margin-block-end: 0em;
    text-align:center;
    margin-top:40px;
}
.vedio-title a{
    font-family: PingFang-SC-Bold;
	font-size: 36px;
	color: #0e0e10;
}
.vedio-detail{
	font-family: PingFang-SC-Medium;
	font-size: 14px;
	color: #8a8a8a;
    text-align:center;
    margin-top:20px;
}
.vedio-detail span{
    margin-right:40px;
}
.vedio-desc{
	font-family: PingFang-SC-Regular;
	font-size: 16px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 28px;
	letter-spacing: 0px;
	color: #404040;
    margin-top:40px;
    margin-bottom:40px;
}

.container-vedio-widget{
    width:100%;
    height:720px;
    margin-top:40px;
    background-color:black;
    position:relative;
    overflow:hidden;
}
.container-vedio-widget video{
    width:100%;
    height:100%;
    margin:auto;
    position:absolute;
    left:0px;
    right:0px;
}
.container-vedio-widget .vedio-mask{
    width:100%;
    height:100%;
    margin:auto;
    position:absolute;
    left:0px;
    right:0px;
    background: rgba(0, 0, 0, 0.7);
    backdrop-filter: blur(50px);
    overflow:hidden;
}
.container-vedio-widget .vedio-mask .img-replay{
    display:block;
    width:52px;
    height:52px;
    margin-left:auto;
    margin-right:auto;
    margin-top:80px;
    cursor:pointer;
}
.container-vedio-widget .vedio-mask .p-replay{
	font-family: PingFang-SC-Medium;
	font-size: 20px;
	color: #ffffff;
    text-align:center;
    margin-top:20px;
    margin-left:auto;
    margin-right:auto;
    width:150px;
    cursor:pointer;
}
.container-vedio-widget .vedio-mask .p-morevideo{
    font-family: PingFang-SC-Medium;
	font-size: 16px;
    color: #ffffff;
    width:830px;
    margin-top:30px;
    margin-left:auto;
    margin-right:auto;
}
.container-vedio-widget .vedio-mask .container-rec-vedio02{
    width:830px;

    margin-left:auto;
    margin-right:auto;
}

.container-second-vedio-left-item02{
    float:left;
    margin-right:40px;
   width:250px;
    height:184px;
	border-radius: 4px;
    position:relative;
    overflow:hidden;
    margin-top:20px;
}
.container-second-vedio-left-item-marginright02{
    margin-right:0px !important;
}
.container-second-vedio-left-item02 .mask{
    display:block;
    width:250px;
    height:184px;
    position:absolute;
    left:0px;
    bottom:0px;
    border-radius: 0px;
    background: rgba(0, 0, 0,0.4);
}
.container-second-vedio-left-item02 img{
    display:block;
    width:250px;
    height:184px;
    position:absolute;
    left:0px;
    top:0px;
    border-radius: 4px;
}
.container-second-vedio-left-item02 .subtitle02{
    width: 200px;
	/*height: 34px;*/
	font-family: MicrosoftYaHei;
	font-size: 14px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 20px;
	letter-spacing: 0px;
	color: #ffffff;
      display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: normal;
   position:absolute;
    left:20px;
    bottom:10px;
    
}

.container-video-operate{
    width:100%;
    height:40px;
    margin-top:40px;
}
.container-video-operate div{
    float:left;
    margin-right:25px;
    width: 120px;
	height: 40px;
	background-color: #ffffff;
	border-radius: 4px;
	border: solid 1px #e2e2e2;
    cursor:pointer;
    position:relative;
}
.container-video-operate div img{
    position:absolute;
    top:10px;
    left:32px;
}
.container-video-operate div span{
    position:absolute;
    top:8px;
    left:60px;
    font-family: PingFang-SC-Medium;
	font-size: 16px;
    color: #8a8a8a;
}

.dialog-share {
  display: none;
  width: 480px;
  height: 132px;
	background-color: #ffffff;
	box-shadow: 0px 2px 12px 0px 
		rgba(0, 0, 0, 0.1);
	border-radius: 4px;
  z-index: 999;
  position: fixed;
  top: 300px;
  left: 30%;
  overflow:hidden;
}
.dialog-share p{
	margin-left:20px;
    margin-top:30px;
	font-family: MicrosoftYaHei;
	font-size: 14px;
	color: #8a8a8a;

}
.dialog-share div{
   width: 440px;
	height: 40px;
    line-height:40px;
	background-color: #f3f5f7;
	border-radius: 4px;
    margin-top:20px;
    margin-left:20px;
}
.dialog-share .cur-address{
    display:block;
    float:left;
    width: 340px;
	height: 40px;
    font-family: MicrosoftYaHei;
	font-size: 14px;
    color: #6a6a6a;
     white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  margin-left:20px;
}
.dialog-share .copy{
    display:block;
    float:right;
    width: 80px;
	height: 40px;
	background-image: linear-gradient(90deg, 
		#009cff 0%, 
		#0a80f8 100%), 
	linear-gradient(
		#f3f5f7, 
		#f3f5f7);
	background-blend-mode: normal, 
		normal;
	border-radius: 0px 4px 4px 0px;
        text-align:center;
        cursor:pointer;
        font-family: PingFang-SC-Medium;
	font-size: 16px;
    color: #ffffff;
}

 
.dialog-share-visible {
  display: block;
}













