@charset "UTF-8";
/*共有的*/
*{margin: 0; padding: 0;}
a:focus{outline: 0 solid;}
a:hover{text-decoration: none!important;}
a:link{text-decoration: none!important;}
a:active{text-decoration: none!important;}
li{list-style: none;}
.abs{position: absolute;}
.rel{position: relative;}
.clear{clear:both;}
body{width: 100%; height: 100%; background: #fff; font-family: '微软雅黑';overflow-x:hidden;padding:0;margin:0;position:relative;}
html{overflow-x:hidden;padding:0;margin:0;}
img{border: none;width:100%;}
i, em{font-style: normal;}
@media only screen and (max-width:309px){html{font-size:9.375px}}
@media only screen and (max-width:319px) and (min-width:310px){html{font-size:9.6875px}}
@media only screen and (max-width:349px) an d (min-width:320px){html{font-size:10px}}
@media only screen and (max-width:359px) and (min-width:350px){html{font-size:10.9375px}}
@media only screen and (max-width:374px) and (min-width:360px){html{font-size:11.25px}}
@media only screen and (max-width:399px) and (min-width:375px){html{font-size:11.718px}}
@media only screen and (max-width:413px) and (min-width:400px){html{font-size:12.5px}}
@media only screen and (max-width:469px) and (min-width:414px){html{font-size:12.9375px}}
@media only screen and (max-width:479px) and (min-width:470px){html{font-size:14.6875px}}
@media only screen and (max-width:539px) and (min-width:480px){html{font-size:15px}}
@media only screen and (max-width:559px) and (min-width:540px){html{font-size:16.875px}}
@media only screen and (max-width:569px) and (min-width:560px){html{font-size:17.5px}}
@media only screen and (max-width:629px) and (min-width:570px){html{font-size:17.8125px}}
@media only screen and (max-width:639px) and (min-width:630px){html{font-size:19.6875px}}
@media only screen and (min-width:640px){html{font-size:20px}.viewport{max-width:640px}}
.viewport{width:32rem;margin:0 auto;overflow:hidden}
a{-webkit-tap-highlight-color: transparent; -webkit-touch-callout: none; -webkit-user-select: none;}
p{margin: 0;}
/*头部*/
.header{width: 100%;height:40px; background:#197ed6; margin: auto; padding: 0;}
.header .logo{float: left; width: 100px; margin-left: 8px;}
.header .logo a{
	height: 40px;
	display: block;
}
.header img{
	width: 125%;
    margin: 8px;
}
.header .kan{
	display: block;
    float: right;
    height: 30px;
    margin-top: 5px;
}
.header .kan .free{
	display: block;
    background: #146ebd;
    border: 1px solid #fff;
    margin-right: 5px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    border-radius: 4px;
    width: 90%;
}
.header .kan .free img{
	width: 15%;
    display: inline-block;
    margin-top: 5px;
}
.header .kan .free em{
	color: #fff;
    font-size: 14px;
    display: inline-block;
}
/*导航栏*/
.headers{
	width: 100%;
	padding: 0;
	margin: 0 auto;
	background: #fff;
}
.headers ul li{float: left;width:20%;text-align: center;line-height: 40px;}
.headers ul li a{color:#666;font-size:14px;}
.headers ul li:hover a{color: #197ed6;}
/*banner*/
.banner{width: 100%;position: relative;padding: 0;margin: 0 auto;}
.banner .quick_btn{
	display: block;
    width: 100px;
    height: 26px;
    line-height: 26px;
    text-align: center;
    color: #fff;
    background: #ff0825;
    font-size: 14px;
    border-radius: 5px;
    box-shadow: 0 1px 2px rgba(0,0,0,.5);
    position: absolute;
    bottom: 5px;
    left: 36%;
}
/*part1*/
.part1{
	width:100%;
	padding: 0;
	margin: 0 auto;
	background: #fff;
}
.part1 .content1{
	width: 100%;
    padding: 0 0.213rem;
    margin: 0 auto;
    padding-top: 20px;
}
.part1 .content1 .title{
	display: block;
	text-align: center;
    margin: 10px auto;
    padding-bottom: 10px;
}
.part1 .content1 .title img{
	width:60%;
}
.part1 .content1 .content-box{
    padding: 10px;
}
.part1 .content1 .content-box .img-unit{position: relative;}
.part1 .content1 .content-box .img-unit .hover{
	position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    width: 100%;
    text-align: center;
    display: block;
    background: rgba(0,0,0,.5);
    bottom: 0;
}
.part1 .content1 .content-box .img-unit .hover img{
	width: 50%;
    display: block;
    margin: 0 auto;
    margin-top: 20%;
}

.part1 .content2 .content-box .img-unit{position: relative;}
.part1 .content2 .content-box .img-unit .hover{
	position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    width: 100%;
    text-align: center;
    display: block;
    background: rgba(0,0,0,.5);
    bottom: 0;
}
.part1 .content2 .content-box .img-unit .hover img{
	width: 50%;
    display: block;
    margin: 0 auto;
    margin-top: 20%;
}

.part1 .content3 .content-box .img-unit{position: relative;}
.part1 .content3 .content-box .img-unit .hover{
	position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    width: 100%;
    text-align: center;
    display: block;
    background: rgba(0,0,0,.5);
    bottom: 0;
}
.part1 .content3 .content-box .img-unit .hover img{
	width: 50%;
    display: block;
    margin: 0 auto;
    margin-top: 20%;
}

.particular {
	background: #eee;
    padding: 10px;
    padding-bottom: 5px;
}
.particular p{
	font-size: 1.45rem;
    border-bottom: 1px solid #e2e2e2;
    height: 30px;
    line-height: 25px;
}
.particular p span {
	color: #666;
	display: inline-block;
}
.particular p em{
	color: #4da6fa;
}
.particular h4 {
	font-size: 1.45rem;
	color: #333;
}
.particular .explain {
	font-size: 1.25rem;
	color: #666;
	overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
/*详细课程*/
.list {
	padding-top: 16px;
	background: #eee;
	padding: 10px;
}
.list ul li.parent {
	color: #666;
    font-size: 14px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    position: relative;
    margin: 5px 0;
}
.list ul li.parent p{
	background: #d6d6d6;
    height: 26px;
    line-height: 26px;
   border-radius:4px;
}
.list ul li.parent p em{
	background: #3aaae9;
    display: inline-block;
    padding: 0 10px;
    color: #fff;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
    margin-right: 10px;
}
.list ul li.parent .collapses{
	display: block;
    float: right;
    margin-top: -32px;
    margin-right: 10px;
    color: #0c7fe2;
}
.list ul li.parent ul li.zi{
	line-height: 0.75rem;
    background: url(../img/icon_01.jpg) left no-repeat;
    padding: 7px 0 7px 34px;
    margin-left: 7px;
    margin-bottom: 6px;
}
.zi .study{
	float: right;
    background: #e76a00;
    border-radius: 4px;
    color: #fdfdfd;
    font-size: 12px;
    display: block;
    width: 55px;
    height: 20px;
    line-height: 20px;
    text-align: center;
    margin-top: 0;
    padding: 0;
}
.zi a{
	overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 70%;
    display: inline-block;
    padding: 7px 0 7px 0;
}
/*其他课程*/
.other {
	padding-top: 10px;
	background: #eee;
	padding: 10px;
}
.other h4{
	font-size: 1.45rem;
    color: #333;
}
.other p{
	margin: 0;
    border-bottom: 1px solid #dcdcdc;
    padding: 14px 0 13px 0;
}
.other p img{
	width:10%;
}
.other p span{
	color: #666;
    display: inline-block;
    margin-left: 10px;
}
.other p a{
	display: block;
}
.other p em{
	display: block;
    width: 60px;
    height: 20px;
    line-height: 20px;
    text-align: center;
    background: #ff0000;
    color: #fff;
    font-size: 12px;
    border-radius: 4px;
    float: right;
    margin-top: 0px;
}

.part1 .content2{
	width: 100%;
    padding: 0 0.213rem;
    margin: 0 auto;
    padding-top: 20px;
}
.part1 .content2 .title{
	display: block;
	text-align: center;
    margin: 10px auto;
    padding-bottom: 10px;
}
.part1 .content2 .title img{
	width:60%;
}
.part1 .content2 .content-box{
    padding: 10px;
}

.part1 .content3{
	width: 100%;
    padding: 0 0.213rem;
    margin: 0 auto;
    padding-top: 20px;
}
.part1 .content3 .title{
	display: block;
	text-align: center;
    margin: 10px auto;
    padding-bottom: 10px;
}
.part1 .content3 .title img{
	width:60%;
}
.part1 .content3 .content-box{
    padding: 10px;
}

/*part2*/
.part2{
	width:100%;
	padding-top:10px;
	margin:auto;
	background: #fff;
	}
.part2 .content{
	width: 100%;
    padding: 0 1rem;
    margin: 0 auto;
}
.part2 .content .title{
	text-align: center;
    margin: 10px auto;
    padding-bottom: 10px;
}
.part2 .content .title img{
	width:60%;
}
.part2 .content .content-box{
	background: #f1f1f1;
}
.part2 .content .content-box ul{
	margin-left: 3px;
}
.part2 .content .content-box ul li{
	float: left;
    width: 48.5%;
    margin: 3px 2px;
    background: #fff;
    padding: 0 3px;
}
.part2 .content .content-box ul li img{
	width:100%;
}
.part2 .content .content-box ul li .unit{
	margin:5px 0;
}
.part2 .content .content-box ul li .name{
	overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    }

.part2 .content .content-box ul li .name a{
	color: #000;
    font-size: 14px;
    padding-bottom: 5px;
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    }
    
.part2 .content .content-box ul li .tec-name{
	font-size: 12px;
    padding-top: 5px;
    color: #000;
    }
.part2 .content .content-box ul li .num{
    float: right;
    margin-top: -30px;
    }
.part2 .content .content-box ul li	.free{
		display: block;
	    width: 100%;
	    height: 22px;
	    line-height: 22px;
	    background: #ff0000;
	    color: #fff;
	    text-align: center;
	    border-radius: 4px;
	    margin: 0 auto;
	    font-size: 12px;
	}
.part2 .content .content-box ul li .img-unit{
	position: relative;
}
.zhezhao{
	position: absolute;
    display: block;
    background: rgba(0,0,0,.4);
    text-align: center;
    width: 100%;
    top: 0;
    left: 0;
    bottom: 0;
}
.zhezhao img{
	width: 25%!important;
    display: block;
    margin: 0 auto;
    margin-top: 20%;
}
/*part3*/
.part3{
	width:100%;
	padding-top:10px;
	margin:auto;
	background: #fff;
	}
.part3 .content{
	width: 100%;
    padding: 0 1rem;
    margin: 0 auto;
}
.part3 .content .title{
	text-align: center;
    margin: 10px auto;
    padding-bottom: 10px;
}
.part3 .content .title img{
	width:60%;
}
.part3 .content .content-box{
	background: #f1f1f1;
	padding-bottom:6px;
}
.part3 .content .content-box ul{
	margin-left: 3px;
}
.part3 .content .content-box ul li{
	float: left;
    width: 48.5%;
    margin: 3px 2px;
    background: #fff;
    padding: 0 3px;
}
.part3 .content .content-box ul li img{
	width:100%;
}
.part3 .content .content-box ul li .unit{
	margin:5px 0;
}
.part3 .content .content-box ul li .name{
	overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    }

.part3 .content .content-box ul li .name a{
	color: #000;
    font-size: 14px;
    padding-bottom: 5px;
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    }
    
.part3 .content .content-box ul li .tec-name{
	font-size: 12px;
    padding-top: 5px;
    color: #000;
    }
.part3 .content .content-box ul li .num{
    float: right;
    margin-top: -30px;
    }
.part3 .content .content-box ul li	.free{
		display: block;
	    width: 100%;
	    height: 22px;
	    line-height: 22px;
	    background: #ff0000;
	    color: #fff;
	    text-align: center;
	    border-radius: 4px;
	    margin: 0 auto;
	    font-size: 12px;
	}
.part3 .content .content-box ul li .img-unit{
	position: relative;
}
/*part4*/
.part4{width:100%;padding-top:6px;margin:auto;background: #fff;}
.part4 .content{
	width: 100%;
    padding: 10px;
    margin: 0 auto;
}
.part4 .content ul li{
	width: 98%;
    margin: 15px auto;
    box-shadow: 1px 2px 10px rgba(0,0,0,.3);
}
.part4 .content ul li div{
	background: #fff;
	padding: 15px;
    height:160px;
    position: relative;
    
}
.part4 .content ul li div img{
	width:25%;
    display: block;
    margin-top: 5%;
}
.part4 .content ul li div .title{
	font-size: 17px;
    color: #333;
    font-weight: bold;
    position: absolute;
    top: 5%;
    left: 30%;
}
.part4 .content ul li div span{
	    display: block;
    font-size: 13px;
    color: #333;
    position: absolute;
    top: 25%;
    left: 30%;
    width: 68%;
    line-height: 1.6;
    text-indent: 1em;
}
.part4 .content ul li div a{
	display: block;
    color: #00a8ff;
    font-size: 13px;
    position: absolute;
    bottom: 10%;
    right: 5%;
}

/*part5*/
.part5{width:100%;padding-top:20px;margin:auto;background: #fff;padding-bottom:20px;}
.part5 .content{
	width: 100%;
    padding: 0 1rem;
    margin: 0 auto;
}
.part5 .content .title{
	text-align: center;
    margin: 10px auto;
    padding-bottom: 10px;
}
.part5 .content .title img{
	width:60%;
}
.part5 .content ul li{
	float: left;
	width:100%;
	margin: 5px 0;
}
.part5 .content ul li span {
   	color: #666;
    font-size: 13px;
    padding-bottom:5px;
    border-bottom: 1px solid #666;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    display: block;
    width: 75%;
}
.part5 .content .content-box .img-unit{position: relative;}
.part5 .content .content-box .img-unit .hover{
	position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    width: 100%;
    text-align: center;
    display: block;
    background: rgba(0,0,0,.5);
    bottom: 0;
}
.part5 .content .content-box .img-unit .hover img{
	width: 50%;
    display: block;
    margin: 0 auto;
    margin-top: 20%;
}
.part5 .content .course-step ul li .dialog-auth{
   display: block;
    width: 70px;
    text-align: center;
    height: 24px;
    line-height: 24px;
    color: #fff;
    font-size: 12px;
    background: #ff0000;
    border-radius: 4px;
    float: right;
    margin-top: -25px;
}
.part5 .content .course-step ul li:hover span{
	color: #00a8ff;
	border-bottom: 1px solid #00a8ff;
}

/*part6*/
.part6{width:100%;padding-top:20px;margin:auto;background: #fff;padding-bottom:20px;}
.part6 .content{
	width: 100%;
    padding: 0 1rem;
    margin: 0 auto;
}
.part6 .content .title{text-align: center;padding-top: 20px;padding-bottom: 10px;font-size: 17px;font-weight: bold;}
.part6 .content .content-box ul li{
	float: left;
    width: 33.33%;
    text-align: center;
    border-bottom: 1px solid #ddd;
    height: 30px;
    line-height: 30px;
    border-right: 1px solid #ddd;
    background: #f6f6f6;
}
.part6 .content .content-box ul li a{
	color: #333;
	font-size: 14px;
}
.part6 .content .content-box ul li.currents{
	background: #2da2fc;
}
.part6 .content .content-box ul li.currents a{color: #fff;}
#toolbar-box .tabbox a{
	display: block;
    height: 36px;
    line-height: 36px;
    border-bottom: 1px solid #ddd;
	
}
#toolbar-box .tabbox a:last-child{
	border-bottom: none;
}
#toolbar-box .tabbox img{
	    width: 15%;
    display: inline-block;
    margin-left: 12px;
}
#toolbar-box .tabbox span.source-name{
	font-size: 14px;
    color: #333;
    padding-left: 15px;
}
#toolbar-box .tabbox span.download{
	display: block;
    float: right;
    margin-right: 0px;
    color: #2da2fc;
}

.invite-friend-blank-div {
    height: 5rem;
    width: 100%;
    padding: 0;
    background: #fff;
}

.sticky-bottom-panel {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    background: #333;
    width: 100%;
    height: 5rem;
    box-shadow: 1px 2px 10px rgba(0,0,0,.8);
    z-index: 100000000000;
}
.sticky-bottom-panel ul {
    width: 100%;
    padding: 0;
    margin: 0 auto;
    height: 5rem;
}
.sticky-bottom-panel ul li {
	float: left;
    width: 40%;
    text-align: center;
    line-height: 36px;
    margin: 0 5%;
    height: 36px;
    margin-top: 12px;
}

.sticky-bottom-panel ul li img {
    width: 20%;
}
.sticky-bottom-panel ul li a{
	display: block;
	background: #fe0000;
	border-radius:25px;
	
}
.sticky-bottom-panel ul li a span {
    font-size: 1.4rem;
    padding-left: 2px;
    color: #fff;
}
/*part7*/
.part7{
	width:100%;
	padding: 0;
	margin: 0 auto;
	background: #fff;
}
.part7 .content{
	width: 100%;
    padding: 0 0.213rem;
    margin: 0 auto;
    padding-top: 20px;
}
.part7 .content .title{
	display: block;
	text-align: center;
    margin: 10px auto;
    padding-bottom: 10px;
}
.part7 .content .title img{
	width:65%;
}
.part7 .content .content-box{
    padding: 10px;
}
.part7 .content .content-box .img-unit{position: relative;}
.part7 .content .content-box .img-unit .hover{
	position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    width: 100%;
    text-align: center;
    display: block;
    background: rgba(0,0,0,.5);
    bottom: 0;
}
.part7 .content .content-box .img-unit .hover img{
	width: 50%;
    display: block;
    margin: 0 auto;
    margin-top: 20%;
}

.particular {
	background: #eee;
    padding: 10px;
    padding-bottom: 5px;
}
.particular p{
	font-size: 1.45rem;
    border-bottom: 1px solid #e2e2e2;
    height: 30px;
    line-height: 25px;
}
.particular p span {
	color: #666;
	display: inline-block;
}
.particular p em{
	color: #4da6fa;
}
.particular h4 {
	font-size: 1.45rem;
	color: #333;
}
.particular .explain {
	font-size: 1.25rem;
	color: #666;
	overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
/*详细课程*/
.list {
	padding-top: 16px;
	background: #eee;
	padding: 10px;
}
.list ul li.parent {
	color: #666;
    font-size: 14px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    position: relative;
    margin: 5px 0;
}
.list ul li.parent p{
	background: #d6d6d6;
    height: 26px;
    line-height: 26px;
   border-radius:4px;
}
.list ul li.parent p em{
	background: #3aaae9;
    display: inline-block;
    padding: 0 10px;
    color: #fff;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
    margin-right: 10px;
}
.list ul li.parent .collapses{
	display: block;
    float: right;
    margin-top: -32px;
    margin-right: 10px;
    color: #0c7fe2;
}
.list ul li.parent ul li.zi{
	line-height: 0.75rem;
    background: url(../img/icon_01.jpg) left no-repeat;
    padding: 7px 0 7px 34px;
    margin-left: 7px;
    margin-bottom: 6px;
}
.zi .study{
	float: right;
    background: #e76a00;
    border-radius: 4px;
    color: #fdfdfd;
    font-size: 12px;
    display: block;
    width: 55px;
    height: 20px;
    line-height: 20px;
    text-align: center;
    margin-top: 0;
    padding: 0;
}
.zi a{
	overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 70%;
    display: inline-block;
    padding: 7px 0 7px 0;
}
/*其他课程*/
.other {
	padding-top: 10px;
	background: #eee;
	padding: 10px;
}
.other h4{
	font-size: 1.45rem;
    color: #333;
}
.other p{
	margin: 0;
    border-bottom: 1px solid #dcdcdc;
    padding: 14px 0 13px 0;
}
.other p img{
	width:10%;
}
.other p span{
	color: #666;
    display: inline-block;
    margin-left: 10px;
}
.other p a{
	display: block;
}
.other p em{
	display: block;
    width: 60px;
    height: 20px;
    line-height: 20px;
    text-align: center;
    background: #ff0000;
    color: #fff;
    font-size: 12px;
    border-radius: 4px;
    float: right;
    margin-top: 0px;
}



/*part8*/
.part8{
	width:100%;
	padding-top:10px;
	margin:auto;
	background: #fff;
	}
.part8.content{
	width: 100%;
    padding: 0 1rem;
    margin: 0 auto;
}
.part8 .content .title{
	text-align: center;
    margin: 10px auto;
    padding-bottom: 10px;
}
.part8 .content .title img{
	width:60%;
}
.part8 .content .content-box{
	background: #f1f1f1;
}
.part8 .content .content-box ul{
	margin-left: 3px;
}
.part8 .content .content-box ul li{
	float: left;
    width: 48.5%;
    margin: 3px 2px;
    background: #fff;
    padding: 0 3px;
}
.part8 .content .content-box ul li img{
	width:100%;
}
.part8 .content .content-box ul li .unit{
	margin:5px 0;
}
.part8 .content .content-box ul li .name{
	overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    }

.part8 .content .content-box ul li .name a{
	color: #000;
    font-size: 14px;
    padding-bottom: 5px;
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    }
    
.part8 .content .content-box ul li .tec-name{
	font-size: 12px;
    padding-top: 5px;
    color: #000;
    }
.part8 .content .content-box ul li .num{
    float: right;
    margin-top: -30px;
    }
.part8 .content .content-box ul li	.free{
		display: block;
	    width: 100%;
	    height: 22px;
	    line-height: 22px;
	    background: #ff0000;
	    color: #fff;
	    text-align: center;
	    border-radius: 4px;
	    margin: 0 auto;
	    font-size: 12px;
	}
.part8 .content .content-box ul li .img-unit{
	position: relative;
}
.zhezhao{
	position: absolute;
    display: block;
    background: rgba(0,0,0,.4);
    text-align: center;
    width: 100%;
    top: 0;
    left: 0;
    bottom: 0;
}
.zhezhao img{
	width: 25%!important;
    display: block;
    margin: 0 auto;
    margin-top: 20%;
}


@-webkit-keyframes menu_sticky{0%{margin-top:-100px;} 50%{margin-top: -90px;} 100%{margin-top: 0;}}
@keyframes menu_sticky{0%{margin-top:-100px;} 50%{margin-top: -90px;} 100%{margin-top: 0;}}
.stricky-fixed{position: fixed; background: #fff; background:rgba(255,255,255,.8); top:0; left:0; width: 100%; height: 40px; z-index: 99999; box-shadow: 0 2px 8px 2px rgba(0,0,0,.2); -webkit-animation-name: menu_sticky; animation-name: menu_sticky; -webkit-animation-duration: 0.60s; animation-duration: 0.60s; -webkit-animation-timing-function: ease-out; animation-timing-function: ease-out;}
/* 二维码弹窗 */
.wk__own__dllog {
    width: 100%;
    height: 100%;
    position: fixed;
    left: 0;
    top: 0;
    margin: 0 auto;
    background: none;
    z-index: 10000000;
    display: none;
}

.wk__own__dllog .dialog__masks {
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .5);
}

.wk__own__dllog .dialog__areas {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 80%;
    height: auto;
}

.wk__own__dllog .dialog__areas .dialog__headers {
    position: relative;
}

.wk__own__dllog .dialog__areas .dialog__headers .closes {
    display: block;
    position: absolute;
    top: 5px;
    right: 2px;
}