@import url('./iconfont/iconfont.css');


.btn{
    border: 1px solid #d9d9d9;
    border-radius: 3px;
    color: #66686b;
    cursor: pointer;
    display: inline-block;
    font-size: 12px;
    padding: 8px 12px;
    text-align: center;
    text-decoration: none;
    white-space: nowrap;
    vertical-align: middle;
    line-height: 1;
    transition: color .15s ease-in-out,background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

.btn:hover {
	color: #444;
	background: #f5f5f5;
}

.btn-red{
	color: #fff !important;
    background-color: #dc3545;
    border-color: #dc3545 !important;
}
.btn-red:hover{
	color: #fff;
	background-color: #c82333;
    border-color: #bd2130 !important;
}

.btn-blue{
	color: #fff ;
    background-color: #409eff;
    border-color: #409eff;
}
.btn-blue:hover{
	color: #fff;
	background: #66b1ff;
    border-color: #66b1ff;
}
.btn-blue.disabled, .btn-blue:disabled  {
    color: #fff;
    background-color: #a0cfff;
    border-color: #a0cfff;
    cursor:not-allowed;
}

.btn-medium{
    padding: 10px 20px;
    font-size: 14px;
    border-radius: 4px;
}



.pageli {
	width:100%;
	float:left;
	text-align: center; 
	margin: 15px auto;
}
.pageli a{
	display:inline-block;
	margin-right:5px;
	text-decoration: none;
    border-radius: 3px;
    color: #525558;
    font-weight: normal;
    padding: 9px 15px;
    color: #34495e;
    background: #ebecee;
    font-size:14px;
    transition: all .3s ease-in-out;
}
.pageli a:hover {
	background-color:#C6CBCF;
	color: #fff;
	text-decoration:none;
}

.pageli a.current {
    background: #323739;
    color: #fff;
}
.pageli span.disabled {
	margin-right:5px;
	background: none repeat scroll 0 0 #ccc;
    border-radius: 3px;
    color: #525558;
    font-style: normal;
    font-weight: normal;
    padding: 5px 9px;
}

.containter {
    max-width: 1146px;
    margin: 0 auto;
}




.btn-animation {
    line-height: 28px;
    padding: 0 14px;
    font-weight: 700;
    font-size: 14px;
    background: transparent;
    color: #fff;
    border: 1px solid #fff;
    cursor: pointer;
    overflow: hidden;
    position: relative;
    transition: .2s all 0s cubic-bezier(0.2,1,.3,1)
}

.btn-animation span {
    position: relative;
    z-index: 2
}

.btn-animation::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 150%;
    height: 100%;
    z-index: 0;
    opacity: 0;
    -webkit-transform: rotate3d(0,0,1,-45deg) translate3d(0,-3em,0);
    transform: rotate3d(0,0,1,-45deg) translate3d(0,-3em,0);
    -webkit-transform-origin: 0 100%;
    transform-origin: 0 100%;
    -webkit-transition: -webkit-transform .3s,opacity .3s,background .3s;
    transition: transform .3s,opacity .3s,background .3s
}

.btn-animation:hover {
    border: 1px solid #fff;
    color: #5182e4;
    transition: .2s all 0s cubic-bezier(0.2,1,.3,1)
}

.btn-animation:hover::before {
    background: #fff;
    opacity: 1;
    -webkit-transform: rotate3d(0,0,1,0deg);
    transform: rotate3d(0,0,1,0deg);
    -webkit-transition-timing-function: cubic-bezier(0.2,1,.3,1);
    transition-timing-function: cubic-bezier(0.2,1,.3,1)
}



.footer {
    background-color: #3C3C3C;
    clear: both;
    color: #fff;
    line-height: 22px;
    padding-top: 20px;
    padding-bottom: 20px;
    position: relative;
    font-weight: 200;
}

.footer:after {
    background-image: url(/static/images/footer.png);
    opacity: 0.65;
    position: absolute;
    bottom: 0;
    content: "";
    display: block;
    left: 0;
    right: 0;
    top: 0;
}

.footer .containter {
    margin: 0 auto;
    position: relative;
    z-index: 2;
    font-size: 13px;
    color: #727880;
}
.footer a {
    color: rgba(255,255,255,.7);
    color: #727880;
    font-weight: 300;
}
.footer a:hover {
    color: #fff;
    text-decoration: underline
}

.footer .footer-row {
    margin: 0;
    padding-bottom: 10px;
    overflow: hidden;
    display: flex;
}

.footer .footer-left {
    flex: 1;
}

.footer .footer-right {
    width: 320px;
    display: flex;
}

.footer .footer-nav {
    line-height: 24px;
    list-style: none;
    overflow: hidden;
    margin-bottom: 10px;
}
.footer-nav li {
    float: left;
    margin-right: 15px;
}
.footer-nav .disc {
    width: 3px;
    height: 3px;
    border-radius: 100%;
    background: rgba(255,255,255,.7);
    display: inline-block;
    margin: 0 0 3px 10px;
    font-style: normal;
}

.footer .copyright {
    padding-right: 8px;
    width: 100%;
}

.footer .footer-code {
    width: 50%;
    text-align: center;
}

.footer .footer-code .code-name {
    margin-bottom: 8px;
    letter-spacing: 4px;
}

.footer .footer-code .code-info {
    margin-top: 8px;
    color: rgba(255,255,255,.42);
}

.vuebox{
	border: 0px solid red;
    z-index: 11;
    vertical-align: middle;
}

.login-app{
	border: 0px solid red;
   // background-color: #F1F7FC;
    z-index: 11;
    vertical-align: middle;
    text-align: center;
}

.login-formbox{
	display: block;
	background: #fff;
	padding: 40px;
	width: 400px;
	border-radius: 3px !important;
	margin: 0 auto;
	margin-top: 30px;
	margin-bottom: 90px;
	vertical-align: middle;
    padding-bottom: 10px;
    vertical-align: middle;
    border: 1px solid #ebeef5;
    font-size: 18px;
    box-shadow: 0 2px 12px 0 rgba(0,0,0,.1);
    text-align: left;
    overflow: hidden;
}
.login-formbox .captcha{
	border: 0px solid red;
	overflow: hidden;
	float: left;
	margin-top: 1px;
}
.login-formbox .captcha img{
	max-height: 100%;
	float: left;
	height: 30px;
	cursor: pointer;
}
.login-formbox .go-login{
	color: #75777b;
	font-size: 12px;
}



.ciyun-list{
	display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}
.ciyun-list .item{
	width: 18%;
    margin: 10px 0%;
	border: 0px solid red;
	display: block;
    overflow: hidden;
    border-radius: 6px;
    box-shadow: 0 0 0 0 #fff, -4px 0 4px 0 rgba(0,0,0,.04), 4px 0 4px 0 rgba(0,0,0,.04), 0 4px 4px 0 rgba(0,0,0,.04);
    background: #fff;
    padding: 6px;
    position: relative;
}

.ciyun-list .item:hover {
	box-shadow:  0px 0px 0px 0px #000,   /*上边阴影  红色*/
                -4px 0px 12px 0 rgba(0,0,0, .08),   /*左边阴影  绿色*/
                4px 0px 12px 0 rgba(0,0,0,.08),    /*右边阴影  蓝色*/
                0px 8px 16px 0px rgba(0,0,0,.08);    /*下边阴影  黄色*/
	transition: all .2s ease-in-out
}

.ciyun-list .item .template{
	font-size: 10px;
	top: 0px;
	right: 0px;
	margin: 0 auto;
	color: #dc3545; 
	color: #165e9e;
	z-index: 9999;
	padding: 3px 3px;
	border-radius: 4px;
	opacity: 0.5;
	text-align: right;
}
.ciyun-list .item .template:hover{
	text-decoration: underline;
}

.ciyun-list .item a{
	display: block;
}

.ciyun-list .item .title{
	white-space:nowrap;
	margin: 0px 5px;
	padding: 7px 0;
	overflow: hidden;
	text-align: center;
	border: 0px solid red;
	overflow: hidden;
	font-size: .8em;
    color: #333;
    font-weight: bold;
    font-weight: 120;
}
.ciyun-list .item .img{
	text-align: center;
	overflow: hidden;
	border-radius: 4px;
	overflow: hidden;
}
.ciyun-list .item img{
	max-width: 100%;
	margin: 0 auto;
	border-radius: 4px;
	overflow: hidden;
}

.ciyun-detail-box{
	display: flex;
	margin: 20px auto;
	text-align: center;
	margin-top: 20px;
}

.ciyun-detail-side{
	width: 300px;
	margin-left: 20px;
	background: #fff;
	padding: 15px;
}

.ciyun-detail-tool{
	width: 100%;
    border-bottom: 1px solid #f5f5f5;
    padding-bottom: 10px;
}


.ciyun-detail-text{
	margin-top: 10px;
	overflow: hidden;
	text-align: left;
	border: 0px solid red;
	font-size: 12px;
    color: #222;
    font-weight: 120;
    line-height: 22px;
}

.ciyun-detail-text .t{
	font-weight: 200;
    line-height: 24px;
}

.ciyun-detail-text span{
	display: inline-block;
	margin-right: 10px;
}

.ciyun-detail{
	flex: 1;
	background: #fff;
	padding: 20px;
}

.ciyun-detail img{
	max-width: 100%;
	max-height: 550px;
	margin: 0 auto;
}
.ciyun-detail p{
	margin-top: 10px;
    font-size: 12px;
    color: #222;
    font-weight: 120;
    line-height: 22px;
}

.collect-btn {
	display: flex;
    cursor: pointer;
    margin: 0 auto;
    margin-top: 20px;
    font-size: 12px;
    justify-content: center;
    align-items: center;
    cursor: pointer;
	font-weight: 150;
	width: 85px;
}
.collect-btn .font{
    display: flex;
    justify-content: center;
    align-items: center;
    border: 0px solid red;
    margin-left: 3px;
}
.collect-btn img{
    max-height: 16px;
    margin: 0;
}

.ciyun-recommend{
	margin-top: 30px;
	margin-bottom: 30px;
}
.ciyun-recommend .title{
	margin-top: 10px;
	margin-bottom: 10px;
	font-weight: bold;
	font-weight: 140;
	font-size: 16px;
}

.ciyun-recommend .item-list{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}


.ciyun-recommend .item{
	display: flex;
	width: 18%;
	margin-bottom: 18px;
	margin-left: 10px;
	padding: 5px;
	display: flex;
	justify-content: center;
	align-items: center;
	background: #fff;
	border-radius: 4px;
}
.ciyun-recommend .item:nth-child(1n){
	margin-left: 0;
}
.ciyun-recommend .item img{
	max-width: 100%;
	max-height: 260px;
	border-radius: 4px;
}

.ciyun-detail-qrcode{
	position: fixed;
    right: 20px;
    bottom: 60px;
    text-align: center;
    background: #fff;
    font-size: 13px;
    padding: 10px 0 0 0;
    color: #333;
    z-index: 9999;
    font-weight: 120;
}


.ciyun-list2{
    flex: 1;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    margin-top: 15px;
}

.ciyun-list2 .item {
    width: 18%;
    position: relative;
    border: 0px solid #333;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-bottom: 20px;
}

.ciyun-list2 .imgbox:hover {
	box-shadow:  0px 0px 0px 0px #000,   /*上边阴影  红色*/
                -4px 0px 12px 0 rgba(0,0,0, .08),   /*左边阴影  绿色*/
                4px 0px 12px 0 rgba(0,0,0,.08),    /*右边阴影  蓝色*/
                0px 8px 16px 0px rgba(0,0,0,.08);    /*下边阴影  黄色*/
	transition: all .1s ease-in-out
}

.ciyun-list2 .imgbox{
    display: block;
    overflow: hidden;
    position: relative;
    background: #fff;
    border-radius: 6px;
    padding: 6px;
    cursor: pointer;
}
.ciyun-list2 .imgbox-pad{
	padding-bottom: 58px;
}

.ciyun-list2 .item img{
	max-width: 100%;
	max-height: 100%;
	max-height: 210px;
    float: left;
    border-radius: 4px;
}


.ciyun-list2 .item .title{
	text-align: center;
	border: 0px solid red;
	font-size: .8em;
    color: #333;
    font-weight: 120;
    bottom: 28px;
    left: 0;
}

.ciyun-list2 .item .title, .ciyun-list2 .item .template{
	position: absolute;
	height: 30px;
	line-height: 30px;
	margin: 0px 6px;
	white-space: nowrap;
	overflow: hidden;
    right: 0;
}

.ciyun-list2 .item .template{
	font-size: 10px;
	color: #147ddc;
	z-index: 9999;
	opacity: 0.8;
	text-align: right;
    bottom: 0px;
    font-weight: 120;
}
.ciyun-list2 .item .template:hover{
	text-decoration: underline;
	font-weight: 200;
}

.ciyun-list2 .item .fav_template{
	right: 68px;
	
}


.module {
	padding-bottom: 48px;
}

.module .head{
	display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    padding-bottom: 10px;
}

.module .head .title{
	
}

.module .head .more a{
	color: rgba(14,19,24,.6);
	font-size: 12px;
}

.module .head .imglist{
	padding: 0.125rem;
    padding-top: 0;
    padding-right: 0px;
    list-style-type: none;
    flex: 1;
}

.module .imglist{
    flex: 1;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}

.module .imglist img{
	max-width: 100%;
	max-height: 100%;
	max-height: 180px;
    cursor: pointer;
    /* float: left; */
    transition: 0.3s ease-in-out;
    /* padding: 6px; */
    overflow: hidden;
    border-radius: 4px;
}

.module .imglist .item .imgbox{
    display: inline-block;
    overflow: hidden;
    background: #fff;
    border-radius: 6px;
    max-width: 100%;
	max-height: 100%;
	max-height: 180px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 6px solid #fff;
}

.module .imglist .item:hover .imgbox img{
	transform: scale(1.2);
    
}

.module .imglist .item {
    width: 18%;
    position: relative;
    border: 0px solid #333;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 10px;
}
.module .imglist .item a{
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    color: #666;
}
.module .imglist .item a .name{
    margin-top: 8px;
}

.module.chart .imglist .item {
    margin-bottom: 20px;
}

.indexbox{
	background: url(/static/images/bg.jpg) no-repeat center center ;
	height: 400px;
    background-size: cover;	
    width: 100%;
    max-width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    margin-bottom: 15px;
}







.form{
	margin: 0 auto;
	max-width: 500px;
	margin-bottom: 50px;
}
.form .line{
	display: flex;
	align-items: center;
	margin-bottom: 15px;
}

.form .line .lab{
	width: 80px;
	text-align: right;
	padding: 0 12px 0 0;
	color: #606266;
}
.form .line .input{
	flex: 1;
}
.form .line .input input{
	width: 100%;
}
.form .line .input textarea{
	width: 100%;
}



.search-img-block {
	margin: 30px auto;
	max-width: 1280px;
}

.search-img-block h2{
	text-align: center;
	margin-bottom: 10px;
}

.search-img-block .imglist{
	display: block;
	overflow: hidden;
	width: 100%;
	text-align: center;
	height: 0;
	display: none;
}

.search-img-block .imglist .row {
	width: 33.33%;
	padding: 10px;
	overflow: hidden;
	cursor: pointer;
	
}

.search-img-block .imglist .row .item-image {
	position: relative;
	background-color: #d8d8d8;
	overflow: hidden;
}


.search-img-block .imglist .row .item-image img.lazyload:not([src]) {
    visibility: hidden
}

.search-img-block .imglist .row .item-image img.lazyload,
.search-img-block .imglist .row .item-image img.lazyloading {
    opacity: 0
}

.search-img-block .imglist .row .item-image img.lazyloaded {
    opacity: 1
}


.search-img-block .imglist .row .item-image img{
	cursor: pointer;
	width: 100%;
	height: 100%;
	display: block;
	object-fit: cover;
    transition: opacity 100ms ease;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: auto;
}


.search-img-block .imglist .row .item-mask{
	position: absolute;
    left: 0;
    right: 0;
    bottom: 0px;
    top: 0;
    padding: 10px 10px 8px 6px;
    //opacity: 0;
    transition: .25s;
    //background: linear-gradient(0deg,rgba(0,0,0,.6) 0,transparent);
    font-size: 14px;
    color: #fff;
    text-align: right;
    display: none;
    //display: block;
}

.search-img-block .imglist .row:hover .item-mask{
    display: block;
}


.search-img-block .imglist .logo {
    width: 92px;
    height: 20px;
    position: absolute;
    top: 20px;
    right: 20px;
    overflow: hidden;
    text-indent: 101%;
    white-space: nowrap;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}

.search-img-block .imglist .logo-pixabay {
	background-image: url(/static/images/pixabay.png);
}

.search-img-block .imglist .logo-unsplash {
	background-image: url(/static/images/unsplash.png);
}



.search-img-block .imglist .download{
	position: absolute;
    border-radius: 40px;
    display: inline-block;
    width: 110px;
    height: 36px;
    font-size: 12px;
    font-weight: 500;
    line-height: 32px;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    background-color: rgba(255,255,255,.15);
    border: solid 2px #fff;
    transition: all 300ms ease;
    bottom: 20px;
    right: 20px;
}

.search-img-block .imglist .download:hover {
    color: #222;
    background-color: #fff;
    border-color: #fff;
}


.search-img-block .imglist .download-mask{
	position: absolute;
	top:8px;
	left: 8px;
	right: 8px;
	bottom: 8px;
    z-index: 10000;
    padding: 8px;
    background-color: rgba(255,255,255,.8);
    margin: 0;
    transition: opacity .3s;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.search-img-block .imglist .download-mask p{
    color: #20a0ff;
    margin: 3px 0;
    font-size: 12px;
    
}


.search-img-block .imglist .download-mask img{
	width: 20px;
}


.search-img-block .imglist .row a{
    color: #fff;
}
.search-img-block .loadmore{
    appearance: none;
    display: block;
    width: 148px;
    height: 42px;
    margin: 30px auto ;
    margin-bottom: 60px;
    font-size: 13px;
    font-weight: 500;
    line-height: 1;
    color: #fff;
    cursor: pointer;
    background-color: #222;
    border: 0;
    border-radius: 23.9px;
    outline: none;
    transition: background-color 300ms ease;
}
.search-img-block .nomore{
	margin: 0 auto;
	padding: 30px 0 10px;
	overflow: hidden;
	text-align: center;
	display: flex;
    justify-content: center;
    color: #666;
    display: none;
}

.search-box{
	margin: 30px auto;
	margin-top: 0px;
	overflow: hidden;
	text-align: center;
	display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    
    background-image: url(/static/images/search_background.jpeg);
    
    position: relative;
    background-position: 50%;
    background-size: cover;
    background-color: #555;
    margin: 0 0 20px;
    text-align: center;
    transition: .8s;
    height: 300px;
}

.search-box .title{
	font-size: 28px;
	color: #fff;
	margin-bottom: 10px;
}
.search-box .desc{
	font-size: 12px;
	color: #d8d8d8;
	margin-top: 10px;
	display: none;
}
.search-box .hotword{
	width: 56%;
    min-width: 700px;
    min-width: min(700px,100%);
    margin: 0 auto;
    padding: 10px;
    font-size: 14px;
}
.search-box .hotword a{
	display: inline-block;
    color: #f1f1f1;
    text-decoration: none;
    transition: color .3s ease;
    font-size: 14px;
}

.search-box .hotword a:hover{
    color: #fff;
}



.searchbar{
    display: inline-block;
    border: none;
    width: 550px;
    float: left;
    position: relative;
    height: 48px;
    line-height: 48px;
    margin-top: 4px;
    font-size: 14px;
    color: #bbb;
    background: #fafafa;
 //   border: 1px solid #ddd;
    border-radius: 2px;
}

.searchbar input {
    padding-left: 15px;
    color: #999;
    border: none;
    background-color: transparent;
    padding-right: 28px;
    height: 48px;
    line-height: 48px;
    width: 100%;
}

.searchbar .go{
	display: block;
    width: 38px;
    height: 38px;
    position: absolute;
    right: 3px;
    top: 4px;
    cursor: pointer;
    background: url(/static/images/search2.png) 2px 8px no-repeat;
    opacity: .75;
    background-size: 25px 25px;
    background-repeat: no-repeat;
    overflow: hidden;
}
.searchbar .go:hover{
    background: url(/static/images/search1.png) 2px 8px no-repeat;
    background-size: 25px 25px;
    background-repeat: no-repeat;
}

.ciyun-list-filter {
   border: 1px solid #f4f4f4;
   flex: 1;
   display: flex;
   justify-content: flex-end;
   align-items: center;
   font-size: 12px;
   padding: 5px 0;
}

.ciyun-list-filter .filter-item{
   color: #777;
   padding: 1px 8px;
   display: flex;
   justify-content: center;
   align-items: center;
   border-radius: 4px;
   margin: 3px 3px;
}
.ciyun-list-filter .filter-item.selected{
   color: #fff;
   background: #FCB329;
}


.syserror-box{
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	width: 100%;
	padding: 20px 0;
}

.syserror-box .img{
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	padding: 20px 0;
}

.syserror-box .text{
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
    font-size: 12px;
    color: #c1040c;
}

.youhui{
	position: absolute;
	font-size: 12px;
    right: -28px;
    top: -11px;
    max-height: 16px;
    color: #fff;
    font-size: 12px;
}


.cipin-main-wrap{
	overflow: auto;
	display: flex;
	padding: 10px;
}

.cipin-main-wrap .item{
	flex: 1;
	border: 0px solid black;
}

.cipin-main-wrap .left{
	display: flex;
	flex-direction: column;
}

.cipin-main-wrap .left .text{
	flex:1;
}

.cipin-main-wrap .left .bottom{
	display: flex;
	justify-content: space-between;
	padding-top: 5px;
	font-size: 12px;
	color: #848181;
}

.cipin-main-wrap .left .count{
	text-align: right;
	padding-bottom: 0;
}

.cipin-main-wrap .textarea{
	width: 100%;
	height: 100%;
	height: calc(100vh - 100px);
	border-radius: 4px;
	padding: 8px;
	color: #444;
	color: #636c78;
	font-size: 12px;
}

.cipin-main-wrap .item.center{
	flex: initial;
	width: 140px;
	display: flex;
	flex-direction: column;
	align-items: center;
}
.cipin-main-wrap .item.center button{
	margin-left: 0;
	margin-bottom: 10px;
	width: 120px;
}
.cipin-main-wrap .item.center button span{
	justify-content: center;
}

.cipin-main-wrap .result{
	width: 100%;
	height: 100%;
	border-radius: 4px;
	padding: 8px;
	background: #fefefe;
	overflow-y: scroll;
	color: #444;
	height: calc(100vh - 100px);
}

.cipin-main-wrap .result .el-table td, .el-table th{
	padding: 0;
}
.cipin-main-wrap .el-checkbox.is-bordered{
	margin-right:0;
	margin-left: 0 !important;
	margin-top: 10px;
}

.cipin-main-wrap .result-desc{
	text-align: center;
	color: #666;
	padding: 20px 0;
}


.native-pay-box-mask{
    position: fixed;
    z-index: 90010;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    background: rgba(0,0,0,.6);
}

.native-pay-box{
    position: fixed;
    z-index: 90011;
    width: 80%;
    max-width: 360px;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    background-color: #fff;
    text-align: center;
    border-radius: 3px;
    overflow: hidden;
    line-height: 1;
}

.native-pay-box .header {
    background-color: #e8e9eb;
    padding: 6px 36px;
    border-top: 1px solid #d2d2d3;
    border-radius: 6px;
    color: #333;
    font-size: 15px;
    font-weight: 150;
    position: relative;
}

.native-pay-box .desc{
	
}

.native-pay-box .iconfont{
	position:absolute;
	right: 12px;
	top: 5px;
	color: #bfbfbf;
	cursor: pointer;
	font-size: 14px;
}
.native-pay-box .iconfont:hover{
	color: #9e9e9e;
}

.native-pay-box .header .icon{
    padding: 0;
    border: 0;
    width: 60px;
    height: 58px;
    border: 3px solid #fff;
    background-color: #fff;
    border-radius: 100%;
}

.native-pay-box .qrcode{
	padding: 20px 0;
	    padding-top: 23px;
	display: flex;
    justify-content: center;
    align-items: center;
}

.native-pay-box .loading{
	padding: 20px 0;
}

.native-pay-box .loading img{
    max-height: 50px;
    max-width: 50px;
}

.native-pay-box .qrcode img {
    border: 0px solid #ddd;
    box-shadow: rgba(0, 0, 0, 0.498039) 0px 2px 3px 0px, rgba(255, 255, 255, 0.65098) 0px 1px 0px 0px inset;
    box-shadow: 0px 0px 5px 0px rgba(79,79,79,0.43);
    width: 150px;
    padding: 8px;
    background-color: #fff;
}

.native-pay-box .total_fee{
    width: 100px;
    color: #f5f5f5;
    background: #f6f7f9;
    padding: 6px 14px;
    border-radius: 3px;
    font-size: 16px;
    text-align: center;
    margin: 0 auto;
    font-weight: 120;
    color: #f60;
    font-family: PingFangSC-Regular,Roboto,Verdana,"Open Sans","Helvetica Neue",Helvetica,"Hiragino Sans GB","Microsoft YaHei","Source Han Sans CN","WenQuanYi Micro Hei",Arial,sans-serif;
    
}
.native-pay-box .desc{
	font-size: 14px;
	color: #222;
	padding: 15px 0;
	font-weight: 180;
	display: flex;
    justify-content: center;
    align-items: center;
}
.native-pay-box .desc .icon{
    max-height: 18px;
    width: 17px;
    margin: 0 2px;
}

.native-pay-box .closetip{
	font-size: 13px;
	color: #444;
	padding-bottom: 20px;;
	font-weight: 180;
	display: flex;
    justify-content: center;
    align-items: center;
}

.vip-dialog-mask{
    position: fixed;
    z-index: 90000;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    background: rgba(0,0,0,.6);
}
.vip-dialog{
	position: fixed;
    z-index: 90001;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    border-radius: 3px;
    overflow: hidden;
    line-height: 20px;
    background: #fff;
    min-height: 100px;
    display: flex;
    font-size: 12px;
    box-shadow: 0 16px 32px 2px rgb(0 0 0 / 10%);
    padding: 0;
    margin: 0;
    outline: 0;
}

.vip-dialog .left{
	padding: 28px 20px;
	width: 200px;
    background-image: linear-gradient(0deg, rgb(184, 202, 255) 0%, rgb(217, 231, 255) 100%);
}
.vip-dialog .logo img{
	height: 20px;
	margin: 0 auto;
}


.vip-dialog .introduction-title{
	font-size: 16px;
    margin-top: 30px;
    line-height: 1;
    font-weight: 500;
}
.vip-dialog .introduction-content{
    color: #636c78;
    font-size: 12px;
    margin-top: 18px;
    margin-bottom: 28px;
}
.vip-dialog .introduction-content h3 {
    margin-bottom: 16px;
    font-size: 12px;
    line-height: 1;
}

.vip-dialog .introduction-content li {
    font-size: 12px;
    opacity: .7;
    margin-bottom: 12px;
    padding: 0;
    line-height: 1;
}
.vip-dialog .introduction-content li:before {
    content: "\2022";
    color: #636c78;
}


.vip-dialog .right{
	width: 650px;
	display: flex;
    flex-direction: column;
}

.vip-dialog .cover{
	height: 96px;
    padding: 28px 44px 24px;
    display: flex;
    flex-direction: row;
    border-radius: 4px 4px 0 0;
    color: #33383e;
    background: #f6f7f9;
}

.vip-dialog .cover{
	height: 96px;
    padding: 28px 44px 24px;
    display: flex;
    flex-direction: row;
    color: #33383e;
    background: #f6f7f9;
}

.vip-dialog .cover .avatar img{
	width: 42px;
}

.vip-dialog .cover-main{
	margin-left: 16px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.vip-dialog .cover-tip{
	opacity: .7;
}

.vip-dialog .right .body{
	padding: 18px 44px 28px;
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
}

.vip-dialog .right .icon-shanchu{
	top: 11px;
    right: 12px;
    color: #b4b8bf;
    position: absolute;
    font-size: 14px;
    cursor: pointer;
}
.vip-dialog .right .icon-shanchu:hover{
    color: #88898c;
}

.vip-dialog .error{
	margin-bottom: 10px;
    text-align: center;
    color: red;
    font-size: 13px;
}

.vip-dialog .paylevel-title{
    display: flex;
    padding: 8px 0 12px 0;
    line-height: 22px;
    color: #434951;
    font-weight: 700;
}


.vip-dialog .paylevel-title .tip {
    color: #8d8f92;
    margin-left: 8px;
}

.vip-dialog .paylevel{
	border: 0px solid red;
	display: flex;
    justify-content: space-between;
}
.vip-dialog .paylevel .item{
	display: flex;
	align-items: center;
	justify-content: space-between;
	flex-direction: column;
    width: 120px;
	padding: 20px 10px;
    position: relative;
    cursor: pointer;
    border-radius: 3px;
    color: #a57c6a;
    font-size: 12px;
    background-image: linear-gradient(45deg,hsla(46,62%,69%,.15),#fff4e2);
    border: 1px solid #eee1cd;
    font-family: PingFangSC-Regular,Roboto,Verdana,"Open Sans","Helvetica Neue",Helvetica,"Hiragino Sans GB","Microsoft YaHei","Source Han Sans CN","WenQuanYi Micro Hei",Arial,sans-serif;
}

.vip-dialog .paylevel .item:last-child{
	margin-bottom: 0;
}

.vip-dialog .paylevel .item.active{
    color: #572f1d;
    border: 1px solid #dbad69;
    background-image: linear-gradient(-45deg,#ffcb80,#fff4e2);
}

.vip-dialog .paylevel.level4 .item{
	width: 125px;
}
.vip-dialog .paylevel.level5 .item{
	width: 102px;
}


.vip-dialog .paylevel .item .name{
	font-size: 14px;
	margin-bottom: 20px;
}
.vip-dialog .paylevel .item .money{
    margin-bottom: 20px;
}
.vip-dialog .paylevel .item .money span{
    font-size: 22px;
}

.vip-dialog .paylevel .item .origin{
	text-decoration: line-through;
	color: #9a9a9a;
    //transform: scale(0.9);
}
.vip-dialog .paylevel .item .discount{
	opacity: 1;
    font-weight: 500;
    right: -1px;
    top: -1px;
    color: #fff;
    font-size: 12px;
    height: 17px;
    line-height: 17px;
    padding: 0 9px;
    border-radius: 0 2px 0 6px;
    font-weight: 400;
    opacity: .7;
    background-image: linear-gradient(105deg,#f55 5%,#ff2958);
    position: absolute;
    //transform: scale(0.625);
}
.vip-dialog .paybottom{
	margin: 16px 0 10px;
    background: #f6f7f9;
    border-radius: 4px;
    padding: 24px 20px;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
}

.vip-dialog .paybottom .paytotal{
    font-size: 15px;
    line-height: 28px;
    color: #636c78;
    padding-bottom: 10px;
    font-family: PingFangSC-Regular,Roboto,Verdana,"Open Sans","Helvetica Neue",Helvetica,"Hiragino Sans GB","Microsoft YaHei","Source Han Sans CN","WenQuanYi Micro Hei",Arial,sans-serif;
}

.vip-dialog .paybottom .paytotal .paymoney {
    font-size: 22px;
    color: #fc3627;
    font-weight: 600;
    text-align: center;
    padding-right: 4px;
}

.vip-dialog .paybottom .paytotal .paymoney>span {
    color: #636c78;
    font-size: 14px;
    font-weight: 400;
}


.btn-pay{
	color: #fff !important;
    background-color: #07c160;
    border-color: #07c160 !important;
    font-weight: bold;
}
.btn-pay:hover{
	background-color: #06ae56 !important;;
    border-color: #06ae56 !important;
}



#cnzz_stat_icon_1279955516{
	display: none;
}
.index-btn{
	padding: 10px 15px;
    font-size: 13px;
}



.tutorial-nav {
	background: #fafafa;
	width: 100%;
}
.tutorial-nav .title{
	font-size: 15px;
	padding: 12px 15px;
	color: #222;
}
.tutorial-nav ul.summary {
	list-style: none;
	margin: 0;
	padding: 0;
	transition: top .5s ease;
}

.tutorial-nav .summary li {
	list-style: none;
	line-height: 14px;
}

.tutorial-nav .summary li a, .tutorial-nav .summary li span {
	display: block;
	padding: 7px 15px;
	border-bottom: none;
	color: #364149;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
	position: relative;
}

.tutorial-nav .summary li ul {
	padding-left: 20px;
}

.tutorial-nav .summary a:hover {
	color: #008cff !important;
}

.tutorial-nav .summary li .articles a{
	font-size: 12px;
	color: #595959;
}



.tutorial-wrap{
	position: relative;
	height: calc(100vh - 60px);
	overflow-y: scroll;
	border: 0px solid red;
}

.tutorial-content{
	width: 1140px;
    padding: 0;
    margin: 0 auto;
}

.tutorial-wrap .left{
	width: 270px;
	position: fixed;
    top: 0;
    bottom: 0;
    margin-top: 60px;
    overflow-y: auto;
}

.tutorial-wrap .right{
	padding-left: 300px;
	padding-top: 30px;
    
}

.tutorial-wrap .page-content  h4 {
    font-size: 1.5em;
}

.tutorial-wrap .page-content h5 {
    margin: 35px 0 20px;
    font-size: 14px;
}

.tutorial-wrap .page-content{
	padding-bottom: 30px;
}

.tutorial-wrap .page-content blockquote, .page-content p {
    margin-top: 0;
    margin-bottom: 10px;
}

.tutorial-wrap .page-content blockquote {
    margin: 0;
    margin-bottom: .85em;
    padding: 0 15px;
    color: #555;
}

.tutorial-wrap .page-content .example {
	color: #807c7c;
	line-height: 1.6;
    overflow: auto;
    word-wrap: normal;
    margin: 0;
    padding: 12px 12px;
    margin-bottom: 1.275em;
    background: #f7f7f7;
    display: flex;
    align-items: center;
    font-size: 12px;
}
.tutorial-wrap .page-content .highlight{
	font-weight: bold;
	color: #000;
}

.tutorial-wrap .page-content .img{
    text-align: center;
}

.tutorial-wrap .page-content .img img{
    margin: 0 auto;
    max-height: 300px;
    max-width: 100%;
}




.tool-wrap{
	position: relative;
	height: calc(100vh - 60px);
	overflow-y: scroll;
	border: 0px solid red;
	margin: 0;
}

.tool-wrap .tool-content{
	width: 1140px;
	width: 100%;
    padding: 0;
    margin: 0 auto;
}

.tool-wrap .left{
	width: 270px;
	position: fixed;
    top: 0;
    bottom: 0;
    margin: 0;
    margin-top: 60px;
    padding-right: 20px;
    overflow-y: auto;
    border-right: 1px solid #eaeaea;
}

.tool-wrap .right{
	padding-left: 300px;
	padding-top: 20px;
	padding-right: 30px;
    
}

.tool-wrap .page-content h1 {
    font-size: 20px;
    margin-bottom: 20px;
}

.tool-wrap .page-content .desc {
    color: #717171;
    margin-bottom: 15px;
    font-size: 12px;
}

.tool-wrap .page-content{
	padding-bottom: 30px;
}


.tool-wrap .tool-nav {
	//background: #fafafa;
	width: 100%;
    height: 100%;
}
.tool-wrap .tool-nav .title{
	font-size: 15px;
	padding: 12px 15px;
	color: #222;
}
.tool-wrap .tool-nav ul.summary {
	list-style: none;
	margin: 0;
	padding: 0;
	transition: top .5s ease;
}

.tool-wrap .tool-nav .summary li {
	list-style: none;
	line-height: 14px;
}

.tool-wrap .tool-nav .summary li a, .tool-nav .summary li span {
	display: block;
	padding: 8px 15px;
	border-bottom: none;
	color: #364149;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
	position: relative;
}

.tool-wrap .tool-nav .summary li ul {
	padding-left: 20px;
}

.tool-wrap .tool-nav .summary a:hover {
	color: #008cff !important;
}

.tool-wrap .tool-nav .summary li .articles a{
	font-size: 12px;
	color: #323941;
}

.tool-wrap .tool-nav .summary li .articles a.active{
	background-color: #f4f4f6;
    border-radius: 4px;
}

.tool-wrap .tool-nav .iconfont{
	margin-right: 4px;
}

.tool-wrap .tool-nav .icon-png{
	color: #00c89d;
}
.tool-wrap .tool-nav .icon-jpg{
	color: #b690ff;
}
.tool-wrap .tool-nav .icon-svg{
	color: #ff9f00;
}
.tool-wrap .tool-nav .icon-webp{
	color: #1196db;
}



.tool-wrap .page-content .section{
	margin-bottom: 20px;
	width: 100%;
}


.tool-wrap .uploader {
    width: 100%;
    border: 1px solid #efefef;
    border-radius: 6px;
    color: #9c9d9e;
    cursor: pointer;
}

.tool-wrap .uploader .init{
	display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 150px;
    font-size: 12px;
}

.tool-wrap .uploader .iconfont {
    font-size: 34px;
    color: #C0C4CC;
}


.tool-wrap .uploader .bottom{
	padding: 15px 10px;
	background-color: #f7f7f7;
	display: flex;
	width: 100%;
}
.tool-wrap .uploader .bottom .item{
	margin: 0;
	margin-right: 15px;
}


.tool-wrap  .filelist{
	display: flex;
	flex-direction: column;
	width: 100%;
	font-size: 12px;
}



.tool-wrap .filelist .row{
	display: flex;
	width: 100%;
	height: 40px;
	padding: 0 20px;
	border-bottom: 1px solid #f1f1f1;
	color: #959595;
}
.tool-wrap .filelist .row:last-child{
	border-bottom: 0;
}
.tool-wrap .filelist .row .col{
	display: flex;
    justify-content: left;
    align-items: center;
}

.tool-wrap .filelist .row .index{
	width: 40px;
}

.tool-wrap .filelist .row .name{
	flex: 1;
	color: #333;
}
.tool-wrap .filelist .row .size{
	width: 120px;
	text-align: center;
	margin-right: 30px;
}
.tool-wrap .filelist .row .status{
	width: 120px;
	text-align: center;
}

.tool-wrap .filelist .row .status span{
	position: relative;
    display: inline-block;
    padding: 2px;
    letter-spacing: .2px!important;
    font-size: 9px;
    line-height: 12px;
    font-weight: 200;
    color: #f33;
    border: 1px solid;
    border-radius: 2px;
}

.tool-wrap .filelist .row .status .wait{
	color: #32be5b;
}

.tool-wrap .filelist .row .status .process{
	color: #ffb103;
}
.tool-wrap .filelist .row .status .over{
	color: #3bb5e9;
}

.tool-wrap .filelist .row .oper{
	width: 70px;
	justify-content: flex-end;
}
.tool-wrap .filelist .row .download{
	width: 70px
}

.tool-wrap .filelist .row .oper .iconfont {
    font-size: 13px;
    color: #C0C4CC;
}



.file-conver-wrap {
	width: 100%;
	height: 100%;
	display: flex;
    justify-content: center;
    margin: 10px 0;
}

.file-conver-wrap .left{
	width: 220px;
	height: 100%;
	margin-right: 20px;
}

.file-conver-wrap .side-nav{
	background: #f9f9f9;
	display: flex;
	flex-direction: column;
	align-items: center;
	border-radius: 3px;
}

.file-conver-wrap .side-nav a{
	display: block;
	color: #333;
}

.file-conver-wrap .side-nav a:hover{
	text-decoration:underline;
}

.file-conver-wrap .side-nav .nav{
	width: 100%;
	padding: 10px 8px;
	text-align: center;
}
.file-conver-wrap .side-nav .head{
	background: #409EFF;
	color: #fff;
}

.file-conver-wrap .right{
	flex: 1;
    font-size: 12px;
}

.file-conver-wrap .right h3{
	line-height: 50px;
	font-size: 20px;
}
.file-conver-wrap .right .desc{
	color: #717171;
}


.file-conver-wrap .right .item{
	margin-bottom: 15px;
}

.file-conver-wrap .ocr-uploader {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 120px;
    width: 100%;
    border: 1px dashed #d9d9d9;
    border-radius: 6px;
	color: #9c9d9e;
}
.file-conver-wrap .ocr-uploader:hover{
	border: 1px dashed #409EFF;
	cursor: pointer;
}   

.file-conver-wrap .ocr-uploader .iconfont{
	font-size: 34px;
	color: #C0C4CC;
}

.ocr-result{
	color: #9c9d9e;
	border-radius: 3px;
	border: 1px solid #efefef;
	padding: 8px;
	max-width: 100%;
	word-wrap:break-word;
	word-break:break-all;
	line-height: 1.2;
}


.file-conver-wrap .tips {
    padding: 8px 16px;
    background-color: #ecf8ff;
    border-radius: 4px;
    border-left: 5px solid #50bfff;
    color: #868686;
}

.file-conver-wrap .setting{
	background: #f9f9f9;
    border-radius: 10px;
    //box-shadow: 4px 4px 10px rgba(0,0,0,.1);
    padding: 20px;
}
.file-conver-wrap .setting .line{
	display: flex;
}
.file-conver-wrap .setting .line .text{
	width: 90px;
}

.file-conver-wrap .setting .options{
	flex: 1;
	display: flex;
	align-items: center;
	justify-content: flex-start
}

.file-conver-wrap .setting .options .option{
	display: flex;
	align-items: center;
	justify-content: center;
	margin-right: 20px;
	cursor: pointer;
}

.file-conver-wrap .setting .options .iconfont{
	margin-right: 3px;
	font-size: 14px;
	color: #4c94f1;
}






