.flexslider {
    margin:0 auto;
    position:relative;
    width:100%;
    height:469px;
    overflow:hidden;
    zoom:1
}
.flexslider .slides li {
    width:100%;
    height:100%
}
.flex-direction-nav a {
    width:70px;
    height:70px;
    line-height:99em;
    overflow:hidden;
    margin:-35px 0 0;
    display:block;
    background:url(https://saasoa-web.oss-cn-beijing.aliyuncs.com/dkbgwebsite/images/banner/ad_ctr.png) no-repeat;
    position:absolute;
    top:50%;
    z-index:10;
    cursor:pointer;
    opacity:0;
    -webkit-transition:all .3s ease;
    border-radius:35px
}
.flex-direction-nav .flex-next {
    background-position:0 -70px;
    right:0
}
.flex-direction-nav .flex-prev {
    left:0
}
.flexslider:hover .flex-next {
    opacity:.8
}
.flexslider:hover .flex-prev {
    opacity:.8
}
.flexslider:hover .flex-next:hover,.flexslider:hover .flex-prev:hover {
    opacity:1
}
.flex-control-nav {
    width:100%;
    position:absolute;
    bottom:10px;
    text-align:center
}
.flex-control-nav li {
    margin:0 2px;
    display:inline-block;
    zoom:1
}
.flex-control-paging li a {
   /** background:url(https://saasoa-web.oss-cn-beijing.aliyuncs.com/dkbgwebsite/images/banner/dot.png) no-repeat 0 -16px;*/
    display:block;
    height:16px;
    overflow:hidden;
    text-indent:-99em;
    width:16px;
    cursor:pointer
}
.flex-control-paging li a.flex-active,.flex-control-paging li.active a {
    background-position:0 0
}
.flexslider .slides a img {
    width:100%;
    height:469px;
    display:block
}
.regist-body{
    height: 40px;
    width: 360px;
    position: absolute;
    margin-left: -180px;
    top: 350px;
	left:50%;
    z-index: 10001;
    display: inline-block;
}
.regist-body .input-class{
    position: absolute;
    width: 220px;
    height: 38px;
	font-size:16px;
    border-style: solid;
    border-width: 1px;
    border-color: #B3B3B3;
    background: #191B21;
	color:#fff;
	outline:none;
    text-indent: 15px;
    text-shadow: none;
    display: inline-block;
}
input::-webkit-outer-spin-button, input::-webkit-inner-spin-button {
        -webkit-appearance: none;
    }
input[type="number"]{
        -moz-appearance: textfield;
}
.regist-btn{
    width: 115px;
    height: 40px;
	float:right;
    background: url(https://saasoa-web.oss-cn-beijing.aliyuncs.com/dkbgwebsite/images/index/btn_free_trial_n.png) no-repeat;
	display: block;
	background-size: cover;
}
.regist-btn:hover{
    background: url(https://saasoa-web.oss-cn-beijing.aliyuncs.com/dkbgwebsite/images/index/btn_free_trial_a.png) no-repeat;
	background-size: cover;
}
.silidebody{
    position: relative;
    width:100%;
    height:469px;
}
.regist-body .input-div{
    position: relative;
    float: left;
    width: 220px;
    height: 38px;

}
#input-label{
    position: absolute;
    display: block;  
    left: 15px;
    top: 7px;
    color: #999;
    font-size: 16px;
    font-weight: 300;
}