body {
    background: #fff;
}

.xl-banner {
    background: url("/images/dynamic-disk-converter/banner.jpg") no-repeat center;
    background-size: cover;
}

.xl-banner .container {
    max-width: 1170px;
    padding: 100px 15px;
    margin: auto;
    text-align: center;
}

.xl-banner h1 {
    font-size: 50px;
    font-weight: normal;
    line-height: 60px;
    color: #ffffff;
}

.xl-banner p {
    font-size: 20px;
    font-weight: normal;
    line-height: 30px;
    color: rgba(255, 255, 255, 0.7);
    margin-top: 25px;
    margin-bottom: 45px;
}

.xl-link-div a {
    font-size: 20px;
    font-weight: normal;
    line-height: 28px;
    color: #ffffff;
    display: inline-block;
    min-width: 370px;
    padding: 11px 0;
    border-radius: 2px;
}

.xl-bule {
    background-color: #4294e9;
    margin-right: 30px;

}

.xl-org {
    background-image: linear-gradient(
            #fd8a2e,
            #fd8a2e),
    linear-gradient(
            #4294e9,
            #4294e9);
    background-blend-mode: normal,
    normal;


}
.xl-pa .container{
    max-width: 1170px;
    padding: 80px 15px;
    margin: auto;
}
.xl-pa h2{
    font-size: 34px;
    font-weight: normal;
    color: #1a1919;
}
.xl-pa p{
    font-size: 14px;
    font-weight: normal;
    line-height: 26px;
    color: #666666;
    text-align: center;
}
.xl-pa  ul{
    margin-top: 50px;
}
.xl-pa  ul li{
    display: table-cell;
    width: 380px;
    border: solid 1px #e7e7e7;
    padding: 30px 20px;
    text-align: center;
}
.xl-pa  ul li.empty{
    width: 10px;
    border: none;
    padding: 0;
}
.xl-pa h4{
    font-size: 20px;
    font-weight: normal;
    line-height: 26px;
    color: #1a1919;
    margin-top: 30px;
    margin-bottom: 20px;
}
.xl-pa dl dd{
    font-size: 14px;
    font-weight: normal;
    line-height: 24px;
    color: #666;
    text-align: left;
    margin-bottom: 10px;
    position: relative;
    padding-left: 15px;
}
.xl-pa dl dd:before{
    content: '';
    background: url("/images/dynamic-disk-converter/icon-hook.png") no-repeat center;
    width: 10px;
    height: 10px;
    display: inline-block;
    position: absolute;
    left: 0;
    top: 8px;
}
.xl-pa .xl-security{
    margin-top: 45px;
    font-size: 14px;
    color: #666666;
}
.xl-pa .xl-security strong{
    font-size: 16px;
    font-weight: bold;
    line-height: 24px;
    color: #030303;
}
.xl-convert{
    background: url("/images/dynamic-disk-converter/bg.jpg") no-repeat center;
    background-size: cover;
}
.xl-convert .container{
    max-width: 1170px;
    padding: 80px 15px;
    margin: auto;
}
.xl-convert h2{
    font-size: 34px;
    font-weight: normal;
    color: #ffffff;
}
.xl-convert-room{
    margin-top: 45px;
}
.xl-room{
    display: table-cell;
    width: 600px;
    vertical-align: middle;
}
.xl-left-icon{
    display: inline-block;
    vertical-align: middle;
}
.xl-left-icon i{
    width: 24px;
    height: 24px;
    position: relative;
    border-radius: 50%;
    background-color: rgba(110, 159, 215, 0.3);
    display: block;
}
.xl-left-icon i img{
    position: absolute;
    left: 50%;
    margin-left: -6px;
    top: 50%;
    margin-top: -5px;
}
.xl-left-icon i.active{
    background-color: #4294e9;
}
.xl-left-icon hr{
    margin-left: 11px;
    border: none;
    border-left: 1px dashed #fff;
    height: 107px;
}
.xl-left-icon ul li{
    padding: 25px;
    background-color: #516e8e;
    margin-bottom: 25px;
}
.xl-left-icon:last-child{
    max-width: 85%;

}
.xl-left-icon ul li{
    margin-left: 25px;
    cursor: pointer;
}
.xl-left-icon ul li p{
    font-size: 14px;
    font-weight: normal;
    color: #ffffff;
}
.xl-left-icon ul li.active{
    box-shadow: 0px 0px 16px 0px
    rgba(0, 0, 0, 0.45);
    min-width: 90%;
    margin-left: 15px;
    max-width: 100%;
}
.xl-left-icon ul li.active p{
    font-weight: bold;

}
.xl-room .swiper-container{
    max-width: 600px;
}
.slick-dots li{
    display: none;
}
.xl-convert .xl-link{
    display: table;
    border: none;
    font-size: 16px;
    color: #4294e9;
    margin:15px auto;
    text-decoration:underline ;
}
.xl-convert .xl-link:hover{
    background: inherit;
}
.xl-dynamic .container{
    max-width: 1170px;
    padding: 80px 15px;
    margin: auto;

}
.xl-dynamic h2{
    font-size: 34px;
    font-weight: normal;
    color: #1a1a1a;
}
.xl-dynamic ul{
    margin-top: 20px;
}
.xl-dynamic ul li{

    display: table-cell;
    vertical-align: middle;
    background-color: #ffffff;
    border: solid 1px #f0f0f0;
    width: 350px;
    position: relative;
    text-align: center;
    padding: 30px 10px;
}
.xl-dynamic ul li.empty{
    width: 50px;
    border: none;
    padding: 0;
    background: inherit;
}
.xl-dynamic ul li .xl-title{
    background: url("/images/dynamic-disk-converter/bg.png") no-repeat center;
    background-size: contain;
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    letter-spacing: 0px;
    color: #ffffff;
    text-align: center;
    height: 40px;
    line-height: 40px;
    position: relative;
    top: -30px;
}
.xl-dynamic ul li h4{
    margin: 25px auto;
    font-size: 16px;
    font-weight: normal;
    line-height: 22px;
    color: #1a1a1a;
}
.xl-dynamic ul li p{
    font-size: 14px;
    font-weight: normal;
    line-height: 22px;
    margin-bottom: 25px;
    color: #666666;
}
.xl-dynamic .xl-faa345{
    font-size: 18px;
    font-weight: normal;
    color: #ffffff;
    display: table;
    min-width: 180px;
    max-width: 230px;
    padding: 10px 0;
    margin: auto;
    background-color: #faa345;
    border-radius: 2px;
}
.xl-dynamic .lone{
    margin-top: 15px;
    display: inline-block;
    font-size: 16px;
    font-weight: normal;
    line-height: 22px;
    color: #666666;
}
.xl-dynamic ul li:hover{
    box-shadow: 0px 0px 10px 0px
    rgba(26, 26, 26, 0.18);
}

.images-box,span.modal {
    display: block;
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 100
}

.images-box {
    display: none
}

.images-box>span.modal {
    background-color: rgba(0,0,0,.7);
    z-index: 20160924;
    cursor: zoom-out
}

.images-box .slide-box {
    max-width: 100%;
     height: auto;
    padding-top: 0!important;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    position: absolute;
    text-align: center;
    top: 80px;
    left: 50%;
    margin-left: -500px;
    z-index: 20160925;
    background-color: #fff;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.images-box .slide-box img {
    display: inline-block;
    max-width: 850px;
    margin: auto;
    width: auto;
    height: auto;
    cursor: zoom-out
}

.images-box .slide-box svg {
    display: inline-block;
    width: 38px;
    height: 38px
}

.images-box .slide-box svg:hover .arrow {
    fill: #000;
    transition: fill .3s
}

.images-box .slide-box .arrow {
    fill-rule: evenodd;
    clip-rule: evenodd;
    fill: #000
}

.images-box .slide-box b {
    display: block;
    width: 26px;
    height: 26px;
    position: absolute;
    top: -12px;
    cursor: pointer;
    right: -10px;
    text-align: center;
    line-height: 26px;
    background-color: rgba(255, 255, 255, 0.6);
    border-radius: 50%;
    transform: rotate(0);
    transition: transform .3s
}

.images-box .slide-box b:hover {
    transform: rotate(180deg);
    background-color: rgba(255, 255, 255, 0.6);
}

.images-box .slide-box b svg {
    display: inline-block;
    width: 12px;
    height: 12px;
    vertical-align: -1px
}

.images-box .counter {
    display: none
}
@media (max-width: 768px) {
    .xl-pa ul li,.xl-room,.xl-dynamic ul li{
        display: block;
        width: auto;
        margin-bottom: 10px;
    }
    .xl-link-div a{
        min-width: 100%;
        margin-bottom: 5px;
    }
    .xl-left-icon.icon{
        display: none;
    }
    .xl-left-icon ul li.active{
        min-width: 95%;
        margin-left:auto;
    }
    .xl-left-icon:last-child{
        max-width: 90%;
    }
    .xl-left-icon ul li{
        margin-left: auto;
    }

    .xl-left-icon{
        display: block;
    }
}