/*paimai_guide_01_css*/

.news_area .box_text .area_text .area_play {
    width: 720px;
    height: 430px;
    margin-top: 15px;
    /*background-color: orange;*/
    border: 10px solid #e7e7e7;
    overflow: hidden;
    position: relative;
}

.news_area .box_text .area_text .area_play img {
    width: 720px;
}

.news_area .box_text .area_text .area_play .arrow_btn {
    width: 700px;
    position: absolute;
    top: 200px;
    padding: 0px 15px;
}

.news_area .box_text .area_text .area_play .arrow_btn .left {
    float: left;
    padding-left: 10px;
    position: relative;
}

.news_area .box_text .area_text .area_play .arrow_btn .right {
    float: right;
    padding-right: 10px;
    position: absolute;
    right: 10px;
}

.news_area .box_text .area_text .area_play .arrow_btn img {
    width: 43px;
    height: 43px;
}

.news_area .box_text .area_text .area_step {
    color: #666;
    line-height: 25px;
}

.news_area .box_text .area_text .area_step>div {
    margin-top: 20px;
}

.news_area .box_text .area_text .area_step .num_step {
    color: #333;
}

.news_area .box_text .area_text .area_step span {
    /**font-weight: bold;**/
}

.news_area .box_text .area_text .area_step .red_tip {
    color: #cc0000;
    font-weight: normal;
}

.news_area .box_text .area_text .hover {
    display: inline-block;
    position: relative;
}

.news_area .box_text .area_text .hover div {
    display: inline-block;
}

.news_area .box_text .area_text .hover:hover {
    color: #cc0000;
}

ews_area .box_text .area_text .hover u {
    /*font-weight: normal;*/
}

.news_area .box_text .area_text .hover .active {
    display: none;
}

.news_area .box_text .area_text .hover:hover .none {
    display: none;
}

.news_area .box_text .area_text .hover:hover .active {
    display: inherit;
}

.footer {
    position: relative;
    top: 80px;
    float: left;
}

.footer .sixth div {
    display: inline-block;
}


/*paimai_guide_01_css end*/

