/* CSS Document */
/* banner font-weight*/
.icare_banner_text h1, .icare_banner_text p {
    font-weight: 300;
}

/*banner style**/
.icare_banner {
    width: 100%;
    height: 527px;
    position: relative;
    overflow: hidden;
}

.icare_banner_cont {
    width: 100%;
    height: 527px;
    left: 0;
    position: absolute;
    overflow: hidden;
}

.icare_banner_block {
    width: 100%;
    height: 527px;
    overflow: hidden;
    position: absolute;
    left: 0;
    transition: all 0.5s linear;
    -webkit-transition: all 0.5s linear;
    z-index: -1; /* transform:translateX(100%); -webkit-transform:translateX(100%);*/
}

.icare_banner_block1 {
    width: 100%;
    height: 527px;
    background-size: cover; /*background-color: #919daa;*/
    background-color: #494d59;
}

p {
    font-size: 18px;
}

.icare_video_bg {
    width: 100%;
    height: 527px;
    top: 0;
    position: absolute;
    z-index: 2;
    background-color: rgba(160, 237, 248, 0.5);
}

.icare_circle {
    width: 92px;
    position: absolute;
    margin-top: -30px;
    left: 50%;
    margin-left: -46px;
    z-index: 999;
}

.icare_circle > a {
    width: 10px;
    height: 10px;
    border-radius: 10px;
    margin: 0 4px;
    display: inline-block;
    border: 1px solid #eee;
    overflow: hidden;
    cursor: pointer;
}

.icare_circle > a span {
    width: 12px;
    height: 0px;
    display: inline-block;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
}

.icare_circle .ind_circle_sel span {
    height: 12px;
    height: 12px;
    background-color: #eee;
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
}

.icare_banner_cont .banner_show {
    opacity: 1;
    z-index: 10;
    transform: translateX(0);
    -webkit-transform: translateX(0);
}

.icare_banner_cont .banner_hide {
    opacity: 1;
    transform: translateX(-100%);
    -webkit-transform: translateX(-100%);
}

.icare_banner_text h1 {
    font-size: 48px;
    line-height: 1;
    margin-top: 128px;
}

.icare_banner_text p {
    width: 730px;
    line-height: 1.316;
    margin: 20px auto 0 auto;
}

.icare_banner_text .icare_dl_btn {
    width: 230px;
    height: 53px;
    display: block;
    font-size: 20px;
    line-height: 53px;
    color: #fff;
    margin: 20px auto 0 auto;
    text-align: center;
    background-color: #59befa;
    background-color: rgba(18, 163, 248, 0.7);
    border-radius: 5px;
}

.icare_banner_text .icare_dl_btn:hover {
    background-color: #12a3f8;
    box-shadow: 4px 4px 20px 0 #106190;
}

.icare_textc {
    text-align: center;
}

.icare_textl .icare_dl_btn, .icare_textr .icare_dl_btn {
    margin-left: 0;
}

.icare_textc > h1 {
    opacity: 0;
    transform: translateY(-100px);
    -webkit-transform: translateY(-100px);
}

.icare_textc > p, .icare_textc .icare_dl_btn {
    opacity: 0;
    transform: translateY(100px);
    -webkit-transform: translateY(100px);
}

.icare_textl > h1, .icare_textl > p, .icare_textl .icare_dl_btn {
    opacity: 0;
    transform: translateX(-100px);
    -webkit-transform: translateX(-200px);
}

.icare_textr > h1, .icare_textr > p, .icare_textr .icare_dl_btn {
    opacity: 0;
    transform: translateX(100px);
    -webkit-transform: translateX(200px);
}

.banner_show .icare_banner_text h1 {
    opacity: 1;
    transform: translate(0);
    -webkit-transform: translate(0);
    transition: all 1s ease 0.5s;
    -webkit-transition: all 1s ease 0.5s;
}

.banner_show .icare_banner_text p {
    opacity: 1;
    transform: translate(0);
    -webkit-transform: translate(0);
    transition: all 1s ease 0.8s;
    -webkit-transition: all 1s ease 0.8s;
}

.banner_show .icare_banner_text .icare_dl_btn {
    opacity: 1;
    transform: translate(0);
    -webkit-transform: translate(0);
    transition: opacity 1s ease 1s, transform 1s ease 1s, background 0.3s ease, box-shadow 0.3s ease;
    -webkit-transition: opacity 1s ease 1s, -webkit-transform 1s ease 1s, background 0.3s ease, box-shadow 0.3s ease;
}

/* user info */
.icare_users {
    background-color: #178797;
    padding-top: 10px;
    padding-bottom: 10px;
}

.icare_users_img {
    text-align: center;
    padding: 0px;
    margin-right: auto;
    margin-left: auto;
}

.icare_users_text {
    text-align: center;
}

.icare_users_text h2 {
    color: #FFF;
    font-size: 24px;
    text-decoration: none;
    line-height: 160%;
    padding-top: 10px;
    padding-bottom: 10px;
}

.icare_users_text p {
    color: #FFF;
    font-size: 16px;
    text-decoration: none;
    line-height: 160%;
}

.icare_users_text p a {
    color: #249efc;
    font-size: 16px;
    text-decoration: none;
    line-height: 160%;
}

/* recommend info */
.icare_rec {
    border-bottom: 1px solid #e0e0e0;
    /*background-color: #f5f5f5;*/
	background: url("https://www.icare-recovery.com/img/mosha.png")#2E2E2E  top center ;
    padding: 45px 0 38px 0;
}

.icare_rec_block {
    width: 310px;
    float: left;
    color: #08c;
}

.icare_rec_block > h6 {
    line-height: 1.333;
    margin-bottom: 10px;
	margin-top:20px;
	font-size: 18px !important;
	color: #999 !important;
}

.icare_hot_search {
    margin: 0 20px 0 20px;
}

.icare_rec_block .icare_uguide li {
    line-height: 26px;
	font-size: 12px;
	color: #FFF !important;
}

.icare_rec_block .icare_uguide li:before {
    /*content: "\e802";*/
    color: #08c;
    margin-right: 5px;
}

.icare_rec_block a {
    line-height: 2.1667;
    font-size: 12px;
	color: #FFF !important;
}

/* share info */
.icare_share > a {
    display: inline-block;
    margin: 0;
}

.icare_share > a img {
    transition: transform 0.1s linear;
    -webkit-transition: -webkit-transform 0.1s linear;
    margin-right: 28px;
    margin-bottom: 15px;
}

.icare_share img:hover {
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
}

/*icare_steps*/
.icare_use_steps {
}

.icare_steps {
}

.icare_step {
}

.icare_step_block {
    float: left;
    width: 310px;
    padding-top: 20px;
    padding-left: 10px;
}

/**/
.icare_product_download_infos {
}

.icare_product_infos {
}

.icare_product_info {
}

.icare_product_info_left {
    float: left;
    width: 48%;
}

.icare_product_info_right {
    float: right;
    width: 46%;
    padding-left: 10px;
}

.icare_product_info_right ul {
    list-style-position: outside;
    list-style-type: disc;
    margin-left: 16px;
}

.icare_product_info_right ul li {
    font-size: 14px;
    color: #666;
    line-height: 150%;
}

/* Backgroud */
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min--moz-device-pixel-ratio: 1.5), only screen and (-o-min-device-pixel-ratio: 3/2), only screen and (min-device-pixel-ratio: 1.5) {
    .pc_banner {
        width: 100%;
        height: 584px;
        background-color: #494d59;;
        overflow: hidden;
        background-size: cover;
    }

    .guide_crumbs_home {
        background: url("../img/home_icon_2x.png") left center no-repeat;
        background-size: 15px 15px;
    }
}

/*download*/

.content_down {
    width: 980px;
    overflow: hidden;
    margin-left: auto;
    margin-right: auto;
}

#nav {
    text-align: center;
    margin-top: 5px;
    background: #1EA1F2;
}

#nav .row > div {
    padding: 20px 0;
    color: #fff;
}

#nav .row .on {
    background: #EAEAEA;
    color: #777;
}

#down p {
    font-size: 16px;
    color: #777777;
}

#down h2 {
    color: #1FAAEA;
}

#down a {
    display: inline-block;
    color: #fff;
    background: #FFC90E;
    padding: 10px 30px;
    margin: 0 20px;
}

#down .row {
    margin-top: 15px;
    border-bottom: 1px solid #DDDDDD;
    padding: 15px 0;
}

.banner{
    background: #00BBD7;
    height: 85px;
    text-align: center;
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-content: center;
}

.banner h1{
    font-size: 22px;
    color: #fff;
	padding-top:10px;
}

.pasi{
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: #00BBD7;
    z-index: -2;
    height: 115px;
}

#video{
    background: white;
    border: dashed 1px #a0a0a0;
    padding: 15px 30px 15px;
    overflow: hidden;
    position: relative;
    margin-top: 20px;
    margin-bottom: 20px;
    box-shadow: 0px 15px 8px rgba(0, 0, 0, .1), 0px 8px 8px rgba(0, 0, 0, .2);
    box-sizing: border-box;
}

#video>div{
    width: 50%;
    float: left;
}

#video .Summary_right{
    padding: 10px;
    box-sizing: border-box;
}

#video .Summary_right span {
    display: inline-block;
    border: 1px solid #ebebeb;
    padding: 10px 0.5rem;
    font-weight: 700;
    font-size: 18px;
    margin-bottom: 15px;
}

#video .Summary_left>iframe{
    height: 360px;
}

#video1{
    background: white;
    border: dashed 1px #a0a0a0;
    padding: 15px 30px 15px;
    overflow: hidden;
    position: relative;
    margin-bottom: 20px;
    box-shadow: 0px 15px 8px rgba(0, 0, 0, .1), 0px 8px 8px rgba(0, 0, 0, .2);
    box-sizing: border-box;
}

#video1 iframe{
	 display:block;
	 margin:10px auto;
}


@media (max-width: 780px) {
    #video1 iframe{
        width: 100%;
    }
}

.cen{
    display: block;
    margin: 15px auto;
}

.name_box{
    overflow: hidden;
}

.name {
    float: right;
}

.name_img {
    width: 50px;
    float: left;
}

.name_img img{
    display: block;
    width: 100%;
}

.name_text {
    float: left;
    margin-left: 10px;
}

.name_text p {
    margin: 0;
    font-size: 13px;
    color: #777;
}

.neir{
    margin-top: 20px;
}

.summary_title {
    display: inline-block;
    border: 1px solid #ebebeb;
    padding: 10px 0.5rem;
    font-weight: 700;
    font-size: 17px;
    margin-bottom: 10px;
    background: #DEF2FC;
}


@media (max-width: 780px) {
    #video{
        padding: 10px;
    }

    #video .Summary_left,#video .Summary_right{
        width: 100%;
    }

    #video .Summary_left{
        height: auto;
    }

    .banner{
        height: auto;
    }
}