.bg{
    width: 100%;
    height: 3.1rem;
    background-image: url(../img/td.jpg);
    background-size: cover;
}
@media screen and (min-width: 768px)
{
    .back2 {
        position: absolute;
        right: 10%;
        top: 8px;
        font-size: 18px !important;
    }
    

}

.back2 {
    position: absolute;
    right: 0.15rem;
    top: 18px;
    font-size: 17px !important;
    color: black;
}
.bg p{
    font-size: 0.16rem;
    color: white;
    text-align: center;
    /* margin-top: 0.2rem; */
    padding-top: 1rem;
}
.bg span{
    display: block;
    color: white;
    font-size: 0.14rem;
    font-size: 0.12rem;
    text-align: center;
    margin-top: 0.05rem;
}
article{
    padding: 0.5rem 0.15rem;
}
.title{
    font-size: 0.18rem;
    padding: 0.1rem 0rem;
    border-bottom: 2px solid;
    position: relative;
}
.sub_title{
    font-size: 0.16rem;
    /* font-size: 600; */
    margin: 0.3rem 0rem 0.1rem 0rem;
}
.txt{
    font-size: 0.14rem;
    letter-spacing: 1px;
    line-height: 25px;
}
.img_box img{
    width: 100%;
    margin: 0.3rem 0rem;
}
.btn{
    display: inline-block;
    font-size: 0.14rem;
    background: #D70C19;
    /* margin: 0 auto; */
    color: white;
    padding: 0.1rem 0.5rem;
    border-radius: 5px;
}
.btn_box{
    text-align: center;
    padding-bottom: 0.5rem;
    border-bottom: 2px solid;
    font-size: 0;
}
.contact img{
    width: 90%;
}
.contact{
    text-align: center;
    padding-bottom: 0.6rem;
}
/* 流程图-------------------------------------------------------------------------------------------------- */
@keyframes fadein {
    0% {
        opacity:0;
    }
    40%{
    	opacity:0;
    }
    100% {
        opacity:1;
    }
}
@-moz-keyframes fadein { /* Firefox */
    from {
        opacity:0;
    }
    to {
        opacity:1;
    }
}
@-webkit-keyframes fadein { /* Safari and Chrome */
    0% {
        opacity:0;
    }
    40%{
    	opacity:0;
    }
    100% {
        opacity:1;
    }
}
@-o-keyframes fadein { /* Opera */
    from {
        opacity:0;
    }
    to {
        opacity: 1;
    }
}

.col4{
	width: 33.33%;
	float: left;
}
.ciclo1{
    /*border: solid 1px #000;*/
    
    position: absolute;
    /*background: #f0f;*/
    
}
.contenedor{
	margin: 20px auto;
	width: 420px;
	height: 420px;
	position: relative;
	/*background: #0f0 !important;*/
	
}
.by{
	color: #3d464d;
	font-size: 13px;
}

.div_options{
	display: none;
	text-align: left;
	padding-left: 100px;
}


.add{
	width: 100px;
	font-size: 13px;
	border: 2px solid #40A4C0 !important;
	color: #40A4C0;
    margin: 20px auto;
    display: none;
    
}

.sc_object{
    transition:left 1s ease-out,top 1s ease-out;
    
}
.sc_object a{
    color: #305ca7;
}
.pointers{

	animation: fadein 0.6s ease-in;
    -moz-animation: fadein 0.6s ease-in; /* Firefox */
    -webkit-animation: fadein 0.6s ease-in; /* Safari and Chrome */
    -o-animation: fadein 0.6s ease-in; /* Opera */

}
.sc_center img{
    width: 80%;
    margin-top: 10%;
}
.sc_center span{
    color: black;
    font-size: 18px;
}
/* Reset */
*,
*:after,
*:before {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.bgimg{
    width: 80%;
    margin: 0 auto;
    margin-top: 10%;
}
.bgimg img{
    width: 100%;
}
.htmleaf-container{
    transform: scale(0.68);
    position: absolute;
    top: -0.8rem;
    left: -25%;
}
@media screen and (min-width: 414px){
    .htmleaf-container{
        transform: scale(0.68);
        position: absolute;
        top: -0.8rem;
        left: -0.6rem;
    }
}
.chart{
    position: relative;
    height: 3.8rem;
    margin-top: 0.3rem;
}
.add {
    width: 100px;
    font-size: 13px;
    border: 2px solid #40A4C0 !important;
    color: #40A4C0;
    margin: 20px auto;
    display: none;
}
.sc_center img {
    width: 80%;
    margin-top: 10%;
}
.bgimg{
    width: 80%;
    margin: 0 auto;
    margin-top: 10%;
}
.bgimg img{
    width: 100%;
}
/* ------------------------------------------------------------------------------------------------------------------------------ */
.time>p{
    font-size: 0.14rem;
    text-align: center;
    margin-top: 0.5rem;
    color: rgb(215, 12, 25);
    margin-bottom: 0.2rem;
}
.num{
   font-size: 0;
}
.time_con{
    display: flex;
}
.time_left{
    margin-right: 0.2rem;
    font-size: 0;
}
.time_left p{
    font-size: 0.14rem;
    font-weight: 600;
    margin-bottom: 0.2rem;
}

.time_right p{
    width: 1rem;
   padding-left: 0.2rem;
    font-size: 0.14rem;
    font-weight: 600;
    margin-bottom: 0.25rem;
}
.time_right{
    border-left: 2px solid black;
}
.time_left span{
    font-size: 0.14rem;
    display: inline-block;
    margin-bottom: 0.1rem;
}
.time sup{
    font-size: 0.12rem;
}
.progess{
    background-color: #EA9877;
    height: 0.15rem;
    width: 0rem;
    margin-bottom: 0.18rem;
    transition: all 1s 0s linear;
   
}
.s1.active{
    width: 1rem;
}
.s2.active{
    width: 1.2rem;
}
.s3.active{
    width: 1.4rem;
}
.s4.active{
    width: 1.6rem;
}
.s5.active{
    width: 1.8rem;
}
.s6.active{
    width: 2rem;
}
.time_right span{
    margin-left: 0.1rem;
    font-size: 0.12rem;
    display: inline-block;
}
.box{
    display: flex;
}
#time_ps{
    font-size: 0.12rem;
    color: gray;
    padding:0;
    margin-top: 0.1rem;
   
}
.card_contaier{
    margin-top: 0.1rem;
    width: 86%;
    margin: 0.4rem auto;
    display: flex;
    justify-content: space-around;
    height: 3rem
 }
.card,.card2 {
    perspective: 1000;
    -webkit-perspective: 1000;
    width: 100%;
    height: 100%;
}
.face{
    position: absolute;
    border-radius:5px;
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    transition: all 1s ease;
    backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
    -o-backface-visibility: hidden;
    /* background-color: rgb(178, 39, 49); */
}
.front {
    z-index: 10;
}
.back{
    transform:rotate3d(0,1,0,-180deg);
    -ms-transform:rotate3d(0,1,0,-180deg);	/* IE 9 */
    -moz-transform:rotate3d(0,1,0,-180deg);	/* Firefox */
    -webkit-transform:rotate3d(0,1,0,-180deg); /* Safari 和 Chrome */
    -o-transform:rotateY(0,1,0,-180deg);	/* Opera */
    z-index: 8;
}
.card-flipped .front{
    transform:rotate3d(0,1,0,180deg);
    -ms-transform:rotate3d(0,1,0,180deg);/* IE 9 */
    -moz-transform:rotate3d(0,1,0,180deg);/* Firefox */
    -webkit-transform:rotate3d(0,1,0,180deg);/* Safari 和 Chrome */
    -o-transform:rotate3d(0,1,0,180deg);	/* Opera */
    z-index: 8;
}
.card-flipped .back{
    transform:rotate3d(0,1,0,0deg);
    -ms-transform:rotate3d(0,1,0,0deg);/* IE 9 */
    -moz-transform:rotate3d(0,1,0,0deg);/* Firefox */
    -webkit-transform:rotate3d(0,1,0,0deg);/* Safari 和 Chrome */
    -o-transform:rotate3d(0,1,0,0deg);	/* Opera */
    z-index: 10;
}
#left{width:45%;}
#right{width:45%;}
#right .right-img{
    height: 248px;
    width: 317px;
    margin-left: 20px;
}
.cards{
    height: 1.6rem;
}
.box2{
    height: 1rem;
}
@media screen and (min-width: 768px){
    .bg{
        background-position: center;
        background-position-y: 65%;
    }
    .card, .card2{
        margin-right: 10px;
    }
    .time>p{
        font-size: 18px;
        margin: 40px 0 40px 0;
    }
    .time_left p,.time_right p{
        font-size: 18px;
        font-weight: 500;
        margin-bottom: 20px;
    }
    .time_right p{
        width: 100px;
        padding-left: 20px;
    }
    .time_left span{
        font-size: 16px;
        margin-bottom: 18px;
        display: inline-block;
    }
    .time_left{
        margin-right:15px ;
        flex-shrink: 0;
    }
    .bg p{
        font-size: 24px;
       padding-top: 10% !important;
       flex-shrink: 0;
    }
  
    article{
        width: 60%;
        margin: 0 auto;
        padding: 80px 0;
    }
    .title {
        font-size: 24px;
        padding: 10px 0rem;
        border-bottom: 2px solid;
        position: relative;
    }
    .sub_title {
        font-size: 21px;
        margin: 35px 0px 15px 0px;
    }
    .txt {
        font-size: 15px;
    }
    .img_box{
        margin-top: 50px;
        margin-bottom: 50px;
    }
    .btn_box {
        text-align: center;
        padding-bottom: 50px;
        border-bottom: 2px solid;
        font-size: 0;
    }
    .btn {
        display: inline-block;
        font-size: 15px;
        background: #D70C19;
        /* margin: 0 auto; */
        color: white;
        padding: 10px 60px;
        border-radius: 5px;
    }
    .contact img{
        width: auto;
    }
    .img_box {
        text-align: center;
        margin-top: 50px;
        margin-bottom: 40px;
    }
    .img_box img{
        width: auto;
    }
    .chart{
        text-align: center;
        height: auto;
    }
    .htmleaf-container{
        transform: scale(0.8);
        position: initial;
        /* top: -0.8rem;
        left: -0.6rem; */
    }
    .add{
        display: none;
    }
    .s1.active{
        width: 400px;
        height: 20px;
        margin-top: 18px;
        margin-bottom: 18px;
    }
    .s2.active{
        width: 450px;
        height: 20px;
    }
    .s3.active{
        width: 500px;
        height: 20px;
    }
    .s4.active{
        width: 550px;
        height: 20px;
    }
    .s5.active{
        width: 600px;
        height: 20px;
    }
    .s6.active{
        width:650px;
        height: 20px;
    }
    #left,#right {
        width: 100%;
    }
    .card_contaier{
        display: flex;
        margin-top: 100px;
        margin: 50px;
        height: auto;
    }
    .cards{
        display: flex;
        height: 237px;
    }
    .box2{
        height: auto;
        width: 43%;
    }
    .contact{
        padding-bottom: 200px;
    }
}