*{
    margin: 0;
    padding: 0;
}
html,body{
    width: 100%;
    height: 100%;
    /*overflow: hidden;*/
}
.Two_con_item_pro{
    width: 100%;
    padding: 0 15px 35px 15px;
    box-sizing: border-box;
    overflow: hidden;
}
.Two_con_item_pro>a{
    width: 100%;
    overflow: hidden;
}
.Two_con_item_pro>a>span:nth-child(1){
    display: inline-block;
    margin-top: 5%;
    width: 100%;
    font-size: 22px;
    color: #333333;
    letter-spacing: 4px;
    text-align: center;
}
.Two_con_item_pro>a>span:nth-child(2){
    display: block;
    width: 10%;
    height: 3px;
    border-radius: 2px;
    background: #f8af47;
    margin: 4px auto 25px;
    padding: 0;
    line-height: 0;
}
.gif1_text_pro{
    width: 100%;
    overflow: hidden;
}
.gif1_text_pro>p{
    font-size: 14px;
    color: #666;
    /*text-align: left;*/
    text-indent: 2em;
    line-height: 22px;
    letter-spacing: 3px;
    ext-align-last: justify;
    text-align: justify;
    text-justify: distribute-all-lines;
}
.main_contain_Six{
    position: absolute;
    bottom: 0;
}
/*二级页移动*/
@media only screen and (max-width: 768px){
    .main_contain_Six{
        position: relative;
        bottom: 0;
    }
}
/*iphoneX*/
@media only screen and (min-height: 800px) and (max-height: 820px) {
    .main_contain_Six{
        margin-top: 8.5vh!important;
    }
}
