﻿
/* CSS Document */
body,html{
	width:100%;
	height: 100%;
	margin: 0;
	padding: 0;
	color: #333;
}
.col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-xs-1, .col-xs-10, .col-xs-11, .col-xs-12, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9{
	padding-left:7.5px;
	padding-right:7.5px;
}
.row{
	margin-left:-7.5px;
	margin-right: -7.5px;
}
#masthead{
	height: 90px;
	background: #ffffff;
	transition: all .2s ease-in-out;
	box-shadow: 0 4px 5px 0 rgba(0,0,0,.06),0 1px 10px 0 rgba(0,0,0,.04),0 0 4px -1px rgba(0,0,0,.08);
	border-bottom: 0 solid #C2D5E3;
}
#masthead .container{
	position:relative;
	height: 100%;
}
#masthead .container .navbar-brand{
	position: absolute;
	padding: 0;
	left: 7.5px;
	top: 40%;
	transform: translateY(-50%);
}

.ban .swiper-button-prev{
	left: 0;
}
.ban .swiper-button-next{
	right: 0;
}
.ban .swiper-button-prev,.ban .swiper-button-next{
	width: 47px;
	height: 80px;
	background: #fff;
	font-size: 20px;
	text-align: center;
	line-height: 80px;
	opacity: 0;
	cursor: pointer;
}
.ban:hover .swiper-button-prev,.ban:hover .swiper-button-next{
	opacity: .4;
}
.ban .swiper-pagination{
	position: absolute;
	bottom: 40px;
	left:50%;
	transform: translateX(-50%);
}
.ban .swiper-pagination .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    background: #f5f5f5;
    border-radius: 50%;
    margin: 0 5px;
    cursor: pointer;
    display: inline-block;
    transition: all 0.8s;
	opacity: 1;
}
.ban .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active{
	background: #fff;
	width: 30px;
	border-radius: 50px;
}
.ban img{
    width:100%;
	height:auto;
}
.topForm{
	left:200px;
	top: 50%;
	transform: translateY(-50%);
	position: absolute;
}
.pagesong{
	padding:0;
	margin:0;
	list-style-position:inside;
	line-height:30px;
}
.pagesong a{
	color:#333;
}
.topForm input{
	height:40px;
	line-height: 40px;
	background:#f8f8f8;
	padding: 0 15px;
	border:none;
	width: 200px;
}
.topForm button{
	border:none;
	background:none;
	position: absolute;
	top:50%;
	transform: translateY(-50%);
	right: 15px;
}
.myaction{
	position:absolute;
	right: 7.5px;
	top: 50%;
	transform: translateY(-50%);
}
.myaction a{
	display:inline-block;
	width: 60px;
	border-radius:5px;
	line-height: 20px;
	margin-left: 5px;
	text-align: center;
}
.myaction a:first-child{
	color:#db5000;
}
.myaction a:last-child{
	background:#ffd600;
	color: #000;
	padding:0 15px;
	width:70px;
	padding:15px 5px;
}
.topMenu{
	height:100%;
	margin-left: 300px;
}
#mynav{
	height:100%;
	height: 100% !important;
	position: relative;
	max-width:760px;
	padding: 0;
}
.topMenu ul{
	margin:0;
	padding: 0;
	height: 100%;
	display: flex;
	list-style-type: none;
}
.topMenu ul li{
	flex:1;
	position: relative;
	height: 100%;
}
.topMenu ul li > a{
	position:absolute;
	white-space: nowrap;
	top: 50%;
	left: 50%;
	padding: 0;
	color: #000;
	margin: 0;
	font-size: 16px;
	transform: translate(-50%,-50%);
}
.topMenu .demolist li.topLev:hover,.topMenu .demolist li.topLev.current_page_parent,.topMenu .demolist li.topLev.current_page_item,.topMenu .demolist li.topLev.current-menu-item{
	background:#009e73;
}
.topMenu .demolist li.topLev:hover a,.topMenu .demolist li.topLev.current_page_parent a,.topMenu .demolist li.topLev.current_page_item a,.topMenu .demolist li.topLev.current-menu-item a{
	color:#fff;
}
#footer-bottom{
	padding: 25px 0;
	background: #333;
	border: none;
	margin-top: 20px;
	color: #666;
	font-size: 12px;
	text-align: center;
}
#footer-bottom .container{
	border-top:solid 1px #444;
	margin-top: 20px;
	padding-top: 20px;
}
#footer-bottom .container ul{
	margin:0 0 15px 0;
	padding: 0;
	list-style-type: none;
}
#footer-bottom .container ul li a{
	color:#666;
	border-right: 1px solid #666;
	margin-right: 10px;
	padding-right:10px;
	line-height: 14px;
	display: inline-block;
}
#footer-bottom .container ul li{
	display: inline-block;
	font-size: 14px;
	color: #666;
}
#footer-bottom .container ul li:last-child a{
	margin-right: 0;
	padding-right: 0;
	border-right: 0;
}
.text-style-1{
	padding:30px 0;
	font-size: 16px;
}
.text-style-1 span{
	font-size:20px;
	color: #f56a00;
	display: inline-block;
	padding: 0 8px;
}
.block-style-1{
	padding:20px;
	background: #f8f8f8;
	transition:0.2s;
	margin-bottom: 15px;
}
.block-style-1:hover{
	background:#fff;
	box-shadow:0px 0px 20px 0px rgba(0,0,0,.15);
}
.block-style-1 .img{
	text-align: center;
	width:60%;
	position: relative;
	padding-bottom: 60%;
	margin: 0 auto;
	overflow: hidden;
}
.block-style-1 .img img{
	width:auto;
	max-height: 100px;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%);
}
.block-style-1 .title a{
	font-size: 18px;
	line-height: 24px;
	height: 24px;
	overflow: hidden;
	font-weight: bold;
	white-space: nowrap;
	text-overflow: ellipsis;
	color: #333;
	margin-bottom: 6px;
	display: block;
	text-align: center;
}
.block-style-1 .excerpt{
	line-height: 28px;
	font-size: 12px;
}
.title-style-1{
	position: relative;
	border-bottom: #f8f8f8 1px solid;
}
.title-style-1 span{
	display: block;
	line-height: 50px;
	position: relative;
	font-size:22px;
	padding-left: 12px;
	color: rgba(0,0,0,.88);
}
.title-style-1 span:before{
	content: "";
	width: 4px;
	height: 20px;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	left: 0;
	border-radius: 2px;
	background: #ffd600;
}
.title-style-1 a{
	font-size: 18px;
	font-weight: bold;
	border: 1px solid rgba(0,0,0,.08);
	padding: 0px 15px 0 25px;
	display:inline-block;
	border-radius: 4px;
	line-height: 40px;
	color: #333;
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
	background:url("../image/bi.png") no-repeat 5px center;
}
.title-style-2{
	padding:10px 0;
}
.title-style-2 a{
	display:block;
	color: #000;
	font-size:16px;
	line-height: 30px;
}
.block-style-2{
	border-bottom:#f0efef 1px dashed;
	padding-bottom:15px;
}
.block-style-2.hasimg .img{
	width:190px;
	float: left;
}
.block-style-2 .img img{
	max-width:100%;
	height: auto;
}
.block-style-2.hasimg .info{
	width:calc( 100% - 205px );
	float: right;
}
.block-style-2.noimg .info{
	width:100%;
	float:none;
}
.block-style-2 .info p{
	color:#333;
	line-height: 25px;
}
.binfo img{
	max-width:25px;
	height: auto;
	float: left;
	margin-right: 5px;
}
.block-style-2 .author{
	display:inline-block;
}
.binfo a{
	color:#333;
}
.binfo .category{
	display:inline-block;
}
.binfo .comment{
	display: inline-block;
	float: right;
	opacity: .65;
}
.binfo .comment span{
	margin-left: 10px;
}
.binfo .comment span i{
	margin-right:5px;
}
.hotPos{
	margin-top:30px;
}
.block-style-3{
	position: relative;
}
.block-style-3 .title a{
	display:block;
	color: #333;
	font-size: 14px;
	margin-bottom: 10px;
	line-height:25px;
	height:50px;
	overflow:hidden;
}
.block-style-3 p{
	opacity: .65;
	line-height: 25px;
}
.binfo div{
	display:inline-block;
	font-size: 12px;
	margin-right: 10px;
}
.binfo div a{
	color:#009e73;
	margin-right: 5px;
}
.artBody .binfo{
	padding:20px 0;
}
.block-style-3{
	margin-top:25px;
	margin-bottom: 25px;
}
.block-style-3 .img{
	margin-bottom:15px;
	
}
.block-style-3 .img a{
	position:relative;
	height:0;
	padding-bottom:60%;
	display:block;
	overflow:hidden;
}
.block-style-3 .img img{
	max-width: 100%;
	height: auto;
	position:absolute;
	left:50%;
	top:50%;
	transform:translate(-50%,-50%);
}
.block-style-4{
	background:#f8f8f8;
	padding: 15px;
	padding-top: 0;
	margin-bottom: 15px;
}
ul.category{
	margin:0;
	padding: 0;
	list-style-type: none;
	display: flex;
	flex-wrap: wrap;
}
ul.category li{
	flex-basis: 50%;
	position: relative;
	line-height: 32px;
	margin: 5px 0;
}
ul.category li:before{
	width:32px;
	height: 32px;
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	border-radius: 50%;
	box-shadow: 0 4px 5px 0 rgba(0,0,0,.06),0 1px 10px 0 rgba(0,0,0,.04),0 0 4px -1px rgba(0,0,0,.08);
}
ul.category li img{
	width: 20px;
	height: 20px;
	overflow: hidden;
	margin: 6px 15px 6px 6px;
	float: left;
}
ul.category li a{
	color:#333;
}
.block-style-5{
	
}
.block-style-5 img{
	max-width:100%;
	height: auto;
}
.block-style-5 p{
	padding: 15px;
	font-size: 12px;
	line-height: 25px;
	background:#333;
	color: #ababab;
}
ul.faqlist{
	margin: 0;
	padding: 0;
	line-height: 25px;
	list-style-position: inside;
}
ul.faqlist a{
	color:#666;
}
ul.memberHot{
	display:flex;
	flex-wrap: wrap;
	margin: 0;
	padding: 0;
	gap:15px;
	list-style-type: none;
}
ul.memberHot li{
	flex-basis: calc( 33.333% - 10px );
	text-align: center;
}
ul.memberHot li img{
	max-width: 100%;
	height: auto;
}
ul.memberHot li a{
	color:#666;
}
ul.memberHot li span{
	display: block;
}
.bbt-link__list{
	margin: 0;
	padding: 15px 0 0 0;
	list-style-type: none;
	display: flex;
	flex-wrap: wrap;
}
.bbt-link__list li{
	flex-basis: 33.333%;
	position: relative;
	line-height: 30px;
}
.bbt-link__list li a{
	color: #666;
	font-size: 14px;
}
.bbt-link__list li a{
	display:inline-block;
	width:100%;
	height: 14px;
	line-height: 14px;
	padding-left: 10px;
	border-right:1px solid rgba(0,0,0,.08);
}
.bbt-link__list li:nth-child(3n) a{
	border:none;
}
.hostPosList .block-style-3 .img img{
	
}
.hostPosList .block-style-3 .binfo{
	opacity: .65;
	
}
.hostPosList .block-style-3{
	border-bottom: 1px dashed #e7e7e7;
	padding-bottom: 15px;
	padding-top: 15px;
	transition:0.2s;
}
.hostPosList .block-style-3 .info{
	transition:0.2s;
}
.hostPosList .block-style-3:hover{
	background:#f2f2f2;
}
.hostPosList .block-style-3 .img{
	top:15px;
	transition:0.2s;
}
.hostPosList .block-style-3:hover .info{
	padding:0 15px;
}
.hostPosList .block-style-3:hover .img{
	left:15px;
}
.mybreadcrumbs{
	font-size:14px;
	padding: 10px 15px;
	line-height:45px;
}
.mybreadcrumbs a{
	color:#666;
}
.mybreadcrumbs i{
	color:#666;
	margin-right: 8px;
}
.block-style-6 .img{
	width:100px;
	float: left;
	border-radius:50%;
	border:1px solid #eee;
	height:100px;
}
.block-style-6 .img img{
	max-width: 100%;
	height: auto;
	border-radius:50%;
}
.block-style-6 .info{
	width:calc( 100% - 125px );
	float: right;
}
.block-style-6 .info h2{
	color: #333;
	font-size: 28px;
	font-weight: normal;
	line-height: 32px;
	margin-top: 0;
}
.block-style-6 .info p{
	font-size:16px;
	line-height: 32px;
	color: #666;
	opacity: .75;
}
.categoryInfo{
	margin:20px 0 0 0;
	padding: 0;
	text-align: right;
	list-style-type: none;
}
.categoryInfo li{
	display: inline-block;
	font-size: 16px;
	text-align: center;
	padding: 0 15px;
	opacity: .65;
	border-right: solid 1px #eee;
}
.categoryInfo li:last-child{
	border-right:0;
}
.categoryInfo li span{
	display: block;
	font-size: 22px;
	font-weight: bold;
}
.comment-list {
  padding-left: 0;
  margin: 0;
  list-style: none;
}
.comment-list__item{
	position: relative;
	margin-bottom: 10px;
	padding: 10px 0;
	border-bottom: 1px dashed rgba(0,0,0,.08);
}
.comment-list__item:last-child{
	border:none;
}
.comment-list__item-content {
  display: -webkit-box;
  text-overflow: ellipsis;
  overflow: hidden;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  max-height: 66px;
  font-size: 14px;
  line-height: 22px;
  color: rgba(0,0,0,.78);
  padding: 0 24px;
  position: relative;
  margin-bottom: 16px;
  word-break: break-all;
}
.comment-list__item-content .fa {
  color: #db5000;
  position: absolute;
}
.comment-list__item-content .fa-quote-left{
	left:0;
	top: 0;
	font-size: 20px;
}
.comment-list__item-content .fa-quote-right{
	right:0;
	bottom: 0;
	font-size: 20px;
}
.comment-list__item-source .source__avatar {
  display: inline-block;
  float: left;
  width: 24px;
  margin-right: 8px;
}
.comment-list__item-source .source__avatar img{
	max-width: 100%;
	border-radius:50%;
}
.comment-list__item-source a{
	color: rgba(0,0,0,.88);
	display: inline-block;
	max-width: calc( 100% - 39px );
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	vertical-align: top;
	padding: 0 10px 0 0px;
	position: relative;
	float: right;
	opacity: .65;
}
.newArtAct,.backList{
	display:inline-block;
	width: 120px;
	line-height: 40px;
	background:#000;
	border-radius: 5px;
	color: #fff;
	text-align: center;
}
.newArtAct i,.backList i{
	margin-right:8px;
}
.backList{
	border:1px solid #f2f2f2;
	color:#666;
	background:none;
}
.authorBox .info{
	font-size:12px;
	opacity: .65;
}
.authorBox .info i{
	font-style: normal;
	color: #CD080C;
}
.myborder,.mycomment{
	border:1px solid #f2f2f2;
	margin-top: 20px;
	margin-left: 7.5px;
	margin-right: 7.5px;
	position: relative;
	margin-bottom: 30px;
}
.mycomment{
	margin:30px 0 0 0;
}
.myborder:before,.mycomment:before{
	content: "";
	height: 100%;
	width: 1px;
	background:#f2f2f2;
	left: 25%;
	position: absolute;
	z-index:-1;
}
.myborder:before{
	background:#f8f8f8;
	width:25%;
	border-right:1px solid #f2f2f2;
	left:0;
}
.artBodyContent .wp-block-separator{
	height:0px;
	border:none;
	border-top:1px solid #ddd;
}
.mycomment:before{
	left: 25%;
}
#respond{
	position: relative;
}
.authorBox{
	width: 25%;
	float:left;
	background:#f8f8f8;
}
.rightBox{
	width: calc( 75% - 20px );
	padding: 10px;
	float: right;
}
.leftBox{
	padding: 10px;
	width: calc( 25% - 20px );
	float:left;
}
.authorBox .info{
	text-align: center;
}
.authorBox .info span:first-child{
	border-right: 1px solid #f2f2f2;
	padding-right: 7.5px;
	margin-right: 7.5px;
}
.authorBox .img{
	margin:15px 0;
	text-align: center;
}
.authorBox .img img{
	max-width: 90%;
	border-radius:50%;
}
.authorBox .name{
	text-align: center;
	padding: 5px 0;
}
.authorBox .authorInfo{
	margin: 15px 0;
	padding: 0;
	list-style-type: none;
	text-align: center;
}
.authorBox .authorInfo li span{
	display: block;
}
.authorBox .authorInfo li{
	padding: 0 15px;
	display: inline-block;
	color:#666;
	border-right: 1px solid #f2f2f2;
}
.authorBox .authorInfo li:last-child{
	border:none;
}
.artBody{
	width: calc( 75% - 20px );
	padding: 10px;
	float: right;
}
.ptitle{
	color: #333;
	font-size: 24px;
	line-height: 36px;
	padding: 0;
	position: relative;
	padding-right: 80px;
	display: inline-block;
}
.ptitle span{
	color:#666;
	font-size: 12px;
	display: inline-block;
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
}
.publishTime{
	padding: 10px 0;
	color: #666;
	font-size: 12px;
}
.artBodyContent{
	line-height: 28px;
	font-size: 16px;
}
.artBodyContent img{
	max-width:100%;
	height:auto;
}
.artBodyContent .md-trigger{
	background: #ffd600;
	color: #000;
	padding: 0 15px;
	width: auto;
	display:inline-block;
	margin:0 8px;
	border-radius:5px;
}
.artAction{
	margin:40px 0;
	padding: 0;
	text-align: center;
	height:32px;
}
.artAction li{
	display: inline-block;
	margin: 0 3px;
	
}
.artAction li a{
	line-height: 32px;
	display:inline-block;
	padding: 0 12px 0 8px;
	background:#e6edf2;
	border-radius:3px;
	color: #333;
}
.artAction li a i{
	margin-right:5px;
}
.artAction li a i.fa-star-o{
	color:#ffaa5d;
}
.artAction li a i.fa-share{
	color:#65799c;
}
.artAction li a i.fa-thumbs-up{
	color:#f7830a;
}
.mycomment input,textarea#comment{
	border:solid #f2f2f2 1px;
	line-height: 30px;
	border-radius:3px;
	width: 100%;
}
textarea#comment{
	width:100%;
}
.mycomment input[type="submit"]{
	background:#333;
	padding: 5px 15px;
	color: #fff;
	width: 120px;
}
h2.comments-title,h3#reply-title{
    border-bottom: 1px solid #eaeaea;
    font-size: 20px;
    margin: 0px 20px 0;
	padding-top:20px;
    padding-bottom: 10px;
}
.must-log-in{
	margin: 20px 20px 0;
}
.must-log-in a{
	color:#F00;
}
.commentlist {
    border: 0 none;
    margin-bottom: 40px;
    padding: 20px 20px 0;
	list-style-type:none;
}
.comment-form{
	margin: 20px;
}
.comment-form p input,.comment-form p textarea{
	width:100%;
	height:35px;
	margin-bottom:10px;
}
.comment-form p textarea{
	height:120px;
}
.comment-form p input.submit{
	width:80px;
}
.commentlist li {
    clear: both;
    margin-bottom: 20px;
    position: relative;
	list-style-type:none;
}
.comment-body{
    border-bottom: 1px solid #e7e7e7;
    position: relative;
}.comment-author {
    float: left;
    height: 64px;
    margin: 0 10px 0 0;
    width: 64px;
}.commentmetadata{
    display: block;
    margin-left: 80px;
    min-height: 80px;
    overflow: hidden;
    padding-bottom: 15px;
    position: relative;
}.commentlist .reply a {
    background: #e7e7e7 none repeat scroll 0 0;
    bottom: 0;
    font-size: 11px;
    padding: 3px 10px;
    position: absolute;
    right: 0;
}.commentlist .children .comment-body{
    padding-left: 50px;
    margin-top: 15px;
	margin-left:0;
}
.comment-info{
	height:25px;
}
.comment-info a{
	font-weight:bold;
	float:left;
}
.comment-reply-link{
	margin-left:20px;
	display:inline-block;
	color:#F00;
}
.comment-info span{
	float:right;
	opacity:.75;
}
.block-style-4 h2{
	font-size: 18px;
	color: #1F85D7;
	line-height: 30px;
	text-align: center;
}
.block-style-4 h2 span{
	display:block;
	font-size:20px;
	color:#FF6600;
}
.authorBox .block-style-4 h2 span{
	display:inline;
}
.block-style-4 img{
	max-width:90%;
	height:auto;
}
.block-style-4 h3{
	font-size:16px;
	line-height:30px;
	text-align:center;
}
.artBodyContent .wp-block-image{
	margin:25px 0;
}
.artBodyContent .wp-block-image img{
	width:100%;
	height:auto;
}
#modal-12{
	background:#fff;
	border-radius:5px;
	overflow:hidden;
	box-shadow:0 0 8px rgba(0, 0, 0, .3);
	z-index:-1;
	display:none;
}
#modal-12.md-show{
	z-index: 9999;
	opacity: 1;
	display:block;
}
#modal-12.md-effect-12 .md-content{
	transform:none;
	opacity:1;
}
#modal-12.md-effect-12.md-show .md-content .wpforms-container{
	margin:20px;
}
#modal-12.md-effect-12 .title-style-0{
	height: 60px;
	line-height: 60px;
	font-size: 16px;
	font-weight: bold;
	color: #fff;
	padding: 0 20px;
	background-color: #e52a2a;
}
#modal-13{
	max-width:280px;
	border-radius: 25px;
	overflow: hidden;
}
#modal-13 .userInfo{
	display:table;
	width:100%;
}
#modal-13 .userInfo i{
	font-size:20px;
	float:left;
	width:40px;
	height:40px;
	background:#999;
	border-radius:50%;
	text-align:center;
	line-height:40px;
	margin-right:15px;
}
#modal-13 .userInfo h2{
	font-size:16px;
	margin:0 0 5px 0;
	padding:0;
}
#modal-13 img{
	max-width:80%;
	height:auto;
}
#modal-13 .md-content > div{
	padding:15px;
	text-align:center;
}
#modal-13 .userInfo {
	text-align:left;
}
.userInfo span{
	font-size: 12px;
	text-align: left;
	border: 1px solid #fd7d14;
	color: #fd7d14;
	background: #feecb6;
	border-radius: 6px;
	float: left;
	padding: 0px 5px;
	line-height: 17px;
}
@media (max-width: 767px) {
	.navbar-toggle .icon-bar{
		background:#333;
	}
	.navbar-toggle{
		padding:0;
		margin: 0;
		position: absolute;
		right: 15px;
		top: 50%;
		transform: translateY(-50%);
	}
	.block-style-2 .img{
		margin-bottom:15px;
	}
	.block-style-2 .img,.block-style-2 .info,.artBody,.leftBox,.rightBox{
		width:100%;
		float: none;
	}
	.myborder::before, .mycomment::before{
		display: none;
	}
	.ptitle{
		padding:0;
		font-size:20px;
	}
	.myborder, .mycomment{
		margin-top:15px;
	}
	.commentlist .children{
		margin:0;
		padding:0;
	}
	.commentlist .children .comment-body{
		padding-left:0;
	}
	.artAction li{
		float:left;
	}
	.md-content > div{
		padding:10px;
	}
	#modal-12.md-effect-12.md-show .md-content .wpforms-container{
		margin:5px;
	}
}