/*响应式页面*/
.xiangying{ padding-top:40px; padding-bottom:40px;}
.xyTitle{ font-size:3em; color:#333; text-align:center; margin-bottom:30px;}
.xyCon{  color:#333; }
.xyCon h4{font-size:1.1em; margin-bottom:30px; font-weight:bold;}
.xyCon p{font-size:1em; line-height:30px;}
.xyCon p i{ padding-right:8px;}
.xingyingYs{padding:0 15px;  margin-bottom:30px;}
.xingyingYsC{padding:50px 30px;  border-radius:10px ; background:#f8f8f8;}
.xingyingYsC .icon{ z-index:1;  position:relative; width:50px; height:50px; margin:0 auto; text-align:center;margin-bottom:12px; display: block;  color: #00c9fd;  -webkit-transition: 0.5s;  transition: 0.5s;}
.xingyingYsC	.icon::before {  content: '';  position: absolute;  top: 50%;   -webkit-transform: translateY(-50%);  transform: translateY(-50%);  right: -7px;  width: 50px;  height: 50px;  border-radius: 50%;  margin-top: -2px;    background: linear-gradient(90deg, rgba(0,201,253,1) 0%, rgba(129,238,142,1) 100%);
 z-index: -1;  opacity: .30;}
.xingyingYsC .icon.bg1-2 { color:#14cfec;}
.xingyingYsC .icon.bg1-3{ color:#32d7d2;}
.xingyingYsC .icon i {  font-size: 55px;  line-height: 1;}
.xingyingYsCon{ font-size:18px; color:#333; font-weight:500; text-align:center; margin-top:15px;}
.xingyingYsC .icon.bg1-4{ color:#3cdaca;}
.xingyingYsC .icon.bg1-5{ color:#4fe0b9;}
.xingyingYsC .icon.bg1-6{ color:#59e3b0;}
.xingyingYsC .icon.bg1-7{ color:#6de89f;}
.xingyingYsC .icon.bg1-8{ color:#6ed27a;}
.xiangyingTwo{ padding:90px 0; background-image:url('../images/seo.jpg'); background-size: cover; background-repeat: no-repeat;  background-position: center bottom; background-attachment: fixed;}
.xiangyingSeo{	 margin-bottom:30px;}
.xiangyingSeoC{background: rgba(255, 255, 255, 1) none repeat scroll 0 0;margin-bottom:10px; padding:50px; border-radius: 10px; -webkit-border-radius: 10px; -moz-border-radius: 10px; min-height:350px; }
p.xiangyingSeoTitle{ font-size:22px; color:#fff; font-weight:500; margin-bottom:30px; text-align:center;}
p.xiangyingSeoTitle span{ font-size:20px; margin-right:15px; display:inline-block; width:50px; height:50px; line-height:50px;background:#F9FAF9; border-radius:50%; text-align:center;}
p.xiangyingSeoCon{ color:#666; font-weight:400;transition: .5s; font-size:14px; text-indent:28px;}
.xingyingYsC{ position:relative;z-index: 1;}
.xingyingYsC::before { position: absolute;  content: ""; right:0; bottom: 0; width: 100%; height: 0%; background:#5cfaf8; z-index: -1; border-radius: 10px;opacity: .70; transition: .5s;}
.xingyingYsC.xingyingYsC1::before { background:#32d7d2;}
.xingyingYsC.xingyingYsC2::before { background:#3cdaca;}
.xingyingYsC.xingyingYsC3::before { background:#32d7d2;}
.xingyingYsC.xingyingYsC4::before { background:#4fe0b9;}
.xingyingYsC.xingyingYsC5::before { background:#3cdaca;}
.xingyingYsC.xingyingYsC6::before { background:#32d7d2;}
.xingyingYsC.xingyingYsC7::before { background:#3cdaca;}
.xingyingYsC.xingyingYsC8::before { background:#32d7d2;}
.xingyingYsC:hover:before{height: 100%;}
.xingyingYsC:hover .xingyingYsCon{ color:#fff;}
.xingyingYsC:hover .icon i{ color:#fff; }
.xingyingYsC:hover .icon::before{opacity: 0.5;}
/*==================start-pricing-section===============*/
.pricing-section { background-color: #f8f8f8;  padding: 74px 0px 80px 0px;}
.pricing-title{text-align: center;}
.pricing-title h5 { display: inline-block; color: #533efe; font-size: 17px; font-weight: 600; text-transform: uppercase;  background: linear-gradient(to right, #8349f3 0%, #de51f7 100%); -webkit-background-clip: text; -webkit-text-fill-color: transparent;}
.pricing-title h2 {
    color: #000;
    font-size: 30px;
    font-weight: normal;
    font-family: 'Poppins', sans-serif;
    margin: 12px 0 25px;
}
.pricing-title h2 span{color: #562fb7;  font-weight: 600;}
.pricing-title p { font-size: 16px; font-weight: 400; color: #101010; margin-bottom: 75px; font-family: 'Poppins', sans-serif;}
.pricing-head { text-align: center;  border-bottom: 1px solid rgba(30, 38, 109, 0.1);  margin-bottom: 30px;}
.pricing-single-box {
    position: relative;
    padding: 75px 40px 40px;
    background-color: #fff;
    box-shadow: 0px 10px 50px 0px rgba(0, 0, 0, 0.07);
    border-radius: 10px;
    z-index: 1;
    transition: .5s;
    margin-bottom: 30px;
}
.pricing-single-box2 {

   
  

    transition: .5s;
 
}
.pricing-single-box::before {
    position: absolute;
    content: "";
    right: 0;
    bottom: 0;
    width: 100%;
    height: 0%;
    background: linear-gradient(to right, #00c9fd 0%, #81ee8e 100%);
    z-index: -1;
    border-radius: 10px;
    transition: .5s;
}
.pricing-head h5 {
    position: absolute;
    top: -10px;
    left: 50%;
    color: #fff;
    font-size: 14px;
    font-weight: 500;
    text-transform: uppercase;
    transform: translateX(-50%);
    background: linear-gradient(90deg, rgba(0,201,253,1) 0%, rgba(129,238,208,1) 100%);
    padding: 10px 36px;
    box-shadow: 0px 15px 50px 0px rgba(0,201,253, 0.35); border-radius:5px;
}
.pricing-head h3 {  color: #000;  font-size: 22px;  font-weight: 500; margin: 0;}
.pricing-head p {color: #1e266d; font-size:14px;margin: 9px 0 40px;}
.pricing {margin-bottom: 30px;}
.pricing .currency {  color: #1e266d;  font-size: 24px; font-weight: 700;}
.pricing .tk { color: #000;  font-size: 30px;  font-weight: 700;}
.pricing .price-mon { color: #000;  font-size: 17px; font-weight: 400;}
.pricing-boody ul {  margin: 0; padding: 0; list-style: none;}
.pricing-boody ul li i {
    display: inline-block;
    color: #fff;
    font-size: 12px;
    height: 20px;
    width: 20px;
    line-height: 20px;
    text-align: center;
    background: linear-gradient(90deg, rgba(0,201,253,1) 0%, rgba(129,238,208,1) 100%);
    border-radius: 50%;
    margin-right: 6px;
}
.pricing-boody ul li { font-size:14px; font-weight: 400; color: #101010; margin-bottom: 14px;}
.price-btn a {
    display: inline-block;
    color: #666;
    font-weight: 500;
    padding: 15px 30px;
    width: 100%;
    background-color: transparent;
    border: 1px solid rgba(129,238,208,1);
    border-radius: 30px;
    text-align: center;
    margin-top: 37px;transition: .5s;
}
 .pricing-single-box:hover:before{ height: 100%; }
 .pricing-single-box:hover .pricing-head h3,
 .pricing-single-box:hover .pricing-head p,
 .pricing-single-box:hover .currency,
 .pricing-single-box:hover .tk,
 .pricing-single-box:hover .price-mon{ color: #fff;}
 .pricing-single-box2:hover .pricing-head h3,
 .pricing-single-box2:hover .pricing-head p,
 .pricing-single-box2:hover .currency,
 .pricing-single-box2:hover .tk,
 .pricing-single-box:hover .price-mon{ color: #fff;}
 .pricing-single-box:hover .pricing-boody ul li{ color: #fff;}
 .pricing-single-box:hover .price-btn a{ border:none; color: #fff;  background: linear-gradient(90deg, rgba(0,201,253,1) 0%, rgba(129,238,208,1) 100%); }
 .pricing-single-box2:hover .price-mon{ color: #fff;}
 .pricing-single-box2:hover .pricing-boody ul li{ color: #fff;}
 .pricing-single-box2:hover .price-btn a{ color: #fff;  background:#28b8c0; border:1px solid #28b8c0; }
.pricing-boody ul.pricing-boodyCon{border-top: 1px solid rgba(30, 38, 109, 0.1); padding-top:30px; margin-top:20px;}
.pricing-boodyCon li { position:relative;}
.pricing-boodyCon span{ position:absolute; right:5px;}
/*==================end-pricing-section===============*/
.caseSub{ padding-top:3em;}

/*ssl*/
.sslCon .productTab {
  width: 100%;
  top: 70px;
  background-color: #333;
  z-index: 99;
}
.sslCon .sslTab {
  background:rgba(6, 16, 28, 0.8);
  position: sticky;
  top: 0;
  z-index: 99;
}
.sslCon .sslTab .tab-list {
  width: 100%;
  margin: 0 auto;
  height: 80px; 
}
.sslCon .sslTab .tab-list .tab-item {
  width: 20%;
  height: 80px;
  box-sizing: border-box;
  float: left;
  padding: 16px 10px;
}
.sslCon .sslTab .tab-list .tab-item:hover {
  background-color: #2cbdc5;
}
.sslCon .sslTab .tab-list .tab-item.on {
  background-color: #2cbdc5;
}
.sslCon .sslTab .tab-list .icon {
  display: block;
  width: 100%;
  height: 48px; background-size:contain;background-repeat: no-repeat;background-position:center center;
}
.sslCon .sslTab .tab-list .icon.icon-nw {
  background-image: url(../images/nawangLogo.png) ;
}
.sslCon .sslTab .tab-list .icon.icon-sectigo {
  background-image: url(../images/sectigoLogo.png);
}
.sslCon .sslTab .tab-list .icon.icon-geotrust {
  background-image: url(../images/geotrustLogo.png);
}
.sslCon .sslTab .tab-list .icon.icon-digicert {
  background-image: url(../images/digicertLogo.png);
}
.sslCon .sslTab .tab-list .icon.icon-wt {
  background-image: url(../images/wtLogo.png);
}

.sslList .module {

  text-align: center;
  overflow: hidden;
  padding-bottom: 60px;
}
.sslList .img-title {
  width: 240px;
  height: 56px;
  margin: 40px auto 12px;
}
.sslList .img-title img {
  width: 240px;
  height: 56px;
  -o-object-fit: contain;
     object-fit: contain;
}
.sslList .sslTitle {
  font-size: 16px;
  line-height: 28px;
  letter-spacing: 1px;
  color: #3a374a;
}
.sslList .sslModule {
  width: 100%;
  margin-top: 40px;
}
.sslList .sslModule h5 {

  text-align: center;
  height: 70px;
  box-sizing: border-box;
  background: rgba(6, 16, 28, 0.8);
  background-size: 100%;
  border-radius: 8px 8px 0px 0;
  color: #fff;
  font-size: 24px;
  line-height: 70px; margin-bottom:0px; margin:0 15px;
}
.sslList .sslModule .contentList { width:100%; font-size: 0; padding:0 15px; }
.sslList .sslModule .sslContent {
  position: relative;
  box-sizing: border-box; 
  font-size: 16px; 

  box-shadow: 0px 10px 10px 0px rgba(0, 0, 0, 0.07); margin-bottom:30px;
  padding: 20px 40px;
}
.sslList .sslModule .sslContent:hover {
  box-shadow: 0px 8px 16px 0px rgba(20, 24, 33, 0.16);
}
.sslList .sslModule .sslContent:hover .pay {
  background:linear-gradient(90deg, rgba(0,201,253,1) 0%, rgba(129,238,142,1) 100%);
  color: #fff;
}
.subBanner .bannerLetter p.blcnList { margin-bottom:15px;}


.sslList .sslModule .sslContent h6 {
  font-size: 22px;
  line-height: 22px;
  font-weight: 600;
  color: #3a374a;
  padding-bottom: 16px;
  border-bottom: dashed 1px #e1e2e5;
  margin-bottom: 22px;
  text-align: left;
}
.sslList .sslModule .sslContent .advantageList {
  position: relative;
  text-align: left;
}
.sslList .sslModule .sslContent .advantageList .advantage-item {
  color: #3a374a;
  font-size: 16px;
  margin-bottom: 16px;
  line-height: 16px;
  vertical-align: middle;
  text-align: left;
}
.sslList .sslModule .sslContent .advantageList .advantage-item .dot {
  vertical-align: middle;
  display: inline-block;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: linear-gradient(90deg, rgba(0,201,253,1) 0%, rgba(129,238,142,1) 100%);;
  margin-right: 12px;
  margin-top: -4px;
}
.sslList .sslModule .sslContent .advantageList .advantage-item.last-item {
  margin-bottom: 88px;
}
.sslList .sslModule .sslContent .advantageList .advantage-item .number {
  color: #ff2b23;
  font-weight: 600;
  margin: 0 4px;
}
.sslList .sslModule .sslContent .advantageList .unitPrice {
  position: absolute;
  right: 0;
  bottom: -4px;
  color: #000;
  font-size: 18px;
}
.sslList .sslModule .sslContent .advantageList .unitPrice .price {
  font-size: 24px;
  font-weight: 600;
  margin-left: 2px;
}
.sslList .sslModule .sslContent .pay {
  display: block;
  font-size: 18px;
  text-align: center;
  cursor: pointer;
  position: absolute;
  left:50%; margin-left:-25%; bottom:25px;
  color: #1e266d;
    font-weight: 500;
    padding: 15px 30px;
    width: 50%;
    background-color: transparent;
    border: 1px solid rgba(129,238,142,1);
    border-radius: 30px;
   
}
.sslList .sectigo-module {
  background-color: #f7f9ff;
}
.sslList .sectigo-module .sslTitle {
  width: 100%;
  margin: 0 auto;
  line-height: 28px;
}
.sslList .geotrust-module .sslTitle {
  width: 100%;
  margin: 0 auto;
  line-height: 28px;
}
.sslList .digicert-module {
  background-color: #f7f9ff;
}
.sslList .digicert-module .sslTitle {
  width: 860px;
  margin: 0 auto;
  line-height: 28px;
}
.sslList .wt-module .sslTitle {
  width: 1050px;
  margin: 0 auto;
  line-height: 28px;
}
.tabMobile{ display:none;}
@media (max-width: 768px) {
.tabPc{ display:none}
.tabMobile{ display:block;}
.sslCon .sslTab { background:#666;}
}
.whySsl{}
.whySslTitle{ font-size:16px; line-height:30px; color:#666; text-align:center;}
.whySslTitle img{ max-width:100%;}
.sslYs{ color:#000;font-weight:bold;}
.sslYs i{ padding-right:5px; color:#2cbdc5; font-weight:normal; }


.mail-section-title span {
    color: #ff783c;
}
.dark-version.mail-section-title h1 {
    font-size: 40px;
    font-weight: 600;
    line-height: 48px;
}
.dark-version.mail-section-title p {
    margin-top: 16px;
    color: #b1b5d3;
    font-family: 'Inter';
}
.subMail .mail-section-title p {
    margin-top: 16px;
    padding: 0 240px 6px;
    color: #b1b5d3;
}
.subMail .mail-sinlge-service-box3 {
    text-align: center;
    padding: 35px 25px 42px;
    margin-bottom: 30px;
	box-shadow: 0px 0px 20px 0px #E1E4ED;
    border-radius: 10px;
}
.mail-service-thumb img {
    transition: .5s;
}
.mail-service-thumb i {
    transition: .5s; font-size:60px; color:#2cbdc5; display:block;
}
.subMail .mail-section-title p {
    margin-top: 16px;
    padding: 0 240px 6px;
    color: #b1b5d3;
}
.subMail .mail-service-title h4 {
    font-size: 24px;
    color: #000;
    font-weight: 600;
    margin-top: 20px;
    text-align: center;
    background: linear-gradient(to right, #008be5 0%, #00b1c8 50%, #000 50%);
    -webkit-text-fill-color: transparent;
    -webkit-background-clip: text;
    background-size: 200% 100%;
    background-position: 100%;
    transition: .5s;
}
.subMail .mail-service-title p {
    text-align: center;
    color: #716C80;
    padding: 13px 0 18px; font-size:14px; min-height:80px;
}
.subMail .service-button2 a {
    display: inline-block;
    text-align: center;
    padding: 12px 25px;
    text-transform: uppercase;
    font-size: 14px;
    color: #fff;
	 background: var(--Linear, linear-gradient(159deg, #00c9eb 31.17%, #81ee8e 72.66%));
    border-radius: 40px;
    transition: .5s;
    position: relative;
    z-index: 1;
}
.subMail .service-button2 a:before {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    bottom: 0;
    content: '';
    z-index: -1;
    -webkit-transition: 0.5s;
    transition: 0.5s;
 
    transform: scale(0.0, 1);
    opacity: 0;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    border-radius: 40px;
}
.subMail .mail-sinlge-service-box3:hover .mail-service-title h4 {
    background-position: 0;
}
.subMail .mail-sinlge-service-box3:hover .mail-service-thumb img {
    transform: rotateY(180deg);
}
.subMail .mail-sinlge-service-box3:hover .mail-service-thumb i{
    transform: rotateY(180deg);
}
.subMail .service-button2 a:hover::before {
    transform: scale(1, 1);
    opacity: 1;
    
    background: #00c9eb;
}
/* Table Styles */

.table-wrapper{
    margin: 20px 0px 70px;
    box-shadow: 0px 35px 50px rgba( 0, 0, 0, 0.2 );
}

.fl-table {
    border-radius: 5px;
    font-size: 12px;
    font-weight: normal;
    border: none;
    border-collapse: collapse;
    width: 100%;
    max-width: 100%;
  
    background-color: white;
}

.fl-table td, .fl-table th {
 
    padding: 15px;
}

.fl-table td {
    border-right: 1px solid #f1f1f1;
    font-size: 14px; color:#666;
}
.fl-table td p{ margin:0;}
.fl-table thead th {
    color: #ffffff;
    background: #4FC3A1;
}


.fl-table thead th:nth-child(odd) {
    color: #ffffff;
    background: #324960;
}

.fl-table tr:nth-child(even) {
    background: #F8F8F8;
}

/* Responsive */

@media (max-width: 767px) {
    .fl-table {
        display: block;
        width: 100%;
    }
    .table-wrapper:before{
        content: "水平滚动<<   >>";
        display: block;
        text-align: right;
        font-size: 12px;
        color: white;
        padding: 10px; background:#324960;
    }
    .fl-table thead, .fl-table tbody, .fl-table thead th { line-height:120px;
        display: block;
    }
	
    .fl-table thead th:last-child{
        border-bottom: none;
    }
    .fl-table thead {
        float: left;
    }
    .fl-table tbody {
        width: auto;
        position: relative;
        overflow-x: auto;
    }
    .fl-table td, .fl-table th {
        padding: 20px .625em .625em .625em; height:210px;
        vertical-align: middle;
        box-sizing: border-box;
        overflow-x: hidden;
        overflow-y: auto;
        width: 150px;
        font-size: 13px;
        text-overflow: ellipsis;
    }
    .fl-table thead th {
        text-align: left;
        border-bottom: 1px solid #f7f7f9; width:80px;
    }
    .fl-table tbody tr {
        display: table-cell;
    }
    .fl-table tbody tr:nth-child(odd) {
        background: none;
    }
    .fl-table tr:nth-child(even) {
        background: transparent;
    }
    .fl-table tr td:nth-child(odd) {
        background: #F8F8F8;
        border-right: 1px solid #E6E4E4;
    }
    .fl-table tr td:nth-child(even) {
        border-right: 1px solid #E6E4E4;
    }
	 .fl-table tr td  p{ line-height:30px;word-wrap: break-word;
    }
	 .fl-table tr td:nth-child(1) p{ line-height:120px;
    }
	   
    .fl-table tbody td { display:block; 
        
    }
}

.progressSsl .progress_inner #step-5:checked + div + div + div + div > .box_base, .progressSsl .progress_inner #step-4:checked + input + div + div + div + div > .box_base, .progressSsl .progress_inner #step-2:checked + input + input + input + div + div + div + div > .box_base, .progressSsl .progress_inner #step-3:checked + input + input + div + div + div + div > .box_base, .progressSsl .progress_inner #step-1:checked + input + input + input + input + div + div + div + div > .box_base {
  top: 50%;
  left: 0px;
  opacity: 1;
}
.progressSsl .progress_inner #step-5:checked + div + div + div + div > .box_item, .progressSsl .progress_inner #step-4:checked + input + div + div + div + div > .box_item, .progressSsl .progress_inner #step-2:checked + input + input + input + div + div + div + div > .box_item, .progressSsl .progress_inner #step-3:checked + input + input + div + div + div + div > .box_item, .progressSsl .progress_inner #step-1:checked + input + input + input + input + div + div + div + div > .box_item {
  top: -30px;
  left: 0px;
  opacity: 0;
}

.progressSsl .progress_inner #step-5:checked + div + div + div + div > .box_lid, .progressSsl .progress_inner #step-4:checked + input + div + div + div + div > .box_lid, .progressSsl .progress_inner #step-2:checked + input + input + input + div + div + div + div > .box_lid {
  top: -20px;
  left: 0px;
  opacity: 0;
}
.progressSsl .progress_inner #step-5:checked + div + div + div + div > .box_item, .progressSsl .progress_inner #step-4:checked + input + div + div + div + div > .box_item, .progressSsl .progress_inner #step-2:checked + input + input + input + div + div + div + div > .box_item {
  top: -10px;
  left: 0px;
  opacity: 1;
}

.progressSsl .progress_inner #step-5:checked + div + div + div + div > .box_item, .progressSsl .progress_inner #step-4:checked + input + div + div + div + div > .box_item, .progressSsl .progress_inner #step-3:checked + input + input + div + div + div + div > .box_item {
  top: 10px;
  left: 0px;
  opacity: 1;
}
.progressSsl .progress_inner #step-5:checked + div + div + div + div > .box_lid, .progressSsl .progress_inner #step-4:checked + input + div + div + div + div > .box_lid, .progressSsl .progress_inner #step-3:checked + input + input + div + div + div + div > .box_lid {
  top: -1px;
  left: 0px;
  opacity: 1;
}
.progressSsl .progress_inner #step-5:checked + div + div + div + div > .box_ribbon, .progressSsl .progress_inner #step-4:checked + input + div + div + div + div > .box_ribbon, .progressSsl .progress_inner #step-3:checked + input + input + div + div + div + div > .box_ribbon {
  top: 70%;
  left: 0px;
  opacity: 0;
}
.progressSsl .progress_inner #step-5:checked + div + div + div + div > .box_bow, .progressSsl .progress_inner #step-4:checked + input + div + div + div + div > .box_bow, .progressSsl .progress_inner #step-3:checked + input + input + div + div + div + div > .box_bow {
  top: 0px;
  left: 0px;
  opacity: 0;
}

.progressSsl .progress_inner #step-5:checked + div + div + div + div > .box_ribbon, .progressSsl .progress_inner #step-4:checked + input + div + div + div + div > .box_ribbon {
  top: 50%;
  left: 0px;
  opacity: 1;
}
.progressSsl .progress_inner #step-5:checked + div + div + div + div > .box_bow, .progressSsl .progress_inner #step-4:checked + input + div + div + div + div > .box_bow {
  top: -10px;
  left: 0px;
  opacity: 1;
}

.progressSsl .progress_inner #step-5:checked + div + div + div + div > .box_tag {
  top: 10px;
  left: 20px;
  opacity: 1;
}
.progressSsl .progress_inner #step-5:checked + div + div + div + div > .box_string {
  top: 10px;
  left: 20px;
  opacity: 1;
}

* {
  box-sizing: border-box;
}

.progressSsl .progress_inner__step:before, .progressSsl .progress_inner, .progressSsl .progress_inner__status .box_base, .progressSsl .progress_inner__status .box_item, .progressSsl .progress_inner__status .box_ribbon, .progressSsl .progress_inner__status .box_bow, .progressSsl .progress_inner__status .box_bow__left, .progressSsl .progress_inner__status .box_bow__right, .progressSsl .progress_inner__status .box_tag, .progressSsl .progress_inner__status .box_string {
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  margin: auto;
}

.progressSsl .progress_inner__bar, .progressSsl .progress_inner__bar--set {
  height: 6px;
  left: 10%;
  background: -webkit-repeating-linear-gradient(45deg, #1ea4ec, #1ea4ec 4px, #1f8bc5 4px, #1f8bc5 10px);
  background: repeating-linear-gradient(45deg, #1ea4ec, #1ea4ec 4px, #1f8bc5 4px, #1f8bc5 10px);
  -webkit-transition: width 800ms cubic-bezier(0.915, 0.015, 0.3, 1.005);
  transition: width 800ms cubic-bezier(0.915, 0.015, 0.3, 1.005);
  border-radius: 6px;
  width: 0;
  position: relative;
  z-index: -1;
}

.progressSsl .progress_inner__step:before {
  width: 30px;
  height: 30px;
  color: #8cf0f5;
  background: white;
  line-height: 27px;
  border: 3px solid #8cf0f5;
  font-size: 12px;
  top: 3px;
  border-radius: 100%;
  -webkit-transition: all .4s;
  transition: all .4s;
  cursor: pointer;
  pointer-events: none;
}

.progressSsl .progress_inner__step {
  width: 20%;
  font-size: 14px;
  padding: 0 10px;
  -webkit-transition: all .4s;
  transition: all .4s;
  float: left;
  text-align: center;
  position: relative;
}
.progressSsl .progress_inner__step label {
  padding-top: 50px;
  top: -20px;
  display: block;
  position: relative;
  cursor: pointer; font-size:18px; color:#333;
}
.progressSsl .progress_inner__step:hover {
  color: white;
}
.progressSsl .progress_inner__step:hover:before {
  color: white;
  background: #2cbdc5;
}

.progressSsl {

  color: #8cf0f5;
  text-align: center;
  font-weight: 900; position:relative; height:300px;
}
.progressSsl .progress_inner {
  height:350px;
  width: 80%;margin-top:50px;
}
.progressSsl .progress_inner #step-5:checked + div {
  width: 80%;
}
.progressSsl .progress_inner #step-5:checked + div + div + div > .tab:nth-of-type(5) {
  opacity: 1;
  top: 0;
}
.progressSsl .progress_inner #step-5:checked + div + div + div + div {
  right: 10%;
}
.progressSsl .progress_inner #step-4:checked + input + div {
  width: 60%;
}
.progressSsl .progress_inner #step-4:checked + input + div + div + div > .tab:nth-of-type(4) {
  opacity: 1;
  top: 0;
}
.progressSsl .progress_inner #step-4:checked + input + div + div + div + div {
  right: 30%;
}
.progressSsl .progress_inner #step-3:checked + input + input + div {
  width: 40%;
}
.progressSsl .progress_inner #step-3:checked + input + input + div + div + div > .tab:nth-of-type(3) {
  opacity: 1;
  top: 0;
}
.progressSsl .progress_inner #step-3:checked + input + input + div + div + div + div {
  right: 50%;
}
.progressSsl .progress_inner #step-2:checked + input + input + input + div {
  width: 20%;
}
.progressSsl .progress_inner #step-2:checked + input + input + input + div + div + div > .tab:nth-of-type(2) {
  opacity: 1;
  top: 0;
}
.progressSsl .progress_inner #step-2:checked + input + input + input + div + div + div + div {
  right: 70%;
}
.progressSsl .progress_inner #step-1:checked + input + input + input + input + div {
  width: 0%;
}
.progressSsl .progress_inner #step-1:checked + input + input + input + input + div + div + div > .tab:nth-of-type(1) {
  opacity: 1;
  top: 0;
}
.progressSsl .progress_inner #step-1:checked + input + input + input + input + div + div + div + div {
  right: 90%;
}
.progressSsl .progress_inner__step:nth-of-type(1):before {
  content: "1";
}
.progressSsl .progress_inner__step:nth-of-type(2):before {
  content: "2";
}
.progressSsl .progress_inner__step:nth-of-type(3):before {
  content: "3";
}
.progressSsl .progress_inner__step:nth-of-type(4):before {
  content: "4";
}
.progressSsl .progress_inner__step:nth-of-type(5):before {
  content: "5";
}
.progressSsl .progress_inner__bar--set {
  width: 80%;
  top: -6px;
  background: #70afd0;
  position: relative;
  z-index: -2;
}
.progressSsl .progress_inner__tabs .tab {
  opacity: 0;
  position: absolute;
  top: 40px;
  text-align: center; left:10%; width:80%;
  margin-top: 80px;

  padding: 2% 5%;
  background: white;
  border-radius: 10px;
  -webkit-transition: all .2s;
  transition: all .2s;
}
.progressSsl .progress_inner__tabs .tab h1 {
  margin: 0; font-size:24px; margin-bottom:15px; color:#333;
}
.progressSsl .progress_inner__tabs .tab p {
  font-weight: 400;
  opacity: 0.8; font-size:16px;color:#333; line-height:30px;
}
.progressSsl .progress_inner__status {
  width: 40px;
  height: 40px;
  top: -80px;
  -webkit-transition: right 800ms cubic-bezier(0.915, 0.015, 0.3, 1.005);
  transition: right 800ms cubic-bezier(0.915, 0.015, 0.3, 1.005);
  -webkit-transform: translateX(50%);
          transform: translateX(50%);
  position: absolute;
}
.progressSsl .progress_inner__status div {
  opacity: 0;
  -webkit-transition: all 600ms cubic-bezier(0.915, 0.015, 0.3, 1.005);
  transition: all 600ms cubic-bezier(0.915, 0.015, 0.3, 1.005);
  -webkit-transition-delay: 500ms;
          transition-delay: 500ms;
}
.progressSsl .progress_inner__status div {
  position: absolute;
}
.progressSsl .progress_inner__status .box_base {
  background: -webkit-repeating-linear-gradient(45deg, #986c5d, #986c5d 2px, #775144 2px, #775144 4px);
  background: repeating-linear-gradient(45deg, #986c5d, #986c5d 2px, #775144 2px, #775144 4px);
  width: 36px;
  height: 40px;
  z-index: 1;
  border-radius: 1px;
}
.progressSsl .progress_inner__status .box_lid {
  width: 40px;
  height: 13.33333px;
  background: #775144;
  z-index: 2;
  border-radius: 1px;
  top: 0;
}
.progressSsl .progress_inner__status .box_item {
  width: 20px;
  height: 20px;
  background: #be69d2;
  z-index: 0;
  border-radius: 4px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.progressSsl .progress_inner__status .box_ribbon {
  width: 10px;
  height: 42px;
  background: #ee0f29;
  z-index: 4;
  border-radius: 1px;
}
.progressSsl .progress_inner__status .box_bow__left, .progressSsl .progress_inner__status .box_bow__right {
  width: 6px;
  height: 10px;
  background: #be0c21;
  position: absolute;
  z-index: 3;
  opacity: 1;
  border-radius: 1px;
}
.progressSsl .progress_inner__status .box_bow {
  top: -6px;
  z-index: 1;
  -webkit-transition-delay: 500ms;
          transition-delay: 500ms;
}
.progressSsl .progress_inner__status .box_bow__left {
  left: 6px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.progressSsl .progress_inner__status .box_bow__right {
  left: -4px;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.progressSsl .progress_inner__status .box_tag {
  width: 20px;
  height: 10px;
  background: #487ac7;
  z-index: 4;
  -webkit-transform: rotate(-10deg) translateX(-40px) translateY(0px);
          transform: rotate(-10deg) translateX(-40px) translateY(0px);
  border-radius: 2px;
  -webkit-transition-delay: 500ms;
          transition-delay: 500ms;
}
.progressSsl .progress_inner__status .box_string {
  width: 17px;
  height: 2px;
  background: #343434;
  z-index: 4;
  -webkit-transform: rotate(-39deg) translateX(-22px) translateY(-12px);
          transform: rotate(-39deg) translateX(-22px) translateY(-12px);
}
.progressSsl .progress_inner input[type="radio"] {
  display: none;
}
@media (max-width: 767px) {
.progressSsl .progress_inner { width:100%;}
.progressSsl .progress_inner__tabs .tab { top: 80px;}
	}
	@media (max-width: 567px) {
		.progressSsl .progress_inner__tabs .tab { margin-top:120px;}
		}